2021-11-15T20:52:43.041 INFO:root:teuthology version: 1.1.0-6cfddd5e 2021-11-15T20:52:43.043 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/sage-2021-11-15_20:44:47-orch:rook-wip-sage2-testing-2021-11-10-1508-distro-basic-smithi/6504641 --description orch:rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/flannel rook/master} --name sage-2021-11-15_20:44:47-orch:rook-wip-sage2-testing-2021-11-10-1508-distro-basic-smithi --verbose --owner scheduled_sage@teuthology -- /home/teuthworker/archive/sage-2021-11-15_20:44:47-orch:rook-wip-sage2-testing-2021-11-10-1508-distro-basic-smithi/6504641/orig.config.yaml 2021-11-15T20:52:43.073 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2021-11-15T20:52:43.145 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/sage-2021-11-15_20:44:47-orch:rook-wip-sage2-testing-2021-11-10-1508-distro-basic-smithi/6504641 branch: wip-sage2-testing-2021-11-10-1508 description: orch:rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/flannel rook/master} email: null first_in_suite: false job_id: '6504641' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: sage-2021-11-15_20:44:47-orch:rook-wip-sage2-testing-2021-11-10-1508-distro-basic-smithi nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-sage2-testing-2021-11-10-1508 ceph: conf: global: osd crush chooseleaf type: 0 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-whitelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: f51261b810e0a244c0d8f9a37834e5287f5f60c3 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: sha1: f51261b810e0a244c0d8f9a37834e5287f5f60c3 kubeadm: pod_network: flannel version: '1.21' rook: rook_image: rook/ceph:master workunit: branch: rook-orch-qa sha1: 5304ed5c3f94fac96b0a327fce13f6bd463573da owner: scheduled_sage@teuthology priority: 50 repo: git://git.ceph.com/ceph-ci.git roles: - - host.a - client.a sha1: f51261b810e0a244c0d8f9a37834e5287f5f60c3 sleep_before_teardown: 0 suite: orch:rook suite_branch: rook-orch-qa suite_path: /home/teuthworker/src/github.com_liewegas_ceph_5304ed5c3f94fac96b0a327fce13f6bd463573da/qa suite_relpath: qa suite_repo: https://github.com/liewegas/ceph suite_sha1: 5304ed5c3f94fac96b0a327fce13f6bd463573da targets: smithi178.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQEalwuDcoeCHf5DPfv1ji4gMHDkpyP1XaauQBQtWbOJjemxehTx7yWUbjwnVC6yZ3wuJQ+s/YhAyhXsk3RENJq4QUwQOTYKQ8H8WtGq3r0YV8kSyKMJcezTXWWUk1v6GDfzSi8Eol2gEZfRzk5nYyrYWIQUsOWGyg4+Fk1dMNxr8sVaglDcHYy9uUF41dzawPAG+CtPMQicnT6EXv2JmS0/1aWzrm5ndf1Ax1nCgvjH1raKD4j3JeGzC93xj3A2iB8wwpiRMg/mnTiofSuiK+JwmsGYPf7nyRQhht8LQnNH79kphj+WVCiF8tzTjUP0VJqJPKBlnQV7K0/Xs0/ymdiI/G0FjLHCdsiI22A8ZxwYy3CxEQIGrY3Vu7DlFiDXlHDMPPkEc1l85QGLEPPb+hY3In7veRZNXqdGb/jSc+aMzVK3SWvOHDcFz2x3lMjweBpi0WsMg8+dfc0QuR58OUvXhMH2OkHr9quY4V7+7imKvaNwZM6hN/P4ChQ9VYYys= tasks: - kubeadm: null - rook: null - rook.shell: - ceph -s - ceph orch status - ceph orch ps - ceph orch ls - ceph orch device ls - install: host.a: null - radosbench: clients: - client.a - rook.shell: commands: - 'ceph orch host label add `hostname` foo ceph orch host ls | grep foo ceph orch host label rm `hostname` foo ceph orch host ls | grep -v foo ' - rook.shell: commands: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch apply rgw foo - ceph orch apply mds foo - exec: host.a: - "set -ex\ntoolbox() {\n kubectl -n rook-ceph exec -it deploy/rook-ceph-tools\ \ -- \"$@\"\n}\ntoolbox ceph orch osd rm 0 --force\nremoved_pv=\"\"\nwhile\ \ [ \"$removed_pv\" = \"\" ]\ndo\n removed_pv=`kubectl get pv | grep Released\ \ | cut -f1 -d \" \"`\n sleep 3s\ndone\ntarget_path=`kubectl get pv $removed_pv\ \ -o jsonpath='{.spec.local.path}'`\ntoolbox ceph orch device zap `hostname`\ \ $target_path --force\nzap_completion=\"0\"\nwhile [ \"$zap_completion\" =\ \ \"0\" ]\ndo\n zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap\ \ -o jsonpath='{.status.succeeded.path}'`\n sleep 3s\ndone\nkubectl patch\ \ pv $removed_pv -p '{\"spec\":{\"claimRef\": null}}'\ntoolbox ceph orch apply\ \ osd --all-available-devices\nkubectl delete job rook-ceph-device-zap -n rook-ceph\n\ num_osd=\"0\"\nwhile [ \"$num_osd\" != \"$orig_num_osd\" ]\ndo\n echo \"\ waiting for osd to come back up\"\n num_osd=`toolbox ceph osd stat | cut\ \ -f3 -d \" \"`\n sleep 30s\ndone\n" teuthology_branch: master teuthology_sha1: 6cfddd5e1c7d5ede1367cf3087c21af44eb88356 timestamp: 2021-11-15_20:44:47 tube: smithi user: sage verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.20261 2021-11-15T20:52:43.146 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_liewegas_ceph_5304ed5c3f94fac96b0a327fce13f6bd463573da/qa; will attempt to use it 2021-11-15T20:52:43.147 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_liewegas_ceph_5304ed5c3f94fac96b0a327fce13f6bd463573da/qa/tasks 2021-11-15T20:52:43.147 INFO:teuthology.run_tasks:Running task internal.check_packages... 2021-11-15T20:52:43.149 INFO:teuthology.task.internal:Checking packages... 2021-11-15T20:52:43.167 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'f51261b810e0a244c0d8f9a37834e5287f5f60c3' 2021-11-15T20:52:43.168 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2021-11-15T20:52:43.168 INFO:teuthology.packaging:ref: None 2021-11-15T20:52:43.168 INFO:teuthology.packaging:tag: None 2021-11-15T20:52:43.169 INFO:teuthology.packaging:branch: wip-sage2-testing-2021-11-10-1508 2021-11-15T20:52:43.169 INFO:teuthology.packaging:sha1: f51261b810e0a244c0d8f9a37834e5287f5f60c3 2021-11-15T20:52:43.169 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-sage2-testing-2021-11-10-1508 2021-11-15T20:52:43.418 INFO:teuthology.task.internal:Found packages for ceph version 17.0.0-8953-gf51261b8-1focal 2021-11-15T20:52:43.418 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2021-11-15T20:52:43.427 INFO:teuthology.task.internal:no buildpackages task found 2021-11-15T20:52:43.427 INFO:teuthology.run_tasks:Running task internal.save_config... 2021-11-15T20:52:43.458 INFO:teuthology.task.internal:Saving configuration 2021-11-15T20:52:43.469 INFO:teuthology.run_tasks:Running task internal.check_lock... 2021-11-15T20:52:43.483 INFO:teuthology.task.internal.check_lock:Checking locks... 2021-11-15T20:52:43.504 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/sage-2021-11-15_20:44:47-orch:rook-wip-sage2-testing-2021-11-10-1508-distro-basic-smithi/6504641', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2021-11-15 20:46:03.543853', 'locked_by': 'scheduled_sage@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFjBojM80tlcb4GpDKlxX259UD6wcgirzW8X1VC2r7v1'} 2021-11-15T20:52:43.505 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2021-11-15T20:52:43.513 INFO:teuthology.task.internal:roles: ubuntu@smithi178.front.sepia.ceph.com - ['host.a', 'client.a'] 2021-11-15T20:52:43.514 INFO:teuthology.run_tasks:Running task console_log... 2021-11-15T20:52:43.571 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f34be86cf28>, signals=[15]) 2021-11-15T20:52:43.572 INFO:teuthology.run_tasks:Running task internal.connect... 2021-11-15T20:52:43.581 INFO:teuthology.task.internal:Opening connections... 2021-11-15T20:52:43.581 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi178.front.sepia.ceph.com 2021-11-15T20:52:43.583 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-11-15T20:52:43.633 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2021-11-15T20:52:43.644 DEBUG:teuthology.orchestra.run.smithi178:> uname -m 2021-11-15T20:52:43.753 INFO:teuthology.orchestra.run.smithi178.stdout:x86_64 2021-11-15T20:52:43.753 DEBUG:teuthology.orchestra.run.smithi178:> cat /etc/os-release 2021-11-15T20:52:43.760 INFO:teuthology.orchestra.run.smithi178.stdout:NAME="Ubuntu" 2021-11-15T20:52:43.760 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION="20.04.3 LTS (Focal Fossa)" 2021-11-15T20:52:43.760 INFO:teuthology.orchestra.run.smithi178.stdout:ID=ubuntu 2021-11-15T20:52:43.760 INFO:teuthology.orchestra.run.smithi178.stdout:ID_LIKE=debian 2021-11-15T20:52:43.761 INFO:teuthology.orchestra.run.smithi178.stdout:PRETTY_NAME="Ubuntu 20.04.3 LTS" 2021-11-15T20:52:43.761 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_ID="20.04" 2021-11-15T20:52:43.761 INFO:teuthology.orchestra.run.smithi178.stdout:HOME_URL="https://www.ubuntu.com/" 2021-11-15T20:52:43.761 INFO:teuthology.orchestra.run.smithi178.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2021-11-15T20:52:43.761 INFO:teuthology.orchestra.run.smithi178.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2021-11-15T20:52:43.762 INFO:teuthology.orchestra.run.smithi178.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2021-11-15T20:52:43.762 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_CODENAME=focal 2021-11-15T20:52:43.762 INFO:teuthology.orchestra.run.smithi178.stdout:UBUNTU_CODENAME=focal 2021-11-15T20:52:43.763 INFO:teuthology.lock.ops:Updating smithi178.front.sepia.ceph.com on lock server 2021-11-15T20:52:43.781 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2021-11-15T20:52:43.793 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2021-11-15T20:52:43.816 INFO:teuthology.task.internal:Checking for old test directory... 2021-11-15T20:52:43.817 DEBUG:teuthology.orchestra.run.smithi178:> test '!' -e /home/ubuntu/cephtest 2021-11-15T20:52:43.823 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2021-11-15T20:52:43.843 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2021-11-15T20:52:43.844 DEBUG:teuthology.orchestra.run.smithi178:> test -z $(ls -A /var/lib/ceph) 2021-11-15T20:52:43.869 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2021-11-15T20:52:43.900 INFO:teuthology.run_tasks:Running task kernel... 2021-11-15T20:52:43.918 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2021-11-15T20:52:43.918 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2021-11-15T20:52:43.919 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2021-11-15T20:52:43.925 INFO:teuthology.orchestra.run.smithi178.stdout:5.4.0-88-generic 2021-11-15T20:52:43.926 INFO:teuthology.task.kernel:Running kernel on smithi178: 5.4.0-88-generic 2021-11-15T20:52:43.926 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt-get clean 2021-11-15T20:52:43.991 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt-get update 2021-11-15T20:52:44.288 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2021-11-15T20:52:44.289 INFO:teuthology.orchestra.run.smithi178.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2021-11-15T20:52:44.357 INFO:teuthology.orchestra.run.smithi178.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2021-11-15T20:52:44.694 INFO:teuthology.orchestra.run.smithi178.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] 2021-11-15T20:52:44.769 INFO:teuthology.orchestra.run.smithi178.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [987 kB] 2021-11-15T20:52:44.910 INFO:teuthology.orchestra.run.smithi178.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1,344 kB] 2021-11-15T20:52:45.135 INFO:teuthology.orchestra.run.smithi178.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [306 kB] 2021-11-15T20:52:45.152 INFO:teuthology.orchestra.run.smithi178.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [183 kB] 2021-11-15T20:52:45.162 INFO:teuthology.orchestra.run.smithi178.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [8,880 B] 2021-11-15T20:52:45.163 INFO:teuthology.orchestra.run.smithi178.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [526 kB] 2021-11-15T20:52:45.192 INFO:teuthology.orchestra.run.smithi178.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [20.4 kB] 2021-11-15T20:52:45.194 INFO:teuthology.orchestra.run.smithi178.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [75.4 kB] 2021-11-15T20:52:45.221 INFO:teuthology.orchestra.run.smithi178.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [528 B] 2021-11-15T20:52:45.221 INFO:teuthology.orchestra.run.smithi178.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [651 kB] 2021-11-15T20:52:45.242 INFO:teuthology.orchestra.run.smithi178.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [563 kB] 2021-11-15T20:52:45.257 INFO:teuthology.orchestra.run.smithi178.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [515 kB] 2021-11-15T20:52:45.261 INFO:teuthology.orchestra.run.smithi178.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [276 kB] 2021-11-15T20:52:45.272 INFO:teuthology.orchestra.run.smithi178.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [14.5 kB] 2021-11-15T20:52:45.272 INFO:teuthology.orchestra.run.smithi178.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [569 kB] 2021-11-15T20:52:45.279 INFO:teuthology.orchestra.run.smithi178.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [107 kB] 2021-11-15T20:52:45.284 INFO:teuthology.orchestra.run.smithi178.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [12.9 kB] 2021-11-15T20:52:45.294 INFO:teuthology.orchestra.run.smithi178.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [21.7 kB] 2021-11-15T20:52:45.295 INFO:teuthology.orchestra.run.smithi178.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [81.6 kB] 2021-11-15T20:52:45.319 INFO:teuthology.orchestra.run.smithi178.stdout:Get:24 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [21.9 kB] 2021-11-15T20:52:45.320 INFO:teuthology.orchestra.run.smithi178.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,212 B] 2021-11-15T20:52:45.320 INFO:teuthology.orchestra.run.smithi178.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2021-11-15T20:52:45.324 INFO:teuthology.orchestra.run.smithi178.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [528 B] 2021-11-15T20:52:45.324 INFO:teuthology.orchestra.run.smithi178.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [875 kB] 2021-11-15T20:52:45.357 INFO:teuthology.orchestra.run.smithi178.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [647 kB] 2021-11-15T20:52:45.378 INFO:teuthology.orchestra.run.smithi178.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [189 kB] 2021-11-15T20:52:45.383 INFO:teuthology.orchestra.run.smithi178.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [19.5 kB] 2021-11-15T20:52:45.407 INFO:teuthology.orchestra.run.smithi178.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.5 kB] 2021-11-15T20:52:45.407 INFO:teuthology.orchestra.run.smithi178.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,204 B] 2021-11-15T20:52:45.408 INFO:teuthology.orchestra.run.smithi178.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [6,856 B] 2021-11-15T20:52:45.408 INFO:teuthology.orchestra.run.smithi178.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2021-11-15T20:52:45.409 INFO:teuthology.orchestra.run.smithi178.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [5,540 B] 2021-11-15T20:52:45.428 INFO:teuthology.orchestra.run.smithi178.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [6,592 B] 2021-11-15T20:52:45.511 INFO:teuthology.orchestra.run.smithi178.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [3,292 B] 2021-11-15T20:52:45.511 INFO:teuthology.orchestra.run.smithi178.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [580 B] 2021-11-15T20:52:48.993 INFO:teuthology.orchestra.run.smithi178.stdout:Fetched 8,407 kB in 2s (4,362 kB/s) 2021-11-15T20:52:50.105 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2021-11-15T20:52:50.125 DEBUG:teuthology.orchestra.run.smithi178:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2021-11-15T20:52:50.193 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2021-11-15T20:52:50.347 INFO:teuthology.orchestra.run.smithi178.stdout:Building dependency tree... 2021-11-15T20:52:50.348 INFO:teuthology.orchestra.run.smithi178.stdout:Reading state information... 2021-11-15T20:52:50.479 INFO:teuthology.orchestra.run.smithi178.stdout:The following package was automatically installed and is no longer required: 2021-11-15T20:52:50.479 INFO:teuthology.orchestra.run.smithi178.stdout: libllvm11 2021-11-15T20:52:50.480 INFO:teuthology.orchestra.run.smithi178.stdout:Use 'sudo apt autoremove' to remove it. 2021-11-15T20:52:50.480 INFO:teuthology.orchestra.run.smithi178.stdout:The following additional packages will be installed: 2021-11-15T20:52:50.481 INFO:teuthology.orchestra.run.smithi178.stdout: linux-generic linux-headers-5.4.0-90 linux-headers-5.4.0-90-generic 2021-11-15T20:52:50.481 INFO:teuthology.orchestra.run.smithi178.stdout: linux-headers-generic linux-image-5.4.0-90-generic 2021-11-15T20:52:50.481 INFO:teuthology.orchestra.run.smithi178.stdout: linux-modules-5.4.0-90-generic linux-modules-extra-5.4.0-90-generic 2021-11-15T20:52:50.482 INFO:teuthology.orchestra.run.smithi178.stdout:Suggested packages: 2021-11-15T20:52:50.482 INFO:teuthology.orchestra.run.smithi178.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2021-11-15T20:52:50.482 INFO:teuthology.orchestra.run.smithi178.stdout:Recommended packages: 2021-11-15T20:52:50.482 INFO:teuthology.orchestra.run.smithi178.stdout: thermald 2021-11-15T20:52:50.534 INFO:teuthology.orchestra.run.smithi178.stdout:The following NEW packages will be installed: 2021-11-15T20:52:50.535 INFO:teuthology.orchestra.run.smithi178.stdout: linux-headers-5.4.0-90 linux-headers-5.4.0-90-generic 2021-11-15T20:52:50.535 INFO:teuthology.orchestra.run.smithi178.stdout: linux-image-5.4.0-90-generic linux-modules-5.4.0-90-generic 2021-11-15T20:52:50.535 INFO:teuthology.orchestra.run.smithi178.stdout: linux-modules-extra-5.4.0-90-generic 2021-11-15T20:52:50.536 INFO:teuthology.orchestra.run.smithi178.stdout:The following packages will be upgraded: 2021-11-15T20:52:50.536 INFO:teuthology.orchestra.run.smithi178.stdout: linux-generic linux-headers-generic linux-image-generic 2021-11-15T20:52:50.730 INFO:teuthology.orchestra.run.smithi178.stdout:3 upgraded, 5 newly installed, 0 to remove and 70 not upgraded. 2021-11-15T20:52:50.730 INFO:teuthology.orchestra.run.smithi178.stdout:Need to get 75.6 MB of archives. 2021-11-15T20:52:50.731 INFO:teuthology.orchestra.run.smithi178.stdout:After this operation, 378 MB of additional disk space will be used. 2021-11-15T20:52:50.731 INFO:teuthology.orchestra.run.smithi178.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-90-generic amd64 5.4.0-90.101 [14.8 MB] 2021-11-15T20:52:51.879 INFO:teuthology.orchestra.run.smithi178.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-90-generic amd64 5.4.0-90.101 [8,994 kB] 2021-11-15T20:52:52.141 INFO:teuthology.orchestra.run.smithi178.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-90-generic amd64 5.4.0-90.101 [39.4 MB] 2021-11-15T20:52:53.467 INFO:teuthology.orchestra.run.smithi178.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.90.94 [1,900 B] 2021-11-15T20:52:53.507 INFO:teuthology.orchestra.run.smithi178.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.90.94 [2,580 B] 2021-11-15T20:52:53.513 INFO:teuthology.orchestra.run.smithi178.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-90 all 5.4.0-90.101 [11.0 MB] 2021-11-15T20:52:53.828 INFO:teuthology.orchestra.run.smithi178.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-90-generic amd64 5.4.0-90.101 [1,403 kB] 2021-11-15T20:52:53.871 INFO:teuthology.orchestra.run.smithi178.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.90.94 [2,448 B] 2021-11-15T20:52:54.293 INFO:teuthology.orchestra.run.smithi178.stdout:Fetched 75.6 MB in 3s (22.7 MB/s) 2021-11-15T20:52:54.481 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-modules-5.4.0-90-generic. 2021-11-15T20:52:56.353 INFO:teuthology.orchestra.run.smithi178.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 138265 files and directories currently installed.) 2021-11-15T20:52:56.360 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../0-linux-modules-5.4.0-90-generic_5.4.0-90.101_amd64.deb ... 2021-11-15T20:52:56.538 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-modules-5.4.0-90-generic (5.4.0-90.101) ... 2021-11-15T20:52:58.910 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-image-5.4.0-90-generic. 2021-11-15T20:52:58.928 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../1-linux-image-5.4.0-90-generic_5.4.0-90.101_amd64.deb ... 2021-11-15T20:52:59.024 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-image-5.4.0-90-generic (5.4.0-90.101) ... 2021-11-15T20:53:00.022 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-90-generic. 2021-11-15T20:53:00.038 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-90-generic_5.4.0-90.101_amd64.deb ... 2021-11-15T20:53:00.080 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-modules-extra-5.4.0-90-generic (5.4.0-90.101) ... 2021-11-15T20:53:05.354 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../3-linux-generic_5.4.0.90.94_amd64.deb ... 2021-11-15T20:53:05.464 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-generic (5.4.0.90.94) over (5.4.0.88.92) ... 2021-11-15T20:53:05.817 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.90.94_amd64.deb ... 2021-11-15T20:53:05.971 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-image-generic (5.4.0.90.94) over (5.4.0.88.92) ... 2021-11-15T20:53:06.329 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-headers-5.4.0-90. 2021-11-15T20:53:06.349 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../5-linux-headers-5.4.0-90_5.4.0-90.101_all.deb ... 2021-11-15T20:53:06.403 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-headers-5.4.0-90 (5.4.0-90.101) ... 2021-11-15T20:53:12.658 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package linux-headers-5.4.0-90-generic. 2021-11-15T20:53:12.683 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../6-linux-headers-5.4.0-90-generic_5.4.0-90.101_amd64.deb ... 2021-11-15T20:53:12.724 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-headers-5.4.0-90-generic (5.4.0-90.101) ... 2021-11-15T20:53:15.622 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.90.94_amd64.deb ... 2021-11-15T20:53:15.749 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking linux-headers-generic (5.4.0.90.94) over (5.4.0.88.92) ... 2021-11-15T20:53:16.133 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-headers-5.4.0-90 (5.4.0-90.101) ... 2021-11-15T20:53:16.279 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-modules-5.4.0-90-generic (5.4.0-90.101) ... 2021-11-15T20:53:17.499 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-headers-5.4.0-90-generic (5.4.0-90.101) ... 2021-11-15T20:53:17.625 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-headers-generic (5.4.0.90.94) ... 2021-11-15T20:53:17.760 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-image-5.4.0-90-generic (5.4.0-90.101) ... 2021-11-15T20:53:18.856 INFO:teuthology.orchestra.run.smithi178.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.4.0-88-generic 2021-11-15T20:53:18.856 INFO:teuthology.orchestra.run.smithi178.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.4.0-88-generic 2021-11-15T20:53:18.856 INFO:teuthology.orchestra.run.smithi178.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-90-generic 2021-11-15T20:53:18.857 INFO:teuthology.orchestra.run.smithi178.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-90-generic 2021-11-15T20:53:18.995 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-modules-extra-5.4.0-90-generic (5.4.0-90.101) ... 2021-11-15T20:53:20.389 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-image-generic (5.4.0.90.94) ... 2021-11-15T20:53:20.531 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up linux-generic (5.4.0.90.94) ... 2021-11-15T20:53:20.658 INFO:teuthology.orchestra.run.smithi178.stdout:Processing triggers for linux-image-5.4.0-90-generic (5.4.0-90.101) ... 2021-11-15T20:53:20.862 INFO:teuthology.orchestra.run.smithi178.stdout:/etc/kernel/postinst.d/initramfs-tools: 2021-11-15T20:53:20.863 INFO:teuthology.orchestra.run.smithi178.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-90-generic 2021-11-15T20:53:42.908 INFO:teuthology.orchestra.run.smithi178.stdout:/etc/kernel/postinst.d/zz-update-grub: 2021-11-15T20:53:42.909 INFO:teuthology.orchestra.run.smithi178.stdout:Sourcing file `/etc/default/grub' 2021-11-15T20:53:42.946 INFO:teuthology.orchestra.run.smithi178.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2021-11-15T20:53:42.967 INFO:teuthology.orchestra.run.smithi178.stdout:Generating grub configuration file ... 2021-11-15T20:53:43.355 INFO:teuthology.orchestra.run.smithi178.stdout:Found linux image: /boot/vmlinuz-5.4.0-90-generic 2021-11-15T20:53:43.390 INFO:teuthology.orchestra.run.smithi178.stdout:Found initrd image: /boot/initrd.img-5.4.0-90-generic 2021-11-15T20:53:43.828 INFO:teuthology.orchestra.run.smithi178.stdout:Found linux image: /boot/vmlinuz-5.4.0-88-generic 2021-11-15T20:53:43.839 INFO:teuthology.orchestra.run.smithi178.stdout:Found initrd image: /boot/initrd.img-5.4.0-88-generic 2021-11-15T20:53:43.954 INFO:teuthology.orchestra.run.smithi178.stdout:Found linux image: /boot/vmlinuz-5.4.0-66-generic 2021-11-15T20:53:43.965 INFO:teuthology.orchestra.run.smithi178.stdout:Found initrd image: /boot/initrd.img-5.4.0-66-generic 2021-11-15T20:53:46.322 INFO:teuthology.orchestra.run.smithi178.stdout:done 2021-11-15T20:53:46.718 DEBUG:teuthology.orchestra.run.smithi178:> dpkg -s linux-image-generic 2021-11-15T20:53:46.748 INFO:teuthology.orchestra.run.smithi178.stdout:Package: linux-image-generic 2021-11-15T20:53:46.749 INFO:teuthology.orchestra.run.smithi178.stdout:Status: install ok installed 2021-11-15T20:53:46.749 INFO:teuthology.orchestra.run.smithi178.stdout:Priority: optional 2021-11-15T20:53:46.749 INFO:teuthology.orchestra.run.smithi178.stdout:Section: kernel 2021-11-15T20:53:46.749 INFO:teuthology.orchestra.run.smithi178.stdout:Installed-Size: 18 2021-11-15T20:53:46.750 INFO:teuthology.orchestra.run.smithi178.stdout:Maintainer: Ubuntu Kernel Team 2021-11-15T20:53:46.750 INFO:teuthology.orchestra.run.smithi178.stdout:Architecture: amd64 2021-11-15T20:53:46.750 INFO:teuthology.orchestra.run.smithi178.stdout:Source: linux-meta 2021-11-15T20:53:46.750 INFO:teuthology.orchestra.run.smithi178.stdout:Version: 5.4.0.90.94 2021-11-15T20:53:46.751 INFO:teuthology.orchestra.run.smithi178.stdout:Provides: virtualbox-guest-modules (= 6.1.26-dfsg-3~ubuntu1.20.04.2), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.12) 2021-11-15T20:53:46.751 INFO:teuthology.orchestra.run.smithi178.stdout:Depends: linux-image-5.4.0-90-generic, linux-modules-extra-5.4.0-90-generic, linux-firmware, intel-microcode, amd64-microcode 2021-11-15T20:53:46.751 INFO:teuthology.orchestra.run.smithi178.stdout:Recommends: thermald 2021-11-15T20:53:46.751 INFO:teuthology.orchestra.run.smithi178.stdout:Description: Generic Linux kernel image 2021-11-15T20:53:46.752 INFO:teuthology.orchestra.run.smithi178.stdout: This package will always depend on the latest generic kernel image 2021-11-15T20:53:46.752 INFO:teuthology.orchestra.run.smithi178.stdout: available. 2021-11-15T20:53:46.752 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-88-generic Expected: 5.4.0-90-generic 2021-11-15T20:53:46.752 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2021-11-15T20:53:46.753 DEBUG:teuthology.task.kernel:src is distro, skipping download 2021-11-15T20:53:46.753 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2021-11-15T20:53:46.753 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi178.front.sepia.ceph.com, path=None, version=distro) 2021-11-15T20:53:46.753 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt-get clean 2021-11-15T20:53:46.839 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt-get update 2021-11-15T20:53:47.317 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-11-15T20:53:47.317 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2021-11-15T20:53:47.387 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2021-11-15T20:53:47.470 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2021-11-15T20:53:48.813 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2021-11-15T20:53:48.836 DEBUG:teuthology.orchestra.run.smithi178:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2021-11-15T20:53:48.947 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2021-11-15T20:53:49.097 INFO:teuthology.orchestra.run.smithi178.stdout:Building dependency tree... 2021-11-15T20:53:49.097 INFO:teuthology.orchestra.run.smithi178.stdout:Reading state information... 2021-11-15T20:53:49.222 INFO:teuthology.orchestra.run.smithi178.stdout:linux-image-generic is already the newest version (5.4.0.90.94). 2021-11-15T20:53:49.222 INFO:teuthology.orchestra.run.smithi178.stdout:The following packages were automatically installed and are no longer required: 2021-11-15T20:53:49.222 INFO:teuthology.orchestra.run.smithi178.stdout: libllvm11 linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic 2021-11-15T20:53:49.223 INFO:teuthology.orchestra.run.smithi178.stdout: linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic 2021-11-15T20:53:49.223 INFO:teuthology.orchestra.run.smithi178.stdout: linux-modules-extra-5.4.0-66-generic 2021-11-15T20:53:49.223 INFO:teuthology.orchestra.run.smithi178.stdout:Use 'sudo apt autoremove' to remove them. 2021-11-15T20:53:49.260 INFO:teuthology.orchestra.run.smithi178.stdout:0 upgraded, 0 newly installed, 0 to remove and 70 not upgraded. 2021-11-15T20:53:49.262 DEBUG:teuthology.orchestra.run.smithi178:> dpkg -s linux-image-generic 2021-11-15T20:53:49.279 INFO:teuthology.orchestra.run.smithi178.stdout:Package: linux-image-generic 2021-11-15T20:53:49.279 INFO:teuthology.orchestra.run.smithi178.stdout:Status: install ok installed 2021-11-15T20:53:49.279 INFO:teuthology.orchestra.run.smithi178.stdout:Priority: optional 2021-11-15T20:53:49.280 INFO:teuthology.orchestra.run.smithi178.stdout:Section: kernel 2021-11-15T20:53:49.280 INFO:teuthology.orchestra.run.smithi178.stdout:Installed-Size: 18 2021-11-15T20:53:49.280 INFO:teuthology.orchestra.run.smithi178.stdout:Maintainer: Ubuntu Kernel Team 2021-11-15T20:53:49.280 INFO:teuthology.orchestra.run.smithi178.stdout:Architecture: amd64 2021-11-15T20:53:49.281 INFO:teuthology.orchestra.run.smithi178.stdout:Source: linux-meta 2021-11-15T20:53:49.281 INFO:teuthology.orchestra.run.smithi178.stdout:Version: 5.4.0.90.94 2021-11-15T20:53:49.281 INFO:teuthology.orchestra.run.smithi178.stdout:Provides: virtualbox-guest-modules (= 6.1.26-dfsg-3~ubuntu1.20.04.2), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.12) 2021-11-15T20:53:49.281 INFO:teuthology.orchestra.run.smithi178.stdout:Depends: linux-image-5.4.0-90-generic, linux-modules-extra-5.4.0-90-generic, linux-firmware, intel-microcode, amd64-microcode 2021-11-15T20:53:49.281 INFO:teuthology.orchestra.run.smithi178.stdout:Recommends: thermald 2021-11-15T20:53:49.282 INFO:teuthology.orchestra.run.smithi178.stdout:Description: Generic Linux kernel image 2021-11-15T20:53:49.282 INFO:teuthology.orchestra.run.smithi178.stdout: This package will always depend on the latest generic kernel image 2021-11-15T20:53:49.282 INFO:teuthology.orchestra.run.smithi178.stdout: available. 2021-11-15T20:53:49.283 DEBUG:teuthology.orchestra.run.smithi178:> mktemp 2021-11-15T20:53:49.289 INFO:teuthology.orchestra.run.smithi178.stdout:/tmp/tmp.PNfx6IppRq 2021-11-15T20:53:49.290 DEBUG:teuthology.orchestra.run.smithi178:> sudo cp /boot/grub/grub.cfg /tmp/tmp.PNfx6IppRq 2021-11-15T20:53:49.357 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 0666 /tmp/tmp.PNfx6IppRq 2021-11-15T20:53:49.398 DEBUG:teuthology.orchestra.remote:smithi178:/tmp/tmp.PNfx6IppRq is 10KB 2021-11-15T20:53:49.413 DEBUG:teuthology.orchestra.run.smithi178:> rm -fr /tmp/tmp.PNfx6IppRq 2021-11-15T20:53:49.421 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2021-11-15T20:53:49.478 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T20:53:49.478 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/grub.d/01_ceph_kernel 2021-11-15T20:53:49.479 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2021-11-15T20:53:49.519 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-90-generic 2021-11-15T20:53:49.520 DEBUG:teuthology.orchestra.run.smithi178:> sudo update-grub 2021-11-15T20:53:50.826 INFO:teuthology.orchestra.run.smithi178.stderr:Sourcing file `/etc/default/grub' 2021-11-15T20:53:50.828 INFO:teuthology.orchestra.run.smithi178.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2021-11-15T20:53:50.840 INFO:teuthology.orchestra.run.smithi178.stderr:Generating grub configuration file ... 2021-11-15T20:53:51.123 INFO:teuthology.orchestra.run.smithi178.stderr:Found linux image: /boot/vmlinuz-5.4.0-90-generic 2021-11-15T20:53:51.134 INFO:teuthology.orchestra.run.smithi178.stderr:Found initrd image: /boot/initrd.img-5.4.0-90-generic 2021-11-15T20:53:51.530 INFO:teuthology.orchestra.run.smithi178.stderr:Found linux image: /boot/vmlinuz-5.4.0-88-generic 2021-11-15T20:53:51.542 INFO:teuthology.orchestra.run.smithi178.stderr:Found initrd image: /boot/initrd.img-5.4.0-88-generic 2021-11-15T20:53:51.640 INFO:teuthology.orchestra.run.smithi178.stderr:Found linux image: /boot/vmlinuz-5.4.0-66-generic 2021-11-15T20:53:51.651 INFO:teuthology.orchestra.run.smithi178.stderr:Found initrd image: /boot/initrd.img-5.4.0-66-generic 2021-11-15T20:53:52.999 INFO:teuthology.orchestra.run.smithi178.stderr:done 2021-11-15T20:53:53.001 DEBUG:teuthology.orchestra.run.smithi178:> sudo shutdown -r now 2021-11-15T20:54:23.010 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2021-11-15T20:54:23.010 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2021-11-15T20:54:23.011 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-11-15T20:55:57.543 DEBUG:teuthology.orchestra.remote:timed out 2021-11-15T20:56:27.575 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2021-11-15T20:56:27.578 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-11-15T20:56:27.775 DEBUG:teuthology.orchestra.run.smithi178:> true 2021-11-15T20:56:28.408 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2021-11-15T20:56:28.408 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.4.0-90-generic"... 2021-11-15T20:56:28.409 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2021-11-15T20:56:28.415 INFO:teuthology.orchestra.run.smithi178.stdout:5.4.0-90-generic 2021-11-15T20:56:28.416 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-90-generic vs 5.4.0-90-generic 2021-11-15T20:56:28.416 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2021-11-15T20:56:28.416 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2021-11-15T20:56:29.418 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2021-11-15T20:56:29.418 DEBUG:teuthology.orchestra.run.smithi178:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2021-11-15T20:56:29.499 INFO:teuthology.orchestra.run.smithi178.stdout:ttyS1 2021-11-15T20:56:29.527 DEBUG:teuthology.parallel:result is None 2021-11-15T20:56:29.527 INFO:teuthology.run_tasks:Running task internal.base... 2021-11-15T20:56:29.537 INFO:teuthology.task.internal:Creating test directory... 2021-11-15T20:56:29.538 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2021-11-15T20:56:29.545 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2021-11-15T20:56:29.583 INFO:teuthology.run_tasks:Running task internal.archive... 2021-11-15T20:56:29.608 INFO:teuthology.task.internal:Creating archive directory... 2021-11-15T20:56:29.609 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2021-11-15T20:56:29.636 INFO:teuthology.run_tasks:Running task internal.coredump... 2021-11-15T20:56:29.648 INFO:teuthology.task.internal:Enabling coredump saving... 2021-11-15T20:56:29.649 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2021-11-15T20:56:29.706 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2021-11-15T20:56:29.717 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2021-11-15T20:56:29.719 INFO:teuthology.run_tasks:Running task internal.sudo... 2021-11-15T20:56:29.729 INFO:teuthology.task.internal:Configuring sudo... 2021-11-15T20:56:29.729 DEBUG:teuthology.orchestra.run.smithi178:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2021-11-15T20:56:29.744 INFO:teuthology.run_tasks:Running task internal.syslog... 2021-11-15T20:56:29.756 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2021-11-15T20:56:29.757 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2021-11-15T20:56:29.795 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2021-11-15T20:56:29.801 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2021-11-15T20:56:29.809 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T20:56:29.809 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2021-11-15T20:56:29.881 DEBUG:teuthology.orchestra.run.smithi178:> sudo service rsyslog restart 2021-11-15T20:56:29.929 INFO:teuthology.run_tasks:Running task internal.timer... 2021-11-15T20:56:29.939 INFO:teuthology.task.internal:Starting timer... 2021-11-15T20:56:29.939 INFO:teuthology.run_tasks:Running task pcp... 2021-11-15T20:56:29.962 INFO:teuthology.run_tasks:Running task selinux... 2021-11-15T20:56:29.995 DEBUG:teuthology.task.selinux:Excluding smithi178: OS 'ubuntu' does not support SELinux 2021-11-15T20:56:29.996 DEBUG:teuthology.task.selinux:Getting current SELinux state 2021-11-15T20:56:29.996 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2021-11-15T20:56:29.996 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2021-11-15T20:56:29.997 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2021-11-15T20:56:30.027 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master was just updated or references a specific commit; assuming it is current 2021-11-15T20:56:30.028 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master to origin/master 2021-11-15T20:56:30.053 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2021-11-15T20:56:30.056 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi178.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml 2021-11-15T20:56:30.452 INFO:teuthology.task.ansible.out:Using /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/ansible.cfg as config file 2021-11-15T20:56:31.286 INFO:teuthology.task.ansible.out:[WARNING]: file /home/teuthworker/src/git.ceph.com_git_ceph-cm- ansible_master/roles/testnode/tasks/setup-opensuse.yml is empty and had no tasks to include 2021-11-15T20:56:34.274 INFO:teuthology.task.ansible.out: PLAY [all] ********************************************************************* 2021-11-15T20:56:34.383 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:34 +0000 (0:00:00.126) 0:00:00.126 ******* 2021-11-15T20:56:36.655 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* 2021-11-15T20:56:36.657 INFO:teuthology.task.ansible.out:[DEPRECATION WARNING]: Distribution Ubuntu 20.04 on host smithi178.front.sepia.ceph.com should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/2.9/reference_appendices/inter preter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [smithi178.front.sepia.ceph.com] 2021-11-15T20:56:36.706 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:36 +0000 (0:00:02.322) 0:00:02.448 ******* 2021-11-15T20:56:36.917 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the sudo group.] ******************************** 2021-11-15T20:56:36.919 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "gid": 27, "name": "sudo", "state": "present", "system": false} 2021-11-15T20:56:36.941 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:36 +0000 (0:00:00.235) 0:00:02.684 ******* 2021-11-15T20:56:37.462 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the ansible user.] ****************************** 2021-11-15T20:56:37.464 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"append": false, "changed": false, "comment": "cm,,,", "group": 1100, "groups": "sudo", "home": "/home/cm", "move_home": false, "name": "cm", "shell": "/bin/bash", "state": "present", "uid": 1100} 2021-11-15T20:56:37.486 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:37 +0000 (0:00:00.544) 0:00:03.229 ******* 2021-11-15T20:56:37.544 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Delete the ansible users password.] ******************** 2021-11-15T20:56:37.546 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:56:37.567 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:37 +0000 (0:00:00.080) 0:00:03.310 ******* 2021-11-15T20:56:37.769 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Ensure includedir is present in sudoers.] ************** 2021-11-15T20:56:37.770 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-11-15T20:56:37.793 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:37 +0000 (0:00:00.226) 0:00:03.536 ******* 2021-11-15T20:56:38.505 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the cephlab_sudo sudoers.d file.] *************** ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "6c8e8b7ecc895eb2094cafe75c34b58f183442a7", "dest": "/etc/sudoers.d/cephlab_sudo", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers.d/cephlab_sudo", "size": 182, "state": "file", "uid": 0} 2021-11-15T20:56:38.528 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:38 +0000 (0:00:00.735) 0:00:04.271 ******* 2021-11-15T20:56:39.063 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Add authorized keys for the ansible user.] ************* 2021-11-15T20:56:39.065 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "comment": null, "exclusive": true, "follow": false, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmiHwkLkoJZiQs67KfE8jf0CdXjgbbpzKywUleMk4kWC7Wdn+92q/33DXpfS8xjg7opB9GTK3EW2C/RKBpf5RdaVG/5M7tRyUDLLbS3CURUoF6aNQI+8JIuFlsIfhO3Qw4uT7NlJCqsusrSbyLtGd/Im4CzwhvP1Enn6aUfyxv2yV4HoVjXbbIp2hlRXgcW8G/9q0TMuNfX4J6dpj9/PG8BbkKH/NReL2UMtjCGyRdIQvIwJRHMozjcE21824ZatA7nBeecX0MBRS6/A286uj6Z0PgmfJXYw0yw2Z2uSWR1ptIuMEiDBt96Pzn0dvfl7g/7bCi93MBQf/6sH9n4wkN root@typica001\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDehvF7TbkfX9Ga4fNdq/j9GHu3c9cNk4iIHVs7e14j0h9DlV14aPyn/M0+z90PK+5p2uL9EvRzkbsPrfxpG3pxUa1pmVmKIPvBruA7ln8tExOVwO3XEsBG7b8VWUMlQmwRS9WEfkKAIHlr9cgIFGb1yrMW30RyL7keO1giotAq/wR9pMicyqYAbZOtI3MuPsDVTNxtyD3RwRUQicz6vNaK/RwfMCZVgdvoinrJ7VSyFVEiitzuQqMlrF935sfLvhuyxmwvJKfZI8QMEYcFbKd1cDnCk9n/PySNRY96gb41nb5pUk+0eaDu37jnmj7LLqoidD3UWUuHNnGBAAk+zNlD andrew.schoen@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBwJCoMbbxQrI9jM5I/lX0MYDB57LzYXDJTXqmLfJ8E5IHwQbn708/EFXAHuJlCyoJAuA8FaU/Y5/l2LBlVXwp9v+8ftk/D6AcsuQ+Hi0ZLCTvW10OUIS2cwX/of//JJIu6roy3r3SWwUcQvwjaZYLm7QkC+1StsLNMHdgiVRFiibqml72Q53VTtSTt6z2aXjrHzhpZq0hBK/13aknzAjHvGprQnchKVzhA/7A5pArF3CXpnI7aCwKvvjU0AcvqqD8WNLMpF4hFSoTK7xluKB+5UAJ36wefIO2KFM/zMwUtl4/aDhDdPeSaQRWq/q7viKLVNS0X9j2PjSRTfYhJNZr zack@zack-cerzas-macbook-pro.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC305rmql/Qm8Si+DFvAs77hSUZakwiXhhAhSetS89bWq3AdPQTL1MUXJHFm3AMzwzb00tndvsl1AUmFseXLfAi87daNcKJdwEj/JvXgcHKzAXOpVRfArHh08JnOumQiP4EoLYvq7rL+3LjEFURKOWJLLnGxh4E+iiJAnxLTG3WuUcnz9kXVTwtmIs60+2yH+gZJkkB04mnivPYjX46sHigoKgtlE2JnQfOU1lBkeZaBeUhoZX2rIKwRyGELPPcUBwHk10izyk6tePLAw9bSWeS9uEaa/m+qa8neJDyR4/hWQNR9yRXp0YjKkiKoFog+qtsBt3xBNzTPsFLxZ5zugmp dmick@angus\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKT1KilDopHJzDZ90QJx4+7WVIC4WNdvpD6VrS83B3PFOplNyXZLfDSDRZ4wEzIKLwtR9vLWWInVBNFU00W/2dObSC+l9GDzKsHtO3KSVmAjHEk6ZAJ5Mc3eUPR0lAywpFD8+yg+kDDIkRtCtoHDq+kFvNQutdvrMuhNWOZLyQ2N2XrpRJVD2kiJvaml6nQoZXMtVQGPVcYbn3TRed/wxT/han2u6j/wiElv 2021-11-15T20:56:39.066 INFO:teuthology.task.ansible.out:4r9ty+9zi3P1MoNiALD53sD7wMr/5Si6PX+5zWcXTNcQmTuGpiLwGw0RxCwr4gtwqKBaNae2d1bwnHanLc1KvQEw29O6aBca2f7GWxFY6QtQV/mNft dgalloway@w541\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoEI+g74GcJe/03nDypMzDWqg93K1h13xQPFvCIN7ElNZ+ulY5av5KLnv/gmLbYGRPlgxC7LNZXE7YQPUo2DfA8awnDkAkE/nWvL4fQjUxmaiPthjIWsKvk9EvPIqzLjDbwsiLiRPE0Sxka0qBa1GHU1QYN6cw7l9nWF0dG/TsKw+QmuArBKMgm9Th/QVLq1ARHC/07M1n195QvBjdrKSzOUl+2L1tADHg++sEWDq/MJMiylyNdxp79Wz7aTIlR6l8NV+Ega9LUb6B6xmO7k+J+/hJF7gYOeFl+YqnZttEdz+o8FbLjhTjOF9QkBsGWlrawXtQln/cVCryV+LAt57L dgalloway@p50\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo3gswIiZ2xPWMUQNjV1Gd4gYSxVpJM8Jb5pH1lqvoKAsmhVI30qTYxIaezzDWfSYwdkNYQAC9eM5v7EMQrOI7eZtTzCH+gbF79GciGCLL2bDze1I8hJ+jUu4bv+wnmvKsHyyOVBBJPSJ+eGFCzsu7vOiK4iFX0zgCXYwvP+A4Y/+kVR1en39gMtD6Hrw8ACBhxt+C2G2zc1807NRj3pIw1GvQILa9Sm3VKdNSrHzGB+MBooUoRmmjjzZ/bRwHPWVj+sX+xkoX4P2zwUcfMgZ/f4GgSgHyEvS3oxqbSaZp0pidZyoCaLRgqVPiUgXQEm0HA5PDDULAthQOfxQveKB/ akraitma@aklap", "key_options": null, "keyfile": "/home/cm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cm", "validate_certs": true} 2021-11-15T20:56:39.130 INFO:teuthology.task.ansible.out: PLAY [teuthology] ************************************************************** skipping: no hosts matched 2021-11-15T20:56:39.131 INFO:teuthology.task.ansible.out: PLAY [testnodes] *************************************************************** 2021-11-15T20:56:39.147 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* 2021-11-15T20:56:39.149 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:39 +0000 (0:00:00.619) 0:00:04.890 ******* 2021-11-15T20:56:40.860 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] 2021-11-15T20:56:40.879 INFO:teuthology.task.ansible.out: TASK [set_fact] **************************************************************** Monday 15 November 2021 20:56:40 +0000 (0:00:01.732) 0:00:06.622 ******* 2021-11-15T20:56:40.906 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"ansible_facts": {"ran_from_cephlab_playbook": true}, "changed": false} 2021-11-15T20:56:40.911 INFO:teuthology.task.ansible.out: PLAY [testnodes] *************************************************************** 2021-11-15T20:56:41.064 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:41 +0000 (0:00:00.184) 0:00:06.807 ******* 2021-11-15T20:56:41.952 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi178.front.sepia.ceph.com] 2021-11-15T20:56:42.022 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. 2021-11-15T20:56:42.024 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:42 +0000 (0:00:00.958) 0:00:07.765 ******* 2021-11-15T20:56:42.699 INFO:teuthology.task.ansible.out: TASK [users : Check keys_repo HEAD sha1] *************************************** 2021-11-15T20:56:42.700 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"changed": true, "cmd": "git ls-remote https://github.com/ceph/keys HEAD | awk '{ print $1 }'", "delta": "0:00:00.188674", "end": "2021-11-15 20:56:42.671774", "rc": 0, "start": "2021-11-15 20:56:42.483100", "stderr": "", "stderr_lines": [], "stdout": "d72e06d3c78c8d9639a8ca75effa043ee468910f", "stdout_lines": ["d72e06d3c78c8d9639a8ca75effa043ee468910f"]} 2021-11-15T20:56:42.735 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:42 +0000 (0:00:00.712) 0:00:08.478 ******* 2021-11-15T20:56:43.897 INFO:teuthology.task.ansible.out: TASK [users : Check host's /keys-repo-sha1 sentinel file] ********************** 2021-11-15T20:56:43.899 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"changed": true, "cmd": ["cat", "/keys-repo-sha1"], "delta": "0:00:01.014006", "end": "2021-11-15 20:56:43.811280", "failed_when_result": false, "rc": 0, "start": "2021-11-15 20:56:42.797274", "stderr": "", "stderr_lines": [], "stdout": "be157e19c0bfe2e4e07c6f889b0dbfb8dd2c65ec", "stdout_lines": ["be157e19c0bfe2e4e07c6f889b0dbfb8dd2c65ec"]} 2021-11-15T20:56:43.922 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:43 +0000 (0:00:01.187) 0:00:09.665 ******* 2021-11-15T20:56:43.994 INFO:teuthology.task.ansible.out: TASK [Determine if we can skip users and pubkeys updates] ********************** 2021-11-15T20:56:43.995 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:56:44.018 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:44 +0000 (0:00:00.096) 0:00:09.761 ******* 2021-11-15T20:56:44.086 INFO:teuthology.task.ansible.out: TASK [Merge extra_admin_users into managed_admin_users] ************************ 2021-11-15T20:56:44.089 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:56:44.110 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:44 +0000 (0:00:00.091) 0:00:09.853 ******* 2021-11-15T20:56:44.199 INFO:teuthology.task.ansible.out: TASK [Remove managed_admin_users from managed_users] *************************** 2021-11-15T20:56:44.201 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:56:44.224 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:44 +0000 (0:00:00.114) 0:00:09.967 ******* 2021-11-15T20:56:44.293 INFO:teuthology.task.ansible.out: TASK [Filter the managed_users list] ******************************************* 2021-11-15T20:56:44.295 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:56:44.316 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:44 +0000 (0:00:00.091) 0:00:10.059 ******* 2021-11-15T20:56:44.395 INFO:teuthology.task.ansible.out: TASK [Filter the managed_admin_users list] ************************************* 2021-11-15T20:56:44.397 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:56:44.423 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:44 +0000 (0:00:00.106) 0:00:10.165 ******* 2021-11-15T20:56:44.611 INFO:teuthology.task.ansible.out: TASK [users : Set UID_MIN to 1001] ********************************************* 2021-11-15T20:56:44.612 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-11-15T20:56:44.634 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:56:44 +0000 (0:00:00.211) 0:00:10.377 ******* 2021-11-15T20:56:44.879 INFO:teuthology.task.ansible.out: TASK [Create all admin users with sudo access.] ******************************** 2021-11-15T20:56:44.881 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'andrewschoen', 'ovpn': 'andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1101, "groups": "sudo", "home": "/home/andrewschoen", "item": {"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, "move_home": false, "name": "andrewschoen", "shell": "/bin/bash", "state": "present", "uid": 1101} 2021-11-15T20:56:45.025 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'zack', 'ovpn': 'zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1102, "groups": "sudo", "home": "/home/zack", "item": {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, "move_home": false, "name": "zack", "shell": "/bin/bash", "state": "present", "uid": 1102} 2021-11-15T20:56:45.160 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kdreyer', 'ovpn': 'kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1103, "groups": "sudo", "home": "/home/kdreyer", "item": {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, "move_home": false, "name": "kdreyer", "shell": "/bin/bash", "state": "present", "uid": 1103} 2021-11-15T20:56:45.305 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dmick', 'ovpn': 'dmick@angus z8fyazJ0pc56I/XTlHAOrQ db682b1b89c790bf26a2e12dbea03f4495f8ea5f248e29b2f5c5dc072acb3c93\ndmick@home o9fblAdxhBToEJxbutv2mw 1704b16322c3984ed565b48cce52877eadade26b4093443b349b70f846f0eac6\ndmick@dell r6meTomZVVH/WVOmVf2aSQ 8ac1a9d0452166af59894c6b57ed07a12b42042aa6d2618df2bec9c962684072\ndmick@dmick-MacBookAir EFN6/5V1I5YNm72XjlApUg f2335a3fa49a0296233ab5faba28e7bbf309a89c193169dbe3c411e4219827a4\ndmick@hplaptop 49Wf5LFRBuobkfWp7OoAdQ 1401efaf459e0b7673f03b546eeff2c8144219c674eb3c94aa23e5af5ffc66b9\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1104, "groups": "sudo", "home": "/home/dmick", "item": {"name": "dmick", "ovpn": "dmick@angus z8fyazJ0pc56I/XTlHAOrQ db682b1b89c790bf26a2e12dbea03f4495f8ea5f248e29b2f5c5dc072acb3c93\ndmick@home o9fblAdxhBToEJxbutv2mw 1704b16322c3984ed565b48cce52877eadade26b4093443b349b70f846f0eac6\ndmick@dell r6meTomZVVH/WVOmVf2aSQ 8ac1a9d0452166af59894c6b57ed07a12b42042aa6d2618df2bec9c962684072\ndmick@dmick-MacBookAir EFN6/5V1I5YNm72XjlApUg f2335a3fa49a0296233ab5faba28e7bbf309a89c193169dbe3c411e4219827a4\ndmick@hplaptop 49Wf5LFRBuobkfWp7OoAdQ 1401efaf459e0b7673f03b546eeff2c8144219c674eb3c94aa23e5af5ffc66b9\n"}, "move_home": false, "name": "dmick", "shell": "/bin/bash", "state": "present", "uid": 1104} 2021-11-15T20:56:45.453 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'sage', 'ovpn': 'sage@autriche 2Uhfc/1jXje4W7G4s0sJEQ 09631754d059fab96e16be441b3b8f7e63b37a260677897a2669cf7a2501d2d3\nsage@gnit YuLp2iihT6cCqY+GmW9IVQ dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+90Zw 42c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\nsage@lowride tak6ngfj0ohW6upHRUMq7g 450919c617f452e874ef2a8cfa5ca18f47d249450ef0b0374849e721b0c53a70\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1105, "groups": "sudo", "home": "/home/sage", "item": {"name": "sage", "ovpn": "sage@autriche 2Uhfc/1jXje4W7G4s0sJEQ 09631754d059fab96e16be441b3b8f7e63b37a260677897a2669cf7a2501d2d3\nsage@gnit YuLp2iihT6cCqY+GmW9IVQ dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+90Zw 42c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\nsage@lowride tak6ngfj0ohW6upHRUMq7g 450919c617f452e874ef2a8cfa5ca18f47d249450ef0b0374849e721b0c53a70\n"}, "move_home": false, "name": "sage", "shell": "/bin/bash", "state": "present", "uid": 1105} 2021-11-15T20:56:45.610 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dgalloway', 'ovpn': 'dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1106, "groups": "sudo", "home": "/home/dgalloway", "item": {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, "move_home": false, "name": "dgalloway", "shell": "/bin/bash", "state": "present", "uid": 1106} 2021-11-15T20:56:45.745 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'akraitma', 'ovpn': 'akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1107, "groups": "sudo", "home": "/home/akraitma", "item": {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, "move_home": false, "name": "akraitma", "shell": "/bin/bash", "state": "present", "uid": 1107} 2021-11-15T20:56:45.890 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jcaratzas', 'ovpn': 'jcaratza@desktop QI358a0dizGe6T42hCYj1A 139ab306be981d0a669ec2288a2529503882deffceb28bdfc9bde2b70a825898'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1108, "groups": "sudo", "home": "/home/jcaratzas", "item": {"name": "jcaratzas", "ovpn": "jcaratza@desktop QI358a0dizGe6T42hCYj1A 139ab306be981d0a669ec2288a2529503882deffceb28bdfc9bde2b70a825898"}, "move_home": false, "name": "jcaratzas", "shell": "/bin/bash", "state": "present", "uid": 1108} 2021-11-15T20:56:46.036 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'trociny', 'ovpn': 'mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1109, "groups": "sudo", "home": "/home/trociny", "item": {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, "move_home": false, "name": "trociny", "shell": "/bin/bash", "state": "present", "uid": 1109} 2021-11-15T20:56:46.182 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'smithfarm', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf', 'ovpn': 'smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1110, "groups": "sudo", "home": "/home/smithfarm", "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, "move_home": false, "name": "smithfarm", "shell": "/bin/bash", "state": "present", "uid": 1110} 2021-11-15T20:56:46.328 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mbenjamin', 'ovpn': 'mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1111, "groups": "sudo", "home": "/home/mbenjamin", "item": {"name": "mbenjamin", "ovpn": "mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n"}, "move_home": false, "name": "mbenjamin", "shell": "/bin/bash", "state": "present", "uid": 1111} 2021-11-15T20:56:46.474 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'aemerson', 'ovpn': 'aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1112, "groups": "sudo", "home": "/home/aemerson", "item": {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, "move_home": false, "name": "aemerson", "shell": "/bin/bash", "state": "present", "uid": 1112} 2021-11-15T20:56:46.621 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'amaredia', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour', 'ovpn': 'ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1113, "groups": "sudo", "home": "/home/amaredia", "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "name": "amaredia", "ovpn": "ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78"}, "move_home": false, "name": "amaredia", "shell": "/bin/bash", "state": "present", "uid": 1113} 2021-11-15T20:56:46.768 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'tserlin', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet', 'ovpn': 'tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1114, "groups": "sudo", "home": "/home/tserlin", "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet", "name": "tserlin", "ovpn": "tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5"}, "move_home": false, "name": "tserlin", "shell": "/bin/bash", "state": "present", "uid": 1114} 2021-11-15T20:56:46.916 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dis', 'ovpn': 'dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1115, "groups": "sudo", "home": "/home/dis", "item": {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, "move_home": false, "name": "dis", "shell": "/bin/bash", "state": "present", "uid": 1115} 2021-11-15T20:56:47.072 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'gregf', 'ovpn': 'gregf@kai YhNrPfedhZjbvGjOfmotOA 440cf8595a87cd307790bbf79c3668455a0405945e2b271d873325de222cd72f\ngregf@pudgy VZrk8nWzg7pYLOrZru8dBg c1d1a0e469a134ccf5f5a5525631a6b83efa6970beec3b23809eb0daa3dca47f\ngfarnum@WorkMini2 +bAqcTdU7Ok9bGMcB3A84w 3cff1326561a23cf81dd6495373cb83ed149cee026c6374d72c19b483f4f1f07\ngfarnum@Macbook bxVtolCC9SY3QNlpx3cE1w aff8d28bfb4d693253511d29e8d399196e964fc096594ec705748a5469d44654\ngregf@fedoragreg Jdn8I/sFGcr5Aa/dici6lw 50f88afc35c05ef8454742226f7baf2cd20cb1e2d4d0c9f4a393013877736bfa\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1116, "groups": "sudo", "home": "/home/gregf", "item": {"name": "gregf", "ovpn": "gregf@kai YhNrPfedhZjbvGjOfmotOA 440cf8595a87cd307790bbf79c3668455a0405945e2b271d873325de222cd72f\ngregf@pudgy VZrk8nWzg7pYLOrZru8dBg c1d1a0e469a134ccf5f5a5525631a6b83efa6970beec3b23809eb0daa3dca47f\ngfarnum@WorkMini2 +bAqcTdU7Ok9bGMcB3A84w 3cff1326561a23cf81dd6495373cb83ed149cee026c6374d72c19b483f4f1f07\ngfarnum@Macbook bxVtolCC9SY3QNlpx3cE1w aff8d28bfb4d693253511d29e8d399196e964fc096594ec705748a5469d44654\ngregf@fedoragreg Jdn8I/sFGcr5Aa/dici6lw 50f88afc35c05ef8454742226f7baf2cd20cb1e2d4d0c9f4a393013877736bfa\n"}, "move_home": false, "name": "gregf", "shell": "/bin/bash", "state": "present", "uid": 1116} 2021-11-15T20:56:47.218 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'joshd', 'ovpn': 'jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1117, "groups": "sudo", "home": "/home/joshd", "item": {"name": "joshd", "ovpn": "jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n"}, "move_home": false, "name": "joshd", "shell": "/bin/bash", "state": "present", "uid": 1117} 2021-11-15T20:56:47.354 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'cmeno', 'ovpn': 'cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1119, "groups": "sudo", "home": "/home/cmeno", "item": {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, "move_home": false, "name": "cmeno", "shell": "/bin/bash", "state": "present", "uid": 1119} 2021-11-15T20:56:47.501 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ivancich', 'ovpn': 'ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1120, "groups": "sudo", "home": "/home/ivancich", "item": {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, "move_home": false, "name": "ivancich", "shell": "/bin/bash", "state": "present", "uid": 1120} 2021-11-15T20:56:47.647 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'yuriw', 'ovpn': 'yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1122, "groups": "sudo", "home": "/home/yuriw", "item": {"name": "yuriw", "ovpn": "yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n"}, "move_home": false, "name": "yuriw", "shell": "/bin/bash", "state": "present", "uid": 1122} 2021-11-15T20:56:47.793 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'tamil', 'ovpn': 'tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1123, "groups": "sudo", "home": "/home/tamil", "item": {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, "move_home": false, "name": "tamil", "shell": "/bin/bash", "state": "present", "uid": 1123} 2021-11-15T20:56:47.950 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jowilkin', 'ovpn': 'jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1124, "groups": "sudo", "home": "/home/jowilkin", "item": {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, "move_home": false, "name": "jowilkin", "shell": "/bin/bash", "state": "present", "uid": 1124} 2021-11-15T20:56:48.096 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'bhubbard', 'ovpn': 'brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1125, "groups": "sudo", "home": "/home/bhubbard", "item": {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, "move_home": false, "name": "bhubbard", "shell": "/bin/bash", "state": "present", "uid": 1125} 2021-11-15T20:56:48.243 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1126, "groups": "sudo", "home": "/home/yehudasa", "item": {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n"}, "move_home": false, "name": "yehudasa", "shell": "/bin/bash", "state": "present", "uid": 1126} 2021-11-15T20:56:48.389 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1127, "groups": "sudo", "home": "/home/dang", "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "move_home": false, "name": "dang", "shell": "/bin/bash", "state": "present", "uid": 1127} 2021-11-15T20:56:48.534 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1128, "groups": "sudo", "home": "/home/branto", "item": {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, "move_home": false, "name": "branto", "shell": "/bin/bash", "state": "present", "uid": 1128} 2021-11-15T20:56:48.680 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1129, "groups": "sudo", "home": "/home/xiaoxichen", "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "move_home": false, "name": "xiaoxichen", "shell": "/bin/bash", "state": "present", "uid": 1129} 2021-11-15T20:56:48.826 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1130, "groups": "sudo", "home": "/home/ffilz", "item": {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, "move_home": false, "name": "ffilz", "shell": "/bin/bash", "state": "present", "uid": 1130} 2021-11-15T20:56:48.971 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'joao', 'ovpn': 'joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1131, "groups": "sudo", "home": "/home/joao", "item": {"name": "joao", "ovpn": "joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n"}, "move_home": false, "name": "joao", "shell": "/bin/bash", "state": "present", "uid": 1131} 2021-11-15T20:56:49.118 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'nhm', 'ovpn': 'nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1132, "groups": "sudo", "home": "/home/nhm", "item": {"name": "nhm", "ovpn": "nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n"}, "move_home": false, "name": "nhm", "shell": "/bin/bash", "state": "present", "uid": 1132} 2021-11-15T20:56:49.266 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1134, "groups": "sudo", "home": "/home/mkidd", "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "move_home": false, "name": "mkidd", "shell": "/bin/bash", "state": "present", "uid": 1134} 2021-11-15T20:56:49.407 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jlopez', 'ovpn': 'JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1135, "groups": "sudo", "home": "/home/jlopez", "item": {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, "move_home": false, "name": "jlopez", "shell": "/bin/bash", "state": "present", "uid": 1135} 2021-11-15T20:56:49.553 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1136, "groups": "sudo", "home": "/home/haomaiwang", "item": {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, "move_home": false, "name": "haomaiwang", "shell": "/bin/bash", "state": "present", "uid": 1136} 2021-11-15T20:56:49.699 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kchai', 'ovpn': 'kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1138, "groups": "sudo", "home": "/home/kchai", "item": {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3"}, "move_home": false, "name": "kchai", "shell": "/bin/bash", "state": "present", "uid": 1138} 2021-11-15T20:56:49.845 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1139, "groups": "sudo", "home": "/home/vumrao", "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "move_home": false, "name": "vumrao", "shell": "/bin/bash", "state": "present", "uid": 1139} 2021-11-15T20:56:49.980 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dfuller', 'ovpn': 'dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1140, "groups": "sudo", "home": "/home/dfuller", "item": {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, "move_home": false, "name": "dfuller", "shell": "/bin/bash", "state": "present", "uid": 1140} 2021-11-15T20:56:50.125 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1141, "groups": "sudo", "home": "/home/owasserm", "item": {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, "move_home": false, "name": "owasserm", "shell": "/bin/bash", "state": "present", "uid": 1141} 2021-11-15T20:56:50.269 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'vasu', 'ovpn': 'vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1142, "groups": "sudo", "home": "/home/vasu", "item": {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, "move_home": false, "name": "vasu", "shell": "/bin/bash", "state": "present", "uid": 1142} 2021-11-15T20:56:50.404 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1143, "groups": "sudo", "home": "/home/smohan", "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "move_home": false, "name": "smohan", "shell": "/bin/bash", "state": "present", "uid": 1143} 2021-11-15T20:56:50.551 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1144, "groups": "sudo", "home": "/home/abhi", "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "move_home": false, "name": "abhi", "shell": "/bin/bash", "state": "present", "uid": 1144} 2021-11-15T20:56:50.696 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1145, "groups": "sudo", "home": "/home/cbodley", "item": {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, "move_home": false, "name": "cbodley", "shell": "/bin/bash", "state": "present", "uid": 1145} 2021-11-15T20:56:50.842 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1146, "groups": "sudo", "home": "/home/mwatts", "item": {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, "move_home": false, "name": "mwatts", "shell": "/bin/bash", "state": "present", "uid": 1146} 2021-11-15T20:56:50.986 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1147, "groups": "sudo", "home": "/home/prsrivas", "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n"}, "move_home": false, "name": "prsrivas", "shell": "/bin/bash", "state": "present", "uid": 1147} 2021-11-15T20:56:51.121 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'pdonnell', 'ovpn': 'pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1148, "groups": "sudo", "home": "/home/pdonnell", "item": {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, "move_home": false, "name": "pdonnell", "shell": "/bin/bash", "state": "present", "uid": 1148} 2021-11-15T20:56:51.266 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jlayton', 'ovpn': 'jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1149, "groups": "sudo", "home": "/home/jlayton", "item": {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, "move_home": false, "name": "jlayton", "shell": "/bin/bash", "state": "present", "uid": 1149} 2021-11-15T20:56:51.411 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1150, "groups": "sudo", "home": "/home/rzarzynski", "item": {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, "move_home": false, "name": "rzarzynski", "shell": "/bin/bash", "state": "present", "uid": 1150} 2021-11-15T20:56:51.567 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1151, "groups": "sudo", "home": "/home/rdias", "item": {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, "move_home": false, "name": "rdias", "shell": "/bin/bash", "state": "present", "uid": 1151} 2021-11-15T20:56:51.702 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'vshankar', 'ovpn': 'vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1152, "groups": "sudo", "home": "/home/vshankar", "item": {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, "move_home": false, "name": "vshankar", "shell": "/bin/bash", "state": "present", "uid": 1152} 2021-11-15T20:56:51.847 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1153, "groups": "sudo", "home": "/home/akupczyk", "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "move_home": false, "name": "akupczyk", "shell": "/bin/bash", "state": "present", "uid": 1153} 2021-11-15T20:56:51.993 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'nojha', 'ovpn': 'nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1154, "groups": "sudo", "home": "/home/nojha", "item": {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, "move_home": false, "name": "nojha", "shell": "/bin/bash", "state": "present", "uid": 1154} 2021-11-15T20:56:52.138 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@snowmon CjHOevVvBm+PwhjnhZYM7g 7393d3a95b1874764fc4e7ae2d481f1859b336e16e1ba53c49d126585e11ba56'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1155, "groups": "sudo", "home": "/home/ifed01", "item": {"name": "ifed01", "ovpn": "ifed01@snowmon CjHOevVvBm+PwhjnhZYM7g 7393d3a95b1874764fc4e7ae2d481f1859b336e16e1ba53c49d126585e11ba56"}, "move_home": false, "name": "ifed01", "shell": "/bin/bash", "state": "present", "uid": 1155} 2021-11-15T20:56:52.295 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1156, "groups": "sudo", "home": "/home/myoungwon", "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "move_home": false, "name": "myoungwon", "shell": "/bin/bash", "state": "present", "uid": 1156} 2021-11-15T20:56:52.440 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'gabrioux', 'ovpn': 'gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1157, "groups": "sudo", "home": "/home/gabrioux", "item": {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, "move_home": false, "name": "gabrioux", "shell": "/bin/bash", "state": "present", "uid": 1157} 2021-11-15T20:56:52.585 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'leseb', 'ovpn': 'leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1158, "groups": "sudo", "home": "/home/leseb", "item": {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, "move_home": false, "name": "leseb", "shell": "/bin/bash", "state": "present", "uid": 1158} 2021-11-15T20:56:52.720 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1159, "groups": "sudo", "home": "/home/hchen", "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "move_home": false, "name": "hchen", "shell": "/bin/bash", "state": "present", "uid": 1159} 2021-11-15T20:56:52.866 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jcollin', 'ovpn': 'jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1160, "groups": "sudo", "home": "/home/jcollin", "item": {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, "move_home": false, "name": "jcollin", "shell": "/bin/bash", "state": "present", "uid": 1160} 2021-11-15T20:56:53.012 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1161, "groups": "sudo", "home": "/home/xxg", "item": {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, "move_home": false, "name": "xxg", "shell": "/bin/bash", "state": "present", "uid": 1161} 2021-11-15T20:56:53.148 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1162, "groups": "sudo", "home": "/home/pcuzner", "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "move_home": false, "name": "pcuzner", "shell": "/bin/bash", "state": "present", "uid": 1162} 2021-11-15T20:56:53.285 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mkogan', 'ovpn': 'mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1163, "groups": "sudo", "home": "/home/mkogan", "item": {"name": "mkogan", "ovpn": "mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, "move_home": false, "name": "mkogan", "shell": "/bin/bash", "state": "present", "uid": 1163} 2021-11-15T20:56:53.432 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1139, "groups": "sudo", "home": "/home/vumrao", "item": {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, "move_home": false, "name": "vumrao", "shell": "/bin/bash", "state": "present", "uid": 1139} 2021-11-15T20:56:53.577 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1164, "groups": "sudo", "home": "/home/henrix", "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "move_home": false, "name": "henrix", "shell": "/bin/bash", "state": "present", "uid": 1164} 2021-11-15T20:56:53.723 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1165, "groups": "sudo", "home": "/home/pbs1108", "item": {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, "move_home": false, "name": "pbs1108", "shell": "/bin/bash", "state": "present", "uid": 1165} 2021-11-15T20:56:53.868 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1166, "groups": "sudo", "home": "/home/clacroix", "item": {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, "move_home": false, "name": "clacroix", "shell": "/bin/bash", "state": "present", "uid": 1166} 2021-11-15T20:56:54.014 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'epuertat', 'ovpn': 'epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1167, "groups": "sudo", "home": "/home/epuertat", "item": {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, "move_home": false, "name": "epuertat", "shell": "/bin/bash", "state": "present", "uid": 1167} 2021-11-15T20:56:54.162 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1168, "groups": "sudo", "home": "/home/tdehler", "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "move_home": false, "name": "tdehler", "shell": "/bin/bash", "state": "present", "uid": 1168} 2021-11-15T20:56:54.297 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'laura', 'ovpn': 'laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1169, "groups": "sudo", "home": "/home/laura", "item": {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, "move_home": false, "name": "laura", "shell": "/bin/bash", "state": "present", "uid": 1169} 2021-11-15T20:56:54.443 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'yaarit', 'ovpn': 'yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1170, "groups": "sudo", "home": "/home/yaarit", "item": {"name": "yaarit", "ovpn": "yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce"}, "move_home": false, "name": "yaarit", "shell": "/bin/bash", "state": "present", "uid": 1170} 2021-11-15T20:56:54.589 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1171, "groups": "sudo", "home": "/home/rpavani1998", "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "move_home": false, "name": "rpavani1998", "shell": "/bin/bash", "state": "present", "uid": 1171} 2021-11-15T20:56:54.747 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1172, "groups": "sudo", "home": "/home/rishabh", "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "move_home": false, "name": "rishabh", "shell": "/bin/bash", "state": "present", "uid": 1172} 2021-11-15T20:56:54.883 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1173, "groups": "sudo", "home": "/home/skrah", "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "move_home": false, "name": "skrah", "shell": "/bin/bash", "state": "present", "uid": 1173} 2021-11-15T20:56:55.030 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'smanjara', 'ovpn': 'smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1174, "groups": "sudo", "home": "/home/smanjara", "item": {"name": "smanjara", "ovpn": "smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f"}, "move_home": false, "name": "smanjara", "shell": "/bin/bash", "state": "present", "uid": 1174} 2021-11-15T20:56:55.176 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1175, "groups": "sudo", "home": "/home/bengland", "item": {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, "move_home": false, "name": "bengland", "shell": "/bin/bash", "state": "present", "uid": 1175} 2021-11-15T20:56:55.323 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1176, "groups": "sudo", "home": "/home/pnawracay", "item": {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, "move_home": false, "name": "pnawracay", "shell": "/bin/bash", "state": "present", "uid": 1176} 2021-11-15T20:56:55.458 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1177, "groups": "sudo", "home": "/home/alfonsomthd", "item": {"name": "alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47"}, "move_home": false, "name": "alfonsomthd", "shell": "/bin/bash", "state": "present", "uid": 1177} 2021-11-15T20:56:55.605 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'oliveiradan', 'ovpn': 'oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1178, "groups": "sudo", "home": "/home/oliveiradan", "item": {"name": "oliveiradan", "ovpn": "oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e"}, "move_home": false, "name": "oliveiradan", "shell": "/bin/bash", "state": "present", "uid": 1178} 2021-11-15T20:56:55.753 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1179, "groups": "sudo", "home": "/home/swagner", "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "move_home": false, "name": "swagner", "shell": "/bin/bash", "state": "present", "uid": 1179} 2021-11-15T20:56:55.900 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'yuvalif', 'ovpn': 'ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1180, "groups": "sudo", "home": "/home/yuvalif", "item": {"name": "yuvalif", "ovpn": "ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n"}, "move_home": false, "name": "yuvalif", "shell": "/bin/bash", "state": "present", "uid": 1180} 2021-11-15T20:56:56.046 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kkeithle', 'ovpn': 'kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1181, "groups": "sudo", "home": "/home/kkeithle", "item": {"name": "kkeithle", "ovpn": "kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852"}, "move_home": false, "name": "kkeithle", "shell": "/bin/bash", "state": "present", "uid": 1181} 2021-11-15T20:56:56.183 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'emmericp', 'ovpn': 'paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1182, "groups": "sudo", "home": "/home/emmericp", "item": {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, "move_home": false, "name": "emmericp", "shell": "/bin/bash", "state": "present", "uid": 1182} 2021-11-15T20:56:56.329 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1183, "groups": "sudo", "home": "/home/mchangir", "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "move_home": false, "name": "mchangir", "shell": "/bin/bash", "state": "present", "uid": 1183} 2021-11-15T20:56:56.497 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'sjust', 'ovpn': 'sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1186, "groups": "sudo", "home": "/home/sjust", "item": {"name": "sjust", "ovpn": "sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n"}, "move_home": false, "name": "sjust", "shell": "/bin/bash", "state": "present", "uid": 1186} 2021-11-15T20:56:56.643 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1187, "groups": "sudo", "home": "/home/ideepika", "item": {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f"}, "move_home": false, "name": "ideepika", "shell": "/bin/bash", "state": "present", "uid": 1187} 2021-11-15T20:56:56.779 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1188, "groups": "sudo", "home": "/home/gsalomon", "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "move_home": false, "name": "gsalomon", "shell": "/bin/bash", "state": "present", "uid": 1188} 2021-11-15T20:56:56.924 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1189, "groups": "sudo", "home": "/home/soumyakoduri", "item": {"name": "soumyakoduri", "ovpn": "skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133"}, "move_home": false, "name": "soumyakoduri", "shell": "/bin/bash", "state": "present", "uid": 1189} 2021-11-15T20:56:57.069 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kyr', 'ovpn': 'kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1190, "groups": "sudo", "home": "/home/kyr", "item": {"name": "kyr", "ovpn": "kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a"}, "move_home": false, "name": "kyr", "shell": "/bin/bash", "state": "present", "uid": 1190} 2021-11-15T20:56:57.214 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'sseshasa', 'ovpn': 'sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1191, "groups": "sudo", "home": "/home/sseshasa", "item": {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, "move_home": false, "name": "sseshasa", "shell": "/bin/bash", "state": "present", "uid": 1191} 2021-11-15T20:56:57.360 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'rfriedma', 'ovpn': 'rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1192, "groups": "sudo", "home": "/home/rfriedma", "item": {"name": "rfriedma", "ovpn": "rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189"}, "move_home": false, "name": "rfriedma", "shell": "/bin/bash", "state": "present", "uid": 1192} 2021-11-15T20:56:57.516 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'lmb', 'ovpn': 'lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1193, "groups": "sudo", "home": "/home/lmb", "item": {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, "move_home": false, "name": "lmb", "shell": "/bin/bash", "state": "present", "uid": 1193} 2021-11-15T20:56:57.662 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ksirivad', 'ovpn': 'ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1194, "groups": "sudo", "home": "/home/ksirivad", "item": {"name": "ksirivad", "ovpn": "ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n"}, "move_home": false, "name": "ksirivad", "shell": "/bin/bash", "state": "present", "uid": 1194} 2021-11-15T20:56:57.818 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ofriedma', 'ovpn': 'ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1195, "groups": "sudo", "home": "/home/ofriedma", "item": {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, "move_home": false, "name": "ofriedma", "shell": "/bin/bash", "state": "present", "uid": 1195} 2021-11-15T20:56:57.955 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'h4iresis', 'ovpn': 'h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1196, "groups": "sudo", "home": "/home/h4iresis", "item": {"name": "h4iresis", "ovpn": "h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52"}, "move_home": false, "name": "h4iresis", "shell": "/bin/bash", "state": "present", "uid": 1196} 2021-11-15T20:56:58.107 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1197, "groups": "sudo", "home": "/home/shyukri", "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "move_home": false, "name": "shyukri", "shell": "/bin/bash", "state": "present", "uid": 1197} 2021-11-15T20:56:58.253 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'scarvalhojr', 'ovpn': 'scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1198, "groups": "sudo", "home": "/home/scarvalhojr", "item": {"name": "scarvalhojr", "ovpn": "scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e"}, "move_home": false, "name": "scarvalhojr", "shell": "/bin/bash", "state": "present", "uid": 1198} 2021-11-15T20:56:58.398 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1199, "groups": "sudo", "home": "/home/rakesh", "item": {"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, "move_home": false, "name": "rakesh", "shell": "/bin/bash", "state": "present", "uid": 1199} 2021-11-15T20:56:58.548 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ryg-', 'ovpn': 'ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1200, "groups": "sudo", "home": "/home/ryg-", "item": {"name": "ryg-", "ovpn": "ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f"}, "move_home": false, "name": "ryg-", "shell": "/bin/bash", "state": "present", "uid": 1200} 2021-11-15T20:56:58.701 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1147, "groups": "sudo", "home": "/home/prsrivas", "item": {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, "move_home": false, "name": "prsrivas", "shell": "/bin/bash", "state": "present", "uid": 1147} 2021-11-15T20:56:58.838 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'zdover', 'ovpn': 'zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1201, "groups": "sudo", "home": "/home/zdover", "item": {"name": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, "move_home": false, "name": "zdover", "shell": "/bin/bash", "state": "present", "uid": 1201} 2021-11-15T20:56:58.984 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1202, "groups": "sudo", "home": "/home/rraja", "item": {"name": "rraja", "ovpn": "rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100"}, "move_home": false, "name": "rraja", "shell": "/bin/bash", "state": "present", "uid": 1202} 2021-11-15T20:56:59.129 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1203, "groups": "sudo", "home": "/home/toabctl", "item": {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, "move_home": false, "name": "toabctl", "shell": "/bin/bash", "state": "present", "uid": 1203} 2021-11-15T20:56:59.274 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1204, "groups": "sudo", "home": "/home/mgfritch", "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "move_home": false, "name": "mgfritch", "shell": "/bin/bash", "state": "present", "uid": 1204} 2021-11-15T20:56:59.420 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'xiubli', 'ovpn': 'root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1205, "groups": "sudo", "home": "/home/xiubli", "item": {"name": "xiubli", "ovpn": "root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n"}, "move_home": false, "name": "xiubli", "shell": "/bin/bash", "state": "present", "uid": 1205} 2021-11-15T20:56:59.565 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1206, "groups": "sudo", "home": "/home/jafaj", "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "move_home": false, "name": "jafaj", "shell": "/bin/bash", "state": "present", "uid": 1206} 2021-11-15T20:56:59.710 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1207, "groups": "sudo", "home": "/home/jschmid", "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "move_home": false, "name": "jschmid", "shell": "/bin/bash", "state": "present", "uid": 1207} 2021-11-15T20:56:59.855 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1208, "groups": "sudo", "home": "/home/kachau", "item": {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, "move_home": false, "name": "kachau", "shell": "/bin/bash", "state": "present", "uid": 1208} 2021-11-15T20:56:59.990 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1209, "groups": "sudo", "home": "/home/khiremat", "item": {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, "move_home": false, "name": "khiremat", "shell": "/bin/bash", "state": "present", "uid": 1209} 2021-11-15T20:57:00.139 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kapandya', 'ovpn': 'kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1210, "groups": "sudo", "home": "/home/kapandya", "item": {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, "move_home": false, "name": "kapandya", "shell": "/bin/bash", "state": "present", "uid": 1210} 2021-11-15T20:57:00.284 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'prasad', 'ovpn': 'prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1211, "groups": "sudo", "home": "/home/prasad", "item": {"name": "prasad", "ovpn": "prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89"}, "move_home": false, "name": "prasad", "shell": "/bin/bash", "state": "present", "uid": 1211} 2021-11-15T20:57:00.430 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1212, "groups": "sudo", "home": "/home/vikhyat", "item": {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "move_home": false, "name": "vikhyat", "shell": "/bin/bash", "state": "present", "uid": 1212} 2021-11-15T20:57:00.577 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1213, "groups": "sudo", "home": "/home/shraddhaag", "item": {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, "move_home": false, "name": "shraddhaag", "shell": "/bin/bash", "state": "present", "uid": 1213} 2021-11-15T20:57:00.712 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'gkyratsas', 'ovpn': 'gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1214, "groups": "sudo", "home": "/home/gkyratsas", "item": {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, "move_home": false, "name": "gkyratsas", "shell": "/bin/bash", "state": "present", "uid": 1214} 2021-11-15T20:57:00.858 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1215, "groups": "sudo", "home": "/home/prateek", "item": {"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, "move_home": false, "name": "prateek", "shell": "/bin/bash", "state": "present", "uid": 1215} 2021-11-15T20:57:00.994 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1216, "groups": "sudo", "home": "/home/jelopez", "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "move_home": false, "name": "jelopez", "shell": "/bin/bash", "state": "present", "uid": 1216} 2021-11-15T20:57:01.141 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1217, "groups": "sudo", "home": "/home/dcain", "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "move_home": false, "name": "dcain", "shell": "/bin/bash", "state": "present", "uid": 1217} 2021-11-15T20:57:01.278 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1218, "groups": "sudo", "home": "/home/sunny", "item": {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, "move_home": false, "name": "sunny", "shell": "/bin/bash", "state": "present", "uid": 1218} 2021-11-15T20:57:01.424 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'xuxuehan', 'ovpn': 'xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1219, "groups": "sudo", "home": "/home/xuxuehan", "item": {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, "move_home": false, "name": "xuxuehan", "shell": "/bin/bash", "state": "present", "uid": 1219} 2021-11-15T20:57:01.570 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'aclewett', 'ovpn': 'aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1220, "groups": "sudo", "home": "/home/aclewett", "item": {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, "move_home": false, "name": "aclewett", "shell": "/bin/bash", "state": "present", "uid": 1220} 2021-11-15T20:57:01.717 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1221, "groups": "sudo", "home": "/home/cblum", "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "move_home": false, "name": "cblum", "shell": "/bin/bash", "state": "present", "uid": 1221} 2021-11-15T20:57:01.864 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1222, "groups": "sudo", "home": "/home/mlatimer", "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "move_home": false, "name": "mlatimer", "shell": "/bin/bash", "state": "present", "uid": 1222} 2021-11-15T20:57:02.000 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1223, "groups": "sudo", "home": "/home/shyamsundarr", "item": {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, "move_home": false, "name": "shyamsundarr", "shell": "/bin/bash", "state": "present", "uid": 1223} 2021-11-15T20:57:02.146 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'shuzhenyi', 'ovpn': 'bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1224, "groups": "sudo", "home": "/home/shuzhenyi", "item": {"name": "shuzhenyi", "ovpn": "bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501"}, "move_home": false, "name": "shuzhenyi", "shell": "/bin/bash", "state": "present", "uid": 1224} 2021-11-15T20:57:02.292 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1225, "groups": "sudo", "home": "/home/mdipalma", "item": {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, "move_home": false, "name": "mdipalma", "shell": "/bin/bash", "state": "present", "uid": 1225} 2021-11-15T20:57:02.438 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1226, "groups": "sudo", "home": "/home/kchang", "item": {"name": "kchang", "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, "move_home": false, "name": "kchang", "shell": "/bin/bash", "state": "present", "uid": 1226} 2021-11-15T20:57:02.591 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'vereddy', 'ovpn': 'vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1227, "groups": "sudo", "home": "/home/vereddy", "item": {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, "move_home": false, "name": "vereddy", "shell": "/bin/bash", "state": "present", "uid": 1227} 2021-11-15T20:57:02.737 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1228, "groups": "sudo", "home": "/home/benhanokh", "item": {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, "move_home": false, "name": "benhanokh", "shell": "/bin/bash", "state": "present", "uid": 1228} 2021-11-15T20:57:02.885 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1229, "groups": "sudo", "home": "/home/jsalomon", "item": {"name": "jsalomon", "ovpn": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, "move_home": false, "name": "jsalomon", "shell": "/bin/bash", "state": "present", "uid": 1229} 2021-11-15T20:57:03.022 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1230, "groups": "sudo", "home": "/home/jolmomar", "item": {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, "move_home": false, "name": "jolmomar", "shell": "/bin/bash", "state": "present", "uid": 1230} 2021-11-15T20:57:03.167 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1232, "groups": "sudo", "home": "/home/julpark", "item": {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, "move_home": false, "name": "julpark", "shell": "/bin/bash", "state": "present", "uid": 1232} 2021-11-15T20:57:03.313 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'pdhange@mauli hqKEk1OuI2Wmi1CAcJk5CQ f49d854572b5efe9514b4d741e336adb3534d00b22b0a505142d82eccc2f7535'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1233, "groups": "sudo", "home": "/home/pdhange", "item": {"name": "pdhange", "ovpn": "pdhange@mauli hqKEk1OuI2Wmi1CAcJk5CQ f49d854572b5efe9514b4d741e336adb3534d00b22b0a505142d82eccc2f7535"}, "move_home": false, "name": "pdhange", "shell": "/bin/bash", "state": "present", "uid": 1233} 2021-11-15T20:57:03.449 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad 6vBnL22Dfp8d9grCNtSoHw c8270453301dbec76f8070809078087ff892c74360b80a82002d58c50af19ec4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1234, "groups": "sudo", "home": "/home/dpivonka", "item": {"name": "dpivonka", "ovpn": "dpivonka@thinkpad 6vBnL22Dfp8d9grCNtSoHw c8270453301dbec76f8070809078087ff892c74360b80a82002d58c50af19ec4"}, "move_home": false, "name": "dpivonka", "shell": "/bin/bash", "state": "present", "uid": 1234} 2021-11-15T20:57:03.594 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'adking', 'ovpn': 'adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1235, "groups": "sudo", "home": "/home/adking", "item": {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, "move_home": false, "name": "adking", "shell": "/bin/bash", "state": "present", "uid": 1235} 2021-11-15T20:57:03.740 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1236, "groups": "sudo", "home": "/home/amathuri", "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n"}, "move_home": false, "name": "amathuri", "shell": "/bin/bash", "state": "present", "uid": 1236} 2021-11-15T20:57:03.887 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'nizamial09', 'ovpn': 'nia@redhat OA+N80Ps0Ua7PfuVF4+M8w a9b0ecf7a28ef91e0653b0193f3f95967d6a671eff21ee8a99620a5a972ba409'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 1237, "groups": "sudo", "home": "/home/nizamial09", "item": {"name": "nizamial09", "ovpn": "nia@redhat OA+N80Ps0Ua7PfuVF4+M8w a9b0ecf7a28ef91e0653b0193f3f95967d6a671eff21ee8a99620a5a972ba409"}, "move_home": false, "name": "nizamial09", "shell": "/bin/bash", "state": "present", "uid": 1237} 2021-11-15T20:57:04.033 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dachary', 'ovpn': 'loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10103, "groups": "sudo", "home": "/home/dachary", "item": {"name": "dachary", "ovpn": "loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5"}, "move_home": false, "name": "dachary", "shell": "/bin/bash", "state": "present", "uid": 10102} 2021-11-15T20:57:04.169 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'amctagga', 'ovpn': 'amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10104, "groups": "sudo", "home": "/home/amctagga", "item": {"name": "amctagga", "ovpn": "amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1"}, "move_home": false, "name": "amctagga", "shell": "/bin/bash", "state": "present", "uid": 10103} 2021-11-15T20:57:04.315 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kevinz', 'ovpn': 'kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10105, "groups": "sudo", "home": "/home/kevinz", "item": {"name": "kevinz", "ovpn": "kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f"}, "move_home": false, "name": "kevinz", "shell": "/bin/bash", "state": "present", "uid": 10104} 2021-11-15T20:57:04.461 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'liu-chunmei', 'ovpn': 'liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10106, "groups": "sudo", "home": "/home/liu-chunmei", "item": {"name": "liu-chunmei", "ovpn": "liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c"}, "move_home": false, "name": "liu-chunmei", "shell": "/bin/bash", "state": "present", "uid": 10105} 2021-11-15T20:57:04.607 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'cyx1231st', 'ovpn': 'cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10107, "groups": "sudo", "home": "/home/cyx1231st", "item": {"name": "cyx1231st", "ovpn": "cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a"}, "move_home": false, "name": "cyx1231st", "shell": "/bin/bash", "state": "present", "uid": 10106} 2021-11-15T20:57:04.754 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'sunnagar', 'ovpn': 'sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10108, "groups": "sudo", "home": "/home/sunnagar", "item": {"name": "sunnagar", "ovpn": "sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae"}, "move_home": false, "name": "sunnagar", "shell": "/bin/bash", "state": "present", "uid": 10107} 2021-11-15T20:57:04.899 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'lflores', 'ovpn': 'lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10109, "groups": "sudo", "home": "/home/lflores", "item": {"name": "lflores", "ovpn": "lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2"}, "move_home": false, "name": "lflores", "shell": "/bin/bash", "state": "present", "uid": 10108} 2021-11-15T20:57:05.045 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jsawaya', 'ovpn': 'jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10110, "groups": "sudo", "home": "/home/jsawaya", "item": {"name": "jsawaya", "ovpn": "jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46"}, "move_home": false, "name": "jsawaya", "shell": "/bin/bash", "state": "present", "uid": 10109} 2021-11-15T20:57:05.181 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'markw8973240', 'ovpn': 'shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10111, "groups": "sudo", "home": "/home/markw8973240", "item": {"name": "markw8973240", "ovpn": "shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d"}, "move_home": false, "name": "markw8973240", "shell": "/bin/bash", "state": "present", "uid": 10110} 2021-11-15T20:57:05.327 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'luisrico', 'ovpn': 'lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10112, "groups": "sudo", "home": "/home/luisrico", "item": {"name": "luisrico", "ovpn": "lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347"}, "move_home": false, "name": "luisrico", "shell": "/bin/bash", "state": "present", "uid": 10111} 2021-11-15T20:57:05.473 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'matan', 'ovpn': 'matan@main-win vEAxj3ZM9DjxBi/jfjc+jQ 9c30b8fcef9bdc804090947a92e1e60cc21d3f280f261bc3f4cecac64541dc6e\nmatan@thinkpad JJuwaWbac2lbcH5pCGON1w 521fe30e3a950915a1b538913c1af76198c4133018b7869d348740c708b38a7d\n'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10113, "groups": "sudo", "home": "/home/matan", "item": {"name": "matan", "ovpn": "matan@main-win vEAxj3ZM9DjxBi/jfjc+jQ 9c30b8fcef9bdc804090947a92e1e60cc21d3f280f261bc3f4cecac64541dc6e\nmatan@thinkpad JJuwaWbac2lbcH5pCGON1w 521fe30e3a950915a1b538913c1af76198c4133018b7869d348740c708b38a7d\n"}, "move_home": false, "name": "matan", "shell": "/bin/bash", "state": "present", "uid": 10112} 2021-11-15T20:57:05.618 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ozeneva', 'ovpn': 'ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10114, "groups": "sudo", "home": "/home/ozeneva", "item": {"name": "ozeneva", "ovpn": "ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5"}, "move_home": false, "name": "ozeneva", "shell": "/bin/bash", "state": "present", "uid": 10113} 2021-11-15T20:57:05.765 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'sudhanaruna', 'ovpn': 'ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10115, "groups": "sudo", "home": "/home/sudhanaruna", "item": {"name": "sudhanaruna", "ovpn": "ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997"}, "move_home": false, "name": "sudhanaruna", "shell": "/bin/bash", "state": "present", "uid": 10114} 2021-11-15T20:57:05.911 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'zl31wang', 'ovpn': 'zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10116, "groups": "sudo", "home": "/home/zl31wang", "item": {"name": "zl31wang", "ovpn": "zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2"}, "move_home": false, "name": "zl31wang", "shell": "/bin/bash", "state": "present", "uid": 10115} 2021-11-15T20:57:06.058 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mayagilad', 'ovpn': 'mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10117, "groups": "sudo", "home": "/home/mayagilad", "item": {"name": "mayagilad", "ovpn": "mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0"}, "move_home": false, "name": "mayagilad", "shell": "/bin/bash", "state": "present", "uid": 10116} 2021-11-15T20:57:06.204 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'arjsharm', 'ovpn': 'arjun@thinkpad_local 06szrDO7vKFS7BSicSbDsw e1284059b3e0604191a0f35e2841f22835b0e75249e637d8297edbee458ccf39'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10118, "groups": "sudo", "home": "/home/arjsharm", "item": {"name": "arjsharm", "ovpn": "arjun@thinkpad_local 06szrDO7vKFS7BSicSbDsw e1284059b3e0604191a0f35e2841f22835b0e75249e637d8297edbee458ccf39"}, "move_home": false, "name": "arjsharm", "shell": "/bin/bash", "state": "present", "uid": 10117} 2021-11-15T20:57:06.350 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'melissali', 'ovpn': 'melissali@melissali-ubuntu pooAecOHrOtZ3gXewVMxnw 36860a4078c773f47e1a58d2f120ec79e468142120ff6a816cb6ffbb9fd9ef07'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10119, "groups": "sudo", "home": "/home/melissali", "item": {"name": "melissali", "ovpn": "melissali@melissali-ubuntu pooAecOHrOtZ3gXewVMxnw 36860a4078c773f47e1a58d2f120ec79e468142120ff6a816cb6ffbb9fd9ef07"}, "move_home": false, "name": "melissali", "shell": "/bin/bash", "state": "present", "uid": 10118} 2021-11-15T20:57:06.497 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ionutbalutoiu', 'ovpn': 'ionutbalutoiu@macbook ruUdfqkSfEhKctGGLeQvkw 0a6cab2332041d56ca8b1216242195af2ad8d0ec6360fd6c1dd080f5f43240e1'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10120, "groups": "sudo", "home": "/home/ionutbalutoiu", "item": {"name": "ionutbalutoiu", "ovpn": "ionutbalutoiu@macbook ruUdfqkSfEhKctGGLeQvkw 0a6cab2332041d56ca8b1216242195af2ad8d0ec6360fd6c1dd080f5f43240e1"}, "move_home": false, "name": "ionutbalutoiu", "shell": "/bin/bash", "state": "present", "uid": 10119} 2021-11-15T20:57:06.647 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'pdiazbou', 'ovpn': 'pdiazbou@thinkpad BNtoPcISV462wNeprZDOcg f6faca031e6549014132b4c66e53721c9d934a09d0d9d0f36e2dd31f90be1ce4'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10121, "groups": "sudo", "home": "/home/pdiazbou", "item": {"name": "pdiazbou", "ovpn": "pdiazbou@thinkpad BNtoPcISV462wNeprZDOcg f6faca031e6549014132b4c66e53721c9d934a09d0d9d0f36e2dd31f90be1ce4"}, "move_home": false, "name": "pdiazbou", "shell": "/bin/bash", "state": "present", "uid": 10120} 2021-11-15T20:57:07.057 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'xuwang', 'ovpn': 'xuwang@laptop 2U0uRjvVh8eE4iSkFzK2Kg 2a9db1c375a032cc0a892ca2d0721f9d7303e2db5a7eab647870d7c2022ee2e8'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10122, "groups": "sudo", "home": "/home/xuwang", "item": {"name": "xuwang", "ovpn": "xuwang@laptop 2U0uRjvVh8eE4iSkFzK2Kg 2a9db1c375a032cc0a892ca2d0721f9d7303e2db5a7eab647870d7c2022ee2e8"}, "move_home": false, "name": "xuwang", "shell": "/bin/bash", "state": "present", "uid": 10121} 2021-11-15T20:57:07.225 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'blaine', 'ovpn': 'blaine@laptop RkDSJBkoRKI0UaxdQuMNCw abcfdade65dd772c066c0c63e712fb03240d676d72eb341186b0c0a94d4a4547'}) => {"ansible_loop_var": "item", "append": true, "changed": false, "comment": "", "group": 10123, "groups": "sudo", "home": "/home/blaine", "item": {"name": "blaine", "ovpn": "blaine@laptop RkDSJBkoRKI0UaxdQuMNCw abcfdade65dd772c066c0c63e712fb03240d676d72eb341186b0c0a94d4a4547"}, "move_home": false, "name": "blaine", "shell": "/bin/bash", "state": "present", "uid": 10122} 2021-11-15T20:57:07.841 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'name': 'choffman', 'ovpn': 'choffman@choffman.net 56rg/lHPXPRyVivND7+0Uw ca591258cda719a5a0bf5d5f4fa87976773625249d29ff6012ad6efeac33da2c'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10124, "groups": "sudo", "home": "/home/choffman", "item": {"name": "choffman", "ovpn": "choffman@choffman.net 56rg/lHPXPRyVivND7+0Uw ca591258cda719a5a0bf5d5f4fa87976773625249d29ff6012ad6efeac33da2c"}, "name": "choffman", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10123} 2021-11-15T20:57:07.992 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:07 +0000 (0:00:23.357) 0:00:33.735 ******* 2021-11-15T20:57:08.062 INFO:teuthology.task.ansible.out: TASK [Create all users without sudo access.] *********************************** 2021-11-15T20:57:08.086 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:08 +0000 (0:00:00.093) 0:00:33.829 ******* 2021-11-15T20:57:08.168 INFO:teuthology.task.ansible.out: TASK [Merge managed_users and managed_admin users] ***************************** 2021-11-15T20:57:08.170 INFO:teuthology.task.ansible.out:ok: [smithi178.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@desktop 2021-11-15T20:57:08.172 INFO:teuthology.task.ansible.out: QI358a0dizGe6T42hCYj1A 139ab306be981d0a669ec2288a2529503882deffceb28bdfc9bde2b70a825898"}, {"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 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b26 2021-11-15T20:57:08.174 INFO:teuthology.task.ansible.out:5c63f3ea91e7dacd78"}, {"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": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, {"name": "yuriw", "ovpn": "yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed20 2021-11-15T20:57:08.176 INFO:teuthology.task.ansible.out:82caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n"}, {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n"}, {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, {"name" 2021-11-15T20:57:08.178 INFO:teuthology.task.ansible.out:: "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": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 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 68915 2021-11-15T20:57:08.179 INFO:teuthology.task.ansible.out:d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n"}, {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, {"name": "ifed01", "ovpn": "ifed01@snowmon CjHOevVvBm+PwhjnhZ 2021-11-15T20:57:08.181 INFO:teuthology.task.ansible.out:YM7g 7393d3a95b1874764fc4e7ae2d481f1859b336e16e1ba53c49d126585e11ba56"}, {"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", "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 2021-11-15T20:57:08.182 INFO:teuthology.task.ansible.out: 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": "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 2021-11-15T20:57:08.184 INFO:teuthology.task.ansible.out:", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, {"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@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133"}, {"name": "kyr", "ovpn": "kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a"}, {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, {"name": "rfriedma", "ovpn": "rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189"}, {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, {"name": "ksirivad", "ovpn": "ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n"}, {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3 2021-11-15T20:57:08.186 INFO:teuthology.task.ansible.out:624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, {"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 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100"}, {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, {"name": "xiubli", "ovpn": "root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n"}, {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9Jj 2021-11-15T20:57:08.187 INFO:teuthology.task.ansible.out:enDm1h34Zmd2SWO2g 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": "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": "sh 2021-11-15T20:57:08.189 INFO:teuthology.task.ansible.out:yamsundarr@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/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, {"name": "pdhange", "ovpn": "pdhange@mauli hqKEk1OuI2Wmi1CAcJk5CQ f49d854572b5efe9514b4d741e336adb3534d00b22b0a505142d82eccc2f7535"}, {"name": "dpivonka", "ovpn": "dpivonka@thinkpad 6vBnL22Dfp8d9grCNtSoHw c8270453301dbec76f8070809078087ff892c74360b80a82002d58c50af19ec4"}, {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n"}, {"name": "nizamial09", "ovpn": "nia@redhat OA+N80Ps0Ua7PfuVF4+M8w a9b0ecf7a 2021-11-15T20:57:08.190 INFO:teuthology.task.ansible.out:28ef91e0653b0193f3f95967d6a671eff21ee8a99620a5a972ba409"}, {"name": "dachary", "ovpn": "loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5"}, {"name": "amctagga", "ovpn": "amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1"}, {"name": "kevinz", "ovpn": "kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f"}, {"name": "liu-chunmei", "ovpn": "liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c"}, {"name": "cyx1231st", "ovpn": "cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a"}, {"name": "sunnagar", "ovpn": "sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae"}, {"name": "lflores", "ovpn": "lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2"}, {"name": "jsawaya", "ovpn": "jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46"}, {"name": "markw8973240", "ovpn": "shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d"}, {"name": "luisrico", "ovpn": "lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347"}, {"name": "matan", "ovpn": "matan@main-win vEAxj3ZM9DjxBi/jfjc+jQ 9c30b8fcef9bdc804090947a92e1e60cc21d3f280f261bc3f4cecac64541dc6e\nmatan@thinkpad JJuwaWbac2lbcH5pCGON1w 521fe30e3a950915a1b538913c1af76198c4133018b7869d348740c708b38a7d\n"}, {"name": "ozeneva", "ovpn": "ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5"}, {"name": "sudhanaruna", "ovpn": "ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997"}, {"name": "zl31wang", "ovpn": " 2021-11-15T20:57:08.192 INFO:teuthology.task.ansible.out:zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2"}, {"name": "mayagilad", "ovpn": "mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0"}, {"name": "arjsharm", "ovpn": "arjun@thinkpad_local 06szrDO7vKFS7BSicSbDsw e1284059b3e0604191a0f35e2841f22835b0e75249e637d8297edbee458ccf39"}, {"name": "melissali", "ovpn": "melissali@melissali-ubuntu pooAecOHrOtZ3gXewVMxnw 36860a4078c773f47e1a58d2f120ec79e468142120ff6a816cb6ffbb9fd9ef07"}, {"name": "ionutbalutoiu", "ovpn": "ionutbalutoiu@macbook ruUdfqkSfEhKctG 2021-11-15T20:57:08.192 INFO:teuthology.task.ansible.out:GLeQvkw 0a6cab2332041d56ca8b1216242195af2ad8d0ec6360fd6c1dd080f5f43240e1"}, {"name": "pdiazbou", "ovpn": "pdiazbou@thinkpad BNtoPcISV462wNeprZDOcg f6faca031e6549014132b4c66e53721c9d934a09d0d9d0f36e2dd31f90be1ce4"}, {"name": "xuwang", "ovpn": "xuwang@laptop 2U0uRjvVh8eE4iSkFzK2Kg 2a9db1c375a032cc0a892ca2d0721f9d7303e2db5a7eab647870d7c2022ee2e8"}, {"name": "blaine", "ovpn": "blaine@laptop RkDSJBkoRKI0UaxdQuMNCw abcfdade65dd772c066c0c63e712fb03240d676d72eb341186b0c0a94d4a4547"}, {"name": "choffman", "ovpn": "choffman@choffman.net 56rg/lHPXPRyVivND7+0Uw ca591258cda719a5a0bf5d5f4fa87976773625249d29ff6012ad6efeac33da2c"}]}, "changed": false} 2021-11-15T20:57:08.234 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:08 +0000 (0:00:00.147) 0:00:33.976 ******* 2021-11-15T20:57:09.175 INFO:teuthology.task.ansible.out: TASK [users : Clone the keys repo] ********************************************* 2021-11-15T20:57:09.177 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"after": "d72e06d3c78c8d9639a8ca75effa043ee468910f", "attempts": 1, "before": "d72e06d3c78c8d9639a8ca75effa043ee468910f", "changed": false, "remote_url_changed": false} 2021-11-15T20:57:09.198 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:09 +0000 (0:00:00.964) 0:00:34.941 ******* 2021-11-15T20:57:09.436 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2021-11-15T20:57:09.438 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'andrewschoen', 'ovpn': 'andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDehvF7TbkfX9Ga4fNdq/j9GHu3c9cNk4iIHVs7e14j0h9DlV14aPyn/M0+z90PK+5p2uL9EvRzkbsPrfxpG3pxUa1pmVmKIPvBruA7ln8tExOVwO3XEsBG7b8VWUMlQmwRS9WEfkKAIHlr9cgIFGb1yrMW30RyL7keO1giotAq/wR9pMicyqYAbZOtI3MuPsDVTNxtyD3RwRUQicz6vNaK/RwfMCZVgdvoinrJ7VSyFVEiitzuQqMlrF935sfLvhuyxmwvJKfZI8QMEYcFbKd1cDnCk9n/PySNRY96gb41nb5pUk+0eaDu37jnmj7LLqoidD3UWUuHNnGBAAk+zNlD andrew.schoen@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDdkebJGXKQWBG/7wZG334P+EAdC+5VNMrjLjXhaZZbt3V9vKDQCodcU3zSOjMa/GDGg2WHQdO/vioCc6O/m61KTbgLDaaPSzHH16j/e1SaU8BIgKKU42AUBJzpPeaZ2wCC1i12Hq8ULwjEW29IDsnMortzlCSQmaTKc3DN2nCXZWQXA1rSiQ2AhIq5WNJY9S36lsg5tkex4xUajyNW4vPubLtkSv+WrzNK7ZJ8zfzP6eJEJ+Uj7CLdanBCgwoLGSPfGA5c/gyUT7mHibOUwvFB5sFVsozMPp2PXzUUIv70adJpOskLYfKY7TUSuaB4AUOPu6NVauzVIl3Tsn+uvHqvtn8KC3BPpyH7+JiFQWEt+aO+/ynprfoqCjktuf07SXo0ewoVYT2S++JEBa/N2hKRkzIoSPJ+Rvoazc8GZIjXpQRyhMdTV/LCSeyUTJ7lDQVrQVhUIHKnMm+hZmf4tLQKZvNAThO984CpY93ST5Ww07fjRLMXNZGuaz+zHKNexhWSPKr+ggChnZCOLl/F6zbDnBZoCaHR6hH4+QLz0K/FAgxN2Nn00RiOFkmIlzEioxMcwC/peTl3WzRfqPINdTftiTzcFi/c2QmlHhnxsueIwNhHOn4frkGkFmexdDrXRStERzSBJ13X4kWduPmQsn+bx5/7xwqC6M4bXpkYFOefOw== aschoen@redhat.com", "key_options": null, "keyfile": "/home/andrewschoen/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "andrewschoen", "validate_certs": true} 2021-11-15T20:57:09.582 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'zack', 'ovpn': 'zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBwJCoMbbxQrI9jM5I/lX0MYDB57LzYXDJTXqmLfJ8E5IHwQbn708/EFXAHuJlCyoJAuA8FaU/Y5/l2LBlVXwp9v+8ftk/D6AcsuQ+Hi0ZLCTvW10OUIS2cwX/of//JJIu6roy3r3SWwUcQvwjaZYLm7QkC+1StsLNMHdgiVRFiibqml72Q53VTtSTt6z2aXjrHzhpZq0hBK/13aknzAjHvGprQnchKVzhA/7A5pArF3CXpnI7aCwKvvjU0AcvqqD8WNLMpF4hFSoTK7xluKB+5UAJ36wefIO2KFM/zMwUtl4/aDhDdPeSaQRWq/q7viKLVNS0X9j2PjSRTfYhJNZr zack@zack-cerzas-macbook-pro.local", "key_options": null, "keyfile": "/home/zack/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "zack", "validate_certs": true} 2021-11-15T20:57:09.717 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kdreyer', 'ovpn': 'kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4eHmz10szeHNS3dNejKokW85ksB+iR4HGOFsmQM11Ni68Nm5aqEKvkOZU8TpY92vpCQL0A68GlrXB845cACdyk6HUJYyNNNMC43l1FYWOwjMqQBSdj8W3VQDTA6eiG60mt5fgI8fyR38rKzIA1MnTBkSSjuh5kQVJ9bdEp3GuY5oc8vxDNBlGJ6LYnyEWt/pqL2J+mpjqnOjsC+EbE2exhP9O+mvzpQiyo/+dEN1COwX3//pNRXGfOSeOczHNsJE8Eu+j/n/BlW57++sJyFMkzS7bUxMSGM6quvjQZ7RT1c5JM6vLEiQyzQxoRgzY93h1yKlOstBi0NamtpqHQZGP kdreyer@mbp.ktdreyer.com", "key_options": null, "keyfile": "/home/kdreyer/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kdreyer", "validate_certs": true} 2021-11-15T20:57:09.853 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dmick', 'ovpn': 'dmick@angus z8fyazJ0pc56I/XTlHAOrQ db682b1b89c790bf26a2e12dbea03f4495f8ea5f248e29b2f5c5dc072acb3c93\ndmick@home o9fblAdxhBToEJxbutv2mw 1704b16322c3984ed565b48cce52877eadade26b4093443b349b70f846f0eac6\ndmick@dell r6meTomZVVH/WVOmVf2aSQ 8ac1a9d0452166af59894c6b57ed07a12b42042aa6d2618df2bec9c962684072\ndmick@dmick-MacBookAir EFN6/5V1I5YNm72XjlApUg f2335a3fa49a0296233ab5faba28e7bbf309a89c193169dbe3c411e4219827a4\ndmick@hplaptop 49Wf5LFRBuobkfWp7OoAdQ 1401efaf459e0b7673f03b546eeff2c8144219c674eb3c94aa23e5af5ffc66b9\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dmick", "ovpn": "dmick@angus z8fyazJ0pc56I/XTlHAOrQ db682b1b89c790bf26a2e12dbea03f4495f8ea5f248e29b2f5c5dc072acb3c93\ndmick@home o9fblAdxhBToEJxbutv2mw 1704b16322c3984ed565b48cce52877eadade26b4093443b349b70f846f0eac6\ndmick@dell r6meTomZVVH/WVOmVf2aSQ 8ac1a9d0452166af59894c6b57ed07a12b42042aa6d2618df2bec9c962684072\ndmick@dmick-MacBookAir EFN6/5V1I5YNm72XjlApUg f2335a3fa49a0296233ab5faba28e7bbf309a89c193169dbe3c411e4219827a4\ndmick@hplaptop 49Wf5LFRBuobkfWp7OoAdQ 1401efaf459e0b7673f03b546eeff2c8144219c674eb3c94aa23e5af5ffc66b9\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC305rmql/Qm8Si+DFvAs77hSUZakwiXhhAhSetS89bWq3AdPQTL1MUXJHFm3AMzwzb00tndvsl1AUmFseXLfAi87daNcKJdwEj/JvXgcHKzAXOpVRfArHh08JnOumQiP4EoLYvq7rL+3LjEFURKOWJLLnGxh4E+iiJAnxLTG3WuUcnz9kXVTwtmIs60+2yH+gZJkkB04mnivPYjX46sHigoKgtlE2JnQfOU1lBkeZaBeUhoZX2rIKwRyGELPPcUBwHk10izyk6tePLAw9bSWeS9uEaa/m+qa8neJDyR4/hWQNR9yRXp0YjKkiKoFog+qtsBt3xBNzTPsFLxZ5zugmp dmick@angus\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/onMoOCUhkp+UiJAq+ye4P70sfeV+uMhgWKLfLBh/1SYq1xxb9bSmjBnETO/9KvukRhzlReBQ7y+BKRhm037P7LuTUY4r0Y8JB6BXkjjCY1yXZJC6kvB7xFsvyiDum5rrdeWMQ/Rhh7YJpze5KY1nHLkyU9X7Ewak0kLEyduJEKekbsOom6l0wZ2ZYrBEKFWJXUDk5icUuWWg3mhKaKnLNWVg1lUw8jzYTJYfjR9GUgzZWXtzkAaI3ugpLOlQ+KEls03/WAFcWA9F9ExqzIsJpvEks27LeFBGVE3PjVNKMqqBZQlZ 2021-11-15T20:57:09.855 INFO:teuthology.task.ansible.out:tIEz1iguWJaWMi5lDIfXkvVOFabtIpX/BZRf dmick@dmick-MacBookAir\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOoIm6sOytKwqNf9FSQn0Olu72ZRDjAYeNFQVWTn2PIB ed25519-hplaptop", "key_options": null, "keyfile": "/home/dmick/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dmick", "validate_certs": true} 2021-11-15T20:57:09.988 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'sage', 'ovpn': 'sage@autriche 2Uhfc/1jXje4W7G4s0sJEQ 09631754d059fab96e16be441b3b8f7e63b37a260677897a2669cf7a2501d2d3\nsage@gnit YuLp2iihT6cCqY+GmW9IVQ dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+90Zw 42c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\nsage@lowride tak6ngfj0ohW6upHRUMq7g 450919c617f452e874ef2a8cfa5ca18f47d249450ef0b0374849e721b0c53a70\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sage", "ovpn": "sage@autriche 2Uhfc/1jXje4W7G4s0sJEQ 09631754d059fab96e16be441b3b8f7e63b37a260677897a2669cf7a2501d2d3\nsage@gnit YuLp2iihT6cCqY+GmW9IVQ dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+90Zw 42c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\nsage@lowride tak6ngfj0ohW6upHRUMq7g 450919c617f452e874ef2a8cfa5ca18f47d249450ef0b0374849e721b0c53a70\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ4z0gLwjexgyixdTuiwaxpPnq7w4FOKxHsQKKAHTlKRu11ynB+9APbtqaAYss8yDqHaHyewPdE+9JMYhZX8rUgcKv2H7jBCQ/Enfl0UyY643VQnuG8lr2Ipk6ELuL5NuuTb7Npo4zKyq/0649kPD46k/X/qLuKzhN49k50S3XJq5WwHi6CJvR8DzPOkjied0o1BHpfcCCIMorUcyfVxqmeu2m+uSE15ncQsd8BIvH4/YNoncUGYxqVhGB+FNUlWdhV0SPRW7V/gmyvFW5qdYX2QhNZAQHChdEH1E9AI7WiCFkyLRx39qYgXgqj8vOOnlwHgy/oJnpnu/Mlvj1uETX sage@montreal\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCVPfoCpv2/9uWCwEo4clWt3i1O8ZPpB2FcQbBLxY3iLQWZJDe74rNWPBj0cJVCytTHxYV0e5HxYyChOG60ca5odHlPNB+/Z4WLU9LVuHiCYsElivJlwvD+l9kzI+UMGJb3HCHqx2yIRGXpEkSMFR1+w5Oz9sInPD7JJmO8Hb9KkoeqZtkJL0aic/M5bDWBut6SSfYlmh8qnQYbkCDiXg/KtOcy1ZJXQ9ZLjsCbpSzeBNbdUOxEQ1+5vUe00vHpl0vOKtRrzgTne2ct1IxbSjdL16ZgHi5BQAREXc9UUG3z7NPOmnwkuKkkpyLmwcOusot5tYHrxks+5i6EoGEJrvJ3 sage@maetl", "key_options": null, "keyfile": "/home/sage/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sage", "validate_certs": true} 2021-11-15T20:57:10.123 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dgalloway', 'ovpn': 'dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, "key": "ssh-dss AAAAB3NzaC1kc3MAAACBAN3MlkYQNsm1uB6uJQ7hWJ1Ro9Gusrhi/b/KshPMFh51VWBQn71LdCCjdrsE6FWs5FYE/hr7MITJe+si7aZCmuf8U9tc+oiYh3spXtRhJVIM80FOVRXUmt2XR8I+oNbpcFDayYu956Volafksk3oYjsO356swj7+Q+AUQVF4bDJRAAAAFQCkB2YZKItSDL7XfAl6ZmJ21vqUMwAAAIEAsZspNIUwssVJGO4r3M3BECWklWLEFviIjGVKdPWulN10eRCczZrH7vMOs8coHKDQqYdS2RejlojT03FjFAqeBiTeAlcmgHoev+vqTg2Yhqx3gROzNc6NmG887owCOU4j7LJQP6SX8I8EpSXCMNOZliv2ZokjX2DuRsuIDxQdc84AAACBAMAp++fcqmGS7x7ic2x4rhyiYmdqlMIl8lrM3GkVR6qGuIVBvOGl38ieJKcTBLeRgyC04uIMfk8P9lLvZw3UF97qH3V0imKfq8aYnBGxCv+IjtdOrR5k4hrUW+P0qipvU+4dgHlpqwTKB4MtD9uDxvhENWvqcCnOS5rI6dddaZT6 dgallowa@dgallowa.csb\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKT1KilDopHJzDZ90QJx4+7WVIC4WNdvpD6VrS83B3PFOplNyXZLfDSDRZ4wEzIKLwtR9vLWWInVBNFU00W/2dObSC+l9GDzKsHtO3KSVmAjHEk6ZAJ5Mc3eUPR0lAywpFD8+yg+kDDIkRtCtoHDq+kFvNQutdvrMuhNWOZLyQ2N2XrpRJVD2kiJvaml6nQoZXMtVQGPVcYbn3TRed/wxT/han2u6j/wiElv4r9ty+9zi3P1MoNiALD53sD7wMr/5Si6PX+5zWcXTNcQmTuGpiLwGw0RxCwr4gtwqKBaNae2d1bwnHanLc1KvQEw29O6aBca2f7GWxFY6QtQV/mNft dgalloway@w541\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoEI+g74GcJe/03nDypMzDWqg93K1h13xQPFvCIN7ElNZ+ulY5av5KLnv/gmLbYGRPlgxC7LNZXE7YQPUo2DfA8awnDkAkE/nWvL4fQjUxmaiPthjIWsKvk9EvPIqzLjDbwsiLiRPE0Sxka0qBa1GHU1QYN6cw7l9nWF0dG/TsKw+QmuArBKMgm9Th/QVLq1ARHC/07M1n195QvBjdrKSzOUl+2L1tADHg++sEWDq/MJMiylyNdxp79Wz7aTIlR6l8NV+Ega9LUb6B6xmO7k+J+/hJF7gYOeFl+YqnZttEdz+ 2021-11-15T20:57:10.125 INFO:teuthology.task.ansible.out:o8FbLjhTjOF9QkBsGWlrawXtQln/cVCryV+LAt57L dgalloway@p50", "key_options": null, "keyfile": "/home/dgalloway/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dgalloway", "validate_certs": true} 2021-11-15T20:57:10.248 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'akraitma', 'ovpn': 'akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo3gswIiZ2xPWMUQNjV1Gd4gYSxVpJM8Jb5pH1lqvoKAsmhVI30qTYxIaezzDWfSYwdkNYQAC9eM5v7EMQrOI7eZtTzCH+gbF79GciGCLL2bDze1I8hJ+jUu4bv+wnmvKsHyyOVBBJPSJ+eGFCzsu7vOiK4iFX0zgCXYwvP+A4Y/+kVR1en39gMtD6Hrw8ACBhxt+C2G2zc1807NRj3pIw1GvQILa9Sm3VKdNSrHzGB+MBooUoRmmjjzZ/bRwHPWVj+sX+xkoX4P2zwUcfMgZ/f4GgSgHyEvS3oxqbSaZp0pidZyoCaLRgqVPiUgXQEm0HA5PDDULAthQOfxQveKB/ akraitma@aklap", "key_options": null, "keyfile": "/home/akraitma/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "akraitma", "validate_certs": true} 2021-11-15T20:57:10.385 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jcaratzas', 'ovpn': 'jcaratza@desktop QI358a0dizGe6T42hCYj1A 139ab306be981d0a669ec2288a2529503882deffceb28bdfc9bde2b70a825898'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jcaratzas", "ovpn": "jcaratza@desktop QI358a0dizGe6T42hCYj1A 139ab306be981d0a669ec2288a2529503882deffceb28bdfc9bde2b70a825898"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAV78mqEy/VkB2BthIE/m7iE5sbTjTRS0KuH7AB0KPvZBsDIw5cL8jKyxiaPC85+aOkBa4LrP0TUFBzN87Snt+PLMz2QHBOvlSTfUuRkHVo3vWJFzVuUSzzddkYds3hAxUriAHKv6CRSy1yFBxPQQHTSATUHKWqihMElbUCZrrrfH8A7J9vwixzCSLg4KbINjfa77rxefcZwugUqiYiVUWUSOb023f+QEaDm7OP+/uzz3SjF1Y0LMwa75yctttIfkRBKjY7uFCuZdKc3l2A/fdPxbFwlZmIox3LLngdTzHMVXGbVHqq9Ixo8FSAXiI1Buy2LTMoXMJwQYSvzsv7xNwujKVlUjoE9cOOIdzCC5AziwSiJB4+tNh73c5tRUzMMC98HLOhPJriSPvOt1pMEdWDX3/evcyxvRgJUKgYnmQG7n8v8O/CLyG0sAJDmGC3U9S/3fUDUjZIKWSsc85Q3xRaJwZJIS2VZwH0zG1Gmynih8PPq7VeDx7tKuNm4uTYT8= bigjust@desktop-jsho3l9.lan", "key_options": null, "keyfile": "/home/jcaratzas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jcaratzas", "validate_certs": true} 2021-11-15T20:57:10.511 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'trociny', 'ovpn': 'mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSc2rWtLtZM0CBWwaxhSfd0T++ZTX9c8kQrYT0rsQlJ6Hxj4c3+ypwh4iivdtFpyz4clxWkb/wimi48PvjNyZdudB9BeQUBeFfLiro3LnFEbKhM1RwRI89s34mRwmC0LLUZwcdX80zc6/fKuPzvBzR1PiY9tWRyIpYErQAHa2jEOE2MpFDHnlbXdfXFh5Tw3OmC1qBlQvgcrivA9lVaVlf+hfwmOQwXFIG3PCJLNlXDshCSUGAfYKBRvQaKS8sOf9rQaflPrwqJ8hDgVVQkpp69yVsGtahbBmjs6QS6C8EkGUFQmvrIcrQ8+5mRlRAmK2DMTP3cAcsYcMOJ+9KwP+H mgolub@zhuzha", "key_options": null, "keyfile": "/home/trociny/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "trociny", "validate_certs": true} 2021-11-15T20:57:10.523 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'smithfarm', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf', 'ovpn': 'smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:10.654 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mbenjamin', 'ovpn': 'mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mbenjamin", "ovpn": "mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n"}, "key": "ssh-dss AAAAB3NzaC1kc3MAAACBANarZ+C62DPffRIhaCuCtXLChrfqwXgWqGHOLLkmPTtZ3/EE8ZiN+LY1ZcmP939AxXi8Oe+9LepwAdsoQKZctlC7XToyhjIk+rVSPyn3zl3BTC2AxfCKq2vqj65a1sc35Whrw7OaUa2fr5iHSazP6HuG01DhJ9l8HJsLKmiwWChZAAAAFQCNmunc7BNLWrqyrYwINTfscowkbQAAAIEAyYERcunZYJAZ9Eno18kM+ylq0jcQmnPqyIvssWXTttUZnaGQvbVxABeyr6ZKuUyZQfyetofquOGBKPBuzV/7posl5ShDuAcxbS1zhrmk9glTA1yFLvznDdWdLOWG06tjOc78G2AmldKHCdPsmgh2D7WyRr4QY4rcCvwKfZ6+eEYAAACBAJZrOlOlygfPZ4ZB0+EbdYACz1+L/iYNNAOBp51TRutNceLVrNJNOVdmCMLuF0A1go4kPSD/05aJOkOyW86gYLA5DXaW3961+kPInOFAe8OTyQYE7221ThYHRnCfVFjdknuCDomj69wk4SsR+ZPXvSXs1jSJWKhLfUSe9n4bmw7w anet2@secant.private.linuxbox.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5CMht/crEocrHqGjf0sxE9AhNcW3XBxwlniJwaBJLhekLQEQJoxAy2xUUmPYb2/e7rdmTBxzQipUaAGWVk1FHANac4cbgXzNT+9cnF7EIRkPa/x9jaKNiU0ozMhu/GOoeDXMrHIDgVGWPF3Ag/r17ORpYnuFTjsqoCWyh+mqskV+lmAp04rv2tvqouHtEs6gLebKNtB8c6twhrBKF62Ie+rSr3r7hQaqiZitHbg/isbU5RMBl6H48wHAVSK2/uTfMor 2021-11-15T20:57:10.655 INFO:teuthology.task.ansible.out:bnuEYRG8HvlnPRvQHscJYKiZSt/G7XqZ3x/7c4czEF+OpdQbAgg46vh4fNVMxZk9KHwEkOE06ROuwgAejJ mbenjamin@duel", "key_options": null, "keyfile": "/home/mbenjamin/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mbenjamin", "validate_certs": true} 2021-11-15T20:57:10.799 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'aemerson', 'ovpn': 'aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvG6+jM8aulc5CID/yE6AXPXczxq8tMgY+2sdo/ihWpgDZuFwGL4hwj8nyh5cTqZ2LEa4kRkUUIoH9avLCFN5pDBVvcj1/O06ZGnkq/hV6791UiPF5S5RGmz3MGxv0RDfjA0OLFav7u1s+ZJ6z2W1Tpy/W+g/fMYqbPc6rV+pm3Uo16+BWz/diZH8smqcty4chnnCy6gqOrcAxCZLpeyjX6Ydn3fnTLTAmhoQ9eUz7LjP4ZnFD5zL6jrSBlJ5WNTLevUzvS8eL7RuP8D3Qfn8ukIzPXG2vs594FhSc/HnvubKricvKMm0P0ki4Z0vM9VruQn7Tbeqdwpi1IfgyiAMX aemerson@work-yubi\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxUDk9jEQOSrRwe0WMGBPw28fzgOhvqMgcG90SvuUjR20Rx3KUfy9JMxPJPesjBQz0xgH5adOVg2JQeLrt3uSJdIFNpqox8BBrS1u/bWT2dorQjLnFEhrtA8Ae/h2kwLQ8w3yYNWB/PxDSuMRnyH4G8EWtVydzQcV/QnNZ9Y6eBcHaI5C2yVnFl7Fi4zBYc2eeL8o8gWqmM6DobBCvVrxD0pCNAsLhOW6IA140BNGT9F/hQZYje9RQRWbFKh/iKiUhqFYCzLcxFfYXkw2HZMJA2p/bLmuc8ZbgYaIiU6b90kpfDB37Xw0S6toIj9E8h+E3nkNnwraCQcbralhz/bdz aemerson@seasalt\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAv8/FJn7hz2WieoQFUGXS0bhwSwL1LCI9kkjWYNkWb8IJPrBetlkr5TsvHEKDPZGF5Sv8LsYA6njPnbOGyAHpYlnv/Gz4Hwq3hLgmXCs6JGWBQv8NS+pjwnG6Nh6JfFI0ANeg652Rk9Qt9uLYeKVKmHXXrVZAD4NMvJGfEvneQzuwwpylUmV80WAdaQw/H0EP4NScZhNhknwAs/+KPFZH+RFoUj/Cb3poIFjwyviIgyal5hjAEsoczCW3hAla/9IyC2VDS027WPiPFmBFaYK5lYYLStBQdRx+6amH76XScLFy0FEPLL5qiN0ClAptvh1oIURgipdXZwaxpf06AXG8qw== aemerson@electric", "key_options": null, "keyfile": "/home/aemerson/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "aemer 2021-11-15T20:57:10.801 INFO:teuthology.task.ansible.out:son", "validate_certs": true} 2021-11-15T20:57:10.810 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'amaredia', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour', 'ovpn': 'ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "name": "amaredia", "ovpn": "ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:10.812 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'tserlin', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet', 'ovpn': 'tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet", "name": "tserlin", "ovpn": "tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:10.947 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dis', 'ovpn': 'dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHk8c8wUTTYolOOmMlniNrsjfRyF9pCCnaEQ2DXR73P0hbFMme5Md5cF3PTtPIOHSNkWk/qg7s6gZD8LGyFmloO42RBgLsW1qM8RWTDbPy5EQdrjxL9byVzBBCDoQPIS2M+0XnhYa6CBj38Sw8XPlS41CebAJEOQeyLG2I6CAI0rTij6gsqDfALbIezd/eWvmbksKYM1Lb4Gvj+k/OL/xDZzIZHF/P+mK+trY45gsUHxKZamkeHyAT4f3kiNJA+UwzTWGhafy6UE7yGqhZjt9xOZSQGuwroL7EtAzntxayPRNxQPfGDV+fYYf0QBbTtHyJeikPUuw7aR1Z3KwuSmWD dis@zambezi", "key_options": null, "keyfile": "/home/dis/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dis", "validate_certs": true} 2021-11-15T20:57:11.083 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'gregf', 'ovpn': 'gregf@kai YhNrPfedhZjbvGjOfmotOA 440cf8595a87cd307790bbf79c3668455a0405945e2b271d873325de222cd72f\ngregf@pudgy VZrk8nWzg7pYLOrZru8dBg c1d1a0e469a134ccf5f5a5525631a6b83efa6970beec3b23809eb0daa3dca47f\ngfarnum@WorkMini2 +bAqcTdU7Ok9bGMcB3A84w 3cff1326561a23cf81dd6495373cb83ed149cee026c6374d72c19b483f4f1f07\ngfarnum@Macbook bxVtolCC9SY3QNlpx3cE1w aff8d28bfb4d693253511d29e8d399196e964fc096594ec705748a5469d44654\ngregf@fedoragreg Jdn8I/sFGcr5Aa/dici6lw 50f88afc35c05ef8454742226f7baf2cd20cb1e2d4d0c9f4a393013877736bfa\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "gregf", "ovpn": "gregf@kai YhNrPfedhZjbvGjOfmotOA 440cf8595a87cd307790bbf79c3668455a0405945e2b271d873325de222cd72f\ngregf@pudgy VZrk8nWzg7pYLOrZru8dBg c1d1a0e469a134ccf5f5a5525631a6b83efa6970beec3b23809eb0daa3dca47f\ngfarnum@WorkMini2 +bAqcTdU7Ok9bGMcB3A84w 3cff1326561a23cf81dd6495373cb83ed149cee026c6374d72c19b483f4f1f07\ngfarnum@Macbook bxVtolCC9SY3QNlpx3cE1w aff8d28bfb4d693253511d29e8d399196e964fc096594ec705748a5469d44654\ngregf@fedoragreg Jdn8I/sFGcr5Aa/dici6lw 50f88afc35c05ef8454742226f7baf2cd20cb1e2d4d0c9f4a393013877736bfa\n"}, "key": "ssh-dss AAAAB3NzaC1kc3MAAACBANaS5gZUnIp5UL/PM3xOrQiNVxfona7sD1XEXGYvNUyoojPWWAvdQRwdA/Ay8JsAjKeWUt0IwfWaPfbEoXU1TKAI+yyv5WzQUZAKmBFuYM0CUQnKrk72Dp6n8P2tnYen0ect22xEiW2+Y0JZ3wfV3IB3BQPoVCC9FQ+P3LHhYii/AAAAFQCgSceiZFeNItwJ2rJeQgVVTQKljwAAAIEA0Gd2VNCbbQ48vAF+m/i/CeQHJ9Dom9IOBN3v8XnSlOhtNzY1pJ0NRzrFQURCCeVQJaywr0et5FCXIDVqTuR4qfCu5XXU1KHpn/AvHstOd93Y0XYMwSXfNszOtpH7w9SEm7uBfKnLQNF843/MHZL4ZIdfxk73YjfMjrYFcvJwvM0AAACBAI9Wi2wG9Rrdbrgk8tqbnKMxxJCYt/Vakn5mQSc/WHqMUn14+Kb7oBtfTsfPFNK952FzU09ptNQvNWTPNMniI8l8lQi2B+Z28XUlFLL76uxJXWko99xFpf/d1kFBL0M7GRGmvvrMfeTCI+WIqh2jBVqbl4o8kjNx4p0VWyoiWeFJ gregf@pudgy\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwSe7szyqMTqKK3D/JsXIa1PtPf1p8Njk0sMDSsJPA0gBGysmSgstke9fglOgeNIbNOBNDOY3vltuNCgUiQgVWOYhUaVpj+2vtS 2021-11-15T20:57:11.085 INFO:teuthology.task.ansible.out:oAWpXMQbNaWPGKhbxvJWMCLVckLENyoUZUBKLmTvRyKDjjq8CJ1TnfA2Xfo3a796EIOtD6essU3lAVIfIUILGD+HqptiHSB0spUJUVRxxlO2xw9rLYij1eUPRHrr9xWvDamr5JtKVtCLOL3M9QlltHieKlbJSCZq/EVxW9NAGA6IiqOhw2E1k59oGZUq4Qg+YLgYkB80Ms7nb1xpjQ8txvY+73xL/8i7Nqmr7ekKJfyTpRe03nCQ== gfarnum@mozart.thompsonian.net\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzqJQfdAKaggPDgSpk8P6QjLeyQYOz183fVSKnqAa5EeaCJozS1dn8z+iphswT3YL6wqIMqVHMfkSUcEeTBwZmvydaghOMJEIQSP1PCzH0V2XprELrEcBC3QTvaElPjjEYgBVUvEw8sL/RIQ7mgt9vxD0NcCDspsz35fmU222KzFxD41PZ5XzHQ3Lumwdax7mcpqrw8Aa5/tgcEqAIu54HYRf1Qmk6+ueMAvpwkX3eiSEtkVvuV1Kxpc3/0mOfJ7cn+eyPX3qUbo4oY76hIYseoUIwEaVE/pNW+pjwDSy4gSOcuxYDEGKzCwZPZeQtRQWzRt3YNafxi5xsByobGLlZw== gfarnum@GF-Macbook.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1ik3LbyKsPiGwdh+vGrKSYLvhMg7OkqMwDNYU5LqWBSotogxyGQJUuD80ZavxmmdXC4qScddHtWOJjtyX1CTSDUe7INpSgGPGnmSExVFpcYRnmxHAB+9M/c9VorUkQ8IOKLmRO/BdYma3Rl9NzhHI73yd4zJlx1K4NuQnhnj0Z4yXO+k44RkBWDdMicBB5lBP0hETaH2Iq1u5Dai3u6N5N9bSPXv2PGKvvU395K0Wts2CxMhOBc7LAixysNzNWLrnG1ghS4jPVG2TIHOElP5lIXUv1Wlkool5rTUWgnVY/7loWkDus2JryDM7hLGFXqgT7HHcpI4gSITqRhWxzsUF gregf@fedoragreg.localdomain", "key_options": null, "keyfile": "/home/gregf/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "gregf", "validate_certs": true} 2021-11-15T20:57:11.220 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'joshd', 'ovpn': 'jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "joshd", "ovpn": "jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgS5EfJyOxBkl/TtJikfb38rm6muQo7MwYufkLSBw9W2jFzt/ZMbVXyVsdZM4I6hWfZm1/q60UcER4yoA1xwYGOTmbFXrLUqqKxKTnCdyejuQ3miB7aiuisWO4vjb2+ppBwL9Mx775DPeQJehFyFK0qgh33tZO/9LWWYy7NOZdA9L2ei1PgMWa0VBeijcDR5GQSXzh0Yi+h/Ezu8jevu+NkW2IUJF6zPGjd9M9lAy7KG2dQjqqCX4XWmUS+MHJS6f9bsC5i39GWy29FvX/qFEArOMzuYRIFWE8iza95KSBxptb+Hw8PFBjQ1kTh6nC5ZV2X3ETcoj8fToTcgW3dTRF jdurgin@new-angeles", "key_options": null, "keyfile": "/home/joshd/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "joshd", "validate_certs": true} 2021-11-15T20:57:11.344 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'cmeno', 'ovpn': 'cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, "key": "ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAHT7CHaceRLB5mJv9SYKog1wBXsavzH3G3WCBEvVyK76JIslDudZm2ycJv66r+VlGaD8sFI5Mb/KKFMKcKesLRX+wHqZg9MlkoJgm7WGoRQ5I0M1Vt7TL3uJkVCaGZHtO7BXqzTx53C1AaJ1HN+DG2MGy5mm6tHwL901UVqG4EzjBnjxA== christinameno@boxtop", "key_options": null, "keyfile": "/home/cmeno/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cmeno", "validate_certs": true} 2021-11-15T20:57:11.480 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ivancich', 'ovpn': 'ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkIZyWnJXYv/z3EVeKHatjFUAdaomIMqzvFLrA9VskeM0Ctv8a83Wk3BbYvTFQWALjZjS2HVYzi5p6kTQ4qxXlcO7HxRw0j4otNauilvgIc4Lu5N4pUtYf0piEo+nrXz+WhELfmJ8t1Yx00uGEl9pOF04SOuXtpwwrCFAO6WMCcjDuYhoI2VBKO3W/OWcIuQ8ZY3j4iDdofFOUGyyoYVyOi/HILKjluYB+ues5+wBEkDuoi3MafCnIj8M0O5fU8/JoOTksOu779UN6blPiNdEgnwD00jA+RWYY6b12ZVkiF4rUVGCiiKKUwOOWkRhkA5OEcBgZ8cGWFgGfZM1GJA// ivancich@sleepy", "key_options": null, "keyfile": "/home/ivancich/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ivancich", "validate_certs": true} 2021-11-15T20:57:11.616 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'yuriw', 'ovpn': 'yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "yuriw", "ovpn": "yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCw3MhMNDYjkiQADoC1mg9ga0Yj174FHIFt4RQIC8qK+6cB0N3CM5R4JwP8pR4tYkVFWmnYRScYK5VVdC873Ac2BzYxmse97zLJTbUnYWTdY+OFi1FUozsy3PwtiNHSd48Z/PBvkinQIey2QlMKaW3/yz9Of/Yfm4prxg9lBsd6/tOOFj3AsqIQ1OVhMfgeVEkdCL7AAbEYyMxePZ3UFrDwj05HDLgmFzx1xsNJFOuBwLfU/QNHoXJQrcVy0rZq9fB5rg74iz1JZs0uDWocQQK4Nd3Rv+wRGBuew2fmkrS2bQWXzMoSL+/i7pbf74LKcbWAE0wXEImqQeREHxq4ZZ5J yuriweinstein@Yuris-MacBook-Pro.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJUmq7btpBMjjODHXp1888xoBuX+rhiZg3ufuo69RgDxUMymJn3CPJ/5NGXoZ3SGAWKk0w0Dx6K/VO4y92mAV+cO81y8wZR4J3fPV3IbWRjN0X3IFoAvJi5n9v5hpG7z3RZCGmQnOZ99m1i9dge/3S8NpuPLIvYkSo9z00d+mNP6D8rGnqOmEBfEhUQXLeH7rbPwaMWPgB/hrpiPCyLR/+sGC5bq9PAsKnocqZ12cnvCtYxpnA7et6nL15ftEpUrKYAmRDxotuoUcsllP66GSszjbrgN6OBNDSqpGt/+RSJJwzZEGQ073gJuMveKy9tvD/PyEttjvVKL2KsBuXGSuL ubuntu@yw\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDmXWgRRes8bzekTH2fTcxdAAquFn1SjPhws1Z9 2021-11-15T20:57:11.618 INFO:teuthology.task.ansible.out:CkxNaqKe25XnzPehqrhg9etouUwvORQHdDJdTlmhTSYtn588Omq+1bvniab0KzAYgGZsWdPma/3E9qF7ChXIMik9Umip0drzYTaexCuC/Nu46brTxlnL0vaxnnVjDwmHC0CEJs4qN4e2wSlsA0uBDRWjxWFMdTUgSzII5xasHypUYZ0y3MNdbfY+SVF69DEDH8EOQMGYm8JQXNJFloQvmvLUFqT/63FsdpzRVTph4A8hvI1f8i6ULb7fPQN5ZS62wdXd/KvrBXrCvhOi7R63RM60mkMRXm1XajTGmCKiikfiqgTr yuriw@Yuris-MacBook-Air.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC41kRr6B/RC32DrQKRByalH832H6BpCQF9XdTvgYi4+LJt+kAuIGLDF4xm4uApTmWRrLspWm0Kksc0ger03uNx5qJqMEUnJvjxJnSDC0/XyxWapVxIviFkvv0BjbhVNOOaMU55ywrZ9hHgMdaFwuMuCOaB7f9Tm6IUXm2k82OXueeIG23Kziq+IQBysWOjvNUy/LLpl7l4+xOkhNUupUiQCqHvFH98VUdYWkHeyamafGVZmYbFLrOXgmviKo0u8LPxcT7psKLk0yFG7fG0DSak6DDdKJqb+G/NqMSPxRSAI4FbXQ6UOZb32Ozr1Sql9yfOXEYWZuatn7W5F8DjSv3p yuriw@yuriw-RH", "key_options": null, "keyfile": "/home/yuriw/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yuriw", "validate_certs": true} 2021-11-15T20:57:11.751 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'tamil', 'ovpn': 'tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxrS30JmTZbnBd73s9PGZYxCkWH3u4En9Q0bYJan45W+j+y5vMzaNUVsp8We1tphqPQ9B0ygi80OxbHWu5gyv4g+M/JFtrnxv3QgBCYWeBWfh652Vbdlk1thl6btFnHUhVMSn5tkdnFxyVDJHIROoVXkHRaCNAUUy7tB60IhPAMomNcCGu9R8+opONFLXKTIfkYQ1cGbysr90DMs8ASEkvxdv40hIWhK4ufvL7CFFtgXuoC0c1WedBFOkr5LDegzL13xN97K9o5J8CAU0MUKk6H8KNKbQuNq1zANwymMFY599GIlxwai8iluJgfOObDRdCDmKM2f9RAEUXQM7oYoH7 tamil@tamil-VirtualBox\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvwiWVhNLeOLg72cpVIwbUYnmFh+Cqf/mE7Rc/Xci91on3GPrq++dC8t2GhTB5Zyq46EE27SmUkiZpHRnz7xwiJKM/tTgNEkffXDK3j0pA2E22iqV9FpfSA9Zdi1Puq7CPT7/rix4rF3SPvMtg/R1fkyornLFdzhJiMExCKJXGwf+QsKk4NVnr+nO3EEkKOoP1wio1bceZ53rCt9Tyu8NawAB2nL2fvtBPQDAriQ8bLX69XLbOfhFI6GJo815/j6CQxNmvA0l5ABJc8+A71jZmndzumFRgqBuhiCM5ohsGR0JGahUQjFEA4quNTx8EWTGRsqhAYszzpqJzuN+Xb6tJ tamil@macbookair\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEPzEyDGI7poyXVPG70vgQpvlU/lTt6Vvv5CoHWJoSrHklDdJEqekhCB87BX4DTrqbb5xoM7yfxle/z9UzgVwSUWqsPdZHA4EbrNFRKFxi/gc2YrygVSjumTyzf9WJJ5vCZvTQexOj7rjWVnJkjXHKMXZXIAQN/bJf6J21t+4A3XLrl30/4XXyq664NONUNjBHxHtlbS2LM6Th/hK4B23oj2BugX2j/50vWgd9H36bPr8+JGskOi6MH2ndZv5pYtLznFzQmsbixjaN8kCuyQdlRCOndPEFoHFhDla2MeB+h3XQLDXW7J1TR2URFSfcNq5ndDS4i0b+t75Fjhb7AtLT tamil@ubuntu-delldesktop\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6tJ9y3solDCzFdXcczO8GJEwMqMYXWU5kuMz0rr/US6F72j0spSNmwGemMOZE9s7KtHgior/Ufw8/vMRkRhoBY 2021-11-15T20:57:11.753 INFO:teuthology.task.ansible.out:B0C5KT9utGNqrtDdvH98h43XnKZ3K/yaHv/T+u2EYWNgHtOXMtgIVFnGwSD7RzF6TbwSfurprTV6ZUyyOxRcmHnkmwpbNwiwIoXB03k2PITdYCC3lEBEY0OC+vAW/E3+bFbV3RSEA0Cm31jmMyZyPeYiXiEnPXUIClsoDj34NwJTIgctwIsqM4eYUBg3pHliWYKEWDs55HZYoj3W/6Jw7MASzyAYFSmP8rQu8iS7tO1iEBRGOXFNxHirGQ1WqUn tmuthamizhan@MacBook-Air.local", "key_options": null, "keyfile": "/home/tamil/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "tamil", "validate_certs": true} 2021-11-15T20:57:11.887 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jowilkin', 'ovpn': 'jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYGVqKZgLx2LJ49x0kGo/Z5r8MVefSUCYhhrK/DK8ht+YK1AqLXErjAedgpVz0WuwirRjh5YkiXGMYiOdkMUYWGk5nwCHEKnnCpne7Xh1OOqge/QGHlUigWVH8VIHBsZ+wTW25mqOrgDSGB8+Qk7Dr2o1sLGUHcx7vITDWOrer4KjF2+H5TQH/7irUVORu6fzeGKtGyOrTwQ+ZT1+fuhfznDULFGyvKGdcXxxNOg+21Fssk2nCNTlgRCGjHSrfelfuMT7QEt+9puWd7MWXYQg7xx8jkJGMpEQRFxJTxnfUlUXf3x2lc9Q/SvKfpVMtc0N+bk2F9+euyvRvjtn4LJNx jowilkin@jowilkin.wilkins", "key_options": null, "keyfile": "/home/jowilkin/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jowilkin", "validate_certs": true} 2021-11-15T20:57:12.011 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'bhubbard', 'ovpn': 'brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP/yVttBEs7mpVfJL+reXb/BfB7DsLrA5ArVqEJjySi3NOz3e/wE8KRWbHD1UdraAU3P8b96GdAQxGOs4n0muOMejmaXWZCP3HkRL+rcd+03ZI1lb6ga9XjBARZfb2h+kg5jTJp/Ll6mwAYbSXvQ4MuDQzwGRDX5Q5Xme7OZ4Wb+vBmmkihHydySyP9YXbWWsBw4jvZCFSKMGsUVy/HIt1coZx/PyCG/K2Kl0nrE5ux2QqfdTIpzYo4c3y6uMIHDvt29lRmk3Gnh2//U5eN8mmRRKJlkvE8DKy3VYsl0JsP9pTWUZEYgV0EX251WTO0akQ2bKuszqd9Ai04RWnXUu5 brad@dhcp-1-165.bne.redhat.com", "key_options": null, "keyfile": "/home/bhubbard/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "bhubbard", "validate_certs": true} 2021-11-15T20:57:12.167 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAyRDKb+InDsnW4E/S12Pr6rK3wDfUG3j+iw/NsCWwN5xpJEA1/NhVlRzY8/jejc6ddmnNKWbm/UcYVrbo7yClRTGu45g0Qm9lmfvgDgi1k8mwUCy+edbQ/R8FB9cIHHCnUuWzRmE2XGaeDiSVQgiYqq3mOPY/hwe3G7jwFalYPsbmY1jNqpzODmKFMRd1bOwdHEOMTfh0owHWqhhXakU8em30lYraQVYH24FplH2NUBArxmTuctyfweHxx7yH3ZFcXFUpUMSLuVDWb1A7fMiL6eW6wiwh+dD+q5iFNvuioZITP2EjIsb9nS+eM9bOJZuZ+5pln2EsHee27LjunbwgWw== yehudasa@fatty\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDF3PxJYgI3tS7SG+RnUvxMxr0/XwBAio0oiP4AC+o8rUYYyPd/RU27TR1kphbuJhQWVtaZ6kFSBQeNQUxv6rb8hmMzvlP1FDEoGkjaOHOuYEc2DFkkEAfaR2AlNKn3pUQgLE00TLHctCgd57Cn2Ppt8xEi/vTuo0gX3xjWOL4N9QDElCXKNdxdyyJ/RNb/Mid+YxgKKjf8ppmhYsQ+Qqu4YwPzLkfK1Qb3YtR6Hbjb4jxC7C1Z13h0vUgHe7qSmUCYNo9eC+lEgNmmnLb2sXJaUUJM8MEex6v+4muWM9hV0cq/Wplrx8fhMWMa978sxH8yVkE3Svqc/K4ZWN59l3xT yehudasa@yehudasa-XPS-L401X\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDvplQk8xkSXF03uSJh3H4zyZHRMjvgUJBgGN27Kb7gAlI 2021-11-15T20:57:12.168 INFO:teuthology.task.ansible.out:Qv306wPKIprOwp+jDhEcPnEWBMRJMUJuBi0vEiqmDHt8mg8ZYcs+Gi7MbUgBokILdJuSG89KAgq7gBCuIhYbSg35pfvXvIZswiXvySqMrJNB495GYj/FrcWEBfQMuedMSkIfNzqPV9yR5YRh8fnSs3fjCzV96vzu7O4AzgwICbM6XmqVLXPax/32Hq0dz7sAawlQFCJYPHzVzjwmih46TRJnXrxewsRhk9GwKfI4SWaFIRdOdadGFSLgdZ+2iGE7hTZ3sRgkLOj+4zKa+xTbtjjXfw5up7J3hAmrK15Tz yehuda@yehuda-940X3G\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfNxvAw6cb33jg36vw8kJu48/BttmFJ4BFeanYqwRgtWZrKpAAGHEgCiNeyIttMrI3t7Spcdyp6dy6n0P3WUFVgHWEYtGqXwXqDC9UXISkUJVVDZoEynpGC92RghhzH53+7jX1Ytpr30r/xb1ktryTPCoEJRqyrg2j1b167i6PV5tuJCA+77gW5LWBmMXJCprjnfnJ92Gp8ZewBB6gL1x+3RFkMxGsibL0Qw1CTKfyAHNYc/jos6YiL0b42Ha+NmKwvzZ1GgIleRMleisSOyKPUlPdR7UnmtEXa9bl3Gc/hc7Zt+v4iUypr2WL0X4Yl7rJNH/AAd/Z6jPkAX9nHYzh yehudasa@yehudasa-desktop\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrSX8nDL2WaHe0b/rjE3TZhj5VwbrG6nn/hyWmm2dWcUqotSp973yD2G4tQL9UygeSkDGmjb6whrz2mcAFJ5P4oLtIcCLyZC550dcpwV3BtP/cMAIGE6xeEARKiP8KlVGFNDRg9/l1aAd08Bepe+rJyAYD7IxOOBfgKJMKbeOWnT40RTfwiD5CXNwjzQuhzZDEbm+8zjTChFM4P1EkfR3c+0X3MYpA1AsRQY0ElvFtcn6G0yPKR+obGdIs+ydGupKh1+peGWLemHMA5e62Bs4/Lwtyebyp7AOguC3ZBJ3TZWL4Vn1q6z21cQe6AuowjPrneZWC4ifFB6OUQJqM+R00pHBcajcvsfpYOblZvTJHM726Ek1vahOYfcbEMpqWlVYo+WPRUilzl5cI3ReyAcwphebqKPbhmzCuyJw3lWBKIVDhWjEFzGkxV/iFU5rIXFm/Z0JGNFFxmY1U4GlA4lFXtL7OvEdMsiZo1x0cNmFWLu0k9fQBtiQI19ZBiA7FPKc= yehuda@crestview", "key_options": null, "keyfile": "/home/yehudasa/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yehudasa", "validate_certs": true} 2021-11-15T20:57:12.292 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDx37xbP0jYqopygG66LbSMRPoqpGUPzQZ3G8eqJCk2I dang@revan.aa.redhat.com-2015-07-17", "key_options": null, "keyfile": "/home/dang/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dang", "validate_certs": true} 2021-11-15T20:57:12.428 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2YyDoeKdaCuJif79AxJAorqpUj33WHbHu/eIWpHju+iIF3f94K0qyEXgs4AwZin9pzfyd8N1aKNT8ZFPss6L0Xk68aO/6tdInq+1lTMMUC5v/LBqsIV2btPTFHrQWA0R10v05aZFvFaSqhHNsZaj98vQV7P+jiSs3yPWqCIWUTQ1VXnCeQnB4R5tob0gpMuonhkKq7vrJPhf6ge9Av+yjL7+8oP5LJqFJ5npDxkwZ0u3L0QQ9ftAT/e7Y7ESpwpgaI3Trl0EwAXFmiLjXEUA+FBbE7ko9kLqXqRjc1C0BdRG9sO0QKBGDBEx1W3w8rCPKgaDlVyqsBT1yvIjqqXDOQ== borix@dhcp-31-190.brq.redhat.com", "key_options": null, "keyfile": "/home/branto/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "branto", "validate_certs": true} 2021-11-15T20:57:12.554 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDO00mus2XPX/EfUZ/YsKI84TnWj5TbZP7Fs01EkoOTPgNoYysVdf0PwhAooz1qPrv+HUsUMpQT6uNYfCHyqx9rScR+XUlyQuFe7Sjp/dn3y+b1PKa6G4HX7f1eejR3ZaLZXA4R/8oucAXqQS5pDr3Y7prwkrp9cyk8uawBXoDcAlA1SMIPZPrtO1+iZw20NDhixsG7NE5jMFfw3q8xTckZEqBbteybci7X1v4lEYXCVlbSbUhyZ2Af8HEj09JBDOL2bI3yLvj9a5Oj/HtKubyApzZpA7rgeoii2UZQGuSRI1VJktp9YC0zGk5S843xYW92utbALKyQ6DdB2F5gc0DX xiaoxchen@LM-SHC-16501223", "key_options": null, "keyfile": "/home/xiaoxichen/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "xiaoxichen", "validate_certs": true} 2021-11-15T20:57:12.690 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCz7e2G3Ziaus2yMviKh9s65e+yaqy1+ezs5IC6US90/8WumNAWqC4Yr3ckvCc120r3VwpJWcvaAWCF+4IZeO43lSNLadbCnJONed5YklcUuIJvjC1eDbZTMLJ7h0ijgNXgAFmFq0AV2NHuE2L2VKXk2hsIqDVGjZLUpi7W+ic07xnScEoXXDSk5mhJ6bKmFsUYCC91g2roYs9Ui5fGd+ey28SFOADI7osDLpLkiTF2OzGel93o5qobNZwKR0AxGsBIta17mvf3I3307bGnvugDXpNB0FaS1QZhIzMO4G4LZL9zahCvv4wm5GmuO4F0+Ac7dwFu3KZKtHQe3g6WHuAv ffilz@redhat.com", "key_options": null, "keyfile": "/home/ffilz/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ffilz", "validate_certs": true} 2021-11-15T20:57:12.835 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'joao', 'ovpn': 'joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "joao", "ovpn": "joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpGZK2cWUtE85Bt7fl+kSeiC0lM/EN+H2X3ePGq3LiD4g5R5n6nJsLaJaIZXdJ96G0JSnj07G8Xu1CkVbGDHuVg2O9tnxLhz6tzDwFYNFrQIpALlQwOq8OiwGDDyFkMXQ3JqCCWvyD0HLysOJQIBIlb/o92ZCSAGOyNX1JjrhXF+mlBk1AUW11UeZOeGZQ34MKHapH7T/DuexCz5gfZI/jY9Rg3hr4jb1zGttvAF2eeLJCjqD/Vi4mowYB/Kn/PJhNixeA2sli2i8r6yO/bFmA/PWnfSl+EqD4mUJWb5ATeJ3hyW8qVLOogY6XVu4Sd1VgL7l1RYzXuxJV3Rb1Yw2T joao@sepia\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDV0jbKpbmXW1bhRIOBIdVV1L73qjls7s5pxiW2EMPvZLYzxLBE92e3Vf8bSMWlm1Lyb7a+u5BR85+2c+h2F59sgU1Saek5ebPpFU5qBn8AzYH18iMVSPciByOzwS0NXwWnksckWxUkQgP9bZP/1ORQ7jWZEOHZ5mEQ0oMkP0bfG1cpFrNTxOhDmwbCiQ8dp6KeZaMg4hErALr5Eh/EESxKIkuwQzk9bDbtjPRDu0F2dE0NCjs0k0BXmDA80GksxuOacRxE95K6/er11qst/VqA7o6BfhxJMTXWMdj8NhzIUNjZ8LqLTG6P/XGR24sA2d2WBhlEKRMZNqeEjzmi1REr joao@tagide", "key_options": null, "keyfile": "/home/joao/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "joao", "validate_certs": true} 2021-11-15T20:57:12.970 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'nhm', 'ovpn': 'nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "nhm", "ovpn": "nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHhYb/mGgHbEntAN2iPFTV1k8MYDs+jtsJDPE9MWtUZXksdeG8cEfXDBGhiBsprjELsW4+czJBqqESugFMevEysTVKIo5lc95bf1nApxfiRyMnAxb5wQ2OeLY62x26TWJhPu6HMajV+gb8CKjxDobf1Ix4ELbYlL77SOH1VVDtVZ6HiwtYngXAPMONCdI99cuwJlBpv5RjDoLwljOoxEXIh+1Fsvth+iymp0rIPuJx91DzYYgWZFfCLPHRgDy0H7YRdQWUzhrxTyzuT27vsNh5L8HgdowzOu9f2HwGzlTlxli94IJLMBY2359xsqjSswZzAv+BiPDAZMUwJpYvRvSt nhm@clusterfaq.org\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1JAKymiRDyVar5P75cMycxz9u8VsLuNtf/0t1na4ofa4YmanKswPQQz1Am82pvyPqXlBbdIGVneyMrkEoFAk4nTtfmCl7WdtaxnH87Dr9BOLEp+lIPHy7jpS/dcVmKRPB1qCYZ5GNAZ9g+DrXdaeOJdUOpIK49BP1IK8Uw5eBWAx/ae6/12yz+d/6e9kBvO7OUamMSne6Ghe2pRoI8jFOdWMbQy3ofb5wSHZGPNDn0YTGbNWHlfEAcrFmGQSTwohca4SqCJ1NgKnYu4qPVmb3Gbpm+MpUPs8Gy++rQ8wVZ5xWZW/yReIbJCqqVY4vrQzVywQXRucIrB1VyvShuNW3 nhm@metropolis\nssh-dss AAAAB3NzaC1kc3MAAACBAM7BfQAinQmLlkTgt7IIg3nQyyaJRiWA4agfu/HncrcAmepGqPCwy451g1eLMD3AC4QptHnV80Y47YQTyX1VQixIQ6M9zHG6Bo7IXzyqFHFpqnDZN25DaMM4na5bf1CwC9RtR7VWubojatPylOpflkChUBuAGWnzwkz2cxl4Dc47AAAAFQD35l/Lg4eTqZ83eTgJ5lihzHS/awAAAIB/ZdMSE6M0zEvdNPsWY28bvQ0QXN7w1ncVXGachA1JOEFGYvsbHeoywLpSYoiPLV57/wZT2dUzG70u80IQGildZ1WgQNn7C9r2Z3ZUgKmRGyC+PpYEa6nv+U4CHdMViBRXxNrP0bj2CfQv 2021-11-15T20:57:12.972 INFO:teuthology.task.ansible.out:UxUxrHWtOu/da2W23cpSs6Wz8gtz2QAAAIEAvf4vx/32Sy+kbvqOCYz0wu0ItlECN0qOk3gAMvphYMI2sW2ez2+Tsua4eoPRXT10zFxiRTkHQd5FSIvNWXV2iqed6rpwTu5K8vJz2duMIyI+xWLHo4XudtZdNxggkf+RW9JvPOMLMp4sCzBXxpreHBsb1CynndKeYVrgMLybZ28= mark@Marks-MacBook-Air.local\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfDOM2v4h6Dk4pMWPQxxHI5rhFtLjkme/4hAp6ki/kJ1XOSzBQdQmD2UPDKvfO9lKO7v12G2Wt+re+0giAcSkfej4+xqV53u7d2pTbMI5U3zohZt8AgESx22DAxj1wBZYuyGO2TRI7DRQMxC47E8EJgcmZBBnMKk1Rz8k71pTmg+CI2vjWx/2x2bup9Mqe4uMA8ubjg2qRlWEqPKIKcHZyrAPdIlpy2FSZ9SPa0mJpdl6aYcFNgonD8BO6A0u2RPO90KmEWrRWu69vRvbbTDiqE0CkJJlAlu3jeFVD8US9vymBHSI0BDFUbukuyG1tAujytqGBRLzxQDU9JOYMP45v nhm@mocha", "key_options": null, "keyfile": "/home/nhm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nhm", "validate_certs": true} 2021-11-15T20:57:13.095 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJD+2BHStkaMJ8RStIIz+yDJCGNT1wbwUnmuO71vNlFxzIyHGvCq3ktx2xTwZz/kj6ZayXYWIRH//BhK2/iK/v+u2WQMBURfMHbf0lDMmNfbHCDBjYvEYgFo4Jwvzq4WHus0AHh9TdVt+TpcxyGPhVbUJh8NZut+w4cRIKu2xGoZZGDeLgv9ijXvDPrCdBxtpvQnF99C0bCTdPM7MK1FSCQEaRmNUgzEj0H7R+gmWi0T4HUD8ZY7y0vWbYPqT3Z07My1u2BfRBYpXnv1655/b777TkSlzSasORhSTT0AkW25u90Rsj2JWr39+49/Ia9uOyFtZIirugEv2v7v/l0grN linuxkidd@zenbook", "key_options": null, "keyfile": "/home/mkidd/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mkidd", "validate_certs": true} 2021-11-15T20:57:13.231 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jlopez', 'ovpn': 'JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrRvNeBa+/GXxkSDmaim7U1wFpdBvgcK9/eP1I4fPS5xAWyxXI0s0ryX4Jwb7auhZdcqPjgUPQvIVVRridKJPz7l6jUlbIqdnZu4VHuaGG/DfIVxsSmw5aI5qI9Fg/s16JPwOUuzcLHsSSh8tFxY9L1yvs3ztQnKHW6nN5+zhPbW8UjmTNUksXXAeCM/OZn+IOOzzvfh0vVe/mghIW2JpOjHkZv4qwaWYcHg6+wWE4m8l84VIegDBiONknZXcQaRj82nHtfdnb2FSiV4+gKP18i90ai0iTKKXUkMJNFKp1T5MuF7UuJLA7l10FmgQJsZBS2Loa5oeqbHYeztNAfUxF JCLO@oh-mbp-jcl", "key_options": null, "keyfile": "/home/jlopez/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jlopez", "validate_certs": true} 2021-11-15T20:57:13.359 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFkUz8Wr2RPiY8+xf2hL4qMT+jA4mo1gmpIF8q7uVR03vX5NhzQVxVnXiyLCFv6susSMxpBafa7aLutqigXhDGJWUbsJII5yTnFYVer0QmudEsLmoDyvI1HCNk1IVY6aIESE50N3Ndx+agWasIU8TGKqJdDMPyiUtfrvsrGWi/91ZLX6aJSrFqBJtTpxDoNe4XL6QRPNv0wb8GF0az5graXkzVe3GkaQS9lyw8m2ougDvW1SLvoeE+lhUUGhJGkkCZKv1f+QNLhUHyQ3XkXqh4MrP3pPUKIuQ7nKiWDjCP6Db+ZcejjTRC19D2gLjhrw3Z2J7nn/loijlFzV5dp+BL haomaiwang@gmail.com", "key_options": null, "keyfile": "/home/haomaiwang/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "haomaiwang", "validate_certs": true} 2021-11-15T20:57:13.501 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kchai', 'ovpn': 'kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAuTvkaUtEaLbLcYA9Zw3MoHI5ZPudKf6CAbAZdhp4RMVujimR61TT6LdRF20g6F7pH7GrI/1WP2bu7a3sZyCZ1nCJCOhrTTS+2wwy7oGo/0yY4l+Bw6i7LGmJgqpO5dDxwADMlaHUwJ7Rf1Q+Pd7NmggkAVTmaN6qUGffz9hZsj7ibD/Z8/GFtQsCEMloTLtnz4NB6Gxe54UXEKz9pvjpXBhs0xWsJtDKaPFrbKRKswuH45XPuwJhGr249ZYtwQqcgXSWhOUcPTwf5Y6fj27aL2dx566DxQzqzNbcTcO96MguIy8Ufnc0kIOQQw9oHJZtg82zwM6+2mWr9J/K94Gv9w== kefu@save.node2", "key_options": null, "keyfile": "/home/kchai/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kchai", "validate_certs": true} 2021-11-15T20:57:13.627 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC56FiAgzz9aF+qAMkw5aGoCyoSA8Lf2LPaz3QxTYEzmQt0ByXMmVw0cgUI4gDt7hMBX6LoxPALZ7C1aH8aPTpb6+hxHGfir2tqQmU49JOQiUvBP/Xtt1ilxMou9Wu/ZadEhIZxaP/TBncXNls9cbFs9bV7Q8J3CLCTGRa8kilEpZ7209c/xQI4yQ6q+Q3H4FkO0YHP+Tkn9mg1df+BKkXfSBycjAyOXPvljoetjw0FHEbJ7lTCcSG+hCb2LEACo2OK9eWC3GYwDPKZF1Ht9HfDvg4bHfY3OVOixYiZSim7dbj3+VHWWsiH64usGH1o6fn4vV16UhVJiiicPMWvllzH vikhyat.umrao@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9G/I5iaw5d4ssyJ4iTUxSvIBAX+P03VVHsNMHAB70rVGGwBnBJFqJNbukzxfnsqwzN6vSeuMy7I1zc2VVi4GtBQPK0iCbVQN+Njq0VCIxb4hLmjD3Vn8NgRp80955VJyYGT9+/JbZY1UCdPBuld6hsnTipkdo5U3huAHD4i1FpYKol+4DCZHAO5wNilCbests0+ZPtHYe53vnNDz685cx/f7RTtEarvU2fECxkurlBBNvuIl6SN8bo+NaJ01Li0xAD+2fpGz6Iu0WUEdWTkt78ubvA4If2k8XAKxkOKEvfyX+AtTzdHxWSQu7ixkbuksuK6A0bnankn+DdiP6Y293 vumrao@redhat", "key_options": null, "keyfile": "/home/vumrao/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vumrao", "validate_certs": true} 2021-11-15T20:57:13.763 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dfuller', 'ovpn': 'dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/r/Xf58szqJ3wLdTE+mRK1Z11f/+VABmx6804NO77ncdC5ZvD3Kx6WP/oje01iwWEVXNAgEOaXp6j+U10aPvBMaS30qf/IhUcrXwO1YcGzZ0pV6UZMxcTuJw6w1VXy/YtgW5BlIfSm78zabztES9BqCgjYYM2rml3L1teDF4WU1QiI97iW0R57yc0t/gqXGpxqSFQ+iNYAl0Q1MGUgYltLvPrhm9WI2WhR2/GivdVMEM5lViNlegxneAZRb9YZMCG2kmSP+9Zd2NR367OrlgzmgeY/9u+KGXQiyfaO330s+iksxVwwE3fDl+KnqXuHSJNccJV7iXzZKej2QAire4X dfuller@Douglass-MacBook-Pro.local", "key_options": null, "keyfile": "/home/dfuller/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dfuller", "validate_certs": true} 2021-11-15T20:57:13.898 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDIKepJjIovBTCkdVyvAdptljhw9bYcwtIqV/ojdbpeuJtxDo9UyrEkNoLeVpZgOcrbgrkOE7AEixo3qB9PbD8z5NRUleV7wipSh3QwrDmSylSVReJKOwYdxUKkzesZYBGIGYzAbTKqcVzPUWCeW314+xmv90XkO/+1vgbC5uoXfbfnaiDHQimBom8QV5Egr+EhhcuCqMEqaVSvjMr1T0e6IL9gUens6Mys6czI37go6QvmgEzkBbDJJ64PsiOOFHVNk4DJVJ1c7TRtsnpIHM1YVFjsH1AnAL6UufbgNSFf5dziUB/Bz815P1/jsOGpHkUKE37DbHU5xtLGl3MmimMt4ndcG6EggBGEYBwfEWPRAsZs3qngssrNH5W0CzbysLaoovzq5VqS8SdLMu5XrRLBEB0uWWzLq2bobYymk3t/oby5zrHJV78xAuLmldqjvlPZSdkgwWNv9YBLkteBVr2HhjtuashJ6amNPbA4kCGhXMpeRhfvfqs31CBEKbTV+A8ODWbWAoQxLCcqS24x0yMi73N0UzuqDTaJMcE8ODJvOxcLNaV688QDbrC/UehpX/Bp/DM7fLHj4YhkRpZxkkN5w2kb/bBbWya4DrffhHKqn9CH1z5ynj0237PhTwCXjtRn0JzpeRgN8OraFgR2H3uPc9XNqlkFxxOBK0lRngbxzw== owasserm@redhat.com", "key_options": null, "keyfile": "/home/owasserm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "owasserm", "validate_certs": true} 2021-11-15T20:57:14.032 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'vasu', 'ovpn': 'vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVFy1sjGvvHwS7Q6E61ykH4dUGfxW9+a7Xo3JMpTBT33/E8bTrYF6ZHSdH+uxScisV9Vll222NJCLXyx2s9EOcv4L88vWDTZGCaUb3iA5dweLm7EYi1NXT/p+jWDA7MAF1FQGSAQafTHpNRxLcrVPgsLDy35weV4xj7ShEU+w7EBDb75jlJXqy0luJLKNBrLzz/wDV9Oe6y3APwQBhtO7vGrVzrWEF/LWLe7U9ad3DQjvLM7+H+QVpNy+nt7us73K8vHDk1KrPlCCjrcN+fSGPD/ILlxrDrDeqmmBCtPMa7PSSjCyAV/EW0fsmArcHrHXKeKWTKXG9sDL0KBqos1kB vasu@vasuSrv\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQConeaJ2kvUOMy+jeKvXZTw655L3KK0ZG0HONIySFrRNkGa/M/hYf8oMNVh9SEax7vLNme0kwk7d71EhgtMGNsvHtQOkshWxM9P0XPk4HgB/OL+2LQ/7M3SwD4vuXPbqvrQS63YMoxcHBue5Ol5hXmM+qSoZajpUrfB2woqbp7aKsCpoK4Cgj4XfLHfh0n239ae38DU6GoAcL0GzMsxMdQhWzBwOO+ZHfowohc1pfY0+xGIMW1OlMN1eO7kuK2gGS/YRVOnLw9uu/2NErIjBzCihNN0PYWur2JE+KmU1x6VMaky49cKmAlc5WUqZ+FpV3gvnb3cLjBClnCkdjIcLeRR vasukulkarni@ovpn-116-227.phx2.redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKRFyOO7qitrq6Hk2NSl28h4laRTxA2zezy1wwjTqs6UL+oZjNRYQjeWD3dDNPZrUmc9JyI3j1EN11cCsKAp8YXz3ItB46M0BPeJ4TXCpg36vxs7/twSDMq/EoXA5sRBbUJFf+bthcNemwG1WsJoxRVzMezbWBTHvz5i4Hbh4sL3PBbac3FhT/3b5Q4tKdO6bXGXmNLAoALyVZZMfoSz9CWzvrO+g8Houb9iJiaXHp293y+ND9Wicl9wHPckO1VcocZ+ldByujgX1cz6m+pxmf6AKY1 2021-11-15T20:57:14.034 INFO:teuthology.task.ansible.out:OMJj5PjmpN0HrgpV2QLVA+ba9qBiDwi1g8sRHXkOETMZ2jq/2a/mmTtvrsF vasu@teuthology", "key_options": null, "keyfile": "/home/vasu/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vasu", "validate_certs": true} 2021-11-15T20:57:14.167 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlOImwCV0AGu5L29ABaefV9Vqjv43WYJYFuLTxGQQdeQGcways6iNKGIX/nzf3UWkwgg25OVSpzB7zf6FjBx+HcQU+RJ7FLzeaz0s8ZxBXqWwtOYOvP9cXmAXA07hD5UAfxZKC1twBzL82bKJ2ZSmzfQmBjvpUOqRs7XwsQIClOW/ycY+jLgLRLFFDxzADsgnn6UEGlHeMETYocUbe89P3wbY5fHhqZmn6e5ncuAQMsiLRa9d+QhSdpD07Y/P65EzqRF4UOX+zpOc6gPlgHFir9pvf0bTbbBG/qKN9+KGqzZMRJGKenpHM6EMfLkf0QmrT4s4zd4ZnUQPq3HN3pul3 redhat@unused\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD9n4ege98BNmvgUxogdcpptMILFfEisAQaiLUvSKpTsoy2gF7C6xSJXgDaziT5dW4ad2El4xmKQ/e6/e14Vx5i9pGbJz4NvL36Xmb3ent2PtY18i6d3CbnmGI8J7YH4YS9QvR7FC/KuvwLR6AdJ+uQShGhqG8kWJMjbqrtaxu8l1hq8ymBXw3O1Ht+xrZ/r3dEkAIVF3bMCSUnZpEbSsNoeiydEQl0ZCw+meXYmSw15vYVtKpYscZxqADqhSJJxIEHZA4E88dq6aYdV2AZ/s4cJK+tBl/ckBnclI3VGHSGn6oaHoO/fCHtKiENplDuKoLGQPO6xJ2Q/apHSGD7McY3 redhat@network\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDn/XgNfvqytLHgfBUdQIhJiWBlj+JrXqGZYvAZZJIWs32Ugm1/lCQTssGZrEj3+Qv81jLfkP6VQ8gXSWJkzUK4csxRxkZKXqcYLDE1csdmAFDOfWUFJwhMsCiiCyBiW9oapioLpvd40nw8k9qM4QuzaUhVonoGXMDDL1/dCgkbIjiQxxTJPHDEJFjtzul+VuhlhHqE6S1syoJG+UKo3Q1tOBCs8rwaPXEfCXFsyv+ZmcEv1+mpM8QRjdr1D1hfUfwb4CHtaa2AE6B5wL+zoY6+jsrTwZSwCfeIdgEZ8e3V2iXP5F7G6eXotu5r7mGYJClHZFLSfbNPN5J+EbRORl9/ wbhack3r@dhcp35-24.lab.eng.blr.redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHYkp1nuRSYSAl6me1xuoTU30DW2YpAR6EH1c2adUC9tNtTZbMnab11aitQLAtZb9SKsRgnoB5KpH+zJ0VNKCuJU227r9vZwcVUruSGwA6X7LOrSkK0gFqNRZkVoKhC9oGHSU0zegYBDxx8VLxSV3CE56b+KEosEo6iJe7TkXy3wXHK6am0uhQPEdSHtdUdD683CGIffdF1RFmAFnzTPn96lC9rLe1mIGO+jVQx4zIo3i33RFQLy++4DtQw6Lrgp26Xr85HmQekjgyiya0VkR9Ypy7fgF2ucBGegnOgZDGCCY4G2RuqiZyK 2021-11-15T20:57:14.169 INFO:teuthology.task.ansible.out:z2TZaOecDwrLkbYM7EGp8up5uLFRZsV shmohan@shmohan.remote.csb", "key_options": null, "keyfile": "/home/smohan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "smohan", "validate_certs": true} 2021-11-15T20:57:14.303 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZePxJmYerihzA0aQbMt7K7bctPEDcwPHiO8EVuJowp6zwhSmtDnYuFybKJsee4l8+rDKR6T5Ugdl5pLjSzQ+Ba00OSH7+qWC6shvVDYju5mIooJnc+kwx8RgapbGtDdl/yYskBb1KD5g/3+i/2aM+Igk+7nQR7Cny5+WnUEvHd7PHBbUXQSuu+mlUlnXCVMM8g8qlc1I3WQL5eQoIqGjSWRgZUIsn3P5oryYBzbuG9jqLwbaohJvZRJqkimQDe7zCFk6bB3z39pyOWUN+sldRvyL8FPyEmqog4IwpjcYyCuCnPhnb6fNq9yB65RUIde82Kkzx3LZrYOXTrdHgD/lr abhi@trusty", "key_options": null, "keyfile": "/home/abhi/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "abhi", "validate_certs": true} 2021-11-15T20:57:14.430 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDcsBe6CzgWh64iZAH8zbU6ra4yEiUBSsiUn0AHzyQurvjeRpL2Mut6B1WEi0kJG7BAM6b13JrhnD9BW9yIMIUIPpVTa2o4zaXP90+bvjGrgDeJbxv3T9/TGh13k+WWyampxm2lo90/+Paql/HObQyyIv7Wan0DOdIe2/Ue4ooWH0tu3kj+3unJTuw82oEDEn+9tGs0oleG2c8XN0gQyVl1DzR2Gqf9PCzXK7hInC3niY2huoSAZzVFEgsniKEWqTnVWYi49X2SsJhUyHCj+mqrTG3YnW30nha3EXOWIbQGblXVoTIOc+gNreqdGByOMICKSnQmPSG4DAl3c1Y4h4A71T3Q043IUv7v7S9tAEKq2h6oJ9I/a5z0u4kaL/+B7Cw7l4bitTdcZ0rcqSvOkKUNNgxujbucMSSc4Tsh5L0762xaziD9nQZl5bteb3VtsMAueqhu7L3sJy69+HGg7oF68t5TguErXfI2UNVGOn3eRj+zN/zSwLUXMoROlpM5yHXSzHvpsbgZiHBImM2CeG4qaPtqzFw7VH6NWJv4ypb0htOMWsbXmLshNTca1KXrrBcVozSJC8wKgEOxu4spk26G8x1IVTsi2ypyYX+irtAqZrrpIPdQ0Ss9NjKPhFNXAxJgLHj6TlH8UNh1gRfN/QTyzpFSe4EH6uOlnWuxcuM8ZQ== cbodley@redhat.com", "key_options": null, "keyfile": "/home/cbodley/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cbodley", "validate_certs": true} 2021-11-15T20:57:14.566 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrtHyRuOSEXAM6mwL4qoM+NM4hpIKhaRS+/Y6RDoFKszkXFw/jC9ZYh7q39rQpWQBKHVe4RyPN9yyGWydFwaR/BjZi14ippmYOqVG4f7b+k39NFbMJRcSxYC+NvkqxK7+zpsnIWC+RdJ+blZi+zCbaaAYcMDSvBZW19FsJSLrO7hh4R1cuzgV+Xrmwdc1/VH+HqPMu3tHGv7N0SfsklWI8Inr0aiL83QqqgKPcVxljSWZGYvvFyTQOrkNQeaLURJNER9WIIac9o57WOINw8kR+ojebcOUBsrxZH9j+gMjsJ752Rph03wdMUpFcnS6yfvI4Ial7x/sGms4FE+wL/vVF mdw@pika", "key_options": null, "keyfile": "/home/mwatts/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mwatts", "validate_certs": true} 2021-11-15T20:57:14.727 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC0zCoXv2Kkxjqv5FOlJZ2PRA9tStdXAVGZJbSLOhAWeqHQL6O2l8MO5GFzHz4FA/g7lbNzLKaCbG1wYGuL9FOt0o36/eHykgENu00SlFunIQn+T/WNaGxrZqnfbdS9TdImFAnVY4vuzrBhFTb6qcqTLhw1WVz+l/iOv5CoY+7NnILWcj8dHNcPzU1ihlFAbvQgQcMtt1130zqc6L8o+SDm2YQF2nuOWxj0LbD6YpRn3AqWsTN5QbqzdeaJiUt6kdywisPdoiSWLuivRKhNLNhnWO+B4DnchwfApy8ovJShHZAsrSoc+a+RQDmOiLXmc5wAvNnREHbqod8/0bQ9vSXaVQCt1gnnK8Bf7GQElg3Z3aep4D4w6rBB+LBsHFbTfrzWAHkXxJeGiQTlJGz0IYHi1weWrzY6x5rEA0gYDu0FVLOLrsYDtuTQpjcTwpmaHCsxz6wU3wCNmTsV/AZhniFHJhHXacCmDp1JfsI2kP9FjcJJE0SygnZ/SzKe0DHamnyT1OgdQaG/KX2eRv/vXUPg2ukKiA1fyFnFeEsWK6rUO0YgCswqjrM4vU0leZ1b8vK9aM4IDJM3TJqdMLfOa0rPntekNOqXUn213CP+Yiz9l1TH4zX3P/Kv6Vv1gTeGcX0lMaYhowng+97j3LLqGcSUPMklrKen/xrsACFxN9fxaQ== prsrivas@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCks+XmOepYEdSBP6U0T+r+fZowSS7UHY5W8AUtAkvXiKlTG518luG2wtSALIsB5+jyjC44ITwV9X/vvsDaXQnp1hFanwWeuU1jDdy+MvywvxI9q4naWlDpxrfq4i/AioSvdoIo02uUFYPKTCHrm7wBjTwpWbCD0gbC9/OGAHM88Md3F0qbgFEr3BERvNGe0coCjWRMS8+GTZXS22WW1/NxNzpdCUjO/9j4QydpW7UF1kqVhnPVZozmh4wl0rk8tgb9Zx3vCUBG1Q5eO/q+HsW54eXLa9FcuQcoJnNdV2hMXRHHZHTgaPKZ/ildukzZHo0i/Dq1mi5N3s5A7aDYxOWWlRXazwL8zu/UQVrxVRni8vDTFk5682lskF1WifzADaqicUWzasdK0PC4G7JmHPi+XHskeOt5i4ywEnFRXnYtMOIu0CNO82Rg4CdUAD58YXCGoQ4r9TG4LlwKg75ouNHB/ToJidSg9NBwclP+MICcTpWItxVXpBj/YkeLcntHtVTFNH 2021-11-15T20:57:14.729 INFO:teuthology.task.ansible.out:ORxIwIwWng94wVEDCfyXelyAR6VfwcPlWWrbzhbEO9DH40GuluQi38ySWi/HpnrVriJMLzEQA9OPrLsME1LDgPGkF2GloPL8nnnLWB9L+YEBNNAVoSo0PHBsjIibdZ/SZm7zUgYGp4fuG+m1+SDOjcfD6GSXOTQwQou+knEQ== prsrivas@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDISEXvGI2oJLTRR15ePZLkmdYjaQJxt9V/yBwKdGqYvnPzmLOpdmVpdQJo7ZOWwdp5tJsCy4q5uX5vIUv6Gyi3uVSGmZnrKUbsqoDNwAX5vx/gFBINIs/ZXXyD4fpUT8aoZeq1XmXdIaWG0nImsrtRnRxKP9NGZEcW8z0WPwgF0Ck+RH0qZUix6Bfbgy7vMXnivuDv+NdjEwyszcrPWvf6Krr0am9Q0+9nj/mjvk6CZLl+CH3HNdkhZuNs+qMG4XW8KhLvQB2p790XVlTHuVU4jWrFmjymggZxkhoCY/ukHH6wi2Pbx6yjjKOj8iIw1xKabJzJ7S8UKT23A41d918DUCUuEG66pN6Z4dnv+fZJxj5iEo1GdycSWIc4SpLTK3z4zDZypVKIzjI4o8VwQaN48HkVjUdTICTvGQfytFi3jX1I5nxIZiiPcxMQLR5hQggP8pn2XtvXpomn0aBc8tVuuZJLVq4zCVnhlVB6IACmb71evjFGOsoSuEsaTufUr48= prsrivas@t480.lab.blr.redhat.com", "key_options": null, "keyfile": "/home/prsrivas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prsrivas", "validate_certs": true} 2021-11-15T20:57:14.873 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'pdonnell', 'ovpn': 'pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQD3vdP9QHyNFUNPOdplezEbdYsQfcC91ncATI6Fl/xHifmUbcvjIRqZHkCY6FNWUpMeg9S3+wlHJtzjVqJJ/MlQML3EtwnzQkeWv8bjtuZ07OqULYIv0zEx63XUfSnrdFleJ8+KDSpn7krkYE44q85B88IL+ZBeq5eCXFJ1TtmsDcvsN8WqZNWMdUGqgH3Bb4D8+YKrEfGxoievyxZ1A1DnBHan2l8foTKYggRrnuSbTb59cFpxY3R7Arc5Cn9kDJT1nDVBA5SSGCfRMiNyBOUzQVYe/UjKTaCpngglXC3wYnjoGvGcpksHLQCxyuJPB6djC1tdF+3Jehdf8y8+2TBzWXiiPq2XwS58sER5GcLLLQv26pPL8hgu6CdI0sHxgcgQBgpjoLwUMHmv13CnN/AAcZY4RRDK2X5zd6wFSEhuuCoUqh/m7K219IxI6fVkLaApC851D/ua/pj9OMjiOaJ+D13cPrgfqxva4eK8FQZvqQm7aUK/TT216QNYmn7hkzNjMTkjv/L5yYQ5Ym92AHy44wHzLPrtDB5mk94vHOjG+KlAt9ofuLncMSAXWe+fOqxuIQ6VfbL2LUv0EGYhHe4XOVj98q5utsVQxQbXAZzNQaq9FWXs2A4xcVP7aWj0Fooi17LN/W0ng4Iijir5hyLr7k7M1G6resgiY7p83biNow== pdonnell@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAEAQCpgLVt7Zphmf6nqD+9BC0N91jdmaY6ZpvrYWlzbhxXITQ6juIEtegnlZ+8ohdeEfHFBiyu1xOSQSM1X1ugvpPQE94UqQg7JVb0tuoUCNJHYnIuv8T4YgyP0/vEV48k2G0BBWlP+IJ5f1iDvZuLHWLR5JSgGqh5ELaaHr7Cbyb6JlImldb7SDIoPHMCZ+n6dLO8l5Zy7qWelw6aeA770xmPucBr6t/BVns2g77XgJz6zFd99yEaDy27i8jfzL7WqR9i93yVE9EsL7tuOjg6G9KUzxBF0bg9iVsJXypvcBuG0JwQ+SDKqYw/cN4iLy5qBa6Siqrfpc/LKU21VNmJ0e5eXNgKKbMBpBb8GVmkoLaSRcXw7LclWopjNDA+meUhDAwU7b97N7cqN8BYhBKQyiShXFHMKLuNo2fSuTRt/icfb9VisKNGBdvwgV0oOlrqbXMzZKmj9amb9b+3JDBTGB7ioCsj5x/Evf9srXRrQ9kikIr1aBbVXIWir/lasNWVydcmUYsNi8L7W0vXArLwp+GgOXJFeZUiD3z9LG4CouRxMSwoj3lgWeL2ZR8feH4D/SP/+QmBdU6+aG97au9qreeXi5X8QTR3LND0DwwEKczX+3s+Fa950Oieom/gXC57PVKVh90KVoAGw3HzJTlZrauOtLkYbTUAX6woOMhAtJ5oWuDDT4UrHQj37jRrrl2dETLwKwUJN2+2L07vnnOZ4ABcGWLsU6d3bXeUBlw3pdsYqPebDKUEpjL2kUOw+zmfjE 2021-11-15T20:57:14.875 INFO:teuthology.task.ansible.out:fdVx9BfrvExvDX+3MkxccCJ8FY7od1s5fGEFHsXnIiMnLO/HZb/JN+Aoe+/ExadIcYwJnWcCJyly2/532kGFUlzOliCwPxgJpjWCKQAv6LjWmxoPXiA4JI0bp6y7lMEjmV2Bp3mwphlsW/r8Ie5hg1UPh/ttHRp/VZgcV8e6nNmP/qc6k9b2DWTNFqtWqm1hXLOwq08HzUEeH9mTqvenyAbv2RFMOS18Y2K+4BKUzHwZujrz9qEh/kqtpFScEIXkOJ+HZz3mI6XfjWFIPS487yRGfUvW3+nSWhvHc8vJY21bFRKdjD84qCVlZ2BfOCGUZSKftVItEiqXMTRs3RZd5epfCVZbJuA0hG16jUseeHqqZqDtlbLkzkxtS6v3iGRnPh/Ke/94FHHCzvYY8cmMYAVaM6p/G3edWftbaEtN70Fo7VKxPrpPzuSRZ7Vxmnb+Zad95DxxAC/vtMy/vkBVIP6dyn4HGxqa1oECFMe4oXdhnxZQoPzvWxb8upcXeAeOMMbcIlMq5a+dCBPGFNKhNhrb+9uAEDHwjE7rZlMJVSvt9v1S4hll6jiYIap+7n4reSKrS45aO9U0xiKXJJDohh pdonnell@icewind\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAEAQC8MdUJzIvTCn0fM+hv1HAO/Lwjy/C/V7stQRWGIxyrRHbniyX8iuaU3j7YNFglSQPJq+YRM9UnGauM9/0J9tHKLsMp+zRQYrtxU/ThiTUN8TRJY11mGUol4yLsqkTtm6oq5sl6o+LfuA4hzaYc3XLrFHRJuCUgbtPG71Q0C/y3U+itrDK4wXUxBa4YzZzcIMg+c88VXwoouPbiL0gW5PCXzMaNtKlOqBUKlE935MLn70wIEfN/EwAAbss0ga1moqeqmi9Nlvm20DNIVFmkAGtYoq6CHXtL/uehzai5Sueop8Vmd8+1U8gDTo6JpiagdD8ZNf0zAbRx587KAT5ZMnahJpO276j7RNa85ZFkNkEnBLqBHRkCkTCYq1GehYyRaR69uuKyczFiIoTfAQgPh7VlnpT9525b/4nFsBDOkWxxWAIJR61YiKemPV/n/e9SwhvVsMDb2B/RBriwR7Mi2SZ/lBHGB+z0OA+EE2rGZy4LFVOfUczqIdpltlNotXan4M4F361i+bX19KE+f2RLySn3+GiFv0CdLwslS/y4xysz+FWxw6B0Y/EkpiDU3CdWM61+THGGm/DVhfL/Pvca7k8PonHFYw/x5w1nBcADpkM9JF+m5eOnp+weTEzl58sS+3GnoAuL8YFJwMW1RmE50xM0o5E3SDc8XftUvaSZz8mhII3uwDDukbELfmkLbnIeipQKyjO+GEx0JBp4Itz82qGuao0Wi32U9wHzhSWnX4GQ0pKZnq9frSlyCNwHu/iMiKF8sA2bX3dvplFJ9nKWPefcU8bdl/upr5hYrd2GttjUSkWZa+UuF264yx3ztcN7jotRhEmmdEcHVzKQ26/NyRI4/9DQpDKY7zw4O2wFkXWg5L9kodXwWzgy4cyOr4dMD9LBVLOpHc0CAji5/+lfuYQbu1mwVdfOzCXDqByjt7zCbeN7KuUh403sJ8PTQVp642xA9i4AkPv5g+fqi5C0++1DbZP0lmLfKtTswHhoN+kAqZu2N4Mu6mNVNKyZgW5h1pZzNSGWYcZttyYmMCHhPketReL0LPJ+VUsqQCVohuta3aaSe44InA28GZsXzMj5B0el/84bnE7cN4b+rfGD25NT73JEt3RgPa9W9jqT1hwd/nf53BDKpp7DlHjR77WSWT4h4F7bhbM1RsGSqAfZjCUJT6Rq+IuM2XcrLDY8zIeArkqaZLXMzfGj6KJ7cQes05P5LYfY4osXiq68Gs/7gzF31PQRRGOYAoqMN7752sn0ZMcpnUj3mJutQcncRUN4+naTMjU36WWD7it0YuQBnb2IJ4iKjYLInw8pr2zKgWtgr1TSCM4xKp/v1/ZMmbBmS+d 2021-11-15T20:57:14.877 INFO:teuthology.task.ansible.out:TzNC7Mpkt8vdCNjzZ5KZ5 pdonnell@aglarond", "key_options": null, "keyfile": "/home/pdonnell/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pdonnell", "validate_certs": true} 2021-11-15T20:57:15.009 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jlayton', 'ovpn': 'jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDKzhyWb3PmU88m8BbgpEuBzYM6+x28z6aZwHSesiyfXMfF4Y7IZjtKaTxH0ph/O9GQCPhRCVhRd8TlgKWJGhts1E+VkQfHfT18CgmrPWzj3gifc2FJhL97vB1Pd3jksGnOPAikgYPHP46SVMTtyvXCkOUuo7E29WrkdpjawcqM1rfpw63OnzHf7Ar7Sqh/othB7ajyVQ92t+XWSEqj7K+NRfTaq5L5RBWbwarM885o8xdI5mimOZ0QjzKOhFDORrI+HEVlkutyB8E20nZgo7TUy+kYeLVhEqb3A6Pi2QbA9GFLT69kA/H9nebhj7Cuim9yrx4OKeZuIncG0UxSQF3QmWflAZHBs8L/jniTz4DJ5id5jR29tvGK2LeddCEMB1L2cHwWHlG0aX5jaNEJe+nG6H5Tcg3+M1RPM8twBkRQmS3UzAyX/MTH1kktyFUHn8CdBXe0WTuoFSvXLB6BCHWzDYZOt0tIV/xMtBwhy+XGYA4oZSsDU5m7VlSVLBGL8DbRX69Z8AGey2y3FoFu/roY6NmDhTxUedJ2ZfoKSwdZD6jjatdO1621nonBnJxrDgaXCWzT7HtnWcc3GwxZoBrqkvgpsx88f4lNi22OpYVPV6A4hECe04u6OJnHSWVk3ft3p5PaLNF8aEXbiIgzZKAwX3LxpvEDFH/t1sdihhpmjw== jlayton@synchrony.poochiereds.net", "key_options": null, "keyfile": "/home/jlayton/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jlayton", "validate_certs": true} 2021-11-15T20:57:15.145 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCijPApnekNl/dsY+fleKYstEzNkKflBEcCoKtjItUCDJCVLVFOsDBrV94EGvDWpr13aj9sSwpUzRbeu/vOW8ZT853HH6Dqg2+eoYwG6vDRprZb93nw6l4vtU59/M0yKkyi9CPp2+YUo31cCFzYWpq8bv2j1xBruDSUCUdn9nJrHiLFqA4QEwSpw+uVCjSKzQL+LjlKmE8Plfd+8mNCQeY/OFsjxAztwN+4M50SZCnOVCIwEXoYRNd82JOXMOaqZJazSWTO8Tml6+Nu0hyEcvHkHxWRDSM+6LmXNnjlVUPyDN2h1/VAYATpOZ2VhmRarDoftCp9Wzi7eQdL/CGiMyuD rzarzyns@redhat.com", "key_options": null, "keyfile": "/home/rzarzynski/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rzarzynski", "validate_certs": true} 2021-11-15T20:57:15.271 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdGthG4qx90VQ8mJ7TI/IFFzptkSqBHYZsFIVu06IQgHbnFBvjao6heGt4UlkWJkegPCDWpKVAe7wFuXDpPlj/VssRHB5LBnYHKGfkNAzMNiMjpEZsTdy+9w39CCujipz0AlOSfrUdANBZ11AnG9VgQSPEukX5487juob55lFM6J3x+v4opBF3rSlux3+thbr8V0w4oCHMD9/aHvVjFoBnxo4oirR4jc/jgC2fQCMiAJhFKJGhjkKFiNHxcB3npBuRnpy+59BcScOAzSXdJ7DGnwxQLjymnhqsAcWinjjJhOjaq6NaoeKv5I7zQLaVGaQdIyuuAK1Dnb7trpfQU7mR rdias@rdias-suse-laptop", "key_options": null, "keyfile": "/home/rdias/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rdias", "validate_certs": true} 2021-11-15T20:57:15.405 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'vshankar', 'ovpn': 'vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEEjb7yrcY6I6XbMU0hCps1NqBuYmA6HDmMcS/l3i5wJRBitIXYVlv6pefUG9gdBYR5NneccLfVFURu+DC63MJa2ELJvVXsQ6YUOX39bJUT9KlZs8mH+nlTD7tlPmP17Ae3k8sT0H42Q+/5+b5YvdAU+03aPhzntmy38SyvLKrvowRk63wHgcE9p23LY9tY3+HSJu86cb/IdePk1GLjnrMeT9aM+5j2eETrmBjMArP+/2UIsT5eb8MBkQzJ299SCC2gfV/qIVkorFl9xdejctAwNwdT0SPTMxCHxaiK3wZ0e/5HHTbSgR5YlxOlKYq93XBVYIaFKPCePk1At1a3Pjh cephalopod@octopus\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcrTZoKO5e5xs2PB2UuAruvGlJESTHNAtqipbC8yJtRg8WGVDLt//rGu36QNSbpbJYMZgqgKsXBYolJB1ckqLYLv5j8RAoVwbW4QqKaV95y7x0bbXs/YAPnRBhEO1nfpT8GHQusUZvTbz38FDaQwstsYoncmsyZwBrqus9ycFavpY4wfpKoWtzeiK5Wjq7ervThOs98ZJKXJXOOxeI7mDakE3Jv7q2tBNu/rU1kzxIl65kWURzgxox6EmIZXQK3FzKt0jjdKtApVYSlx4ODLPI4iyxOv+MbRe3Nnj6FDhfz8/FeP/U5wWxdYx2WslzZCOI1BJ0VDLu3xEpLlu4vPzp vshankar@h3ckers-pride", "key_options": null, "keyfile": "/home/vshankar/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vshankar", "validate_certs": true} 2021-11-15T20:57:15.550 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+CtnvyVRSkIvD15O/q7/vQmD4oE8q7Mo6oT3kqTXaEaQ7iDayC2biUC0PC4OztPlNJxPUcKK5DfWw4F79OKeheqUbZRhsCC3Ge2JGoXHmsf0kBYdioMGiAxm+f8M/v1KESSSxvEnU7o+oi6VtFchh4Dl/WZ54rqZc/oQrlGNTHulFAuyoIAlKkCe3N0GdHN54PB+26QbLXvOuqpWmjVFbcjgRC62mkZl3LuCBhviXS4Rl5/ZE0QIHubCwV5XVrsqvscLS64bi06W8RN2vL56Vn3N9TGV4d2dlbE1PaBBESoTQ7Q0iUN32OAZLo7nF/1fiPY3Xc8r35juya5k+KR9z adam@TP50", "key_options": null, "keyfile": "/home/akupczyk/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "akupczyk", "validate_certs": true} 2021-11-15T20:57:15.685 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'nojha', 'ovpn': 'nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDeUJcLeyfqIk3ErPoFqh9kOnvUPsk/2hfaYNC2wZLMOSTIs3zXM8xjki8eN6vle0dmmeeAdwF+e2hJ3tCFKsEUQRvMc7ugIBA7L8/DboShYu7ItyQ3QRvy9pi6jnA/tlHA1LHalvyhMw0yZ4kvPbrfNMhZzOKzvL6jX166rqLA5AuiIfdYMBpE5rYq11GVjm0uQKw4UJpBMooNJeovEfQlNBTSV+IJSTiGBpBD7SgsuW3USMeEF3fEgQOcnvYdv5Fbp/crloyLWYc0HTidkLxpjP7vqY7E4BuBJug0zIB7voR3MYq6rAeuWjByPvq6coDlUjnw/QlrvarCbjjSaHdaRXLj/Dj+QqJFviESBr64ZynhHL21Bl6rexW7AwYyPa73Erbus3dN0aVQQ/ApcDTGHT7KRlDQ2YYg05YM4swpVVnrIdV58FzLWkll+ypCK/+kdtk5eRSe/KzZA3s7z4d4WLgolFWs8Fky8Rx1xDGewvMJgFUWVUbcGC13RocbNSxXG80cbIx8L/sclX4lDfGouu2sUXhP19vq1rJ7gZa6XTPohXjPbFS+En2cdlGdKXhppdvjT4QWKNzgQoF7qgWHMqJnMFJ6beT/2zP34KoM3t0ulee04z88VSn8Th8aqvLlGbdrt5LrE90escSaIAR1vNKZ1hCFwGieSKoRtYJTCw== nojha@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6NWn9EzQJoeXkUbaNclYcR9Gga7HFhhXMGxdo/9ypYwlEzQTA6FnEreG3s1EmlQ4hofuc0kMhrjh0YeJZMrETWMoA0SmoX+6iR26UWVtOTk7i1v2TqkTY7llmQneHqQgmZEBXK0jF1HVP5kHY5dhagtcpfsGY5dc0eGUjfqAyh/xrCxciOE/JQ03tDcKIc5eOQIqv46JqnUS90Zr/Cov2qGKKHTa/VO1a2viOmDC/uHi5xXvII1Kh9rHp1oZ2Wm3fiGgT8xZaTJFFhWpdq3AdKfkEaV93yQcCdaUsGBHwDHcPOhxpBZpqZvcCR3I/tigDav4QViB1PRN7JnTIWCIznfrQK3r2Frl6BVFDvydwgRVS43ctEKPOJj8ELMUWX+fpjsKrA9Kn7nUU35ti7qIWKg1Cnz3lzVA29TsEg10E+nT4SVKZtRSWw/2AX0bsfxfSY30yjw5PP+bjnVh/bOOkqR2UkPBj4eeOKMD8nV1an79xP0eH+t36INaJhq6qwxE= nojha@nojha-mac", "key_options": null, "keyfile": "/home 2021-11-15T20:57:15.687 INFO:teuthology.task.ansible.out:/nojha/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nojha", "validate_certs": true} 2021-11-15T20:57:15.841 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@snowmon CjHOevVvBm+PwhjnhZYM7g 7393d3a95b1874764fc4e7ae2d481f1859b336e16e1ba53c49d126585e11ba56'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ifed01", "ovpn": "ifed01@snowmon CjHOevVvBm+PwhjnhZYM7g 7393d3a95b1874764fc4e7ae2d481f1859b336e16e1ba53c49d126585e11ba56"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+c7zV5QmZb0WsgA2UZogoDNaoHcngRVLA8+BYk/U10ZlvCckJSfIXWMlBnqguZgdm/jBwsw5mGVBgHxUSqFNybwIlU00kyPZU6VbyVP+ZNVUf0XIE1NlemldgPBxxcOzSHkHhWrUqA3IKiCllcQVDQzutfUnq+jDT6NkVn4/cyNzNlargt7FR2L8gvskh62jLTBbhEuHMBp3jLCvaHJOk708gXm9qZ5iLOGV0pu7xdg58KE0p8ILClQBTbvoqPgZE9LA3qaOk1NR1n22kuW8JRHaKfD2Hn0Yu/MfKct783Bxb3mxWBKXxmM4otdmsR/R14NH/hIPce9wSkOOnQAC9", "key_options": null, "keyfile": "/home/ifed01/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ifed01", "validate_certs": true} 2021-11-15T20:57:15.977 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnOq6OHTRJuv7n0GZygBue/AE2q47pFM3KyrvmZxPRNmwtXn2r3ngHQQyc6DLZdFIv9Yn0VWu1KB/ryCdN3Xy7HAxBfHdKjtQ4vvfsWUbQF2JjhEjrsl+usgpqK1Tz6yuL4uAtFgLTN9o6gcH2bsQ15w+rEHCiYVzaGp7Cj+y+/VPBRIEHETSUZxwqiDH57uFTHxJrBIn6yhCorbn5QOjfmHUGmkxl3Geph++LbuQeha5F/DHaylMulsYZZBDEhIG8G2coDmVz8Cp1gw0kBWv63JHKnXaJboGXty2Zj36O/wdZKTE+7cV6JhxfJczhZBTb2cImIhspGwdHfnFgBoXz myoungwon@fg2server", "key_options": null, "keyfile": "/home/myoungwon/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "myoungwon", "validate_certs": true} 2021-11-15T20:57:16.112 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'gabrioux', 'ovpn': 'gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAEAQDZPRW12u7LvaiynB87ad5h/JFtYIVjkKIOym9Y5CAbvatHhZ9fB1WAnYIn2HqiSSPUXT8sFy8w0TmM+aH0/ZGcfXoe0CdTWLtUbXKNlPI5h7TO9rHXESP2iRBpnKs3vK8WnMY0/D5BeESrPfwVScucmzaDrjUqjdZKR/aEeqVvDpQsdaCaoqNg23t4nhQ54BEvK8O+14nQ26Rtmm40QHO1ze+0UK+7nUMMFwxvd1EKjVp21EgYAFEbyQ5Kbbl+fmS/11AGy/yTai0c4qd7ohBzZvx8+sY+c1novG9Q7LhtyxuuYwzYIrGBCkKH5+iC7nt2rGBP+mnTfIgdbJUiXX3cdrMESwOSZy6x6zgbXXME+yfM0myhomKmUkpeZAQInX2KYrnEuPD9kteyK9tZcG6gJSaiUdvlab49Alx5lM2hc62M4s4WKaIgroCoApd8FtNAlTQsdYuycntgNrbPy0LXQ5hw8K8hkvc6RbxISdj/RXWguQSVbJWdS9Pf5NwD3Tq7dsOghJWhx4vBkhW3IECVrPQWVyAmgQ9oj1PoL7/2LZ6h9P8F0KC1qmhm+pWdEPLugOlU6lzQX7RJcukYlsINThM1RGwbPE4h9XcMyHAnODiDF63TDfQ01oKbVXj9XpOGY5eP0EQxKJYjCfWW0Ot6nK2ZCt8OYvoRkWMGnLv11Nub3NNOgh5TB/4nDvEU1cIb/Ikb4BRzVIEbast/pqUJmXe+GQ+ho7mp8y8a+lIxu54BR+VN6isjwODCVt1DYohgixEoul7p5pXvTM+JUY2GD/ddTGwPvVAN66sWnT9bjZZunQwTHqasFCIHNyPhnEnYIIqCo9O1I/D8zRQG3SYNxT6ED9GPARrE/H0TvdOmKaT3e0F2GRJRSToNxol9dpJovUziojOhXyBUjlTqnMY2RVilX90MnzgqR3zGO0aSruTGyNT2Faymqxn6T/50mSdJ8EyWH23BaaXUUW/z3Cjov+yCQjLY48SOWwlxKXw3hGz8xTAxauBYI01ojsVLCpCUGFyKlWS5iFwiLFtr1KPYqeCoS6CoWjiOiFgGe+w3lPPfp2h4rc6auIx2DZ1ByYhWLeHnpkV7sG+q5ckBIRAYmiKyXSGdV4zbXITMWDm+3zu4oj5VPRCfjMlout8OZ4TQm5PUdKZZhSE1jULG9tPDFL7nWwM3z0HET+d9kQYcEO6QB+ma9gZHp1qZJbXvCIC5fQ9y9El++A6N3dBr+ED10Ye88PLoWPeumyAmc24BDdI0skGk89Q0IzoLqagK6HGhPAso8si9wr84CEi4ncpizVLDU2cFKCpef4Sa03HoMbwfTgERtyptKFRbMT+SpuZsnrhF635h9uqFnszowUXV guits@Elisheba", "key_options": null, "keyfile": "/home/gabrioux/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": " 2021-11-15T20:57:16.114 INFO:teuthology.task.ansible.out:gabrioux", "validate_certs": true} 2021-11-15T20:57:16.237 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'leseb', 'ovpn': 'leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpDFqu0Zg94mCjrA0FTB0vMiSBml1pqYCDKHhKBrfaza8u3bhtsmls9i+6U/vIwCEVk4GGPNhWduTJK0h9R5MS2eCf3GJcE0XHqRp/8msUCDPOVSZwC7hoYHZKunUIUaIUajOnR+L2slA/a9JaqataFH7zdrKbPdSKBzf5CXYrc0fK+Fz5OOsaI9KITbM0nESVpNCDzRqnA/aarF9MlN79vpTtvwQ+i0z2Km3cxqwV70GPMuFVo4CGf8pCGpbMrIg9OtoSC1svQ2vZzLkH2WrbDqTfYlOEYJJXaiBKcGhGnLZXfLIGSgvHjpv6xHo63yaMihocyg2MwTS8TZ/VtAaH seb@redhat.com", "key_options": null, "keyfile": "/home/leseb/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "leseb", "validate_certs": true} 2021-11-15T20:57:16.372 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAzjJ6nlPn/OXP3knQ6orVId2QLswql9gRetKYlicKDBrdFg0MES03EIuAonu0aUR4NEReR7P1iB8eNnezrHyAu5mxIJlZp0rz7ljcBcTLL+11IJU9I9OjBFwzXGqJ1KK4B4Qfw35oc2O6F5V0JP2nHhHgyny37udJLImhxHy3RNmDwc86JhEBCVR3ouYiZuxgxxbA9BXc6+Lkdu9hEMMCDlaEXwNmMyASVU9Wf3dKnMTSCdar2PANquWbpNQZ5cgoTm39xgust5CEyYJ53aOdrti0DYK7qyzxUXre6ckZGrH4oGv2XrDaxpACIiHXt+slvow51gsZnBRHeayMAxQzGQ== hchen@hchen.csb", "key_options": null, "keyfile": "/home/hchen/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "hchen", "validate_certs": true} 2021-11-15T20:57:16.507 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jcollin', 'ovpn': 'jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCqZKc+/7iPLhapA/7SYmLxwyKEM95D6eFfsDBNKbEUey/B1OlqYSo+yKB/LdFDyUcd7shMDnhFFg47lNMANrsZdtE4iMPVAa1YhcrTgNbV3HSp9cthKixvU/gkt9Fnb6PEckRzr19wEwxtoNg3Fh/R6YCiSjPwqHmArtC1G2hzk560EJpozx6xylMR5IafatNDoZVw2YQ35fZvHbhHD6meQELducHJ1bKEEHxVIRSTcmXDpBz/vAvBoQOEPuH6PmC/oSwL9HVVIsazf65F4QfK98d+8NCK9TemgXyGDk3Sjz6xdm76yBhFzDQEAzO12U1YtS7Q7zGVsjmSDav2dd7 jcollin@earth\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC89dHSsgjgtIjJ3e/pcMthliQlX2vtdXL7pk62nD64230Fm1PfOVCnzn4LqDhBbGgJT+BrlwOPfzStpLgnUT3l67S834SJzhvSTTpQp2pznnQg1rZOiXjvNhbQwVYV4rphXWqay8weWvFIb5QfXE66mYA1etZtcOb1SMY2ofAjUiA8bAQS5aHpzcMVs4N1A9x5GJx/7/Bj1h8zPpSXikDYasJc3++UMGc45C/AAf725YwijK7xMnZNXv8uTBoGzO/Ko24R3VdvtfMVn4Hi4/FwuRd5bRYcJXR/nUdtA3IinqvlnTpFV2LbfgVTHiUMGhvewRTB+8S8ij4nnAlko3H3bhqZZTk/y7d4K/IerY0mozVIc2x8rMLfqhF9OKv1QFB9fskRZcF/ENHITnmLqCJPg9rgmyv1gCQ5Tbds1OI+IYQIowdiwtaViiTSIy7/CedbHqMz6aDnPsJFMs24lcUXe2d8uZ26RqMinMFGXg0zF7tifuVmxj7zG8DT7MFORDm5f/Hhkng05R5XZesStTBxpEU0MGuzWhENt3RuJdstqmY+wkDVW3XwjUvKG/gVYuJYfnBAsRZIZezw2wfvodhc8EmeHELvY1YtB3DGTBXKE1lsKGN7yV5+nl4UtR2IGzBn9GovWVi5ooB8UlSAeUmZix/eAA5teL8ldFrDht7+AQ== jcollin@teuthology\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeApVHu5er+R9h52RLSVYVhXFQSn/nMN38uWoDYPw2bqYBLNEAAMcPl+rnqHubELpXTGXjJYL4n2mjic+2rOLZpDgPLmOOm4PwgYstJjE1KLegKqVzXIa9HfASKMXaHSgwtC6P5vDQkm2MNl8vXuTAITF7VYdDS33Kk 2021-11-15T20:57:16.509 INFO:teuthology.task.ansible.out:ke6ViJRZI7szYjbP7z9A1fy26THrvnuBT1Q18yy9vgk/sKo8vjLQfHSLvO90CJzouNEKqmkVpmJEqCPbE+s6Qr4+d2KY7L6Q6GAXxrqXK1jSDrrPsJguE6zZ1oWy/7XFMOr9ssduFWocnjQjPtQj3M+V+7FYAsf5uqQnzeMQTjO6AXYxTI7 jcollin@stratocaster\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDk/DYRp5E8Dla/4XHCF504X20W0u7CijZSCFWT1/5082NgnYeR90Prth3p+4xsw3YC9H5pEAS3XwcbdUb/NtWvZVIAIcMd7NOOEClSIj2Agk7NJxZ/4SfQRLrK3H2Qli/MVnrTxnEa9oeS4zqzv9dKRwFJDUFCoH2CpoumFVAp02uyzk7D/+XqFrXzMJUiSHXfl3YM2rt/vNmCtHtVp04UcG0Kyl2TXY37frRlSOkMMu0zbIC551gOyae6NGYhkYHa7u2SnngXcKM78b8MDvMv3QtuUN5P4WpH5qFRdlKNKsQGrzcQpBDY8AKQ+rX0K1ENhBwer49bihYNMKvjYmvTdLTNWgPCu7dt8JSgJQ8JMMhve0pjvFdpcKDLp0fvXDvJvZdLJM1ID/66kywJspHjShuqQNXRMfd1R9C4F20c+R9LY6eTGwrpLG1DNEez1VBHmOu5hQl03T2PfaThfLfMHRTw8JpGXGLMQarCCTm1PC6Z2Iw7KzorxP1eofGA5q8XoCbwGD01uQRZrwxPq0SHzTAkW2C2M8oEz+k4Mrx7+vGYzSS14hqxrzk91wuYhZCAKuGpqwm1ouJ4wxvWFewjbxLgucMfGSp09zJ2XSYRmtm7SAUifFob6Z9czHGTQerHCOTPuYqzlap2gCCVYtEvQyNB+4IqK/9FtEXTr28x0Q== jcollin@stratocaster", "key_options": null, "keyfile": "/home/jcollin/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jcollin", "validate_certs": true} 2021-11-15T20:57:16.643 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdxi9xdXNBYctMHH1cuuyNcPC4I4xVAeD3HZsKH+QwIILiKOTHu/6HZg7Yo1WsuwYSA0MDc+5LCSGu7RsmOEVpcSQ4gtNoFVwsThDyI6yhsm9WQqqXwSPs7ZE+urqd/BDfQ/7oMqJm5bViQMP0vmBExHuIFagj+8f6nspkE2Z7lBbaw8bEbAJZFx74oReOAELsL+Pbtf9Iaqrap4Z3WysmhfP6Rm/q7mncBBmo/fl/bejhThr8fghTPJb81M+XLhMk/rAdVrGdKV9iSt6lLiWdvf0lpTZO4LdIfJSBXr1Xv+lHRtaGXID2ahH7zl/W6dM4baz+hU7ZrbP+vdKg/SVH xxg@xxg", "key_options": null, "keyfile": "/home/xxg/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "xxg", "validate_certs": true} 2021-11-15T20:57:16.781 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsA63hT3ZAwQ9hsvfY+o2Gy15M1GRnRw1ZBSXEiCs9OJku7T9+LCvvH85Y/7V+mOGcsCZKqVTd5Vy3sHAvAF3M7CYJ+5IIDJKCYslC0wkKcX4jj26aMToAZPms8uvs527BNgKOcvwgIfPjs4WJG06fey5AhsuuL30etbAvbBudxRAKdZSTOsMveneKtXQu3Dx7y0rjfI/RBAhCAvisnMqYFUdajoJIl5gVXl6+8mauUOP5O0mvyvJH2jQveqZXTdsIPyp5mq1nA5psqvivWGz2bEJ+owI0GjfuYbyAi6i+BL4Bsd3GeoAs1G3Dicfr228VIUsT+R3xLBQUj3xIsVAZ pcuzner@redhat.com", "key_options": null, "keyfile": "/home/pcuzner/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pcuzner", "validate_certs": true} 2021-11-15T20:57:16.906 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mkogan', 'ovpn': 'mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mkogan", "ovpn": "mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDaRX+aBLjb/h12ctmvoMvZro6NrrYDuxROF6QMVpEVucA7jHhwCC/j9dJAq0hOVBO8R3S0bvKQ6bmnCb/4y2J6tq18xKUFCrChNii5OQ+AgM5v1353oZ9SrHN8p9ajvS8w313o2OpXhpaPv3khVDjKZsDmeH8YL/Nx3WQKqIJC1mI4jrI0sZGGJLifEy3pPkO0W1KmguN9AwAWK6+kckAjMa3ElkfK/xuAqBYgNKQUxP9oMgTQRcgpWF8Nzb0npN3v+HOUIRrth1INSchkDKtWob2T+0Zqxwm+Vpi0iFWwqjcN/OVdaDGf34//A3M/tsiQ1g9SqhdhZJCfu5XLmM63 mkogan@mkP50.redhat.com", "key_options": null, "keyfile": "/home/mkogan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mkogan", "validate_certs": true} 2021-11-15T20:57:17.042 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC56FiAgzz9aF+qAMkw5aGoCyoSA8Lf2LPaz3QxTYEzmQt0ByXMmVw0cgUI4gDt7hMBX6LoxPALZ7C1aH8aPTpb6+hxHGfir2tqQmU49JOQiUvBP/Xtt1ilxMou9Wu/ZadEhIZxaP/TBncXNls9cbFs9bV7Q8J3CLCTGRa8kilEpZ7209c/xQI4yQ6q+Q3H4FkO0YHP+Tkn9mg1df+BKkXfSBycjAyOXPvljoetjw0FHEbJ7lTCcSG+hCb2LEACo2OK9eWC3GYwDPKZF1Ht9HfDvg4bHfY3OVOixYiZSim7dbj3+VHWWsiH64usGH1o6fn4vV16UhVJiiicPMWvllzH vikhyat.umrao@gmail.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9G/I5iaw5d4ssyJ4iTUxSvIBAX+P03VVHsNMHAB70rVGGwBnBJFqJNbukzxfnsqwzN6vSeuMy7I1zc2VVi4GtBQPK0iCbVQN+Njq0VCIxb4hLmjD3Vn8NgRp80955VJyYGT9+/JbZY1UCdPBuld6hsnTipkdo5U3huAHD4i1FpYKol+4DCZHAO5wNilCbests0+ZPtHYe53vnNDz685cx/f7RTtEarvU2fECxkurlBBNvuIl6SN8bo+NaJ01Li0xAD+2fpGz6Iu0WUEdWTkt78ubvA4If2k8XAKxkOKEvfyX+AtTzdHxWSQu7ixkbuksuK6A0bnankn+DdiP6Y293 vumrao@redhat", "key_options": null, "keyfile": "/home/vumrao/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vumrao", "validate_certs": true} 2021-11-15T20:57:17.188 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDZDKRAePFqjugc2ljw4QmM6r7B2dPI39OBB+2HKONtDZI4q+uwgZ1yqnhrbJaU9ux0W5wNzJyp2VfOPhw/9G9jo+efJPg5IySnTonhi1zeCXNpBMY70dJZVCyGEDdWKehvFM9xFBOxBC/h7gOyKqEc28BKoy4cHfULzm4er8PU30MyFBngu8NaoKqyQ3GYAfWOAXF5lUdalbJwl3a+HBb8PjUhbGuznAZF1Ji4JgnNuEZdlNVOKwhEkAFZ1JwXvgLfrEJVQs5b2V9Sp2Vm5ZngsLg7b3RzV5I4B3Lj7QTTraV1zLJGiS5iRdjY7D4W5Uxi2k1X7vaOjySJWWadHyeicNNBhLSfHl6JJ3aMuA8oAAmtgo/8IkJ96GFtgM9j31Wg8wkeTyQrwSeqCuv1uDFr8rp+OvMClhHnDgUklJLWjjYPCDVYR5KV+iOiHL58WJg/b4h6NsoP91wO8P8EcSaiMdq7P77w5nJxDI0KKb//dC8aHtWnRRRlrIS+PNPqKJSNTaSwOTieXvzplhzKFzu2dr79qs+/67iaNE6HBvIX5jVHWCFV3wllyjsC8WYPh4kEVtg2SY00SDOOrMrqANV8DDtHFwwxQTEjz1z5ESuwy9UcUSQfP1/zsAp2OQzPutKs6UipHyBK3pLm6MjaeeaEWu8fmetCqALxYV3h17O+Yw== miguel@hermes.olymp", "key_options": null, "keyfile": "/home/henrix/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "henrix", "validate_certs": true} 2021-11-15T20:57:17.314 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNwmgnIsDDJmsmYzkTAEo3iLj7Jd5Ni2R5vD1Z0NRZ39zJMtbicZ0ec3nAMzFyHrmPnKNFltS1mhehbLbtKNKq1fSo2SMHs11z+N8Nl94F4AY8IhXZ8U9GAorEJFVIxHUNEDqwl55Ov6MfP60UI7rNgy2rUt8aOBmAJVhLEFmJJawJgyPhTrUZAT20OoILphrt81o5bTNfmx++Zs5Dc9VtgIh53hexwKgTvG6fxfKdra9m+J2GXpniOsZjPJq/A0je+t7H3UlxCSu0dRy2Un6l5ZAcoeg74SP50dFgGaxkTQqI6wle6NjtPIdssgrdYTgTcOg9M4jWqAr/5drTUSGh root@centos7-bspark", "key_options": null, "keyfile": "/home/pbs1108/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pbs1108", "validate_certs": true} 2021-11-15T20:57:17.449 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnvVnbK2SNfL8hTmrA09L41RudKW/F7Ty0vvlHjrFjDkdWXVgrafFWGKQZ8dSR6FJ9JLU0X59xiEo4z31ini/Dt2XozFMIr7RdeB3xpiifuUUG5Lgsasd2ezniUoOEukL1a9KkCIxNgmKJuvtlHCt+ZTtyL513yjRICByZbnmBSSpUiett50X10vtvaNBu4LikUJKLc8gP0PHLbaGsU3uOUd655lkFWjWhgExlU8bHWiAZq18Ss63jDlSKFVSk903GKSNcHXMHNPYaXlrYw8NFzejoy/XjxEfmF/Lv3MeAUhHQWx25sh5aDv48mzo8FaIJsL1MrD0QxF1gllobWAfp clacroix@redhat.com", "key_options": null, "keyfile": "/home/clacroix/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "clacroix", "validate_certs": true} 2021-11-15T20:57:17.584 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'epuertat', 'ovpn': 'epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAyiGmj+nOAD+il+FvXvZSpUOJQp6hKh6UPaAIQvQZkdeNRWN7wcDXMUlLj+TBFWa1OO+9xqFlnbgVMDR4qy5orUBYlMapUb1rutjbk64XeY58b6uguHwSoMd81QpCCIN4KOk3cldV8UiyX382baoZ9Je2hsOnnBGMsRtHuVHZ90Bj1rIITkwajq//KRs7kjb/qhjk0xkipDIcaSwKjzPlmmnYn69noODwDexpvLYlCF+LowSZEdrOUvVIigSFG7cLTDaU2tLhxSgbvWu8f0pwvjsyW7gOgM+VeRZ6uHC79F1qvgdgQSxflddIgrQpH0rzf6RNxQjR3SBkZ4V1BESa0w== epuertat@epuertat", "key_options": null, "keyfile": "/home/epuertat/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "epuertat", "validate_certs": true} 2021-11-15T20:57:17.720 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRZyWiDO5JqWHJdUUBr8YReiKXxnL87juFAfkcmw2E9KmANVH2sn3K+OgUCQfBs1Wdg6AbcL2GyMm9alodUruzOm127/bH9OcGmu+8SNsMAYrAF9EzsKJa8Ba/I05rl5a87p1jbYG9Rpo7u3OvLx0LjgqydRYcmjwo/niifYNDTaN0K3v8s1mN4TorUZW/i3XBMBIBjlIiNGs/I7IZreR+1N4V8Nwrp2EWxDv7AwG3nvokL2RTHcsV0KgmAnciv8nXXjIf+uqOPuGA+F2qW/wz92bG8R0O4CjH+QZt4k6UoUIXFRW+LdOVAqmUrb4W0OJ8vsVeukW46SvPnYUTkZnF sonea@think", "key_options": null, "keyfile": "/home/tdehler/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "tdehler", "validate_certs": true} 2021-11-15T20:57:17.859 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'laura', 'ovpn': 'laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEBD7CxJJfbLW4jtuLnTwkxVbhCfh/JL3Qj8oeLEkny1tE7QCeXn1bP5bScWSgLH34Wh4TAuH+8/g/koFwcCy1YuoGBdBV4KV7O9MTnFngdqNY6LKzCipm27tnWZEa10hrF8dRFTmhracd6kmmVGHgvGQPVAVONmix+2IZ83wdj8XJSQHeE3PHFLO39tU+ez/T76QaiBLDVo4ctHVt+N9bBbHV6Cr8fyiUUU6YEKMlcedvxGpnMK8oeOSNuDeh+DldcM9KYzNGEOM34jGRIvJp57dxQDQCtPPW5hvBXg7yMyrv6TcJzDd2LFD6AC/Qw9yrEQPXXyBCDkAlCqDR0+rH", "key_options": null, "keyfile": "/home/laura/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "laura", "validate_certs": true} 2021-11-15T20:57:18.006 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'yaarit', 'ovpn': 'yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "yaarit", "ovpn": "yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2k8xsrsLxEqJx3rV6ZZwLH0OjYCDB2uIYzcAyrKEOKlVWO1ICKxkw+gZ9tSiPFNLfq13io9BIrAKJwlrdLCJLmlgCQwpwUQqzmRlRZEm+WmD0dl8LPeQSidyJkPkJgYBEshFPjDHIj10Ei1pJS5svI2l7G1wMWxlt2kHL8Og/4zdFTRctxwqZcvzLmRQcs8lSSpqTkhfeKfmrpR+je8XFbCJJ9m/nJbgyCiZKaGN8nf36pCQDEva4rvaSrK0a6YxL0RWN8W3lqtBPKIehxffr3lYDEkD9EUW5vf6AUKC0ioh4jkPo9WCjaoFsOauMOMVQPHehEAMufEO4Kym6nfrf yaarit@localhost.localdomain", "key_options": null, "keyfile": "/home/yaarit/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yaarit", "validate_certs": true} 2021-11-15T20:57:18.132 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUznqo3VDmcKRL64P7sbjuxXCW/0ljFTc5zZoZ9UvtZvU2jrRQ2X9GyxcrcQnAWlF5YZHqeTDU5o8ixn5fq1MSmaPRBNDKKVQOfR/vFQV73LiKx4BFsC1/EdaPie/XqltaLDTtfqhxADJlz1H3a3ZlkeVHMROTqo/TidL1YUYlRH4qHxWWBuFuVS+EYfTegSZdjwp+DuJA0iN6X99+DfH2DhiHENjEmlbKN13+H+EPzm0K3ya2w8D6ANodB3AxMn2tGs8mLtG/P4kCjoDnoUVFzKTyUpTtgOjis47uSY4dL8mTbIK9kZAiFxnT5sMClu6KRStDjRIrxbTBQJ8wvlat admin1@rajula", "key_options": null, "keyfile": "/home/rpavani1998/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rpavani1998", "validate_certs": true} 2021-11-15T20:57:18.270 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4NYxUHx8HMgbVIHadruN1kAJS5be0aZA9rvGtYDfwD5siKNfXFRyLG3thkjxtEi7DPYMxgbpFOXW9EQKh5sQ0ohsADZOi8FSIAfQlOQ+7HAEp7DjBtjxoqB31jJ1e293YtO+nqAhcOMyGfDx+71w5sS2EFqy7PscA9gD9aV2iMxIR/JD1LxXabiqj12jU5AOxr7ZQ1+gM9aroQuDpNxY4U8jBTxx5OtIYRkeI/aN2gQj1mXGMKGo0ItFn4lsXGLxGxMpa9K2UFw2dWQVTw9VNm79nixrCX+lC2nyaJPsRYZipXF1ID2NRk7oJ79dJ/uRBBXpunihlEC3aF+nOgEPH ridave@redhat.com", "key_options": null, "keyfile": "/home/rishabh/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rishabh", "validate_certs": true} 2021-11-15T20:57:18.405 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCeAhoTum3/VmRbxSyw5gwgcPF1EWFK5mEPX3PZyo3xPsUAJazALfge3aEuCrZBbsjOCoj3GfFhr/ziEF+OWvhBoPK5hQzP0V8tE9cWJwvHmD72vGE36o1hFO0ONE4DEuu5KRDqQJUgeyQWXsP26uHTwIcvMpy8egZOfyshqF+lQVXzsAex7Ninmidsf/sRNLhzT1kLrKT+ZMSbZ7Rqh46TMlmLD1LzJZNcb6PGVwlfQZmV6T7m0COu/skeSxMcy8hqMvHFNvvfFSqkfMw0KBGLDxMQr4L+e7sXwQDnEZHdzoh0iS3xDp/Onr1FSmPyEjz51e1sMHBsqklHWidSZVLt/+giB4o6Wdgzc0um/QxW2Ne2qjtDlViOgRE9Fzcw/cRu/Xsn8qtXTxYyxXswjkA8qX7WR22OYgjYChw9siUsKkuD2yAbPMVl+cZWDeBhQnPMbDMVaghS4SAVt5GK16jij4+r3IE9vGHBmGwJYJ/OrtcxBrUrDopwsGLcU+WHdv0FXuiw+YbfnzpthC8rVj4oeJ2IUOQ5JB0ub7NmbR4QWjc33JfD+AeCB75x6io07V2riRjMD9gLC5nwytJNG7Yytf6xI2i/CprW7HhsDs2ykOVcDSBMnL1oGW6FeHaDRW39r6BXSt1jjZQ2E6pDEBTDO41tPEL9EVvv9TK87GTylQ==", "key_options": null, "keyfile": "/home/skrah/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "skrah", "validate_certs": true} 2021-11-15T20:57:18.553 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'smanjara', 'ovpn': 'smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "smanjara", "ovpn": "smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDklgWHrL9TMaMxIyN9MxVR6nR3xh9zfj0iR63/yOzaslX0WoVBk7CYTsRlH2GFVctvixVwrWbQgMaKe49utal/3FA6sMl8S2DTrtgC1a/exUTvU0U/+ZhyUlkyjQfRgtYOUwodNupL5NsC8VZqZshgmgXC34uye3bplx3VwvpUt9r6QxJN3/9Dbi6HxudhDCLfmvROhwQYHaFF+GglcbyjAt3uvsuwXVKBd1/vMQwbcUo9/zQlrnmWBRuqTNkXGrZauWigoi/hyuWYQ3MUbRc3LVpJncMv7BEtcj8fCVvPB09SFee3nSeTtFkm01GvRcYd3HBz/YL4Rz92wXl9VIxqs8aaJBzy+MD0NO496Rfqtz6YuZ1m7AxDIccDW+OpcPgYwaUKFXNTuVLWZXhkS0p4swefcKWRlQFF3BLOebN/Kr9jq1MFa+5pX7Gj4WF5uCIX0/fx40KVZNhfl3qywBy/d5MKwXO7PCHMiGcu2FIXdZ334MxdgiIVoX54PpRP4hs= smanjara@localhost.localdomain", "key_options": null, "keyfile": "/home/smanjara/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "smanjara", "validate_certs": true} 2021-11-15T20:57:18.689 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpp2NWr5T6s+jzHiz/FfCKzN7ZBnUSzyE7ieuntzjeGotyupAAjVBoSpCJgNDybm+WkE4dShv5mttPJ2/q1UZCLRj3nN+y3NG333aLZuyugR0ht5qtvGVegg58PwQ8CMobR7ca7bl5UdEy0UIrM3d/qpDOuPkuE4MIJcrtZGICE8NAVnmHNOB9Sm4ovAYkewTuMAv40j2Dl4F9dD6bg+OJfBOJ9+Zj+MpowYlAILtEB9Dc20zB8GGUEtr9yfOVroblTYhvTxGYRaE7aVBe83DNwkWGbDc/qUNR6bpA04w/P+LclYVsVKRoHOs1EXHSwNMFromA8RsKS+rajwu5uRg5 ben@dhcp-185-182.bos.redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC93wGgyyQmTxa7f+BZcYPUapTH2N1mnV1ikl9nzJzHhgrtJ6pv00LhtH1HqGhvoqnqZjBD5XRAKyjMRcMBT5MYcXXep5RqZ9sJ6Xz8rHkBjfl/OOQUeZ/ZyG/Ksr1jpGraN2xtrjQQzbqN1YvirCqfLk2exPvVeEk4CGnNybwKwCWob1uKV46ASrYeQK8pfHxrW7pTo+xdErHOvb7uumZm89/YisUJGicO1qSHBeuw1MxjhnD+fIcxHKWY5NNJ4qScW6a5AABk1JJsoHkh9IGCVaf/zJv8D3gil5SiM8LIBKaNa1fn6oObPl/Ky/wkiIo2gmUZawvAVA8iJnX9eUPl ben@bene-laptop", "key_options": null, "keyfile": "/home/bengland/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "bengland", "validate_certs": true} 2021-11-15T20:57:18.825 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC3YhI4am/T6s4rJRvbC/jAvrNcDhE/zaJiVDAjEuA1W/5Xt9ObX52eAnp+tOOtelXrX8ylYF/z5wGNQLjYrWepXhuqaEGxeVayCHzts6LMpmvyZ6sYnAw9HFO9rzrTawm70DuvWqY2Zt4KA6fM+lfXk3Qdpi5RCPDKk1jpXwSCyUtUKSWTDRtYtvvJTcO3H/xCJxQq/F9sU8yqgQcqFPfMNrV4a8gNj9KACqjt4IEIfuxKlKhlMA4yu1VTmGcNuhQS+geJzsEGuxZUQb0Io+q4o0b+40BQtazKgOdTcQbgNtqh3wZpjJsvB4AM+GNPjZY3mCsd+WPGg6dqfU08Voo2b7BfSwyCn14fQHnj1nSwRIea2juFY6AMfVJjstM5iIz7lOH2c3ydWWhzvSmMeoQ47zBXlg8JytWmDrXiyd21BSIpTL0Tn8P95wHYka8U9KRV0ZY7Jr2w/ThPdy2C+Cdir+P+OEL1sKHSnmEyQEeONa9P5yH1Rd1kM/FNESAIRiMLGspzXQeWoJhHswVaKoSBW/7f4b9VENxda8qAQi6ob8A71cAjbpRrkUmd5EBCSFMNs7lscus0/deUVvlpsrMjDAJa8S9gqhGHNU0YvF1WBIz3paLRAHDm9DWrHc5lreizJzX5ul4P/Z4ITjpO+9ZxKOcyi8wnJ8Og+QUYLpqOIw==", "key_options": null, "keyfile": "/home/pnawracay/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pnawracay", "validate_certs": true} 2021-11-15T20:57:18.962 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDQu/CuhCIFVGCLbA0cjn+qqcwX12cRcFA1sHyJtkj6Ltfmge8FnfgAsex/LaPJwbtbBiVl9xRcazHNfBaDw5DxMRSJF+e7WTydZC2Jm4qIj4D3Lr+imGPrJTK+kjN0QXRXknGsNn36oRF/I41cGqYRGwawFGSPZBHuav+ehDk1doTrbDlll4zMUWm2iXTcBIcJo4NR1LoE2c9/MPfbH7jKm5ke7aS0ets+EANEplkeClfCVAashtIF+Bz6a9qk4F2n0baLT/s3IQkXCwwO2fxxY03x8gWiB1n4E7sousEB+J1Skl/z0bwmaiY0C+raPoV/FyZxQuh0ocvdU7fnQbKuNoGE/Usfm9Y3g8eH81b/k4fMJL2lqXHkPft6zUV9bJsp3v1iGEkIf2+ER/QLczteNz6kw/uTPQctMEDXM17GEnBXISVrQcPSW3i93eFwWacs8iT3G4bjEQvpxSBQrhDdCCoxy8bVWqkVeDWw5u2q/3WL9Ov1NrY+G4/DYb2qONNQds0vTHCGvemU5GNjtaeCbojkZ7Z3KOeAY8080kKrsO7fve+ZMACCIFD+se8kF7NN4ZJASSqq9lJpBWvtbc0O8jCcVGNuN7exXjrcbiN1L/9HkARV+KEJU3jbXObAhAnfAaeRWBwmTfZodCu+fDd/Jor6l36tjD4kC4/CPrDtyQ== alfonsomthd", "key_options": null, "keyfile": "/home/alfonsomthd/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "alfonsomthd", "validate_certs": true} 2021-11-15T20:57:19.099 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'oliveiradan', 'ovpn': 'oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "oliveiradan", "ovpn": "oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCoL9+aMxLtUG3aRIuT4kbjc1CPuQ+wbS30ocuJ2YIExlKMSxVr+LYqbjcz0T4f8gAKG539dZQgD9BAsHM8yfOVEvei0KsQHn87pzgYGR3DtaMx5IEG5xNyARPu+VuEoe8qlL3cAPwTiaU78datD5Cz9GEClhL1Fhn/Z8o7BMbs5xlcUIQ/J+s9/sKMcqmmBJy5IHQIEUHCl4SFwsev5g5ADlnLNNxjpalExuBCEeoSma9F3b2YEJHvpA5JhCIMZpVfXbgh2UhUsyfAQN6KgOIQ/XlKBMQDtizf2vZ4b8hW4ELcvKSADfTsyyqEs/Ql8jEJu32GFKf2mYPbgTS6E7FZfQz77X+5OBhojFAstB8LSSrH80FrG1gCbVZLnW0jXcSehKnU0oNmUWOKxxaT1b00fo/iZ4P8O1uJRY17/uaVCPNKdGTZzIlzyC16wsFFBxBl0d7HfojQY6qfww7AQJhvDkV2sP0/MIJzwriWOzZEmfr8Osqery5vFiYcSvMbdMZDfMEYd3z7Va2RiTIeyXuEYp5hzf8eyJRP/f2FEw8/BBrm5JCxeSWUx7qwgPHrJoWAVxCIg/M3YS/vfVSFc8Hh88sgc2upq0OqYr0uq6EFzUZi4aoOkOVYn9u/uc/p1AR0KbiQOkERMUDWTyADxrHaL0nQmGy+XyiJQjhq5ckZ+w== doliveira@suse.com", "key_options": null, "keyfile": "/home/oliveiradan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "oliveiradan", "validate_certs": true} 2021-11-15T20:57:19.234 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDh9bzZJulXGES+l9Xh6Aq15RZ8uQCGuDNhlNQtDblE1ISKJ/DqGYXp6wUW54+oVNA7eZiXz+fi3mq5pPEtZZOfd3ixEDzDJ4E3cVXoDZCqeWEmea6KvybeY10YxvB56TEI8U2KKAd56PRl20klXpLCjzXNqG7n0aXFcpCMbXDu369VX6lOk24K/7++7Wc5SttcvVu19sT2kqzsB/S1Y5cxiE6RM6wVtqBoksp/kRCIA16ruNwx3GUabDfbEoUGXlkkUP7+TZgAbHtBsYy6mCQhwi0S2+WG+HhHDUPjHhV+MdN9ffibCtOEGo52itVLVky09VeBocuA6H22JDGXPBgjcgf2NsZIqcKqGHhUkXmH92fhRSFOBLKHstrBq8jWRP/mNrgj8cQksDsakQYQbDg5dyabp+M0/iL2Q3YVq7erZI8aZMA7ZF3WgoQNYZg5E7oejM8URIlFP3x1ne2ClRC9a74phSCxeU/NVamGN3G3dImzEXGOSNyRggHJ4jGrIGc7tLPCzmI5OkomcB5OxReqf0r1TNXuUAqw8M4EoWt+0xoAmH5zVlUHf+psUCJIEV/4pbgtoJiSNq+LVY4jyDEFbvTAL7MqyXorMV7Tqlj+/3d7RXfhW9lR/SHb1Z3jcHvz4ZzYMzKWeJEjz+Y0NwIdFDhcPmUOYtEDmuRRrgYiSQ== sebstian.wagner@it-novum.com", "key_options": null, "keyfile": "/home/swagner/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "swagner", "validate_certs": true} 2021-11-15T20:57:19.373 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'yuvalif', 'ovpn': 'ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "yuvalif", "ovpn": "ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDzYzqIDimPjMOUOUz1A122eV52fl3mgGgNBRYRlOWl/lOxM5oOat5FPkJlnXTVyQFl0MlnYgIv9fTnjHVTM0wFmFUItlUl151ZmK5XExiGpGVsqG3UWNyKJxZpk9Uh2a0T/5CKzzwXnv2fJMNxzfqgopYDrgq4TFEZcdvgWJ39dcRTXST/rGJQ8wOq9z7UNzKU5VOGxvgi6f/nGevGIHrSaTcY3Uu8BW8kXUrf9vfl+ZSxVjuNHXF/VmrJH5Ne8mVu7DzPMrl8ZZjxsfJKT/eQqF9kjqht5586OSPKIwg/LEOyYj7Wyyf3QbDAIp5bCygQfmBBl+kIxphJYq3EwUZT ylifshit@dhcp-4-102.tlv.redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDFgwQYD9amVSYq6JzjHyGmKBJATQCM9xsf6QnF3yb0Lvry2nzY9F61evVXQ95TmF/AqasRx5p2WansIvegG5ag5mytvRwFXtHzPs4o/J+XjA9o4+A5l6j9cOFLIDD/TwrwlUjgMa2PhqUztSpI1op906391RLrJAyflfDghJxeVl6dJab6TEsslV0W+yaCS3BBxMXXrCbxCB5Ms3KCRKDz0DqbhFc+Nw05L1O1pC98HBFRIp1SaXlMcT3++CRQ3wugpOMkDMNLbycl+vdMBFY3UZ28rRowS3Ta7V5EARZVVH7KxU5cL+8Hr/8DE1/ITOmrluaEZ1KwYgoxZbZ3w7Ptw0FK6aiCZ49YtqKT1WakoVfO8m7pCdxkqUOA91loMQtxvCwZ/Vfoxaut16gklmPz8N11xvo1H5XB8/ZrvK5yKdl3JDl+wwtfE/fwo4E/fte+rPRisoWBRsmsx8EGxs75sXnb6n3VjZ65vYEKsNMLg+5EAaevWLLeqF0a42UWGJrHdb4VKX/OAplHrOk7kA/VwArow8f9n+iaRp2hgDU9OhQiFVRhgqwahlmCFFXkcP4/4WlxMCuZrsaNMZgMjVhfsp7cskKOezSfZZey2MB2fREMS1wg0j40CdYRn4jTNEBr/LVszsoM7t7AwXUpnqXeYIe+gePx1PJb5XSzSPZ9Pw== yuvalif@yahoo.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDp0xz0ml2XuoQe70TxVeTo3Ib5xMinDrYNJ5eq5XYNa8ZLGcEByeDK4myzixTloAo31Rb/yDyGqv6kQ6nFChihO2aab3Ni/bsMOaJat1scrznaIYXGvLvw5KYx/qBDUxb3qW0vO0N/bB3dUPS1 2021-11-15T20:57:19.375 INFO:teuthology.task.ansible.out:lXTJaVf+KuljUk7v38ov2gsPWlofRYZNkPGQfUKXFEXc39OVj+Ex5LkehH/Z1LwjRYJa7jAdSm8hE5m8m6WborrzAA4/iFuLbhtM/Bqm4boSqa7koBVux422QX/HblSQ2KAeT1GFOS7xdcO6ndyp6mIpCZWunTjZwSLyK20NvIV/AzdAro4GZWi0D34PPtbSG344ZT1dSLeDRhYVkDjS6uutrmw9C+Ns1bo8s1ydhxL2XEsU14SWRWlbyrMF9PXyJOsaNiBNWGwc9lTly0ZlmPnN3l0AC3RIKOstkEYmI+TMj21r1tltz48e+6dH1an51wwnhNRYiODd3hbS67tmIg05BuSU5+whJ93wzXw2rC4FLE= ylifshit@localhost.localdomain", "key_options": null, "keyfile": "/home/yuvalif/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "yuvalif", "validate_certs": true} 2021-11-15T20:57:19.499 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kkeithle', 'ovpn': 'kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kkeithle", "ovpn": "kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXa9uTf3q+7tGnHzSxv0WbgpRKrBIYjAZ5x3V74vQUSD1aAbmyvOqgPnts7XttLYImjjRqiisyC03L3KgR4b3SOeyL3KFxrk3KkHAJ/AJH+Y/UafyDhHNl3gRNg0B9rjsa7h2dSlcrFKnAX0pDY1HapuNPrzYWrXsEbo7C6wteFh7PyPmTkHu0NzIIPC4FcLl8SGaww/HeBh8v91IymgFSgXG0jNC063FEExWdti54yNLGh3gpW0FytsiRN9eEOKUOgcveT1tejz9ORv8evO4Y9SCQ/lsyOKQKNcG5C7J8nsbwSjqQ2cf6i2aYFZ0Oq1UXuhJ8APJCoiKgLJy7AiYf kkeithle@dhcp-100-19-89.bos.redhat.com", "key_options": null, "keyfile": "/home/kkeithle/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kkeithle", "validate_certs": true} 2021-11-15T20:57:19.626 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'emmericp', 'ovpn': 'paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, "key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBYa5uEOlFv1s9K9D1SbcaApLwX3LBwASSnRXDHI7MtU paul.emmerich@croit.io", "key_options": null, "keyfile": "/home/emmericp/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "emmericp", "validate_certs": true} 2021-11-15T20:57:19.763 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCj28V9sMybkAzhkiaNiDDr8TfNVyr5DNdbOqszdGEVLy1Rxh/UYnxUclsR9n8lt9VnCft3M4NDTnVwlxOHE8+0oolJE9HP+DQomsgj3abP04EGJyOA0X8E7eIFQNLRbMFCD0yX/SNNlYPsS5fPTFhIa/gbBPmDBE07kULts66Tvc0Yo/2yIfwV1DV34bcWWVGi01XybIHBl9qbvlfBKAUrFEcv3ZdpHNhuZw6IkZY8xoYxo8iF+toLYeGX+gFxqCZUUOO+NBVmb0hVL1LI6bU66IrMOQDkFurqpvoraBTJqwZgXvMPceFUkcVIH4Nm7cK1X2WyMtnSw2XBpLMT8C4V mchangir@indraprastha", "key_options": null, "keyfile": "/home/mchangir/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mchangir", "validate_certs": true} 2021-11-15T20:57:19.898 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'sjust', 'ovpn': 'sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sjust", "ovpn": "sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6RDgqwA0GrvE6KqRaGCgYnFhnxdi9ehjIWvfaMa1oq0CqYxUAee2bNbp/X2Bd18Vqk8iH9fpE0+qrLgAH/8BpD+MtgGikCFMORvazeUtOCF/OCDO0AMg1jvl8aTdvrQU8ZTDPXa65Avpkc9vwugcoplnwrW7lKx++XqCWsSlfHgEdyMV3wrt/ZDFwI2AS2bZBpWM6ViG1KSjXjgTi/T3hSZPY+buYvWjzoEjQO0946iI3iiKKCGohEpCUnG02oJXcS0vvgl8dWE71451lbainEKJ4hbDhfDmy57s6VXfVUANsczwiPWiSC/ZmMlDaCCBeKHO0Gz0xXaDXd9j4SA7P sam@Pondermatic\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYylAUS12hF6XndDQ3CkrUddKmXNSd8pOlHwO+pWaDTJPKxwtPL6sM3aOtaAPLrGkv1zD2k3iZaxmDwfPYGaXOyb0KS5ZCddtOyNXj5JLrjxh2niqFPP8SIkdHLOP+0Hv1/tB0Jz75RV+tNIT1SJTm7OZ8wZNy0qYycITSooJ14iEgyZ7rOa3EEzbtIVpHS4+YqIuIJdV2oV5egCrJyRv4sPUrS8ERXD4QZSOlHE+W4Tf+WVrEfsHOdDLRlAXJUzhuqgWtVouiYcW5ex294z28eA+12lKaPQpE0cft/NJ6FLs41yqh4ZN588bl8Ada+yTXEaHWioQEEJMlca2jIgrP sjust@rex004.front.sepia.ceph.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC08RrDQ2M7Zjcpx7RL9e+tjv48kBgDNyTenX1QdxW22JA2JR3D3ThA/ej9HtiPWcIVz16oZ4tzrCEVwaCMfbsmXq 2021-11-15T20:57:19.900 INFO:teuthology.task.ansible.out:2z08ZXYqwiBuoXJVshU7lIKVqAtadT4F6Q9eQvxEo4zWdBib1W0/cqNLlYzU/DuwlUqYnWBDLGxc4fD5Kxrz366oWUDB/ULCpl77TMqfTKlStCgGXot0zLqiscqzq1W7XsuA7A5vQw/JTq7MvIME+SkUuGWX0WKwTMIRZKNWBGmlf51bNru3GmmAnKBUFsJv9H4G0FPqGY/aH02rr5dAgTTmfKt+XbWRfMTMpjJqVRGX03+1mQNoYQ3kNDz0wl sjust@office\nssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA5UMPySf/h9r2/OryRXrO9Qq9k5J9Dn9nvJYyaYCE82H/qkBJGboAJgyIXfbsGYO5uPM25d3fGRH4magzAQm2hGWNbbt1YWn9HaIyKCCXo9JX600/dv3OZbHyGGmgXPa4Anl16j1c2vxRRt2+ArjlyyhP7cAcRkilUGdagK9u6ALrwnz9hhXYV+BmXrxMm7zZCmdWHcWz+YxoA65es4+w+aLvVZWmUCZLF8uZrcpPSw+oK3SfZE8JPRc5vWulXbWEEfIoHb9AszPIpSyzbfPWXelmc3XlG0KD66t7w+AnNlQPt3JVePRCfFHPYeTj9B0k8sxPyUqTQIl5pu6GppRMOQ== sam@Deepthought", "key_options": null, "keyfile": "/home/sjust/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sjust", "validate_certs": true} 2021-11-15T20:57:20.034 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDj6DxTZNodVnwJZrnSZ/jv9Cw4uYLb8MGpccmOvtwl93sVBvqq597AYnBqYiV4VBbKU3GVFbT41zkplia1iCfXoddttCOyWmEKviBXRnAsd5f80dxL0pfzrBJvCaH4NAfYgVw9JFWsvT981b+nB6vum4Vz8Dw0PM5GPnVUjsZNFkpmDPUBL4yHPmMCGP2WtUurJVD3Gm9t72XlG6Dl/vB9Qw/i4IY1SoCCbuhhNgE7IN8JXeGmVJbRwDeUlP+Q8Ti7iedV7YB/W1opt6eT5EPzX8NcxTc0c7rrDgsUWjFQYRSup0GLK9ofdHs0E2RbPPO5OSc5Z2+B1IEV7fZeyJwAyHwUgwx7sSGy7aROdvinaj/hOBglcgISyQ2CY7LTV8NGWJquo7yRCJXhZVIHfgqfBcrgWdNbr+vNBXnWe5PCtLhV8ryHPSJ/7Ru+7voQxgvwux5SdZwxXTbWDKni1f6/8bNrhRx6bmLK9xuYAgt2FhlIivI7L5kQF4etcBiaf68= deepika@x1cabon\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdqbYcbJYtgCrAbLo7PcS82caXxcT8cpX0RkULaFXfaiUDs8Foy6Yf/XoEHIdpgw8kX6qBdydYXxti6HFhYDNsL5KleKu/yA+bVKlvri39CRNkNxFHAUL2CRBT5Hefj1AJQBm/BKVEN4/eb05OlJJ808Qb/aNycot/YwgpNvUIaO2yTMA0meq82wNdZmUcmyLB9QXz4QInTcoAsxq70KxX95YC938rTWpbg1hM8gzLkJJt/OD/Z7TMYv/Sc5KGOFqo930AmObQ5KPmffkWGYbLT65TxlCULnvIr63lWHdGTj5mYjib/v9ncu24az9GYRWYcicV0B/def+KVrrIp3Mz ideepika@teuthology", "key_options": null, "keyfile": "/home/ideepika/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ideepika", "validate_certs": true} 2021-11-15T20:57:20.160 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDC0h+TpaUkm2V6Hbf7aPCTys/nsm51CmY9s+bdwEXAiSAWpq/7Xi2LlN0mZgsrAYBHbr5L+Pz8x0YdigvWysUK6U9XRSPM28cbWmh8F25re9HEk8ARESkMZKTv/hKFs1v7kTHbT9hNNynbQGQOqEaazjr0shcli+Byvop27riX3QDDSsd5xfCjjyDz9fiA9YESlF0kbXyFUKPsoaBhRv9FUhtH6DxlygxtxTsKyKgeoiKw2sCfeUMckcJKnGCMtkXW4U8h7NL/fPZFyBaMDRi/TtoBKaVGLaWqF7RuukfjoMCwhuIDmuTG3WhanH4HJrfNenPZkpZUBhzWwZcleao8SD3mXXfZ9gcZb8QB2ymEtTqrAEyDoNWO4q8ljNP3WJXIgF0h0Sjmx/CV/i0ArEYlBMwBD7DFVnPJqCqSyypuQdDGsDNQZxaRCiYg7nIslFOpDr+0PLp78m+CHyYbSFLTvVVJoJ1k0YhMnDPHM29nt7fMGx6Qrigwnuk0yKg1bfgJ/t0TOqEw0bqGKIvHnyoP/n0ObazEsiPl5pRr2ehs/Rqf35Iwhc1i02Hhz/3Sqwc1eAgqm4/OVghxqUJGpRocua5Gf/vO32wwoyGxh2sl7y6K2pNDA3glhKYbZeIh1fjnaTjikgleqIQkCBxbTeAE7n5+T6TcFtnII6RSxYv3tQ== gal.salomon@gmail.com", "key_options": null, "keyfile": "/home/gsalomon/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "gsalomon", "validate_certs": true} 2021-11-15T20:57:20.305 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrGYBGPDQqn+2jnxKhDurSrAJvTT8dZMYGVCt6NbjpFhDFYtyvrF8Jv5NKBQynG18LwscN7a57L0Oq0e4jOEPRz//CDcAfP+L6p45L4BdUzTysN4+rQ7waMnIiYp7VjSswhGH/BnYIVKwmDqzM2fo1w/oLIT6mgwUYqAdceeswAkXBt7jgagL8ox3E4oHBqER7f60AHdTviuW953t5luVQiMjyF2fOwZuo2ycufIzBee0CwS+xyRuJQwdgD3HL4Qs2vtBCX+H8n3wC6A9JrMA5tzCDr5VZKBJZURIniwvaXfJodjO4SvBL5jAfXoMqriv8ZWHbap2fk82YE8/uPqNvSISjixJEBgQinklZ+iAOYm5tfPbhPM/8ErpN/yJ0EoGRn+nj6X6nAjXAIk3AENopeqtM7mLZ26RFIuEV5ld7eqUvAfiy6Hk2LH9Q1Z4CXaxD0gDGzUxgdAaaAgLAR4btWi2n7Tb7ZNDdOfctg2ya9ftzZBOHvCaVXSpJCry/GMU= skoduri@localhost.localdomain", "key_options": null, "keyfile": "/home/soumyakoduri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "soumyakoduri", "validate_certs": true} 2021-11-15T20:57:20.442 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kyr', 'ovpn': 'kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kyr", "ovpn": "kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPeuSTD7kv8yQX6dW+7Vpq1mqrcr8JGubPYa1DpGTV/gE50d5L42UspUN2FXmICDMiV1h4Q9WQAFma3168f1I5I94qFkV+/56szCMoILClm7IW/EV4t8fTxoyOpEa9l4qSU3qgJpDbY04CkiyVJFuQj24Zq3gD/70jYgGpy8RfA0BihSR6F+A0WZLh/fESjqfor3/pFWhUCRnPEqrZsXyuB8lRgDTyGp4s1cHyUqmFMuCPDRMtok0rSVpaRZj2Zj8lboah19UI/L89ptQgEdqsOKzlkxiT+1GdyIY+jpPCM0a3yZz75l3Qiu0k6q7qUV8T0hm1GZiBguvST1KMcwnt kyrylo.shatskyy@suse.com", "key_options": null, "keyfile": "/home/kyr/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kyr", "validate_certs": true} 2021-11-15T20:57:20.576 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'sseshasa', 'ovpn': 'sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeERrQ0NVXhuTYzI08rlKRbHZVFXSv1YC7sGq6aCWRbTCv7Ad/t/3OJz3vfcd2TjBMvABfrYCFgTFWIaJBaeA3BXUUU9y9TwnzuxKv4C46WJYoalVGyLEpWpcGbJ5v+leA6Je/+lunenplb7TBKGE/YTgggEXyX7KnunYlv+Jdm33TmAZTcHrLk5QR/6FdRGKmdlLna0dXZc3v04+AI8W+p9ghAv1+e8ENxJDTF8p0MawBiKWcSj2mysOhQ2Cj91qZ0qTnLLeu0CPf4rBO+qjYIshiCuTLhYt2UazlzME4nCCsVqK7Nz9olA/lgvJLRaPxgQQ7iCMmIZilS6B4Y3oL sseshasa@localhost.localdomain\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCo0zniUEXuQ4JJuuRtfnEK8WHqr97AmXEniGPY5U23MTxhMuP8CSkGWkUHdmXw0H1tDKbYgk97M6TspJropNGKljla2H1/3e2T1BOI1L2WfcsOh6VPYeyOj2ssMJeEDdQgd0J3g+4oj2QS+guPlT24UhO0CBhRZ6waVlJMgagDYyDLCLGI4ASoBYx0AOaoyjnEQtRd/gyejzv7jntkHc9YNBPsJ37X6hTYNA/s2ORJE7QMXd6xI60mTBuCdD3JcPYoUSvyCUa7rIrDc70lAcW5XtxewvMBogTZJLoFG/d6Ugij49h4AfwrtoUCtLyJOWJX6PTfomXely8Ym6KpN/3981+m70dhcHPDJ66QCWMd1LAgftVXTIsebA+Bxfg4Vsbrv7j1lJXzmMfsOl+1wVPe+Y9h28GyeIlalW3laURZGV7dhexGZ8YNxPuzxtAlWtfw+kddbjw0j4ODtgVXrj4SDxqmTTYYuMBkrQ3H33sOgPLx8DyA6e4pckb6lOOEvb41Yi5tyP7BIJlYN2PpNVDkSQd/t5Q0di4Ct+3vqLRCkPuJiJAUyaBGT4HM7yQc25+Y0B3sXNON7BjeaBXB7OwKZMp9w1jwbJt4JL/aGOw3HVljVyVgu+pIuQ2ISd9VBcmAJK5EGdWe5Q57h5fJkD+TVrXgeNTaufdclh5vWOH1qQ== sseshasa@teuthology", "key_options": null, "keyfile": "/home/sseshasa/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sseshasa", "validate_certs": true} 2021-11-15T20:57:20.712 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'rfriedma', 'ovpn': 'rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rfriedma", "ovpn": "rfriedma@rflap.redhat.com 5+OUPoyz8K0M0kcymdQOjA 40ce705001f31d7156c965228938cd4b02ae1a2c43dac1bbcd1b538e70312189"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIC6uqbIg9XaTlDZd7KCX7FXSzfGFMEWXhx42ktz3ehOPLviA/yNpVd+LmYHSgzd5Szd3mMxleisiE+JdSq/q5YyPAF6eD6+wfynkpMv5aWNHGI0yVfKbCwdOX8bY6yqhyVwMDo14uoFvdDcM4Lj+vz8F75VJHUU5ihJNOW24EllobTLzR4XI6AcM+mjbXRnBLLVoBSuDaU2D0kWqMn8rDCJKdUJnoiy9oxIok8eMLfGkGsL55oOx9BflMSz/0jM9X5GLQahYiECbXjvCIarCkUFE8txNoXM9Djmg8QqhAQDhY0hzJTauFJJaD8Ax1uFQlXONed7tv7a7Tb3dH+/jb rfriedma@dhcp-4-239.tlv.redhat.com", "key_options": null, "keyfile": "/home/rfriedma/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rfriedma", "validate_certs": true} 2021-11-15T20:57:20.849 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'lmb', 'ovpn': 'lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDIXHA8BwV4OnqlaHHyYofsp5X+wanose+aneJVx2Or05PcWA9c7xFEOerkvEn9LvivSRd9G9o/S8SvnGH91tG2bbOAidVZ69FGul9OKa/BCJYUP0vVBX09/Td3n7+R2lVlvu5XiyC5SUzCjaQEZLOpjq23rqaqdCDXE6wFnxfpkmcsccbG/xUiOEBeBGI92lntdx99Sn6CxWWA27lMMaYkCRvX6ziRZEm6O44N2nMm+qYm0jmMyGv1iyQkJxtt0YaLPp+X9t2trUEzEjgBCXqqzEzBjB7T4rbzhAuvU3NRHiAoWXSnrY5AQOTTvC/wpaZV/gF2NDNThjMcpcEdNstleOctXtN4XTTJQewbG+t7I9knR00TPpsoUvUtpbcoFOluGgWTDTFa6GCmDPppx23nZgulOniZUVTI2CbScSpc8sfp1JE7Q6vLECY9lJ+GpVCbDAbIEE9WHXSkJ/6L9yf+ZoHbpqCkEFDcWLfz3B5NFoJ5gne8B8uzd6ptKVtJrP8pMvoOyydyvQlmkgh8tNDsOnp6kaUNG0NHmtfGlCTkbM7oKsKbf87Cv1HgYuZl/HP7go5sOX02LfBfbvWrawZzOaZ3dewEq74w5hVMKEHrmJPstIpcHSxZpq33f2j4Z/uKW9tJat6rgSWK1I+T3tCd++76apxbOYl5TDOaoxCyjQ== lars@marowsky-bree.de", "key_options": null, "keyfile": "/home/lmb/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "lmb", "validate_certs": true} 2021-11-15T20:57:20.985 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ksirivad', 'ovpn': 'ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ksirivad", "ovpn": "ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDMDUcToIhs8tiIozgPudiYyD2upEX+VvsiJRti7zrA/1HPIDARYt2+xyWCASm5x5vdohRM7wnBLUlbBVnvr6ZUQvfShNDsS1Uu7hEfYF38MtW+dVwvGlm14J4m1gbjzqVlZvO6bg6rfGo7Qer0bKUlxtqbisQ/kCg/lVWR04CNxdRtZxEpaQ21y4C5jAlrpFTzxQSuiCLEyY3EAKdZUaZElFEcXlna0ysCP8inlzhF402PkSdl9DkkPpg3IR2dUEGqsblWSdLVk19EFavjtGAAnsvaBWWm2rCLNC5RmhGQaS/Z52Aes1nBuT4cI6qLjbEMqAzLwxiOR7l4IPMpK5EcuRK+FaqQG0wMAjxPc95CmxDzi58ZRJ5ERV8vgps73F1AJXWU9Lb1P77BTsLXqiwko2mvPf6e0LwCxQuxYJWc+xvO7Ji011B+nm5eLCCC/LcDtTPjkimTh7nkvUNi/yTKCXi9KwLISAHHd335KnfrL28rU3GahMXs4NjOxuN8eKM= ksirivad@ksirivad\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDS3HkgHb6z+gi4tN5rBL/N+WLJgN8RtUokt0YnRjpor2epRbmqgmEFRbRFqjLK9LiTuLxmkwol1/G56AJms9ixue33M6jVs73nc259LDxn2qj/NCtxeU7xdjSDuhKyItgM0yuiFjWOKSYTghNtwoR26PX7SQVbycD4NN1ZuwUbdMQA31VrLvQR7d0lYKlis2auH2Xb6WifotoEyszZz1KYRwzJvOHtHku/jAyNmTD/8kAsuCjEgUPSyyehAfdWn59tY2gM7aFyj/dtRoAghekv5gkov9zx+zjN6D2LSN7e+DRti05iJMifA3nfmdj7f8aHzXDtsDL0XNkmmT3g9N2OQ8WL4ESOFASXPPj9JGUROealgnaQ+Y64evDClhbt2L7FLbgj5sgKb+XYhpGnAiC+v3t1Rq3HZrstOYf2qSYguIo+zW9gHwzJDqH5YNCpSF4ZDCfkJ94ngl5ptQmZ/FcrH2hBs2cMoyK9EyDpcI9hBeACTzu19kaB6DrOC+UTvBgYL2sNbCvi+caIqhENJICZ21rI4u4EZqu7PVb+Y3CLgSjTEgclGYBZoxlrT/X2QHrIfZF7lLGeeh0bureedCrBg4b61SL7ZU3Me9x1iWOZMSJgVvg+qPSrzZiHbA46k8i0af5Q+geL1BuuGy76zbYd/KR0KiNZnXjdlHyRz76rpQ== kamoltatsirivadhna@Ksirivad-MacBook-Pro.loc 2021-11-15T20:57:20.987 INFO:teuthology.task.ansible.out:al", "key_options": null, "keyfile": "/home/ksirivad/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ksirivad", "validate_certs": true} 2021-11-15T20:57:21.112 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ofriedma', 'ovpn': 'ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0POsA+0NyxecLo3Y821G6W3+jJPKFMuLSIl4FSLi25vuyuM5+mFGmCNWv8gg93eQhG9Y3SOygqmkaxzxDtBS/V6VNC2f8hZsVw9B+HbnfggvCNQSgjJ5rhvf6IHfx/aHq4IHF+stqdcoWhwR/68wIhGNqtP7Nhqnzk2aN1kG9bU2iVk4CH8XGIwqwET3aWNuCMcHi2AhrvDBpZu7bzo/6ARUJDqEfTEC/XIkzv8/mEkJ5igcycARVy6dChuCwfZc8rhfwQpekwx1Y9/WBFdNQlYkN4fVe8yIqT5VsQ3AcRv21GJk8L7mwB4hF9dVAi4p1cSyxatR3kDifsFc8VQk9 toor@localhost.localdomain", "key_options": null, "keyfile": "/home/ofriedma/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ofriedma", "validate_certs": true} 2021-11-15T20:57:21.248 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'h4iresis', 'ovpn': 'h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "h4iresis", "ovpn": "h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDc/8sWrMq+bqKBPmDPplUgdMoY2SQL+57jRSh27PAoYW9rNVR/UgK7EA9oxFLfoi9wJ9+VKU4opeoohOXLWQXXatLvfXjGE3fRYIonQfwJqKrasqQJTGWzRZ9t1/2Cb0VHkoAvipCJzWmgB46X6q73XW5Td1H3b+AINd6E4Rsm1QjBOhk0DMjCdfwrVUZIfGdsEo+5u/AwioHwH+NDJvXTWT8ZigeZBNHJSY/EQn1+15ut0QB2rvXkJasvvDlVbEsPQtM4C3VX1ronmAnKMvCp1O4EtAXaoKSOx7XEN++UAvVn7czDCWk/UFgpzZOqTcQJwg82XtS4sZP23CpNe0G9 h4iresis@fedora", "key_options": null, "keyfile": "/home/h4iresis/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "h4iresis", "validate_certs": true} 2021-11-15T20:57:21.382 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCqhWVTosH12864VGY5S3/k0yKc59GbV0m2WxD28gAf+uvJ1/y8gekD2wDzBv0DWqEekYLV7L68gpapDXyGosQeZ6n5OO/NZFZmW+Xq1P7P1QHJil6kVpwk927lzX440pwNf3+PRvTbLzlbuVFWJRpiykv+juJyIFjzXLJRF67wB2qgZVm5cRs/GOi4fnvTaou/Ae51mvsO8M3JL5cphApFKD/AO/X+3pHBhLjvaW33cYsp0Z4Rce1nm8wxSmvuJRF+HAfjBlknhDl5ZaJGA96RYA+g9WbAXimFprg4xeiRp7liPExQwtVgackJweoC4MahC1glmjC3eOh9dvrrxLnALOLMOkyCSK/tOF/iq2PJaLViObanPI8mnNkMLbdJyzUBf8hRGdSLcw98qxaf0sSZ+vz4VQS6e9CwX7ikkNNsTeYXjnJ+1yU3mfCW1CXJDr7kBDVG2OTLefCpMY8WBAYDiEaK0RW83cBcFIKfecKYd0qStHRaOsvmyWdFYgBh2vM1UWjro5WXlb+7aJPrUp8ZruapkUXUwhjHA7FwGA4ysE0tsOVVFm0Dw8tvyVVkVNm/9EObG28dWctioZ2+ZEzTWgMJU26Q+wOJ/U4qZyIvpMRUgPZc5nM9J8kcmvNWtb6DV9k/6p8h28kiOxPkxLtPP+3TlBCHjq//mhEnJZ/d8w== shshyukriev@suse.com", "key_options": null, "keyfile": "/home/shyukri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "shyukri", "validate_certs": true} 2021-11-15T20:57:21.518 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'scarvalhojr', 'ovpn': 'scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "scarvalhojr", "ovpn": "scarvalhojr@milestones utvFbB+X1G75M589jLfFXQ 9c62bf416c9204b25028ba0e5bd45f754c4aa8f84a85b9d5ded02aa83f03e82e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxDJtmmcnrbA4AUsmBBZq/M4xNdIbOT+cQQxhUKeCu8F9mht+RznwyaaJbVIlD+UNv9LMhRyzI5oktSalokNltlrtPQMoP52PXH7KFFGnVnexCHAk4nGvEhuZCniO5T+ENm2wFR47lFEQK7lyJJLp5PFiSM7vM1MK6UkMvRmCTRildjaYLyf3EEvBXifbsGmR0tBIXtml6KITCAaT6l0E94055oEGN2G5NhZIvfLcojt5liEkXEHQNdfkUDXM0Go43JZzgsSWDXC/7RYLrAJwz5mq4qCa9YZL/3Spjso37+1oLq7lOQ0TDJUAQXmnW0So/NkzECx4MolVcylhTzmgj sergio@milestones", "key_options": null, "keyfile": "/home/scarvalhojr/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "scarvalhojr", "validate_certs": true} 2021-11-15T20:57:21.654 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEOigBGMeElb3uHXX36HxLtPJMG+iG/6D7NDFCVR6AyYsmimBQb6SlSIR6SaFULb6HT/IFVk0Jf/z0HoipAP7Xu+wvP/J6LFoMdguxylh1ov8raqxQJrGLl9n64EI+qWINwEM0MKMUnDQ3tmMKBl78LKQVQTYBx1+9cXsT6DE1yhgmV79XIvOOb+v53agSi/kLJF2i9K04kpi1OejXg95Ub2eLMY69Jm8PnLy1Jq8DhC8pz7nrfzbKtOC7HbytTAO1XTlb90lVhqC/1yTMAUc/rpJwoSEHc2epGeZWdMsJhqhX2EqMwcV53M3qcFSGreGNJ/Ncd4/JHxz7q0IU411t rakesh@localhost.localdomain", "key_options": null, "keyfile": "/home/rakesh/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rakesh", "validate_certs": true} 2021-11-15T20:57:21.789 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ryg-', 'ovpn': 'ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ryg-", "ovpn": "ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvRwrsN62CReT0/kOeFEXGA3THhzJ+hwZVpUzo7VMRZeSo6LgNlVGdrQchMHnlwBvuwaVNJlBAkQr+5J5BB3ikrmbcnLHfPutXBBBB6uDfSwwbqjzUY7elTbz9ul6AkegR9K65O44ouD9+WC76D+Tp0maqnP1w0O3h1GVxDHe34LpEwBvZJ+/BSYmBpwRZqeXFRADORPzdtW08PSiRErGHb8j+j5i+br37JfOOh+A/9dHwQw9alBVL2DijwvrPMa7dV5yX00dlMSTL2LLo9IdI4aFPmie8oic0eanFbQDq210ilOR65IGeshKHEKOq0KFFz0nSK9OdO03OkSEN/0d5 ryg@tapir", "key_options": null, "keyfile": "/home/ryg-/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ryg-", "validate_certs": true} 2021-11-15T20:57:21.916 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC0zCoXv2Kkxjqv5FOlJZ2PRA9tStdXAVGZJbSLOhAWeqHQL6O2l8MO5GFzHz4FA/g7lbNzLKaCbG1wYGuL9FOt0o36/eHykgENu00SlFunIQn+T/WNaGxrZqnfbdS9TdImFAnVY4vuzrBhFTb6qcqTLhw1WVz+l/iOv5CoY+7NnILWcj8dHNcPzU1ihlFAbvQgQcMtt1130zqc6L8o+SDm2YQF2nuOWxj0LbD6YpRn3AqWsTN5QbqzdeaJiUt6kdywisPdoiSWLuivRKhNLNhnWO+B4DnchwfApy8ovJShHZAsrSoc+a+RQDmOiLXmc5wAvNnREHbqod8/0bQ9vSXaVQCt1gnnK8Bf7GQElg3Z3aep4D4w6rBB+LBsHFbTfrzWAHkXxJeGiQTlJGz0IYHi1weWrzY6x5rEA0gYDu0FVLOLrsYDtuTQpjcTwpmaHCsxz6wU3wCNmTsV/AZhniFHJhHXacCmDp1JfsI2kP9FjcJJE0SygnZ/SzKe0DHamnyT1OgdQaG/KX2eRv/vXUPg2ukKiA1fyFnFeEsWK6rUO0YgCswqjrM4vU0leZ1b8vK9aM4IDJM3TJqdMLfOa0rPntekNOqXUn213CP+Yiz9l1TH4zX3P/Kv6Vv1gTeGcX0lMaYhowng+97j3LLqGcSUPMklrKen/xrsACFxN9fxaQ== prsrivas@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCks+XmOepYEdSBP6U0T+r+fZowSS7UHY5W8AUtAkvXiKlTG518luG2wtSALIsB5+jyjC44ITwV9X/vvsDaXQnp1hFanwWeuU1jDdy+MvywvxI9q4naWlDpxrfq4i/AioSvdoIo02uUFYPKTCHrm7wBjTwpWbCD0gbC9/OGAHM88Md3F0qbgFEr3BERvNGe0coCjWRMS8+GTZXS22WW1/NxNzpdCUjO/9j4QydpW7UF1kqVhnPVZozmh4wl0rk8tgb9Zx3vCUBG1Q5eO/q+HsW54eXLa9FcuQcoJnNdV2hMXRHHZHTgaPKZ/ildukzZHo0i/Dq1mi5N3s5A7aDYxOWWlRXazwL8zu/UQVrxVRni8vDTFk5682lskF1WifzADaqicUWzasdK0PC4G7JmHPi+XHskeOt5i4ywEnFRXnYtMOIu0CNO82Rg4CdUAD58YXCGoQ4r9TG4LlwKg75ouNHB/ToJidSg9NBwclP+MICcTpWItxVXpBj/YkeLcntHtVTFNHORxIwIwWng94wVEDCfyXelyAR6VfwcPlWWrbzhbEO9DH40GuluQi38ySWi/HpnrVriJMLzEQA9OPrLsME1LDgPGkF2GloPL8nnnLWB9L+YEBNNAVoSo0PHBsjIibdZ/SZm7zUgYGp4fuG+m1+SDOjcfD6GSXOTQwQou+knEQ== prsrivas@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDISEXvGI2oJLTRR15ePZLkmdYjaQJxt9V/ 2021-11-15T20:57:21.917 INFO:teuthology.task.ansible.out:yBwKdGqYvnPzmLOpdmVpdQJo7ZOWwdp5tJsCy4q5uX5vIUv6Gyi3uVSGmZnrKUbsqoDNwAX5vx/gFBINIs/ZXXyD4fpUT8aoZeq1XmXdIaWG0nImsrtRnRxKP9NGZEcW8z0WPwgF0Ck+RH0qZUix6Bfbgy7vMXnivuDv+NdjEwyszcrPWvf6Krr0am9Q0+9nj/mjvk6CZLl+CH3HNdkhZuNs+qMG4XW8KhLvQB2p790XVlTHuVU4jWrFmjymggZxkhoCY/ukHH6wi2Pbx6yjjKOj8iIw1xKabJzJ7S8UKT23A41d918DUCUuEG66pN6Z4dnv+fZJxj5iEo1GdycSWIc4SpLTK3z4zDZypVKIzjI4o8VwQaN48HkVjUdTICTvGQfytFi3jX1I5nxIZiiPcxMQLR5hQggP8pn2XtvXpomn0aBc8tVuuZJLVq4zCVnhlVB6IACmb71evjFGOsoSuEsaTufUr48= prsrivas@t480.lab.blr.redhat.com", "key_options": null, "keyfile": "/home/prsrivas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prsrivas", "validate_certs": true} 2021-11-15T20:57:22.051 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'zdover', 'ovpn': 'zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOJg56HsyNa5vHHb52G6O5vtv9I2tdlNMjFlG3SVCCu/bVZwVeGzp1ekuNGU10owmnIvhlSldMjLn2wwTwiDjbvYJVVCPvzK63vCUcMevRsvr9EyU16JdAgrmrGMyuYYEb+wh8XWI9Dc72o84fMaBYFSSer1S9nUBL+KVLVhIe7culgADimrDgDVh2t7u2JHBI0m0nKFGJZNcIyYf+GKOM+n7SaQXIYIytvSteU5BvUIKPsDd4z5lVlWiKO3kG6jF2RnKFV6KWBWI9m8YGItdGu25mXELXN9MOlApZF3AoGTmCE2Web7uDVGvO6rz6b+dc7RXTOlbWIhtMoRqQf6mz zac.dover@gmail.com", "key_options": null, "keyfile": "/home/zdover/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "zdover", "validate_certs": true} 2021-11-15T20:57:22.187 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "rraja", "ovpn": "rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC4zwWf+kMEDgaSOrX7AlD+UCOgf4/fRiorQVJqC8GfMNynfiFVZaThngwIrwtQROfXHbzspi+AcRvDLewY25mXyuxVgOfSbuSIEqiUNvzcVq9IItI1J58xeDBpIktAsoHHS6JENV56fAT6krzRAQLnSa1k2b0pyKuPBzFSeNgiaQMhjrCLAaCi9yLsdKpnWgXhyfrdqvN2r/Ctts/zlTPqtRYdvdIL/p/l+vg7Q8S3OhuAGtimaEq3RE70xadaPbGhsLISMTrbfYXbxw84KKZpNYwO4zmQ2ztcvC9D7A/8ov3+A5Jq42G+pq7ORuix2NoTWtADMiwvNe1HyzS/7cX/BuXLFssRY1bzRvp+x2ExZ7b+bFx+TE/RduRh0eyDNLg7SyL83aeTr2Usa+mPoCAMKed9XtYbRnUu7ox4wmfeAgx6jM9uG5uQfauJ1XpDddrVBG8KYBvSd0BM2cyRdcAXqwxg9AVPZcdE7sbBk44CGVhw+ziZ3e3cLBTO4y44KRQre+1Bhe/Ze8OTQWLFugl/XagFlJE/L6fGUIPuFojmQvlw5dBZwtUURnxsu8yHm3iIsj4y8nR1zHMj+zuMk6rF3ZW0epPAECAdq4gG8X2wv3HTq0vLBkKpi1KMAmntEtcVwF0fzMt5XYqRd4jceFgonAAipJNDknHgi6yaUzBYmQ== rraja@redhat.com", "key_options": null, "keyfile": "/home/rraja/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "rraja", "validate_certs": true} 2021-11-15T20:57:22.313 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2mEyxfkW1u84u5BocLCAXESj2qObWkxUd20cmPolhJYlIWLOafa69Dw5A9CjFBp0U6Jx5d0JWcwmAc5ZeffQ7t7vzmtHCZnpKkyZhN9bu6vuCh4N+I643SI/K7tdbB2E8ZE6uI7ORMAan5+t0bNSVolUVq6X1w7dIA5El54K10WNdiwgRKW6e3anNbJ3rBLGEk7gawZqDDOqTvVQmOBGWek3BjSReDvg3rkmTQLxJkiKdxnx4/s7gzH1xTpsS/OludIuSxF0BK064ZcT1t09qcjnT4Os1inV2GfYswt+UhpgqrHqXjEs0Z3y4Oy77QBKL1rDf93CP4a4+eJjqXe+v tbechtold@suse.com", "key_options": null, "keyfile": "/home/toabctl/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "toabctl", "validate_certs": true} 2021-11-15T20:57:22.448 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCitWIN7jm5KEmB6jqcA+ufKRLodxkJ1GIdaaueCdeXdMHgWNH9FUDCUJk5dcA11MxQO15DRH/cdhb3QHPGiMv4XrBeK6HHYwGttzkcUEz1EDUhpowOrnFETbPa7K39ObmRcgdvoGXOSrNZ4mvptCTz9Xb0MF+Gcg5iJ4g+qZzIVa2/ueecYY8ZorbaH4m/NWUub6Rf01Q04HfxTvKrUFswrbCoE/Aigz/Oh88RiS854XoTvV7rE1tKbyKkaungwMAaQSNnZkq4hi8nbp6pzTxJLV7N/ZYMhVpdxSbWcghFg6cy7aeoCzZMN97WcDhpdfbhRT0dbqCkMmHV6t0usDDnOss2v68UCzkxuA1Hj4uy8rRHjXBtYqI6xsrwCjvmgP05B14TpmFdG+3GdRHx2+QlhnGj7nuPf1KoWW/f3tD85DXoEmVl6RJ4KTrMeEVlOn3kdMLVH0y2hIqPTYMP5cMVNi0EdfeoBdd9kxMKMvoSVBAgmLzGVv17o1lNvVS6V1kyt7gME2PfNR2Np+U1cJVJfUJRTm28mHXBVoDXG9s0zv8+LpQ/gVPS+vsPAfxWWYGW8ZmEV3ZorDOZycSPybjHkPFzDAdUhPG0Db0o+F9ug+22F7pvifsdDZ42zqGGLbyzfIQE3AtyI7LR7Sc5tpN9rKTeSBYJ0yNcDKEj5FUHDw== mfritch@suse.com", "key_options": null, "keyfile": "/home/mgfritch/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mgfritch", "validate_certs": true} 2021-11-15T20:57:22.585 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'xiubli', 'ovpn': 'root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "xiubli", "ovpn": "root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5bCXQ/B16AKl2oevC93R0U+3OrTyd3XEypouJy4LjIzXLX/Go1C1ViERwDAeHmqiUTqJUL+KZ0kMo8U7zlhNBk9PucbMZCqdqx5hkiCAo4y65lEXmuPGimRU2mK9TpcDTLWoyrD/EEhwzT6gmw3ytVTxi7qAb0tQUCQB+pW4+Zr5u6HZzgu9kLGxp7zsGtMA84Zqm5ql72mGuS0bUN1ajm8LWBetFuzOOW6YGfnKt29cLV2h1itVewA9DKM5G70B91eK4LjoNddCkqVA8L+v6LMQNU2pejUzPap98hmFUpQMNxlWQ0+B7UjfbkHWe+mIsSkdr3FfCfqWvsL0RiHcZ root@lxbceph0", "key_options": null, "keyfile": "/home/xiubli/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "xiubli", "validate_certs": true} 2021-11-15T20:57:22.722 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDT+6B5Fr99p8xe9Zo5x8ULcdeA6ne727iVJp/xaguGwGHj6AhuK+R/CjznnHk0yA+6kiblNzjvbnsuzO8T9c8Ayv5KU07MxP1y1pymdYBpEh3NTXmhB6QOTCNTQbT14PL6MVgzK17SqarFCYXoEGuyK9jaBdN9QM76vhEaXc/2Osg+d8boJTkOk7lOPHbzeOCbQU3d+jX0VFOgAQS5OFz3Ug/X7nB0D0LN8bt5FlCZiGO95Iwls/SyPDbVXc9ot8oh4ME7kd7sElokBdYdXPauibRxWKjSDn+hV6kZfSzqwnMFaZ1TC+Av6zNsBuZucNSp3/Ws3T5i9i+21eyS4+qVE8IiX2aVKYuC9afb2lPLbdG2Iy1CqiaeGPkZfiGT9P8iQPOkqae45859UzFAd/XzKjBcmus3lSArKG1EyZl03HQ5P2J60pErCXq8W9mPjxAze2ReLRXJVEgTXnmdhCptcg6PZ4d/k4BEddbdnoX6/BEgFxLEJ64HpTeTVcDXHpipCpxFSRvgyPH/wQGKAvt8AfKBhmeZs7LuyGOhJiOon4DDaShHpE9wTnJ5qlnyg44+u6NCwelGPMAkHKEO4OgcjSsyXm+HYUpxG2s4poloIJzvU6oa3dvJsMZFhcb8CsW75sBYE+YngS/1fg1WU88ZOdaa1yF4F87pVZycpZqY1w== jan@jfsuselaptop", "key_options": null, "keyfile": "/home/jafaj/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jafaj", "validate_certs": true} 2021-11-15T20:57:22.889 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDo8wE/b2/EDwV018ENfcENVfXSF7vnXAwBSzNVScgxdqr2DVKTWDzhoI0m5CXTqI2HLnJVFDTgN3t5/fFcmwmSAP8ic8wU1JznSPZXN7qEQrcEsU/cwHeuzyutibg1ItTWWtoXYV8SFnVom8NF3UwXF8I+Vj6VF1EStWCcClgPjLbiOm8vIgaouXtbUIFv25GpadXyUtwiHEq1NKUPLgka8Usm8ibyS9hY9KmNWlD9AfmnwAImc8Urn2dErcsfAltxoGUHCI7ZBHGpzg+6dpynNR+giJMrjwWzREaCHmiJX3g6jmHuuY54eSOs6cxqi3E4jNHVWXPe/tEF3l0klEvl jschmid@suse.com", "key_options": null, "keyfile": "/home/jschmid/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jschmid", "validate_certs": true} 2021-11-15T20:57:23.017 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnQfkkxYWLhMdoQ4RsZxWTXBpbzsssgeRfvV5q+n0mW60dxQ+9rjDXUTsRkmh45B5EhNWlKwyIUcQ5HpgJk6XQvYU6MPboWjriCTngmoUbwNIjOjyazkBbxfbwUiRDb+x1EyVm4Kt0rgj3nhqqxf3krqO2SlKgsVaY9b7+NTfshXb9T73/RRLtvwUOFkjp2B+w0SQs7Ka1GenmHSY/6xP25Mb8q9QW/2nuf1mV9rTd5l2ZHREzgG7gQFhjgUq3w6zCCfcCGwrPb4omqd9xiYLDw8l1vfQ7UPbuOqK1rFM67r7JQDG3yyJjCdWgRUI/ysbbXj0fyT+QOPZGK618V8yZPVlq5loQzYI39zAWZU9L9X9bkQCsJfjU5Yo9f/zOaecnWfUxC84NKpbG7k6XACdUIB9JGGtL6RPtgBU+k6Ts7EemIUCyMYm/GX+PYU3GnmmdqW9yBeyZoldwDCWLq05vjLXj+R3J2UrMl5x+fhP+KEFd1ZgNc7PV+CF35/ux8UE= kachau@localhost.localdomain", "key_options": null, "keyfile": "/home/kachau/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kachau", "validate_certs": true} 2021-11-15T20:57:23.151 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQujcXnq9qOCmTWs44GwKOw48BxZGBmo9AeFk3KPRx33Cz5hS7UHPYvJy03KdoMySgxJtuxsOSvjJSPxpXesTtArO5giW8RLyuVsu9q5j/GhPKyABttuGQyexiRokrHQFLVifzgqwsUARwHarWH16Oa1n6fZPFNqSH56c872zS4Pwqgkzx99NKRWh/B+fIk8VmDzzP1qvQAnUXDeTeTOzapAL+8fSNTp3QnhmZbvCHYwUxfSqJyzq1wBL+517WrvzvX7yCY9B0wzm72sIO4daV6UDyAL1B72QpB04vEZZ/skwS/0jmokfBn43HHCMPy/Mxywfi54alFJzIu4pti30V kravishankar@localhost.localdomain", "key_options": null, "keyfile": "/home/khiremat/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "khiremat", "validate_certs": true} 2021-11-15T20:57:23.286 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kapandya', 'ovpn': 'kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoqsDnRqAeNPi5xiIfFl2i2zqcwLTvcAso3R9+QAfSChw4+wcQzmMV8uQz1jt8UReefg2QL6bwvcQPj5Zw7ADqUjfxm1K0ezgH6RrtHgRZ1SVseTvJUvzmkDZ2gr2ToZAJYsaV7gBLJLZ7TOiQ6jzrtitiKqJZdpZfzadjShecY1TdMo8bSS7XfbRcwri40u82TRM825B4L//QuhMI7akPqa3iJbGEAQPhkGLI3kz19ryVG1UwvAkkt7TQ68zz+piXSmB2CMRti51shT4NuAOq6Qe9y2Obicf88ItkYxvySMQ5jWi2bo7Zhwuq9jUH8lK6I6PHrYc8LOsR9gE/hqkXxTQrkOXEDtHN1mr/KKLrXO0GeBdgh8Gj4gcwgd1RUCE+T9q09WO9j7c0piWK9Fs1+q1FjH06/AfmP4qob1TlJMHhtPyOp+lk2XvABP+sqW4vyrgmXu5vJU+Hgq3X9KE7bKh4WkCem24Np4uA+irhpvZmIoHyINsYW46lGfwJvM8= kapandya@localhost.localdomain", "key_options": null, "keyfile": "/home/kapandya/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kapandya", "validate_certs": true} 2021-11-15T20:57:23.421 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'prasad', 'ovpn': 'prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prasad", "ovpn": "prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNEEz49M5KdLcp0cbKrE9iihrH5PEhsPgnAxac+aQwvnTstOOlUOyR+TvHiRa7sgXHuFX/UXo+k3Qmhs5U/sMZWZmmN3Jb3fKT78lSBbGnByclfPoGVTTLOHxwo+RFE79Sp3e30oshJ3DwqYgiX6JjM8B2Y7d5Tv0Ss5uEZswvmCEjdTLDSsoxrsOjVxBpuArOfCxes8PnKDdq21mWldpP66iwFel2GgOGSc85iVHKcOE2OpVMazMzXoMSMFoOpCULKjFfXBuDIqkXwJmtLJaiCgcVmTR56KXh7JpZ7vAeJ9ttv9qgOckqKdI3jEjeDT+TrdLlRWghBE7FRkm0vmun prasad.krishnan@macprasad", "key_options": null, "keyfile": "/home/prasad/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prasad", "validate_certs": true} 2021-11-15T20:57:23.556 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCu9CW99ySPXSKQpLbefu1A0KqbUQIzvUOJizIu4azEgdlOqUnOMR/GC6jgOdiVL5mNb/U5bg7yQuEHgPAtmPRotvbI6/FSwIAR9+GgiuKSOJCa4s7QzWbHwv9g7wS2SLURw8UERSzlLlT8KQyGj+GkBhToWp4PTXC7te61c8XJNGF6giLmIAky4SH8uPI1zeLwwviJQomjFWZZ1RTbcRJxvGPjPtuUKDlF7QgXTLE9ZgsNopusC6PfRd7N8Udkl2OYPAzA+Jun0IRnQyjRXG3c2sYXQR8YYGICsxvnm4l81vKdxRL34K7LqBUHQXUcoCjJy7+/2/1dca/AMHgi4sZwgeYQ/U9jZg5jbm7o4MpDUFsS8W6OO/ZPiuYTswGBNRXhPmbGFnfa9dBXBS0p+buHF8PcTSLH0Dp2nhHkK1ehGmBFVPw6nPj3wXA9BKuNc+g7AiNUyRKyCWroFJ0VwUQGbI6ZMccO2cI7QpYmIqPCl3am/vUSNq4j0m/iURR7+t0= vikhyat@redhat", "key_options": null, "keyfile": "/home/vikhyat/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vikhyat", "validate_certs": true} 2021-11-15T20:57:23.692 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCipD0d1tI/Cff3AeOZTQ9eb6pZ/NOCAOw7MZG/JgpCs8+T3WqiUEYefsb2PuSa85vV2GC7kq0M9ux7+U+vZZf05geYiU2S9eTucLEu2+YE+RaAvIK+ZB134/33JSPGIVubXgGWZw/ZFCEYXmYk3kyEg1YDIk/BEaoG7PsDiSB4j0W7/WiV2bEEdSlTXt5C1/kH0qn4H9wQMiBSpdMgdaRWw60HjObDd6LASeUVgabbyclypravZdpYBnits4ayoN8VG1aZe4Qhm1SzP/CfxAAYfxo9NbqSBWJmn3iSN8UKHhCFrRCTaYic3z3usr8784VsA7z/LxK0fs6xjhoxRTa3 shraddha.agrawal000@gmail.com", "key_options": null, "keyfile": "/home/shraddhaag/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "shraddhaag", "validate_certs": true} 2021-11-15T20:57:23.827 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'gkyratsas', 'ovpn': 'gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCpE5V9JG1WhkHSYqjqaijBb1MLyjcKQlmj5WQ8w5832n6x9J4yDO8wI4qmiX3XeiXPlmW6XjAq5keyukrQe/yVI6NDXzgRxaHDmNj1AR73gyUVqRXpJprrqqsnLHawIRovrBD/HNhTv/2G8xG3BHakac1+qj7tZe4Jjx0aG1HbRhhJ5Q98EgvTkDAhktnlvF9OXXC1WI7QirHx0pRHa40SYyFLfOQDbQSCzb1TAAY5NGn3SwK3s2mWeoEsAJpCLrkNfSTbR3Z0mylAJUn+PayqhJegjwKmLaONjx8ZHXN970JHgojBBGOD30J/NnJQ7N6eRl+ekjpHmLAYGbe2oCwD gkyratsas@suse.com", "key_options": null, "keyfile": "/home/gkyratsas/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "gkyratsas", "validate_certs": true} 2021-11-15T20:57:23.963 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC9sZe9p48s6RSpluK1R97X9tsN3tWiidPbdyXvyMUXifYQb3nth9wMWUakrVBp+QGEkqALLIf3so3MfgbRvYexzNfHvRT7Lxn8D/isiCpWa4aLM/0alprV+RI38dR0mI3IVb3aIEYmgp2IY4yzybWTHCmS1VUrUJJ0pOfXOssq0xgo3qeaSQBHYRKasqR8GWAD5MWpG6/kg6gxI7o0aHVVTXy5ADB7NS1LEZr06xxNm4exeYvl9TzXrbGZWf2gC8ZpXhmFHI80A+TKEZRU6wmcju7G69nyEEF8/ebcBKmZB4eTsDN7qR7lc9dxKxiiZcJXc/MWy4bSu69NhOeuq2xx7bdexS8OHKdgYH9gsJolu5zgN20IHzaRgswO3XIe3nh2Ud8wntwBCwmJ9bf5YByITGjpOhntkvWAP3AXkQ1B4HXCdlUNW+4pMexDe2D05LHOwxcS8RVIH6ELu8rWe/QBA+DFcyZz4xE55pbfVt3FCEFrAxUn5qkyzszwPMjtK4XAnn9kmnw2B0k6XLZOZd+n7W8ege6wih+gwfDhYMZX0qzi3HdAK7nk5vEOFibCztLaogzfc6fdFRx8OIWJQXqx5I1641FU3UE6sVxku4IMDTq2GVyUWKdSN6y8gBiDPVe3xu4qM4xghSnaAmfB45IrcNvibBjikNva2FHt8lcutQ== prateek@prateek-Dell", "key_options": null, "keyfile": "/home/prateek/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "prateek", "validate_certs": true} 2021-11-15T20:57:24.088 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDFmmTp8+YDXU27xnSPxhWwouslpkvp1eULVp63taoXceDOnH8EMWv0wiEjN/P+Fcf/UB+iU8bELyHubZiqnOUr9f2pGX4jkJ6Yty1p5BUK4my7Si5J0/JawEDVQm4HpFWMKUVKYumvz3UFuBoINHVTqr1cLIDAt7mdeKfJqFB45AqxDUIPP4d8iznNCw+QO2CMxk0o/wMNHbygZZrHAiDngXQxwhe6oR17RfolhREy0JjHgojRjxgagpG7O8WW3OPI5Outnz5Pvraas5q7w+b3xbB9vdTObW/Nii5VOpTdIsFzBvp46hLoRSIcB8pRLUrxPJBPOY7G0zbopDRLB2zLNGKIH2zxEHJOeY928uUbWT22b9mGu/L95FFY7hmeRAicCUeixMTgXgczeQlHDn5eqQzLI3PNP7JX/0dauCD27GRKsDUnpIDj9RqgCQDVueIQQMC6QMa9dYQmps0r9Ljp8R84WjYFRP9oOI+POOzbgmRO0JCVnPqz9MKyGVby9/WFBHcvG6xmwACez00oqe62z+rhcavGXViX5CxGMV6vUTXugBa4ZkXlzs+djzYWfZ33ZKVeRIwj2Pu1PRTGzB8e2BaKqJMN0FVtzpV4hom4Y/9vIPyDpjRjNuKzrkYW1M8PxBxn+EJUPMLhr3jFMCo6HSxHoFXy8BzZoFkZWqap3w== JCL@IT-MINI-JCL.local", "key_options": null, "keyfile": "/home/jelopez/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jelopez", "validate_certs": true} 2021-11-15T20:57:24.224 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdbJDYY43Zu0EKAGgrSKEobyXIxdhT0AeTT3yBoNY+YdYDScimJsQzK4hKNJIn1xC3klr0dSnsqeJru+SA4GMhbdcsmVyudhutCw75R/vFoRHOwaeVS2SMiBAtDbAYGQ3dh6LapkmXeLURcycNbebUV4HM9XsYqnuL8J2XyY4tRKgHrAd6OQw4jsXDOxwTRlHM822N/2kgv8iEwiXAJoUoymbr8mnfSxuuaH0oiKBwuaK1wuaDrlJyXkXNslPq89/1f8hJfjixY2dQdW7Xk5m3t5ptQxWENpw79OMRJ4cDW4G7LrtFONom5KQ+9TBZJIhNgJobkqI4qwinrWF8qMW5 dcain@fullsteam", "key_options": null, "keyfile": "/home/dcain/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dcain", "validate_certs": true} 2021-11-15T20:57:24.370 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDs2+6XwRPdiDHT+63Yab00VBulg96/OLEORtNUvm7TDRMpcx4OD2oOnbsE4rG3dOdXNgT17H15c6MWFX2a2uC2h1j4hJTa+dG567HrYXRHG60Kwg5Sviiuq/ETPoH/r3OSvHs0HJ4Y9qYPQ5j0k7gG1XgIY3QHDWNRsXiyRXP9FEfoaOKABDTUoLPjqRX+4ExJd1Nz6DLxqIlre8wfqF5L1l12vec8JU3HB5NSRa87HxKFtLLIAtw7B9H/HggqX5wWVEnXq2qN4o6OOePhaO5cjWAZxOtT+AJTyHkeyaWLwIGOHBVZS5BKti6jLc+PxQxAflYlu9X3xh/2FlA+9H+ABZwMHE3ruUfTVbviYBbtccMCvkzcvFgnvaUCHjd7Iv/T8/JHNfBgFgigcX0Vei0+PZQ5oC5b7YpKT241NA8DCGZNgr1KuL9LazkvbkbpDcaHUOrkWsmSW1RRMC6ffYkbAI9QiBJFpImDAWP1u+1yCGhzPKBfGNt91GcLCD6ML90= sunny@devBox", "key_options": null, "keyfile": "/home/sunny/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sunny", "validate_certs": true} 2021-11-15T20:57:24.505 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'xuxuehan', 'ovpn': 'xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4pIcNiZKVIfT9GxyTe/B8G2GyHKxrAle3iExEzLH5bBCKtBrottX1y66KBzQSsrAb0z9h+A+uxlswlY6VM/gNos9VRB6x4NRB4ADY1Bku+JsKs5aXwRB1zz2ueZhrFN9hJwMl1heLICx85ksHBdm0q+JPdUAV+/LBdr0H/IjWveV34WL3Awf7QikzyKhzUciMB2gN9PJXTW0bl8PP56y60ys++L3nMSRJ+15uPcWl8MS3D2vABII0Tu+3PsxzrTTNodElyQ6G/fwyFfWhdp7fkidjR7mDDx8NyWfCl2rKejXv9LnVC0wb3tFoQqvwdz6shN4E51EIEGXHcLUeRpBhL2pFOqIZ0qfnmLIQVZ88RKMTgo42CgtmS5UzxCLOyKOh9GxF7DDEajTinJFJJVbNJ5xF494H2geSnmP1o1AecGsGbCZ4ndhS9unSfIZLAyv1J3wZlAlMsvxXgY7yrh1srUiASVyKK8jba1IT+v3TXR8kQUCNsLKKbvuX/l0IXME= xuxuehan@bogon\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBd4eSizc2zAkWDy3mFZUhELO2wXDgkVxDNM/Nw2zT1li3L+6YOjFfdT4NOxpkg5laLd54bdKb5GVRA6iKqAO+aqo53xHHJGC8OY5eJaUPjtpypgIWO4Qzbos2ZzsC+nX5jvi8O9nM+JkabSW5iFv3gGPTqHixFYkxK2NIBa/UtXFOhmb1wZ6CG5Q+WObCosBUEMWokC8ntCADfhi6qDsO2fol6mYUhYEE/0nhQ5uLRrVIM5QM5dhrQVEeAs4KcYpmPDw6q6AKgx/f5zObh5OSJFTVsgx2cqzdQVJVDDx2OD2QVRtZ9fgvI2EGmKSwe1TUQOdqa5bmsVIp2Jfi8MC1 xuxuehan@localhost.localdomain\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwIokXSvPYP3TRlSw0SBgmMFW5jVltGf4c6CqjIW4KKCgsL4c4Vs0FztRyDGc9p0krZUoGJCZHErVToXm6/lSq8JlfrlLX4X4yh37fUifWqc2UTJGeH8kLaP3WEt9vT8eQ9h8t2GqlMlGQU8KzVAdC+c5IwrbGRsS6S7D09/y0rklkhdJ6nuj8cssN/2TzLF9YIvVcFZHdyznk84eB7TgpPKD88MOpTnEgWFlD4vAWEuHpkuxgj1KI9LscgSFcW9/RxLeRxcV0GypZ8jPmczoCnin/ZOstCTpbcmjL 2021-11-15T20:57:24.507 INFO:teuthology.task.ansible.out:d+LW1kgGXXQSkf09iHeJ/cyCw6ooZOkynVwwmI9Uz2ZaMedCUBpG0bKclIerJ9jn+CoTs3U3Orhd9+6MVtCHX9VNJbVa4q0KCS1sp5S3HDrYkgUyawUxdYorrLZcqfRHWWo1luiridmuQdr8lQ6dvNpz4rhsCrAG6S1eeaC/s+o0Rzpv1YxU64JzquZ6WNR+W3U6Bg3iYkSoDCK9byf0rsptyL8= luqixi@luqixideMacBook-Air.local", "key_options": null, "keyfile": "/home/xuxuehan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "xuxuehan", "validate_certs": true} 2021-11-15T20:57:24.640 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'aclewett', 'ovpn': 'aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMOuxxTZyxz/TEVA+ODgtLrNcSsUhKE64BZg/Ub96LLffQXQc9SYT/0YI4wxu2vSsky05PnVSON7jqGxunCt0+AdRqxXhW4ttmRIOz8rq8SiMnnLayV34nIF1G0aYTkgY4ej4+VmSVIHU3bb5mp/Q3D0hxQwDPdgOJWNyW9oYerHbnx6lVgchvsZHB9VO09GNHcAsyUz4p+xBf9iR7eS74p4dZmUbth/oBBqpOa4NgNr69iyZ9a/pNDLxaVQoIpDFrevk5UU5nUHQq2frFNxF/Y2Ja1EBXCavvPF/m5v3J3xNEu3SI/GbLFCPKCKeBDpXJbe1QqTBKJjMl9qGmKEJ3 aclewett@mac", "key_options": null, "keyfile": "/home/aclewett/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "aclewett", "validate_certs": true} 2021-11-15T20:57:24.766 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdTLDprr3DXtsgiqrB/miglJwSkY7BAv+OW9sC0ZHQf8Y4dFoUtr7q9fd6W7ehKL6aMjya/8eQSMPRoEIZFD8f2KPCuE74Wgwgv2cpAkFmLjcPtjixqLo3LGFCyEJWGLQxjlthdzx59mpCWgBsEJQmlKP36JIYjILIMtXtsETIUGFa8QPIn9sMdIgutPPf3yB/6DHcR7C6yIAuvbJactEsiCt4C8+uJinvCii3PzYOMAEd+mictPGk8nOCQFZrI+ZmwTz4UbJylxFqnX8lhhoPIUEfNAXlb3lkZWH1LaFOxarbmupuPYcg2rT0+kFtyNr3/mAx0FO01jADYooqcW1Z cardno:000604936806", "key_options": null, "keyfile": "/home/cblum/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cblum", "validate_certs": true} 2021-11-15T20:57:24.911 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDPUCIVfNQOOG+uAeKWo7tLAdgGO/oQu4exTE3XLfyTVdd8u6pbQCmIDFEnbGgMtlYuWJlCJtxJIzEZJ5HIwf+po3y7kb7HxEeWnEb9DsqJB4nCRE8fHnNLgF3bh9gvE7sOZdNXEKqtsnGcaaS81oXQ6QgkFGQzlOBOqxj7jIvad7AtNWD3WbJi/uTVDsWcukU51tn/aEW+hHMD7Y5QJkLH7O0PrCeEZCUCWoiMP7sNwACBym0DsqX+POkGJOaGx9EeNhGVA4B6o3xYXJPqmFbgMWMfG3/Y3SiheZjxzySMQ7FKW4Q817NaWqbjtLZQsSZw7JNqNFkcdTzVZwwCOJ1AAecajpniKeQLnyiWQ3Z/EkSGGwtDj67wo7uqT85tpOyLfYhQm6Zp+xSh+I6s0YJ0xO/huLKzeT5D1r5vVMk2VdcLD3CCxXUwZgaMUxYAC2Wq6mpIkxVZFQLbGuA/dWkQbFsrpbf7ES+kh+uzp4R6dQ29OjXbVcSfF2vyIuA+VUKoyj370YOZQhs50yuAJ4BSHlEgoJdRzi3XUX48h45XHiZcCY3X8LTX6a+0KAIgqeAWdFhRgQtAxoRYjhOxC3k/boBc8sEQ3o4pkxnhtE5Y/tnM2CPkPMX9HWYirNf9GyZTYcR/5rDf4ETQ18G68WLaNK758OuUPjSkwttcyLd4dw== mlatimer@suse.com", "key_options": null, "keyfile": "/home/mlatimer/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mlatimer", "validate_certs": true} 2021-11-15T20:57:25.047 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCYh28a9R3a7jpRfPqVAL9EcD+S6KkZzKTfCmRn4s8Fg39kUZsgnWUZQ3jUxKSeBA00te7WMR8CsIEzulm7f+/egNuPcvzNI/SaaCDtVMaxqlEuW85ll8uBQi3s4SLmOu9oS+5oid4cqTrGTcG6uhl29oWS/53SxoGh+T+y6GesO2cYRuTpcUHxGMvIgZe/bKtVGdP1y7rQd62e8emb9UupMBxaHpkYj9AaMuLjovHbBgecWbe4PlzPWNzl+eITVk2d6CxxIem4/bw9VHkRjQZlhL2nbwRgtczLYhlaZAd4ePEtsqA+7nTDjTDhXXHVIf1pDAsJbZEdgQCSGH3FzxtrQ2hZJrH/NIKdHk/OtI06e7POSGj7PcHzTvMjQSFnTpJXinxwzn0lvFSlmABN/00lIE0p2ZXfPs6dgWJ17JnTq6dMUoTiGhfKphPHyfSXJCzfa2VB+lQQ5eAaa9cRXy9pLmWGHXVGz2hsBMtyYmTjR/wr8kdTzeK+Jk4opBtGgcxDustg59b9x/jvgoc3HCdtnkqLTug2KmutB6kb+4KnVO07GsSp0RmNtDmCRcXs9YN/eia9ICtIGDWPc3YDRppsw1Vktza/+ZW5vGzIKILZTo4SNGcg19zQw4Qxd9eLkXfB66vE2CQvA90CGo7mcye+UWjjXLr7i0cDEszAloQ9aQ== srangana@redhat.com", "key_options": null, "keyfile": "/home/shyamsundarr/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "shyamsundarr", "validate_certs": true} 2021-11-15T20:57:25.183 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'shuzhenyi', 'ovpn': 'bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "shuzhenyi", "ovpn": "bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKRZyOnj6D9tCw5o4+ujpos5Uj1O0XVvea798DsXPRh8bEE1pLkARQJLv4iW6LsG3x/CXruahmwT+6C/VHppIsbgtpadMWdCTPYrsjctPK0/N9nr4kQEL6XeK3/GHFnwqYcc+LySpNNfbKrgN4qWOwdZBhQjSV7K7FJd4ZYSm4wp6TVbvKKp7o+JdeM2zhstfC9AcCtBv/TpxixFFq/+y8/Z0PwqN1YyHduDOr1dr1DWn4ZzrkhiTYfPOltx0jweD6zTJoTAJDqae7kBA+3XH3dUGX3n7Tchsa3bnIKVz9sLQvH/vPro61I+Xig6MQh77JsylNvpwb1LLOEzDf7dxl bigwhite@wrjj37deMacBook-Pro-2.local", "key_options": null, "keyfile": "/home/shuzhenyi/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "shuzhenyi", "validate_certs": true} 2021-11-15T20:57:25.317 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDEcI3X9mNxtHRSvi2gVFavu21kRCWDd1erXW3d/1zWnoUvRxe9ft2xA1c3Bmo067GqhFudPcXoYJvz3atAGR9k3n1UTtTJe95XRZ1Zmn/boi6mn7I2oRVFpW/KjxaiM3iN2SHKknMtcs6qRTioapYCU7u924oc0izqPBvkrC73cfVF4emH1ERWEcQBTxWub6N6Mn3xaDmJ5xnGlNvDY70CC9osoa2VRNJM7GU9eUQClHirPbSooDvvVKfTGD7YfMH76j6PdDR/a/cgNeiMevtMbeFGhu1SOEHb1ihCNoGq2vQFPPWwwTCzMI05XuUEc4iaxw/kbGBMpWbmIvswIMQrRwgwLZk67GGpf/dEeutI6WseeNKNuHnTzzx43AW9G2coGq0RKE7OuA5Cqj0CO7Kcf5UA4AqIIroLETVBrrEV6qzpkD74QBZXPl7gbSZIyxLpvtQoMfSSzN+Mj184LmQoURCqIT+yM5gddF5/S5I+rpw81vBj5M9ZskyzVQAo0H8= michelledipalma@mdipalma-mac", "key_options": null, "keyfile": "/home/mdipalma/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mdipalma", "validate_certs": true} 2021-11-15T20:57:25.452 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kchang", "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+tqgRGdlbb7NMefZVPCtbzVZBapxmmPcKaUtqT7E/9AKRoHuroZQ7KJQfO15POpIfEja7BugBt5F95aW2Bd9/xhulzC4/JjiZYc6ST5Na03BrcudI3YcktoGR8Mm7ZVzSojvm0SKtLLHM5Su17JpCC7BitMdao1mETlUOklEXc6pgbr9XHOayo1zeuos8DB90iA8TQ2soR/POD1Rix4GKniCHXz10+iXQFYPsif1HsQ3rh8Vi1M0cTq98bMSmfsKODil8KIxf+lvLCL4GAgDYEyxnstiTFh5GAcIMOOo2dl1fDb/Oa981CxWU+xxJD+M7AEJVeyAqqAnShvZU6y1L kiefer@kiefer-uchi", "key_options": null, "keyfile": "/home/kchang/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kchang", "validate_certs": true} 2021-11-15T20:57:25.588 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'vereddy', 'ovpn': 'vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDjj3bbbLvd4IHeFrSJyM9N6uKXA7ElQrzfcisKRGjUPON8IsAWkXQeAnHoBsIQv7tRGudXOrK+tbfv7crLI0/CxL+o0cCVW8bxuTEtdz07ZFsND9cppCc7Yq+wHsg7nQ/n0QfxnlYc0T9pATXUoT+aW4c3NQoDbsupLSkNs1C+G/MEBzz6iH6tgrv43OAOUccfQbC+IYx4RIKL5MteEjVrZanNELIG+jsYe+CZLdsONk1nR8+xKQw19Sm/jkKdl1K9NXoVPEBQmFXrYl6G+7tCdWeU3Vq24lM1X5p1mVspcG6FyyctcuP/8+zhL2L208DrXlOVPcqHR/4FEf3Wmk89 vereddy@vereddy.remote.csb", "key_options": null, "keyfile": "/home/vereddy/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "vereddy", "validate_certs": true} 2021-11-15T20:57:25.713 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+EkUbnaeC7Dqtq2N4/dX9v+WGlrgRS2ygHhlbZy4KHbd6+Q9T5NAWtqnFwqcbFpYYUBwMvz8zLo6HYN6gNskRN0qTiFKPQdtnydF0Tx1KHrdGGcX3G2lxyGH5P8nrqReXAPPvRiVc2/Mj7APCTmY2JftkSS1qYcTleeueivVyho6z6uD1AyC7OXANhtn7kGeIY/NvVKBhDr+3TuPmpPwPCQMcJUyZWCHYyp47v2vzNBy2Etp7WjGwOnfZ5ULiJGjH6PCXx0YfpmTUOPVkNbV6Om+0YJ3fcLlmQ/2nsdsWfOKvoAr+1uzO81h7ZBX9LVEitj8YU3WeSCV2vqS2VvOpq5NyHXWGq+ZkOCfhy4Z9MvMG+6hqp4p4z1JMpKsZ191kP7eAQua41GkTSQPlEfF+um1UV6ZjNzhB68utOXyGDoDcxct9oOdnhhjwu5W4/0t9iBHuMn02iHRYVrUWOH2FXVysR0p5x/L2xdvNPiTgFAZ2eN+EFWmdan4e9mAAw3M= gbenhano@localhost.localdomain", "key_options": null, "keyfile": "/home/benhanokh/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "benhanokh", "validate_certs": true} 2021-11-15T20:57:25.848 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jsalomon", "ovpn": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBYtdHKBXQcXQFkEW8fSwlFK/xZM16VcFY288ABI/DPfejTStHhxiRvmlsWzMy0Ar5WadZ8FU1ptjA3MKBEY1Do1r1Ul369k3zHCvxXyg9QGGMNPYfHmnNeoF4GEgoJpuounPs0mkLmrPTR+cR+/XuaZZt38nsad8M/zJetnolvqCWpcV87D7+Rt8F32J6kGDknC4ikEe8I0n7F+goOmJhlgkqegbKEeJ/EMnOItwVZHFwaC+sxOq4IlYp2f1aZMKGAtr5+ICwYH1SMCcvnp3qWL8O//t2tvguZgQxzIs6Nf5GaxwdQkh4CvjbWiCkIbGFJ57YICS6k++KMXMbEnwh jsalomon@Josh-laptop.tlv.redhat.com", "key_options": null, "keyfile": "/home/jsalomon/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jsalomon", "validate_certs": true} 2021-11-15T20:57:25.983 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD9ltUNitnn0FNwMeiGkBnozpBN5ziVR2MreaqkfqTQY2TgI24559xuILyy+TnAKumhemZ8i8nIQ876Iso85OzIXbUbRM45hpL/bMQX7pWyMIRNeFKrCDwf18OT0DPc8aeDOAFQ6YoN0j4awUENjdZuuAW80cfcjoQO3m7ORF8wBF0IvMWwPDIQQrz+Li31ECgXg6VC7K3e+BNHlfNQ/2/ahS0+V4J6JYFsylZL0r2tydhDMd6rR8QA9c9BgeBz7+KWobGtiZVe7KReTzJ0O38PxNd8br3aS50j5BiN63gch8eFxPAROaUMnuiavu6OTDy4/aeL3Zc5WpUy3VyyumWf jolmomar@localhost.localdomain", "key_options": null, "keyfile": "/home/jolmomar/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jolmomar", "validate_certs": true} 2021-11-15T20:57:26.108 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoefxOfeArToGucfWG7y1tyLF2I1J/IkBSlmxxEJyHyDUB6ElXjYIJReoiPfmB0xLEmINpmt8QA4XN/8UbR1r9LFOexlZZbX1LSbihi11LXCvfIJWqkHVwIyKHRTu/duMrntBFVENJ0LVf0GSWVTtllXaDA+fMkp6/ra/hlRHQbx19UXy/9+Pogj8Xl+SntnMGiHlX8FFq2A2tUqhdQSf/1GW1HfUIa5WtwdEqIpKpAgMM7sOW9i3QAmLAMo8HiKrArSiy7jrRUODCqsTJsfifxEbmnOS0ZtmDh0eeWL/Dyqbz99Rg4WbFNeK8oyZYr7D6bEAhd2az2A+wycPx4Nq7 julpark@julpark.remote.csb", "key_options": null, "keyfile": "/home/julpark/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "julpark", "validate_certs": true} 2021-11-15T20:57:26.264 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'pdhange@mauli hqKEk1OuI2Wmi1CAcJk5CQ f49d854572b5efe9514b4d741e336adb3534d00b22b0a505142d82eccc2f7535'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pdhange", "ovpn": "pdhange@mauli hqKEk1OuI2Wmi1CAcJk5CQ f49d854572b5efe9514b4d741e336adb3534d00b22b0a505142d82eccc2f7535"}, "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\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4m0LAcC7XiFiXFtYcCvZqX1CtyV9JU+VUEawZJpWrGTOr8c+vIexq7+WKg+eIUMot4+dtfwG8lByS1VofglIe5/quv17Xj7dO/hF2WkV8O7RYt7NhzmrKg54yB73pbRpvqzGceWWDvGRsWQGzbY7ARqOp4FPIDJvgXABCkak+hmjXyXpvXN418CBDbDmxHWwFb9QtB/MpQFiFrfl1EMDj8DaXZNWgo5J/qytic6LgiyPHhHfhSylk4cl9TGftNatobpMjqBT0O2/plk/qf+7pHPuvGSgihjijdpEPzVfctXE2OmsQAIZgkzXeCqts+s6ZYdUKq1FvpV5rMM8ZLqfCkDjEzFENJS68YYE2EjxAEgMzj7h/sWc4B5I5pxkAqVAQSGjYRu6rCCbFz8PXUdTyW+Vs1YeylnlBMiCa4xE4gwvW3HlWEnumtyURd1PRENrGJsJ/0uX6bpltbSg4sGACRYpLPJMm3OhqI3Jm/J/e2NLjfCw+svU2447xnfJOh68= pdhange@vaquita\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoeyVaMjhcGrWQB+4Rq+SSIi8+OY/kx2s1vofiGt1gu3RNtFmG0Df1VITJJ32dbzaW7kTNxaRvhldNd/n7yEMssG+Wg+a5WKvSudlbVMmscbSXdFuVbcCW1jNrTGCYrxL7Sn5e7NQEQfAsCbfXwTcYBw33NdBVovC+gs2V3sZGvX3Y0akZONNuVg1mhu0L4m1/5IegJh005KeilwetHA2A5Dr10RG6oyIgT7t4z5gZXsrOiG3UQBXaekILYV9jxMWoFXGkVLc8TpL9SUAdxE3Owc0u1XiPqYYlEN+zDvE0554Zj8Oc2ZO6HRXCZXQFvzXeCD12YswcOfkIDmJRF7GT prashant@mauli", "key_options": null, "k 2021-11-15T20:57:26.265 INFO:teuthology.task.ansible.out:eyfile": "/home/pdhange/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pdhange", "validate_certs": true} 2021-11-15T20:57:26.409 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad 6vBnL22Dfp8d9grCNtSoHw c8270453301dbec76f8070809078087ff892c74360b80a82002d58c50af19ec4'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dpivonka", "ovpn": "dpivonka@thinkpad 6vBnL22Dfp8d9grCNtSoHw c8270453301dbec76f8070809078087ff892c74360b80a82002d58c50af19ec4"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDg7xW5+Mk7pG5MjLxOc7GTvDTCPBJj2L3MEQZIapmmo6t8uPODwDewXncSzrKDH6zFVE4TTTD9fJdu+BhyT+jCFgXrEOMMabj7vJsg0wO0SWqr+4NECFPhD9y4ewfYiewBeXisclA5Bto91v93AtYpZBCdmPYSi0BEcPVc6S3iBUD0PzIrL62I/kBAtm0f/bScRiT7XvQJXvkbEObW2yS2XhUv2qgq1VlFvO1jl3B85KMTHVb8+LrKpQWOKfRfxJ74c51y6tnEjZLFO6Xn0JevqOhd8gPQIXueFZOM0g0pNp1mbtGaaBlEIibbrzo2p9kzsdvJeHMq1XuMIi1/Qyj9 dpivonka@dhcp-41-144.bos.redhat.com", "key_options": null, "keyfile": "/home/dpivonka/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dpivonka", "validate_certs": true} 2021-11-15T20:57:26.553 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'adking', 'ovpn': 'adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0m+8wna4RnrOcuCUj971EBe4cFiTXVkEWkIsUX3yeCUwMaS/ZjaoOjcdYX7cYpCp1ilo4FSO5BsochU0RiMbQEwLGcE0zB2q1ac8+yYKCuWWyknig2t4bOReu5OrXvl6mj/9R+p7clFlYhwIoNG5ZZ/2eTbo3nH7gWgaOKaPbTtvEGg/5R/qjQKg8OTC8oix6kLsaNTisQJ78Zd7b4ukg9bO0jlq/2UhQOBM072sU1/kJpWTkcA0xxm3nsC4rWPwapgz7UwBmMdyx116GZgWdfQecTLKO7b8pyJw21npk2ntUmeMi7WPZGX6VI3IpaAhBjW3KiATAb8JbAQh8F9bmejkw6x7zrP3hYKQOg3A+U8DKRRo/Ad+f0zz9gjC42DUvMEOr09RBdxZcEAPY7H/YRWEqbA2zPX3Gfth4b7/letzM3m9ToUvVfSt1CdjaZD+gIia9pCgDMb+j1j2w9reG4F7Us+W/1f5pYCyFyrm4XO3AdoYM9/FOAOR3vffTIQU= adking@localhost.localdomain\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJOefD/VJfS15LRyuVDLluKv93Zgocsl8BhiDMimvBNbrGWc795v2+eevWuwaL/SlL44SnsNZ9Mz8FVn9YuFoQiHLg7cHZNLg9EJh5SMXzZzwLZHnF02MdI2CU6U++9nmh8FtBrdBWKzZ7o+01wOw+52dYOxvP7IJ7C/vjwOLgfigEN8Nd1PrxALVNIQz7fsiet0n3odk9PJfoqTu3IloXm9qbQiPFyfMA6b8a20RdLZCJDGGG5rd6gtsyeFHoAPZEz8FEUlNkow7NM7ZhdxOz/fWXyMZ27KmY8WSAgflbxysMzexyifkGzypiE3NQ10hdPGBgoYsHrAN4Qmte1/Z4aI5nxrNzLy/uNc+L/Bp/0XkLj9zfoiFFOReXvlz/laAV6LpbHyacr+iCwv9rlI7echXmvC6mSJXfBPuyR1uromUXpYRhEkn5uiOsCIQCuYpx2jeil7JV+LJlF62lLSndOv4g12Gq2TEZ4Bhsr2902kftPkLFenyfDTh3A2qGGNM= adking@localhost.localdomain", "key_options": null, "keyfile": "/home/adking/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "adking", "validate_certs": true} 2021-11-15T20:57:26.699 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCs6q2b5NcUsNXl+w1Mrc7idNvGdwWkL0XRX5zTw22UNpQyqPkSrRTFKi4NxoY8ucv8JoLnaJL7hYSRHKTh7SqH78uPLZX0FLtoHvpYLgUgJzzJ5AOW5uekIhCMCm+3egmFnEBwFcNxtGnU2es02ByXNEXRxt4/LQ0f8K6lMqxVRSKYcltvWzlA7WFFdTnYMunbCYOdpw88RXm2pYjGIHRBnie7+pFiFSS6K/mkzQcfLiJmahgLSaYslI0ho1vQd8xfNLmZ700C5F4VTUlT/mJK/dI2LF3OfaPTsyqKNzOchrjLFx5b6dhZ4WZyqu7VKsHNm+xHZwT8VP3LPGSVVBdmEsiCsmV4g4QTI5ssZLi7siZDpaFp72nVAIO1i6kBGuiF3or+J4LmIh8ZRKzTc0DRDOw7S+IkWu1fv2UhYg83z6wrz4HeczI+bnolFFWW6HgGV3MFaUeRTRvrbxw2DPoEGQ+cjP0wsjyEhxlScwdh8W8IbVpNl+7mBe45YGUH2hg83Lst5QQxD4PHelriu40moWRHFKCnKfNesb4L1uqu29o8f+/PgpLdrWE/P5zIKe2ReWJyScYAI7jTMlFw+xgf+0TKryk44NMy90l3ei0umlx4qsFbbEv+lhzAALrUJ/da7fsQw7eIVykmcscBeYr99/YSYk4MGdk4jVCiHsQkdw== amathuri@redhat.com\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJ3ch+pU88/tX5TVVFl/1pPief8drYLRkK4BtfJk+xVNxX9qkDtOtiLAU+OugYF1/xk9hE9zTbm3UBL23unrzhlR80t8f2FiF1YFhHVzeZ/p/OunmkU0RFQzkMVuwKVOUNulw9FwpEZ/0Bjfxvaims0SBWaCzBgE5g0R+Ofdq/bVF82K8vU5Laa3KZ/cCdGzFgW00cBvPAKIpQ93g8TRqsCsFvR37nY9v5SU1hJ9araEp6LRA86tUt3EFtxD2tRcmqKGtCb0kOr+rRXWVGiaUBiedHxFudIy0+TNj4fNrJwpoC0hcBO9ek4Bh6hM7Zqzum9HpkPGlz84jkm+r+xMThaZCh8iFkgxyK+bw8B8smaVJD04ob9Wb4RYoFYfQ7TEkPkO9gr+UsSesbP9fWfucemUqwK0htOOtpc1YRwdOPcdPJWAfx9J5+YVL8BTWYBaTdmHslOKeUGM5fCob6QxC6Er9xweys9jh7MXttSpe013bY7P4ZDRF8uWvygpsytPE= amathuri@redhat.com", "key_ 2021-11-15T20:57:26.700 INFO:teuthology.task.ansible.out:options": null, "keyfile": "/home/amathuri/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "amathuri", "validate_certs": true} 2021-11-15T20:57:26.835 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'name': 'nizamial09', 'ovpn': 'nia@redhat OA+N80Ps0Ua7PfuVF4+M8w a9b0ecf7a28ef91e0653b0193f3f95967d6a671eff21ee8a99620a5a972ba409'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "nizamial09", "ovpn": "nia@redhat OA+N80Ps0Ua7PfuVF4+M8w a9b0ecf7a28ef91e0653b0193f3f95967d6a671eff21ee8a99620a5a972ba409"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCt4sQTrDDg562IWY9Bw2fxFR7Y7b5lfo9egHa1qNFR5K4gt8lUwQXgzcxZK5dgSTZXHDGxrbYKWsdb8NbpgU/YjSqDUIptMZrhTI6pdHKZ2usY+nieaJj0NIZP/S7M93BbJeoNBYACjvDUr+vXEg6ZL3uAj+zFXr/4te+p4NqJBl4bSpvjcRK12O+F6HE3Q93j0Vlfs8IbXP4vcPcqOW+2usXw7JPdfjwuACJxrLTx/0mBsv8qXJDfOpPIHAMA/9SdTAzhs6XMo+fOwVOKkV+ki2fO3sl8pE16aFOkI3cYX36nkYYpZ2bJLnIPcLv37i3Nypl8eNLA4gzjkDf1o/KLO5vXOs76H189WGLqjh0SHAx/3KO6mrIhTq8Bv6YWoT3ntg22fXaxeajNhHcQ0bKZtGOAb0W1FcMRbSTkgEFAassYxlpTtuaCDIuA4fUVKW97Zu62eDDsSUtTWak/Yf940qAbptPPAw4ljmrvZRcjM9y6mGU8lKi5H4QoEOfbPok= nia@fedora", "key_options": null, "keyfile": "/home/nizamial09/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nizamial09", "validate_certs": true} 2021-11-15T20:57:26.990 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'dachary', 'ovpn': 'loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "dachary", "ovpn": "loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC//ZCaEeVN/J09FtsvuZ4eEs4rTBtYoQyG+ZpuWkJLL90VyJeYrZzRsgvveKW2W9oFxCFcMy7IBhLes0TZ/X/4Ox9eUmP/eyqK8fBqT3K1F1W/uOmKLFhlQhkxxj+p9BOMBD5trfES/QJQ6UFSYIS2WhWaitDgONjoLMR6wXZ9r7yZeQBxbmG4wGI0Cwx4Wgg+I59UbE/5iUfnX++gN3rXrPnv9V0yFeciS4HvXRFXdrIzvQFHcZMmpOOmGruHXN/ME2dZCG+kaZhZdI6kICSlOwpU7TU1lv99zjBCeEzGfFkjv041ykKdNVR3qE0k5u0AOMqxJBORL/woSCdGvrBXqju2G/2ohl3B4zD6TAve+JLfWOV5C20NFRPPbTd53JaNpV9OQqwOfVniowzSYYBdedjm9sq6YwhJt8iBXze3OA8ZO0GPXo7PC2MyrrUtu6uu3DZqU4x0cl8iJxqOlx5pH0Gydj8nuUG0+X6wHZzPXZRe5M7/RzmvXch9koG6FQMiikNjUkK8Guz4NMBdAYUpxYkdPGBhiuELoaAcgIVzSGoZTuICpNYwAxBHk6q18G8Qd8vaeUdGdim4YvwycsSOwFE47wg/XmpCHrNJUZzzB9UD7Kn84TG82LAmCuAzpzcp0uPjsBckbXzj9Zt0hRgF80yDgUazsQkbgtd2p8KxIQ== loic", "key_options": null, "keyfile": "/home/dachary/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "dachary", "validate_certs": true} 2021-11-15T20:57:27.125 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'amctagga', 'ovpn': 'amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "amctagga", "ovpn": "amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDwVh9KqjV0b+65aBxQV66IUwNo3D5zTbN8U6Kh6eE4QtaIVe5Mmvi2SBbGMSWofE0zIIw2JmsI5LzdOoCyZl/3gNDPHQd6D9o0xRHQv94giZ2a5K+mW79foAxsuppTjV/Fbg8EZ/19W91+BqMWotlMR66ka0RPT/6U8V5mzXoydSminViO/B6q7ZYzIIgGZqaTsSxCMvz5BAzzeEaGfSlGxw5MOye9sF/tDppuRKG4rMUZULEWGuxgXAtabtXCduocAArqAY3BRJEgj7JetPdPNjipGrULyYQmT7GeknvP/waC0sPm5o8t7taJca7Vu9qKKMKPAqiK4KhlrW/yVBFliT2CjAdVuYvGj87LCcEn6NMeF+4ONwDz++YwjrAWQT2zHUJPvLnYOZPiD1LUm3F34cEHD1y4Uf+oeiYgriUMauskfFn+ShbTmWWooFRFyNobzweg9aMBZSkA+kFFifqOV1FwHTOYg342NumRGB8svK0vvTUID7AU1Ev8YXYqCEGbb0UHth/1pEbAF103enLTtPZ6qKua74rE0qJ89OF9dZXv4JY9+8Juyps7bi2XEyHNm1nHZOY5tqdY0eKFmSGJMoWBDzGgdMjmXlWp4jnY2fC619nZqxMrCQpeT70CqnBhtBemUuu6jHYUbbrPjnXIkH3FZ7/qvZt0jF0IMP9FGw== amctagga@redhat.com", "key_options": null, "keyfile": "/home/amctagga/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "amctagga", "validate_certs": true} 2021-11-15T20:57:27.260 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'kevinz', 'ovpn': 'kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "kevinz", "ovpn": "kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDtiHTDuQk8EDH5R+JfDMucI4ZpOzKN5SLD+j35QLLySgGXholoDxtqjHnmRjM1rpj5SIaXjHBZdJi7iax+1MRywHYBi5BfTtzYPgA+NH8mt+XkcdkEuFPcYxGh6fMQDQWb2g9Euze/6qi0W9mbYXvvb1/Q3bhVCXg1UgKD42BndWEpbMYFfzJLZWPtOD/lg81pwUmf/4BpPFv52sy87lQVfkkvcUliLObR4S0TI5hPLYxBS+RXmHYKgvPMB2QJ9wum62lJ+YM1MxPygS0OWbIB6UQGXmvxRXA4osXkxJ8ksPPCupOgFNiiYro91cQh3mmi6iHc9kMz5R1aNGGOfDdlnLx9DRSIiNcacjXEVNFaoM0x441f4GeU2ZR8/7uq2dfk7QjPlh1eJGxG9pzRiQ8JCDF1car0eYwXdMTsQoQqpIi5imqcELdcqGGp9FhzFElgUwpf15JYlkouVhS6hq4LDjhLNk7dDT8fmCEnHOPcbxaTgN7J3idnJK6zeIniuuk= root@iZj6ce071s2zz3reioxn93Z", "key_options": null, "keyfile": "/home/kevinz/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "kevinz", "validate_certs": true} 2021-11-15T20:57:27.385 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'liu-chunmei', 'ovpn': 'liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "liu-chunmei", "ovpn": "liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1YAaxAvlRgu72huAggHpoDKSgtF/b00ACfUX4Wk5NyLFbYI3PAQapHNcNL4mIsH8pc6YkdjcJ5N/F12aEupJGQ0Q06OS324xapnaBoUy1hQl9IvhtPqTLEwR0X5xLIAhNBLIEJDNVg13MKwr0u5YVUXdrQRu7Kj9RXAPBahNZFo/Ed+cnR3LICQWliHeHFrk/DU2DUHol3a5wAPxrowAG0AxAecP6/7rASMmitvLQwdQcfIJAhWYgfyXzudg+gOmAEgv3O3U4QOikgmkm/EabUXLJnlTj6yuhtuuctdJr73UT3wLGAGmphLKCkug27kb1nTNoDa+PW/+grP63zhU1 chunmei@otccldstore05", "key_options": null, "keyfile": "/home/liu-chunmei/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "liu-chunmei", "validate_certs": true} 2021-11-15T20:57:27.530 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'cyx1231st', 'ovpn': 'cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "cyx1231st", "ovpn": "cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLbPdDb+XHOD2fo8g3RacATj0cG07uELwUvqQP35y+JmhNRSb/ttaysFLA5ss0y77TiXx22saP3ECEm5SnuPg5IERkPQmXiw84ATTNfLnzx2G5H223SLaTQiGfSgniBCJHVPCJfNahJiurlZoOAlwDz6SKXTUiivVrFJ22iTBDCQUO6HFQKjE7aM3RAo5mZXKVlTXzM6WOd8vlzk3HMzV0/91JR6H86Lt9MEzXT4dOzqmtxd8gS6U+vA+50zOIspdK+orTRJ0PO2Fn8c1RSYM8g7uqQtpDcOEHderW8TRsqBbDxpyslK6hRX5urUNBX506XE6JNoViLNvCofgseCGj yingxin@yingxin-server", "key_options": null, "keyfile": "/home/cyx1231st/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "cyx1231st", "validate_certs": true} 2021-11-15T20:57:27.675 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'sunnagar', 'ovpn': 'sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sunnagar", "ovpn": "sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdqw+8an6CHqsagFqXfuzQi1zCFHCh0e9pDtYz+ylA7L+7vnJLjTR7km0bb4Z6VTUh7h0/nUfF6faPzD2KGmTKvS+mTpeOUaN/H8O8j8qqh90f8z4T8F8L3DwqQbPf/R0izXmTgz0FZObFHmj+G8a+D4ndxF80EPzKkML/G0Hg2GEVdYzazSY4imSY2f56ul6qByBknhFshaTo2DUDcdbDDokF6lO6WgXhY0MJrT24CUSMyZmyi+3hF7vowW2dfbJ+SuDft4XmPDnIxRhDWWvi12jZb8Le7SWYzUlu7fAGbWe63VJqNh992myI61aZshApDD24+1xqIoo+Z/XkQD3l sunnagar@localhost.localdomain", "key_options": null, "keyfile": "/home/sunnagar/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sunnagar", "validate_certs": true} 2021-11-15T20:57:27.810 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'lflores', 'ovpn': 'lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "lflores", "ovpn": "lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTlsh9TFwLCeeD2RR+56VhRZ0hp9CHj72U3Z1gbMpxpcg6PYEDzb+0qPVQp1/cIhcwwy0sm13yFl/A5i0iCRpyqB2MbyaXjj0HgkNinxLBFkPSiW2C83lfAyAhG/gLk+FcmWE4+xVrE29aoSM0JtcNtp+q83UGdnFcvhFe0pgJbt5vITo3ZMJND/UZrzeewyK8Vy4Rvpfy8aHYi2Eq+7WQrRHwUwxn0CwsxldnUfmZtu58d+Rtt78LRF0mvcScNlC7q5D+8htmYwkWkK639w5IB3xPv+Z5cV49Psi24Q+9BIr9Zo9/OnnCTauAi5ivDlh+kk/iBksAE8rQpMhvfuSFnNoq2O87aPQvNQHdRCcOa7FVIDcuocu6AB8UP4cGcJreT4+BW5Zbk6vQeJZhmj9yExpRj9MuONy5793nKuAMPn9lOjuXRfK7A5Tb3OOhpEJK1/MjtdZz4mNmFFfFIZ24hgTZO0pOiMwDf/tQ6BG7H8NS9g3QmXPyZajUocw6Szs= lflores@redhat.com", "key_options": null, "keyfile": "/home/lflores/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "lflores", "validate_certs": true} 2021-11-15T20:57:27.946 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'jsawaya', 'ovpn': 'jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "jsawaya", "ovpn": "jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46"}, "key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGq2g8OFN5msjIn5CNB2BRss9eIyJRk3r+7RQcnBOQid jsawaya@redhat.com", "key_options": null, "keyfile": "/home/jsawaya/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "jsawaya", "validate_certs": true} 2021-11-15T20:57:28.071 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'markw8973240', 'ovpn': 'shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "markw8973240", "ovpn": "shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNIdsy+yA0QjwkvjzTiH4lKB+txlh4oGkgC0r1l9swmFvD+MuzNNkD+oB/YscT51tJXsP5/wZDZMuk60xds4Os2ejoIBvzdGBgZ1G2B33etHPmzgTFE7ZegBkMlvWYmrJ9YS+iaMvXn0MMtqfE4zq0kemVAA4NBfFZMhHPJMKCg7Gj31MR0S0b7dcPx7Jnpg4A45oHr0qnufeqZYQaHGgo+LO2xdoV4V2EswWr7YG+b1wI6DzFZBbNsGyQd+cE1BzQ8NmETPNNpDPk5dCyBS7U+4ZTf/WbWk3+Cn+Ky47iWfxcscupQRkCjmTYI/uCMhnrpGU0zEHkbFwLTS6wqDtDmVHm++xof3xSsGJ2cE/vZySZGHqdxqVXfT8gt17h35rME8eX3TU392rjfK6kjEUD3UgwJJp4NFzQIEXi2HTmDYx/Vi9nuId3V1NrDz98QLPUd1ijiy1DuzI0BJPE/DTDmsb7hNXNIcAV8VRc1243W3eaee/Pdg/wmwfkrgjTU3s= shuaiwang@Shuais-MacBook-Pro.local", "key_options": null, "keyfile": "/home/markw8973240/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "markw8973240", "validate_certs": true} 2021-11-15T20:57:28.206 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'luisrico', 'ovpn': 'lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "luisrico", "ovpn": "lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+ZvZuogU+WfyGj4BR2xYllNoQqAoxQ6AM0IYddBV2pL1xgTM/SopuAxDRP0q2stpozMtjVjlvuiIgr/caqyTuOgYtYCvB09ppefqdnCDrJJBCOKpjUEnCpAKcBMMuz9V32Zqt5FgpIi0Mu7Gp/QCvB97imxEkoUunpdX/8Ri/xz0nJO+QqoJX5wOn91jG49XnkMCLzx+MuafhT90WFO9CV1sIVREZS+X2C7ACQuhx9Qwk7R4BXt2f3M4dA0K2nLwaAnVW50M1y6Gs50Wl+ojDR1itySOxv8YpwyRlRTOzQTyVMnG0Qsaxxwp+hy4b/vQW3NIUvHYdTyvqALTQdGHT lricomor@lricomor-mac", "key_options": null, "keyfile": "/home/luisrico/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "luisrico", "validate_certs": true} 2021-11-15T20:57:28.342 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'matan', 'ovpn': 'matan@main-win vEAxj3ZM9DjxBi/jfjc+jQ 9c30b8fcef9bdc804090947a92e1e60cc21d3f280f261bc3f4cecac64541dc6e\nmatan@thinkpad JJuwaWbac2lbcH5pCGON1w 521fe30e3a950915a1b538913c1af76198c4133018b7869d348740c708b38a7d\n'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "matan", "ovpn": "matan@main-win vEAxj3ZM9DjxBi/jfjc+jQ 9c30b8fcef9bdc804090947a92e1e60cc21d3f280f261bc3f4cecac64541dc6e\nmatan@thinkpad JJuwaWbac2lbcH5pCGON1w 521fe30e3a950915a1b538913c1af76198c4133018b7869d348740c708b38a7d\n"}, "key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKjxTgyhL1yFriyNvvuhUc6SE8+6f6lT6FTF8cZL9uiz matan.brz@gmail.com\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM8l7qvSQR7fnZdQ1yB1F1jgde0OmLcwcDFzc/o2dYBb matan.brz@gmail.com", "key_options": null, "keyfile": "/home/matan/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "matan", "validate_certs": true} 2021-11-15T20:57:28.467 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ozeneva', 'ovpn': 'ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ozeneva", "ovpn": "ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkFTEUxQkQ1cplOLOf86Teu4qTYGkMqWtjIwzsU/AcimjFolSI5fJ3B72PH7bhQKkSnOlTjiOos2LrD5i/XgxkJD6icVWwHO11lczsq/8K5x0ZMJbJaiT3QphBB4yItoge2Y4/7g4o/78Ne+U7eZ1L5fgeO1fExtIaEXK1lS8pVlpZQXyproTIzp1WLHoaXb38Mxc5jAtuvEKfEycdX3c8k/9ti2qBCZnmjPH05WOxkqCRyNBT+bSJZyFMYt9RDUuycn3BYVSXTAzPW0qwgvKY5vij+qiFoxij7nKNMH7w6C0arolCcJxhiMyEF3UbTuOxgVONWyqFk/vScGGSYj9ytQYjv0L1cFyOVhlpbu+tnptulfQ3faMpjROE/eYxTIoY7OPDgWbFqEUJ4eEhKwAC7aYIYUhvoI/8k+4u64nsyEJQdHXmB+OY3WE5TegYUCuqSsdPY74eO1o8dDgxF363eggDSBmYqSSs+Tpu9TNhJG7iJFX1tiAPwmKvjVrJOac= ozeneva@omri", "key_options": null, "keyfile": "/home/ozeneva/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ozeneva", "validate_certs": true} 2021-11-15T20:57:28.601 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'sudhanaruna', 'ovpn': 'ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "sudhanaruna", "ovpn": "ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDepyzA+MeQT5oRM52SxmUUKVAzkcrH/NqFxoCpBAjUSioTMaB1h0PhHE00nvHnKRvqWdPl8LCBWS3Ncjh30r9lwHaP+oPy4iLQEc7D2Mwn7WyPh5cq9N3UF25C0AlMG744k1tBNb97qy73OJI+oc5pAj4vUpCC1Ut9pMP5E5pQCx/kwgSOpC7mk0dYr/H5FxjPb0ca55eisFTLXraHPSChdrHjlYC5XpOZ9csilTwFdF0fJdu0nMDwIxGvwTOaUcIcfNLkpGB2Sj/pAM4L9pVsIbeE3C8d978MZ8Ff+ksQ0T8eNzew2ZjSkSuV+oR1sBCJYZ7mbDQuYLKAs5DanO1VFJvgjBJm1zP2ONu+g0fn/j04qIosuudziwoG/dOTkFo+6dBvF5hQi7TbZOIUVFr5dBlGS+O4eoK0gi/wpzun227E4dadY9uB1wiZ/PTD/5og+gxWG32RkHqqX3ALlK4m8JKzrq214nZ7Dt9CNewiUkR15uRkDasGIdiu6qb4Ez8= ArunaSudhan@sudhan-linux", "key_options": null, "keyfile": "/home/sudhanaruna/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "sudhanaruna", "validate_certs": true} 2021-11-15T20:57:28.736 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'zl31wang', 'ovpn': 'zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "zl31wang", "ovpn": "zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDuHIpWAz6Sk3ATLvTG4KS24JUzgqQBEm4EesPgf1cEG+xK4gISUixaVC9OSNS/KR+8/yoWAhmw992p8cp7mWXxqrRC9kIrthLWvD6Jjz3HTXgarO2oNibeVu27kK/Fm2vvUNACARBkoC5YXd6IuoZOEg1bJu06DLw5Y7pGMqZRVDOrE8WUDwr27roZSgU2/N+18Y1LYn4gwSvWpuC/IotLyGSpW7/dgrZAIreRoYboMdTSlIjjuzeWvYx/AnZmkeEo0IhfyuBRl7ZQwxSFYHn9Z1+iQkt+O9hEZYSZuYRuyFPRqHNMKCEj1iYVRMcwbf/x2/dhjfmbWmjOMJoNNwm+DpixHHbId6Idx82GlAtCgQSTe9aG783oCeZYuVUr1plIRjeEsdjY9UBRYKNknEAChKjMSbxysvO3Dy4yrU2r8qo1iBS1fi4HUg12asCLrJX7vSCvOhOn7ltqDTmt5UiLSn+eCzXpOTBDWz7McB28FoYyR+Rwz5GOH3ITFhPyhXc= wzl@manjaro-wzl", "key_options": null, "keyfile": "/home/zl31wang/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "zl31wang", "validate_certs": true} 2021-11-15T20:57:28.880 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'mayagilad', 'ovpn': 'mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mayagilad", "ovpn": "mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDIi8JMOVD91QR7EXBkhxeAsB2UO2gyWqYPiP6HjJO/TzzMKf7QtO928XzdORwQ1/jm2hDF1kaNPaU/XIHD0hHSvfICS4ELQcBPa5uPya6d5Kn5fVlpGqBcXBxKGbHB01PGjn0214eupt2LebWxkm7TP/BGDHKXXaoR748AlbyyG2L3TaNoGkwQiEoZe3CWgH4qkrf2CEpyfOa7BM7U0h+lceJxIGe+Yo6Ll14zyngDBa059E+ndFTpkQ6vECII7FdB1+A4Orhu40XHZgyVnlRudD1l80pIVnZves8N2zHZhQo8hp0sB5oY8HENiB09j7Xa6YQ/c1c2wm9E2xJHSNo7muFiHz48vQEgvNmu0lZdbVwXIy3IgLEBHjs6Kyqjtg618V4UaoP/LBOqtWtLd6TvGJ3qBlNyvhO5gZ2DGeLMN2WWoHxfl3VM+QGCGI2dnzUyHhfG1VBDYj8fzWXOuUVpVCMUw8fEg8GWmYLDwm3SbdMACWU87J0kAmaDPKcwwL6AwtWJZr/p89sSypl6y50JlOoDrbDbxrIbHQgbf1tcEgPOuLUN+O06qpi+OxKMtFdbvz+NQ4V4CpXpvMMQZj5AbuHp0EJ5Vme/Kcmpl/xoYGyFDzOEGR8lw6LMz+CpQ4GtnK5XXe1Xn3TJh6Tn2tVyS20p7artemGQQquCN8iQOw== mayag@gett.com", "key_options": null, "keyfile": "/home/mayagilad/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mayagilad", "validate_certs": true} 2021-11-15T20:57:29.015 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'arjsharm', 'ovpn': 'arjun@thinkpad_local 06szrDO7vKFS7BSicSbDsw e1284059b3e0604191a0f35e2841f22835b0e75249e637d8297edbee458ccf39'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "arjsharm", "ovpn": "arjun@thinkpad_local 06szrDO7vKFS7BSicSbDsw e1284059b3e0604191a0f35e2841f22835b0e75249e637d8297edbee458ccf39"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFG1CoPZEh4KBANdJZIzLsutHsF6tAYZTdDdEW+5E+8YyNHOy42D8iBLg+eCAbIl4SFmJTsPNtyO4L8/Ut79tkG3usA9nuGoAwGYuctZUTgOiTiV61940Y+NTvwan9vFNoknVi/3qIGNSXdm90I1aWRTKLCXRbGA1qvu+qyJv93O8LFaPni2TJmtAebY/xf0fHhW2fURUoeoCsoobrTkPA8SojT0A3SM+31iOD7sxbmsqLBR790wz/FHh152PiqpupIijS9TaZgGuVpejM3rgAC7H2kVmKJlrmDlmfcbKLS6BBi+uUDi6ta8whnDRq03nP/4LJE7ZDIxX3I4mHztZeJggURlsfpJdo99+VHkeWlGDBIP41QgD4UX1neuMcIO3nuEnZmLeJyvo9JOR/I7AudbQCDPjSMNbrF+el70mWLhvPe33NA3x6eOBRPc3r+qrSwMhXEPatZlbywJRY+O6yC2TYqdlUKsUEVA/D0Iw7tO+pf3yH3Y/iUDJJLvViRZs= Arjun@localhost.localdomain", "key_options": null, "keyfile": "/home/arjsharm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "arjsharm", "validate_certs": true} 2021-11-15T20:57:29.139 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'melissali', 'ovpn': 'melissali@melissali-ubuntu pooAecOHrOtZ3gXewVMxnw 36860a4078c773f47e1a58d2f120ec79e468142120ff6a816cb6ffbb9fd9ef07'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "melissali", "ovpn": "melissali@melissali-ubuntu pooAecOHrOtZ3gXewVMxnw 36860a4078c773f47e1a58d2f120ec79e468142120ff6a816cb6ffbb9fd9ef07"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCXZDAUNEK4+/6Y+ywEtFnabnfvZmzzHhO6y4PbRHgx8SoQ8+7au/5ElB0vjjiJJSChnDymdqP0UzwcShzhWA8is6K9c6tXUHg6NcgV5tN2xYYmGIIWwm66Z1kYH6u1x2Jkv9LO04rXgebkzXPPYK401agCWjkjUv5acZE12+M/B6d4h2lpFjzBqZ/mmRNp0tHdCapdG/nS1i6GRi3Yi3fQ89CbiZArG9268DSEnLe+npeyBMVdDkWpVIytQ6pU1+g0prrePIVaMvrK3yEooduD4HeLr4liqkINj6rCs90xedPcFi0++UaLFRcgWh3OOnrI952Oe19dx5hlbmcnMPGjaXnkng2keWFyZMOQRRti5l8C/TXPUTaYGWEoqFEEabIKnCura0NWuZHpeF9xEK0tnvNVeauuUfkPxWQ7PH8QQ/9XjOkKbmy0+2q9tug8RC5i5NwcRE4W3ijM7pLwhWMdxkmIOe3w1taPq8HU95hMQchl2749oj8DRyVePVK9aH0= melissali@melissali-ubuntu", "key_options": null, "keyfile": "/home/melissali/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "melissali", "validate_certs": true} 2021-11-15T20:57:29.304 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'ionutbalutoiu', 'ovpn': 'ionutbalutoiu@macbook ruUdfqkSfEhKctGGLeQvkw 0a6cab2332041d56ca8b1216242195af2ad8d0ec6360fd6c1dd080f5f43240e1'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "ionutbalutoiu", "ovpn": "ionutbalutoiu@macbook ruUdfqkSfEhKctGGLeQvkw 0a6cab2332041d56ca8b1216242195af2ad8d0ec6360fd6c1dd080f5f43240e1"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCYdmNB3np8OLc49B4cAh59CdNYIb4fAq2XBQ1sbOZMMZmhpFobyy+i6s4lBnovMNWAB6HmpsECHrKRU4IFl9lQ7vV+++J08SLoAkl6G0Gk9tmbgEs+/ovCZg+qUfZA1ZccSAPHmtqfZOiJcnlIlhQq2BoFnLUwmpeIQ4H5D+Y2q7DMdyGkdCenH80aD5KuiwLIyiBL9q7RYz0U5cdCO3wDFU4+5XuZiT8VYDUgp3mWPpAiPdGsJmCn41tpt3PViPDQlKh4vLW0ieQUJI/v2f6oHbM9YkxSoVlwLcrjTv+Nl+dVymqVTF4UaT1kz+ZnoH6khKZxSHvKm9YHc4LNZKYoVdyCxdZvBfxbEbXpT702vLqDNGEfZSlzJs5kVqP30m8fI/yzTQeD7tgjzzrKWdLZacyo+9cWeH6nFfZAQuZ9ug1lv3UAs5x6MsidEH5u6Iymi8BE+mUsOXnSpSfUDDo5n6+CMVe93brdW21iSX9Hbuz5RKB6xile1ROHpvpi1u7VQ9Hp3FIZFFiix9S5jniyB2OqjGKTO6RULfPsJo8sXCLq9YKq9zrkpMv5wURMQKnjtS5OHUWh0cde3U/VikPIfLkzEsfLV8ICAksyuWHQJGVUMxhPmSTKtRsPScbklekT+n65rexDt4Qr73YOy9BUIPV4Mo+kkl4ugQd6VCKJ6w== ibalutoiu@cloudbasesolutions.com", "key_options": null, "keyfile": "/home/ionutbalutoiu/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ionutbalutoiu", "validate_certs": true} 2021-11-15T20:57:29.443 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'pdiazbou', 'ovpn': 'pdiazbou@thinkpad BNtoPcISV462wNeprZDOcg f6faca031e6549014132b4c66e53721c9d934a09d0d9d0f36e2dd31f90be1ce4'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "pdiazbou", "ovpn": "pdiazbou@thinkpad BNtoPcISV462wNeprZDOcg f6faca031e6549014132b4c66e53721c9d934a09d0d9d0f36e2dd31f90be1ce4"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDuyLB5rnyjlglcHVCoCSG7pDVJQcTYq/I2yGr3ohK9p6boWxk+zW/a2Q7+qNdKk2DtUC4WvvZ76BU56FC6/LPIUKSJLbN/Xv9/dnZcqKf+ZVlCQgMrE8yGoWt8WLtejJ1iBj0EdoDfYwDiL09ygUim1L1hNxFDOVq9RA2Lo6Tqk5lcAgjoCnU4NZY2YzTXOUSZTzsv/1bd6WVudKHJuWF6ZPb+mbbMoWqwnUZCHwjW8PgTXaPhk1929P0ftWT4ncfKnCc46LXf8OkvzQgCrLyh8964tGKPWppp3wNg2AJ/zFvRY8kkJZSxOawp9Gu8+kCNwWUmLvE9bqYJKT7EMDrU+8TMUEWLFl5fGoxoLWD113PPBcFrpUhvRAJa625eec8a/inv4cqPf6dY6qyXAReXURJm7LnHT4fDq+F6op8+tmZT6Tzkw4+YMUd9h0XDJ4pnPQpk5tjWER/HuWm73+ialXo+ERQWnnVCB1IXq1FEOeF8YAslKC7aSYIZjG9uUkM= peristocles@localhost.localdomain", "key_options": null, "keyfile": "/home/pdiazbou/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pdiazbou", "validate_certs": true} 2021-11-15T20:57:29.579 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'xuwang', 'ovpn': 'xuwang@laptop 2U0uRjvVh8eE4iSkFzK2Kg 2a9db1c375a032cc0a892ca2d0721f9d7303e2db5a7eab647870d7c2022ee2e8'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "xuwang", "ovpn": "xuwang@laptop 2U0uRjvVh8eE4iSkFzK2Kg 2a9db1c375a032cc0a892ca2d0721f9d7303e2db5a7eab647870d7c2022ee2e8"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2iBYL614KRYvFhow408yzMljYRdfyMmbnkUVN8waja4RCsmxTpvIU1aBQ02bMTsY/0n+WMWAbI1D6C1HbuG+JbFYBLSgPCTSG8FIpukFU8y1by8piPu2/ZBD1XdFcPO6u1Nr/tZC08EXhfqvnDAVJUyg6rLLs5+TFKAiPSuv5GyrMRWvMI8eoPk+4u2r/ThxXZTDaIfJhPXlULMLL5ZxR4KZU+WtWbCGSFDGjSugCqdTzpZyX5jUq9C9JB83RxojCtI5n9rCoXLcGOvW9HBnVMxhS56zE8BwxLxLhGy6S1lOoyBPzu7w6XIc160JjCK5iAmlXRqG93nWEVrhZkxCz wangxu298@foxmail.com", "key_options": null, "keyfile": "/home/xuwang/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "xuwang", "validate_certs": true} 2021-11-15T20:57:29.724 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'blaine', 'ovpn': 'blaine@laptop RkDSJBkoRKI0UaxdQuMNCw abcfdade65dd772c066c0c63e712fb03240d676d72eb341186b0c0a94d4a4547'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"name": "blaine", "ovpn": "blaine@laptop RkDSJBkoRKI0UaxdQuMNCw abcfdade65dd772c066c0c63e712fb03240d676d72eb341186b0c0a94d4a4547"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDKSdu3rI8o3qId+GU5KYsxB9CLPTODJFiwy+ww6SgrNKgPfiaSUsZAvcQwoxHfuaEXj6VGaOS6HyFFmvHKhzbecSQCzPIucIuKJJDA7VTaA9Jet0aT2b8Vk4p0Ud9j4WoausmxEdBQC+ZpJxSuqajplejYK1Yi3YEqXSCvM6Md76HCustS8efPvzLsLYttDd34Lw0/zp7ALE8hrepLYJgzQS5Z6btvQEjL7lvtHk80/Y+M6ZIQAl6nPcjb8u+wfs/lxcRA5i94GsZhEoYAeMQptJNvOaA5vYK4QtNyV6lyjGVJl4RUUAtLKKp4JE/kdx7sa0Gy99L+u4MjzBoP5B7SkdJnJx7FioXEen5l5DpiJ6xRixw+SjbqEffW4HHI5+1k6jP6kuHPbWfcrw693+aiFVDQA+myzfWo7iDTjY2H5CtnCh+wr1t3VktXhoyPob/XfMPzMNg4W8nA9KVePwzEXSy2Ro0t71GiFQqBviUuqfktqz4a52PqGyFHtskhFAH3H/h6JYM88vfc7Bw7P/u4eVaoCNgNIbLA/kmf689Q1H2KENj2SX7CDwNL9GCOy/pg89qai63+PFT8258zTi0TywWduP1D0DXXtIB3e5K1yK4Zt6VCinXZAze4bsT+z8y4f9W2Xs/FhhtUmo3mOiDJuaGmuWRzHQQTjL//v/Rimw== blaine@brgardne-mac", "key_options": null, "keyfile": "/home/blaine/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "blaine", "validate_certs": true} 2021-11-15T20:57:29.859 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'name': 'choffman', 'ovpn': 'choffman@choffman.net 56rg/lHPXPRyVivND7+0Uw ca591258cda719a5a0bf5d5f4fa87976773625249d29ff6012ad6efeac33da2c'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "choffman", "ovpn": "choffman@choffman.net 56rg/lHPXPRyVivND7+0Uw ca591258cda719a5a0bf5d5f4fa87976773625249d29ff6012ad6efeac33da2c"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM7LPHiaPQXdE+yt9cn7UMuRr8k/LjSUmMrnrAqp8ySQtX6OA3/NcOsxg6FJ45chZqeoXwhsYEW+7pTInDqFlOlmVynR26lWnZfk9DjBJZcloUCn8y5MR9QitNYsOMs5KwCEFmBH6sP+2vCFocXBnKQcVZLRfip3MEG4LoWYfI4ir7fLmK1Hr5G+GhtMstXvVSG4VE4IgbU9/LRIOv7P9qFn4bRJoUSiS2dDbUxVIuneA9bIEnB9ZEVGahEzlUhx6qDSs0FvrnneCQ1ayOFpxClzjT5GuKk/J3LJvWAw8CAwDXCf3FzsWQsvb5ru5VSazUI9uA3o9wWkbLW2oZPgtzI8lmwbL+MT58T92tqaJOPID3IZDGjzNrRqU5BQYpvFYHpHRRiqV625og+ktYfXgO+dTbgAxScomqutydI4cyJusDtnWtljWnEocS+2hUSZpmB6B3Wj70TuuzsbYrcrJ/NgRpQNX4dwHCJl6vPT+xkoLh1imYAC7klf7cnrOyGcs= choffman@choffman.net", "key_options": null, "keyfile": "/home/choffman/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "choffman", "validate_certs": true} 2021-11-15T20:57:29.953 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:29 +0000 (0:00:20.754) 0:00:55.696 ******* 2021-11-15T20:57:30.033 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** 2021-11-15T20:57:30.035 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'andrewschoen', 'ovpn': 'andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "andrewschoen", "ovpn": "andrewschoen@home hYDlX2i7X8t0JHpK2smvFA 2a6e753fb3c401ad75e1273ae5e18e4abc0404149dbdc3675bb317a63a4469e9"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.044 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'zack', 'ovpn': 'zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zack", "ovpn": "zack@ceph0 1CeZnO8st4CuhLpH/DJNVw 7230fda728e34998da4401284fc3e5c8939bfdd52482f8cb675d8acf6fcd12b4\nzack@mba.local mzf7/v4tv3uVExt16N/w/Q 13dcf7082b974315dfab1c76885dfc094d7ccaf01ae2e7898a20005602be2caa\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.046 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'kdreyer', 'ovpn': 'kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kdreyer", "ovpn": "kdreyer@redhat.com yUBHWOGnPts8xuDSon5ODg 38feb4fec9f1ba3de74ed074d745ed46a8e5b3ac1d44e50005a04cf07f0462cd"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.055 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'dmick', 'ovpn': 'dmick@angus z8fyazJ0pc56I/XTlHAOrQ db682b1b89c790bf26a2e12dbea03f4495f8ea5f248e29b2f5c5dc072acb3c93\ndmick@home o9fblAdxhBToEJxbutv2mw 1704b16322c3984ed565b48cce52877eadade26b4093443b349b70f846f0eac6\ndmick@dell r6meTomZVVH/WVOmVf2aSQ 8ac1a9d0452166af59894c6b57ed07a12b42042aa6d2618df2bec9c962684072\ndmick@dmick-MacBookAir EFN6/5V1I5YNm72XjlApUg f2335a3fa49a0296233ab5faba28e7bbf309a89c193169dbe3c411e4219827a4\ndmick@hplaptop 49Wf5LFRBuobkfWp7OoAdQ 1401efaf459e0b7673f03b546eeff2c8144219c674eb3c94aa23e5af5ffc66b9\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dmick", "ovpn": "dmick@angus z8fyazJ0pc56I/XTlHAOrQ db682b1b89c790bf26a2e12dbea03f4495f8ea5f248e29b2f5c5dc072acb3c93\ndmick@home o9fblAdxhBToEJxbutv2mw 1704b16322c3984ed565b48cce52877eadade26b4093443b349b70f846f0eac6\ndmick@dell r6meTomZVVH/WVOmVf2aSQ 8ac1a9d0452166af59894c6b57ed07a12b42042aa6d2618df2bec9c962684072\ndmick@dmick-MacBookAir EFN6/5V1I5YNm72XjlApUg f2335a3fa49a0296233ab5faba28e7bbf309a89c193169dbe3c411e4219827a4\ndmick@hplaptop 49Wf5LFRBuobkfWp7OoAdQ 1401efaf459e0b7673f03b546eeff2c8144219c674eb3c94aa23e5af5ffc66b9\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.066 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'sage', 'ovpn': 'sage@autriche 2Uhfc/1jXje4W7G4s0sJEQ 09631754d059fab96e16be441b3b8f7e63b37a260677897a2669cf7a2501d2d3\nsage@gnit YuLp2iihT6cCqY+GmW9IVQ dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+90Zw 42c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\nsage@lowride tak6ngfj0ohW6upHRUMq7g 450919c617f452e874ef2a8cfa5ca18f47d249450ef0b0374849e721b0c53a70\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sage", "ovpn": "sage@autriche 2Uhfc/1jXje4W7G4s0sJEQ 09631754d059fab96e16be441b3b8f7e63b37a260677897a2669cf7a2501d2d3\nsage@gnit YuLp2iihT6cCqY+GmW9IVQ dc79b19c45b9be1b4e69cd7debeb5b87aaa8cd0050353f798913da22c233875a\nsage@maetl wpsQIdtAb+z+ietqr+90Zw 42c518015b7cd440e7c8afd65fcca5769e31e9ef8f8a67d109a3de38187087e6\nsage@lowride tak6ngfj0ohW6upHRUMq7g 450919c617f452e874ef2a8cfa5ca18f47d249450ef0b0374849e721b0c53a70\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.068 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'dgalloway', 'ovpn': 'dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dgalloway", "ovpn": "dgallowa@laptop POebac0SJIVkSCyi0LE4yg 52fc0cb34f3332a5f3cff117a20f00e8ea89a051736cb543a689a96dd9528ae5\ndgalloway@p50 7PHdbcNE/YjcHOm5NbNfpQ 7075211c35997b01797c2f15083aedf13888fc4c54080130342dccc76469fb40\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.080 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'akraitma', 'ovpn': 'akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "akraitma", "ovpn": "akraitma@aklap 2zvxeeQ+bQ4UhKBE9Kz2DQ ff4a9dbab841ee62e7328d8cd0d285c68c22a1de6e23ea24f470b3dcb1a27045"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.082 INFO:teuthology.task.ansible.out: skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'jcaratzas', 'ovpn': 'jcaratza@desktop QI358a0dizGe6T42hCYj1A 139ab306be981d0a669ec2288a2529503882deffceb28bdfc9bde2b70a825898'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jcaratzas", "ovpn": "jcaratza@desktop QI358a0dizGe6T42hCYj1A 139ab306be981d0a669ec2288a2529503882deffceb28bdfc9bde2b70a825898"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.093 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'trociny', 'ovpn': 'mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "trociny", "ovpn": "mgolub@mirantis.com +WMPxNCgiMwhNJAJHNCV2g 4cd6749ac740ea6dfb50d4f602920ac75e979286439bd510540a8a551728104e"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.302 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'smithfarm', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf', 'ovpn': 'smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "name": "smithfarm", "ovpn": "smithfarm@wilbur vEk7281ao7DkpXE2Cn3rpw 20058c04c4991caf38b9517faedb75c8562e8d8669808b6be9f70da6a5b64007"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6jqQtqO7pnW39mpSQQC4L2FuxPOx/5j34lp2PrwuTWJoDwtUVCZhpNwSs5UAj3wdXGXCzWYWxu9d9Gh0UEBkiC+2ZHtLvWrwS1TDVRy5g5jYVm9vX3kL5dhoC2vYPyQoQkxeMX3BYlhLwkSjCAnjaceJJZyOT7KsqbpanvJxvudMzeyCosntnMuxyPzjH9CkVKqycddZnscdHMkDIZ3TjNhnL8GKK/QCPB60tkCO6HWN/g4HxidRjrp2VjQgIa5MWN9LBR6mGspZI6+rR1ygLhbl1scr1cCCumh65r+zmCC/ZY33YCfRXdmQZo+ShsBa+KbcvakEx0Bqgx7DsMoiR ncutler@pantograf", "key_options": null, "keyfile": "/home/smithfarm/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "smithfarm", "validate_certs": true} 2021-11-15T20:57:30.313 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'mbenjamin', 'ovpn': 'mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mbenjamin", "ovpn": "mbenjamin@ferret N7Ln6KHUAYT/iiP4Swkb0A 244b90574d7e294f6f80949ef5e640bab103c2c34e1902a69cdcf592607d950c\nmbenjamin@duel PRRFsQiomHSJX8sVgRHblA f3009adb7502a6c5554e1157d36c63d84f40fe5074a01d7d0280e5c48da374dc\nmbenjamin@rael 8ixfNNx3j2m2+nGhXkHsnQ 62fda7ec724f0fdb3f05add4c3739e07a5c7eeb2380d5f1f7eeeb13db35e16a8\nmbenjamin@shatner hJ1oEl5wSZaKPJC1Ugss8g 9c9161b53da4d842308f80e5b490a0c1539076f129bd0e34ee2253272dd55c21\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.324 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'aemerson', 'ovpn': 'aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "aemerson", "ovpn": "aemerson@seasalt enqtMOCQ0a24hizRK46SZg 42f36c9c14c1eb7c468e41cf4c5649e30037f0aaf5eefbd6c07be9637224ca01\naemerson@electric TjQxreDKF6bsIehyQnX4aQ a73b7d56b95ba3d4dda5ded995b9cb98eaaf5d2db7d148c340aa4f4c68cf26d7\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.450 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'amaredia', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour', 'ovpn': 'ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "name": "amaredia", "ovpn": "ali@freerunner yQjRpRVG7D5KN2HAUjI30g 9d677a34ae98477e6cc8ba1d975d81dcae43a102013b265c63f3ea91e7dacd78"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCc1ZbHNXuJn7gxyt7QJ579gEM13MuFdTzsrnedYuRIW2Zlm4rCFr8Oj5SGs5DWBIJnd3W4O2v7PjuVQMxU/zbwnj7mdwBmLFe1cSzOJv2eP1R2uaU5z5C7KNmyPLU++pGKClzb6v5wcEQUq2K35xnuXUU9B935dK+Fm7bK7+HAxj+1vpVeycbPFyPhf6mwbx8dZv4uvZGV2+CGBuyIB/5U2AMJZy9LWim3AR35bip4ftXvSKlAON+RHhnS0toG/6uwp0XlFuGn5H8snaca7L6hGtB4xg1PqA5aMf33Jiv2NVLQo8emHU9J/HeNVS7ksoSZ6InynpLZ6b9uXa9OM9XL ali@parkour", "key_options": null, "keyfile": "/home/amaredia/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "amaredia", "validate_certs": true} 2021-11-15T20:57:30.586 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'name': 'tserlin', 'key': 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet', 'ovpn': 'tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5'}) => {"ansible_loop_var": "item", "changed": false, "comment": null, "exclusive": false, "follow": false, "item": {"key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet", "name": "tserlin", "ovpn": "tserlin@annarbor DlKe+OWBPcFAQtWMUAHnwg 6b268bd737ffa5dd38865575ccd444b92cb912c70f5b82dac41f9c50505df4a5"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2ok6CBUpOVGv2RFws44GtEP5SVxOi4Vie0WSZYLpD55rTfmOtsItN1d1EciVNTUyWuyzMeQGWC4JAd3/2l3gR/5ZwSvd7b/7TCNYxjAMEubRand0GxEoiKhpkJMMmJqcT0KefP8pr31MASWPuERj1+0/IbjJExsvrJaUjqeIfZ+DWR8dC2VYdcH3hsp6AE3mqKX/9693sxe8ROt6qY4WkpZcO4M90unOVa2CnJsYqKaaIC4z3fmKuHZpJZjiJMrg8rtuN4r7bnKWPEVGcahj+i74JWwKR5+2gntLpxw2chIBmf4qFu6HDplddig4V3I/2NLB8soBpgc+m8O7YyYl0w== thomas@easystreet", "key_options": null, "keyfile": "/home/tserlin/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "tserlin", "validate_certs": true} 2021-11-15T20:57:30.596 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'dis', 'ovpn': 'dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.608 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'gregf', 'ovpn': 'gregf@kai YhNrPfedhZjbvGjOfmotOA 440cf8595a87cd307790bbf79c3668455a0405945e2b271d873325de222cd72f\ngregf@pudgy VZrk8nWzg7pYLOrZru8dBg c1d1a0e469a134ccf5f5a5525631a6b83efa6970beec3b23809eb0daa3dca47f\ngfarnum@WorkMini2 +bAqcTdU7Ok9bGMcB3A84w 3cff1326561a23cf81dd6495373cb83ed149cee026c6374d72c19b483f4f1f07\ngfarnum@Macbook bxVtolCC9SY3QNlpx3cE1w aff8d28bfb4d693253511d29e8d399196e964fc096594ec705748a5469d44654\ngregf@fedoragreg Jdn8I/sFGcr5Aa/dici6lw 50f88afc35c05ef8454742226f7baf2cd20cb1e2d4d0c9f4a393013877736bfa\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gregf", "ovpn": "gregf@kai YhNrPfedhZjbvGjOfmotOA 440cf8595a87cd307790bbf79c3668455a0405945e2b271d873325de222cd72f\ngregf@pudgy VZrk8nWzg7pYLOrZru8dBg c1d1a0e469a134ccf5f5a5525631a6b83efa6970beec3b23809eb0daa3dca47f\ngfarnum@WorkMini2 +bAqcTdU7Ok9bGMcB3A84w 3cff1326561a23cf81dd6495373cb83ed149cee026c6374d72c19b483f4f1f07\ngfarnum@Macbook bxVtolCC9SY3QNlpx3cE1w aff8d28bfb4d693253511d29e8d399196e964fc096594ec705748a5469d44654\ngregf@fedoragreg Jdn8I/sFGcr5Aa/dici6lw 50f88afc35c05ef8454742226f7baf2cd20cb1e2d4d0c9f4a393013877736bfa\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.619 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'joshd', 'ovpn': 'jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "joshd", "ovpn": "jdurgin@glarthnir ElGaAgbs5VZujuzsQMfCmA 2a156febba037d02d1099bc11d1e697d34300b2c420f2df664b5b0de1248f983\njdurgin@new-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.620 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'cmeno', 'ovpn': 'cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.631 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'ivancich', 'ovpn': 'ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.643 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'yuriw', 'ovpn': 'yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yuriw", "ovpn": "yuriweinstein@Yuris-MacBook-Pro.local wKA8mCcsdsk/CE+1d9GiPw caaf5bf5eb31ef269e3d0bc34d45dd761c0bb0907172eea6e754434de4603db7\nyuriw@home 02TZyR3JHJMxEQob80ICNA 85b4aa0f69f6d469dae0bb3dca4baaf222e164927ed7eed2082caae8f4717e48\nyuriweinstein@xenon1 C9eVdLb/i18lMcMG20rGPw eaddd0e831a77de3f35cb19e307bd6f9aeb0cc03eff1ae58490d7db33ced4311\nyuriw@yuriw-RH2 WhMAZ+zZ/PPXOc+4HEDaZg 2d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.644 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'tamil', 'ovpn': 'tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.655 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'jowilkin', 'ovpn': 'jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.656 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'bhubbard', 'ovpn': 'brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "bhubbard", "ovpn": "brad@dhcp-1-165.bne.redhat.com 4oShQI9+vYtX5gA47np/Sw 3fc7df5afa772752d8eee15c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.667 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'yehudasa', 'ovpn': 'yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yehudasa", "ovpn": "yehudasa@yehuda-2 NGXHeO0lAvRFfYLalffzEw 0d3489b09f48ad5fa9d1ec5944d9c8020daf852488f389f3d44fe63d3f651f34\nyehuda@yehuda-940X3G shisK5LjI6fr3ZBJy/xX8A 49522899bd26130086ce668079f0062d987d85dfa5767dd5c34e5953db97997a\nyehudasa@yehudasa-desktop OT1MhoO0WihhvkKztqW0Uw 12a4d6b54390b9df7f5af3bd6b533f3c1fee0c7b9fbb79f0a87bcb28b182c7d4\nyehuda@crestview yUJ7nsAXRv78MgIyxJ93Yw 5b872feb20cbd895a5d8c87956f9cbd491471654b1a29aa8c13826cd95a44c40\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.679 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.680 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'branto', 'ovpn': 'branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "branto", "ovpn": "branto@work ganye+HpG3dkMEik6WtTng 018f3f9b9d49dcefa701ea304a8e58f002c46f0650edae220a0a7ab1bce36aeb"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.691 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.702 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.704 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'joao', 'ovpn': 'joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "joao", "ovpn": "joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.713 INFO:teuthology.task.ansible.out:skipping: [smithi178.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"} 2021-11-15T20:57:30.724 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'mkidd', 'ovpn': 'linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mkidd", "ovpn": "linuxkidd@zenbook oYp1WWV0JwpikHCWCV52Lg 9aca455b601bf3a365d31068154150ac63dd76f32cef29a55f9685dd1a88aa22"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.726 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'jlopez', 'ovpn': 'JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jlopez", "ovpn": "JCLO@oh-mbp-jcl vZhmBh/1LjLFEu+atRec6w 1f13f591373b4dc798a9b701fabf1eb99bf4aa58f87b6420d6c916716f0965af"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.735 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'haomaiwang', 'ovpn': 'yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "haomaiwang", "ovpn": "yuyuyu101@desktop XAUS/1Geh1T2WY//5mRahw fda03bdaf79c2f39ac3ba6cd9c3a1cb2e66b842a921169f20a00481a4cd3d9cb"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.737 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'kchai', 'ovpn': 'kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kchai", "ovpn": "kefu@gen8 HVoNrB5C8+bYxuqIfByeEQ 4dddde1890af2d6df367d3d832cc3b9b660160a1db69f0135e0d09364b2cb9b3"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.747 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vumrao", "ovpn": "vumrao@vumrao VaMHdnIGTl6y9LIkurxfjQ 71de53c4a0f212b8f919437d7d433d24a33d7a33bc6fe5df5d047e24499994b2"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.758 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'dfuller', 'ovpn': 'dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dfuller", "ovpn": "dfuller@laptop 6U0lNVidRy7Ye/5q6cGN1A aea3d019f68a95094c99385aff099818224455a829615cfc774587e4519398a7\ndfuller@rex001 6Z8bfQDgPXVSGMeeQHoItg 3abd41920b72683fbba7f25be88ff992fcd753119c4d2086c12daaf20798e684\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.759 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'owasserm', 'ovpn': 'owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "owasserm", "ovpn": "owasserm@orit-desktop zi8oe8INwK6IZrtUz6lg0w b5f4f96232a77a260f7a16244af873df2ff143c2bde0dbaabf02e9952b8f38ca\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.769 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'vasu', 'ovpn': 'vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vasu", "ovpn": "vasu@ceph1 +1D1qNUAk8h7OF9LF9qkrQ 963aa256fb99bc4b77e7085f57cf910a04c7f143603f81252331411eb8e37ec3\nvakulkar@vakulkar.sjc.csb O8ac1k0Dh3xkIFX8NFyIZw 471538eeb22384b58921e4f11af272c00c0a953dc7fe8d95ba057e65d141fbd2\nvasu@vasuSrv waJqYAARY/LnfuP1x/KQzQ 68915d3a1eb3dd00a562c149791cec5f43a96f5fd0b851ec855ec3f5dab496b4\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.780 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'smohan', 'ovpn': 'shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "smohan", "ovpn": "shmohan@laptop 7wwHLZZNa4ShUV1imXDDjw 0aca19a8ff6dbeee2821dd75a329a05b8052170204b2b242ced9b1a68ca8df37"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.791 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'abhi', 'ovpn': 'abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "abhi", "ovpn": "abhi@trusty SKarQTpBigBobP9sLjdLiw 868a74ed21b46f7f64255897d824f4e3eb21f8dde844bbdaa386681c942d8114"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.793 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'cbodley', 'ovpn': 'cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cbodley", "ovpn": "cbodley@redhat.com W4gFS4oU8PtUOrdHuBYwXQ af7dafd992687f5d85a79866838a78e5070a4934fb0a935e8094adb31ec28611"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.802 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'mwatts', 'ovpn': 'mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mwatts", "ovpn": "mdw@degu IPiZqcFT2BLuf2h3+tw58g 7af390a631ec11bddd7d1ac506d29af65e1e01e19f7dc931b4f459030cb7a195"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.815 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prsrivas", "ovpn": "pritha@dhcp35-190.lab.eng.blr.redhat.com GCk3PIYzUNZ6/xrsKoq8VQ acbfc4279970b44c3d008990e0cf1bb5eb280299218441a0f25fda988bc555f6\nprsrivas@t480 jciDaqMz2kZbSRymwpJiqA 68baba83dd966fe9536bc9a822428710b10a28781f695bc3fb750482a94b0e8c\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.825 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'pdonnell', 'ovpn': 'pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pdonnell", "ovpn": "pdonnell@redhat.com Q9j56CPPXipXScmKi57PlQ fb616603b6d27cf65bfa1da83fc0ca39399861ad1c02bfed37ce9be17cdfa8ea"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.827 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'jlayton', 'ovpn': 'jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jlayton", "ovpn": "jlayton@redhat aNfzMdXOhhmWRb25hwXJIg f51fee42c5268f7b8e00d57092dc522b0a07b31154ea52cf542da9cac5885868"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.837 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'rzarzynski', 'ovpn': 'rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rzarzynski", "ovpn": "rzarzyns@redhat.com h4UkibgFG40ygfpfKTMBrg e20ca28c60144dbabc97953cd4c273c1b92cd45ebcddd0f0299679d7a5c87d7f"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.848 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'rdias', 'ovpn': 'rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rdias", "ovpn": "rdias@rdias-suse-laptop 0bh54sdB69mh95n5rWME5g 452e3338e48d04d4e816f4f1cb54d637746a7acc1ffe5e8ed4c1506c8e07a72e"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.850 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'vshankar', 'ovpn': 'vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vshankar", "ovpn": "vshankar@h3ckers-pride eYOkK3Yj10T5PFLIUu5DKw f6d9d714fb6a97e51a4c8d2a4fb7ed0c0e87caedfd0fa813b209846abd9a8a20"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.859 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'akupczyk', 'ovpn': 'adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "akupczyk", "ovpn": "adam@TP50 C0YuBT9bYaNhdDmjbF56xg 5d298b33b9dbaef364b037561aa5c5de374405bb8afead5280db5b212506ea58"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.861 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'nojha', 'ovpn': 'nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nojha", "ovpn": "nojha@localhost YQTw/h6ZMgdJn7EPBmbEnw 253574eae62759c4c5d3bc4bf949c59948a0488e4dfe4c91ee754a3b5494847e\nnojha@nojha-mac aucFu11aJL4iZg9ch76Lmg 6f14a860471fabc125d167c7af8d4729c26bc93bfab5e73d5457ebf54d32d526\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.870 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'ifed01', 'ovpn': 'ifed01@snowmon CjHOevVvBm+PwhjnhZYM7g 7393d3a95b1874764fc4e7ae2d481f1859b336e16e1ba53c49d126585e11ba56'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ifed01", "ovpn": "ifed01@snowmon CjHOevVvBm+PwhjnhZYM7g 7393d3a95b1874764fc4e7ae2d481f1859b336e16e1ba53c49d126585e11ba56"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.881 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'myoungwon', 'ovpn': 'myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.883 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'gabrioux', 'ovpn': 'gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a95579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.892 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'leseb', 'ovpn': 'leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "leseb", "ovpn": "leseb@mbp cCx1v5/FfaQ/IQHujqtG9Q 6121d11f9abfa6b1b36330eafaa2196249a9c92f989be25c9fac1558292c920f"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.894 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'hchen', 'ovpn': 'hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "hchen", "ovpn": "hchen@host12 hUr3k0rugStZMjvIxIvCOg 9d57e14d49901f18b24ee4076ae7e6a2f9eb6fd9fbce786660c448486c966fca"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.904 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'jcollin', 'ovpn': 'jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jcollin", "ovpn": "jcollin@earth +H4Hk4WcNuqdQj7ch/Nulw 8426545e6457c9e1e8adca2af5ddf836fbcfb433cdc5359fd135afdf4e0f7d2a\njcollin@stratocaster jbjV3FsrsTJwyKUA3Y8VVQ 0439745f795fef1399636bd550040d45445d1607b471284c5c9b9dbccc86a987\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.914 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'xxg', 'ovpn': 'xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xxg", "ovpn": "xxg@zte Y2d/Ov201XMivDNwo4nUoQ 5e5da8d579793601699af628300430c1e5dd469c8bcff7c3ee11d23ec004bdcc"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.916 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'pcuzner', 'ovpn': 'pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pcuzner", "ovpn": "pcuzner@rh460p oK28wU5DSabvEL4VjDRhEg a449ed81d7e2970f418263fb3ce10dd711d03925a0990ddf298f826aae1caa53"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.926 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'mkogan', 'ovpn': 'mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mkogan", "ovpn": "mkogan@mkP50 f/LENRJbsyepmvZA23F7Fg b908f1c0237a7ee56b73dc42f2df79b49ca83d6f4573f5229e7cfe6b4ad7b6a2"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.928 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'vumrao', 'ovpn': 'vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vumrao", "ovpn": "vumrao@redhat TMNqzMvbJS8Va/8nT9QUQw ab386c2bd7c6796d5413e4d841a16dda2504cca6d95df831a652a30d2e5655ed"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.937 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'henrix', 'ovpn': 'henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "henrix", "ovpn": "henrix@hermes iPPDBfnLzP5Pe5FuTcJBmw b26aefb8a61451066f984e074f708ea9ca6b2c5d7cca35996c08b0b2bb2c2736"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.948 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'pbs1108', 'ovpn': 'pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pbs1108", "ovpn": "pbs1108@bspark_cli0 nSCINdeTLTLEO5JP/GIwRQ 76372ad6f7ad731556ff13605c3729eacaf59dcf7f9ac82dd9a8501bd95d3b26"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.950 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'clacroix', 'ovpn': 'clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "clacroix", "ovpn": "clacroix@redhat.com ZGY9sgvjT0BuJRi9zrULzg c3311aba4025aa42cd78c999dcee4e2c16415a3ac44ac8c95b77838459ef3315"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.959 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'epuertat', 'ovpn': 'epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "epuertat", "ovpn": "epuertat@private BnUoirwxGRWXtLxulJU5xA da2cfc4995bed82ef85db3633edad0a7eb2c32ba559a48259b10be94a8fdf006"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.960 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'tdehler', 'ovpn': 'tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "tdehler", "ovpn": "tdehler@think 7e0WC4Vh86XWZviZ9WBMgw 4dc8477db6e4f40312e6b2b9db293dc009e49e518015ace20431c0fb69025461"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.971 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'laura', 'ovpn': 'laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "laura", "ovpn": "laura@flab 2DGHIAxD39eNKOPkn3M67w ab1ae304abed3824a68b5c0ecf4f92fca76a4f8b9fcbcc0ca43388a85b7f9305"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.982 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'yaarit', 'ovpn': 'yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yaarit", "ovpn": "yaarit@centos TBuWjkAsj1GB/V9eWc/R1Q 7bd86a857dec48dc25850ecf0c00486d9a89c2ff5f88b2f28c3e36bdeb139fce"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.983 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'rpavani1998', 'ovpn': 'admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rpavani1998", "ovpn": "admin1@rajula 31GbDo9d1YnW5BQ8u3utvw a2da13cb840f848846023c85442ba7bcce97dc186056a0ecc036a220d7eb7fc3"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:30.993 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'rishabh', 'ovpn': 'rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rishabh", "ovpn": "rishabh@p50 zdJ4XsBdVugwMrqJOSBi3Q c78bb28ba5cf2bf9c8edb80fe57814d60cd2ffdbd874cf9a271e5adf171bb0c4"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.004 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'skrah', 'ovpn': 'skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "skrah", "ovpn": "skrah@thinkpad IboPmnUdsLqqRXlHQ1RT5w bf85db9e916dceaf84a1e6ea33c59eb4adb424cb4e727ce0a903a3498b799ed2"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.005 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'smanjara', 'ovpn': 'smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "smanjara", "ovpn": "smanjara@fedora OfpUShUejOW2W/R4FlKQ7Q fab77ef619f730a5aaf255e4167aa7a35a7e5450d12820923d969036a6326b0f"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.015 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'bengland', 'ovpn': 'bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "bengland", "ovpn": "bengland@bene-laptop ud1gWgoNggJTS7LQtPTZTA d3ebd084ce385cb450ce2f83c02dc66a1637dedbc7a8b191dab68acfc935af41"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.017 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'pnawracay', 'ovpn': 'pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pnawracay", "ovpn": "pnawracay@flab LIurEXLa7xbr+jzf2wRJVg 04062ba385602b385fd17f14de3a0cad83c685b8078fd2f18cc9ad77a4f4762d"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.026 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'alfonsomthd', 'ovpn': 'alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "alfonsomthd", "ovpn": "alfonsomthd@localhost iG3hmp+gS/4aOL4Vp/Nj4w ef1480c222cb2d540cf932ef2f27967891b768c2ad90b59a12a5279ceaa18b47"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.028 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'oliveiradan', 'ovpn': 'oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "oliveiradan", "ovpn": "oliveiradan@opensuse-dev twDqMYwYsdYmbgyCpUnElw ec3ee80ddc747c3ca5e1455a122279f8e1e642c5c09aa9c2ca7fec142f55089e"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.037 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'swagner', 'ovpn': 'swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "swagner", "ovpn": "swagner@ubuntu 64V1h0Se0FmBQNH7KLibbQ ad7c91e9e2f7f3999492d5e41fbbc993327d37929bd09606227367d75e5556ba"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.049 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'yuvalif', 'ovpn': 'ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "yuvalif", "ovpn": "ylifshit@localhost dyc2NU2pMz8NF8/uR2kMxA 3a6f1f9e55b5116f74d01ffbabdc339054088d257a16cf9fafcfe05b27fa678e\nyuvalif@medea gy0T/Hj/6DnVSKyOKD0/ag 468fe695fad8610a8f2eba6d1015949e4e6dc3d62c50ecf03579928d45a8d2ae\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.050 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'kkeithle', 'ovpn': 'kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kkeithle", "ovpn": "kkeithle@kkeithle.usersys.redhat.com FPnVevv1sp5hlWoJeDCe/g e5a1fa7ccf678b91ed570983d5420c98f109d507442c8e4dcd50803e0d71c852"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.060 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'emmericp', 'ovpn': 'paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "emmericp", "ovpn": "paul.emmerich@croit.io RN4hOorvA7irUg/3ViM9KQ 3bd06194186d2624cadf255fa1c38ddf7dded0a6d83dc6001cd55fcc0a899130"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.062 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'mchangir', 'ovpn': 'mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mchangir", "ovpn": "mchangir@indraprastha 1p71eDTdLMzkySFg0d5qEg bc4fda0ac9ef5cfbfab0cd9e5ed956c75b6280a04043c90c288e62b416b42da0"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.071 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'sjust', 'ovpn': 'sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sjust", "ovpn": "sjust@pondermatic sCd6606QpID1PnHn0AxFag 46da7d4c77cb1238f83a34f99e774707110f997d88f3a0fd240aac9b7b7bbc85\nsjust@rex004 YS0in6YtQJHx5aUo7ZHi8Q bdd5977d05171a365539b19fae283ec2e3c7389516664692b9bbbaf98c7b61f4\nsjust@office w19UilyC/xu7uCzv0DnWRg ab20efc114b769bf4c2cf313eb30db09c2e2f8234992f120cfc3d1b8b347ed3c\nsam@deepthought 44sCi+GEfY0zjKo5M/4FiQ ed1eedd14ca68116a2000477fa078f8f736d0a15640723c32204bb30f14cb888\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.083 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'ideepika', 'ovpn': 'deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ideepika", "ovpn": "deepika@x1carbon hyRj1/9UjWhVzhav5+LNKA e3f7d2882c2b1a410dbb5458c08f280814d652e34c87e96f8a2e8bef1928926f"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.083 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'gsalomon', 'ovpn': 'gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gsalomon", "ovpn": "gsalomon@home BrlCVxStNlEZGf5yYYAz1w 4b0c8d5b57dae1328c16d3017b59b632ccdfebe4135209fa97748c70ff00cc46"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.094 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'soumyakoduri', 'ovpn': 'skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "soumyakoduri", "ovpn": "skoduri@localhost w/vFHwM/x4hUGlKJCteKiA 97933f044fdd8b3cf57ad744ce032728b06f354b0d719790def82b2f5b9a6133"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.096 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'kyr', 'ovpn': 'kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kyr", "ovpn": "kyr@suse Xu4+Yi98Il4ETOAav6okqA 03bc46e5fac6346cd82ff681f756860f98e0c61168633ce23325efde11a1964a"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.106 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'sseshasa', 'ovpn': 'sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sseshasa", "ovpn": "sseshasa@thinkpad jyB1pr0I3qsDknkTnJTMjg 72ac1456e344c22fd940d0ba0e035aa3819ef7cd3891e53308aa92ba2dec8849"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.108 INFO:teuthology.task.ansible.out:skipping: [smithi178.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"} 2021-11-15T20:57:31.117 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'lmb', 'ovpn': 'lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "lmb", "ovpn": "lmb@hermes LMS8kAikL0iqw2S6IbXa3Q f57a493b31e7ed02a2563dd4295278d4842dc698b4c635d011a8d2b4b1fd5c2b"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.128 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'ksirivad', 'ovpn': 'ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ksirivad", "ovpn": "ksirivad@ksirivad prZzE08FqnY6hFtGk0Q6XQ 2ef0878b0050cf28775813fe0991f9a746c07e61920280ce29ee69088eda5efc\nksirivad@macbook 0ivvJOZVAywT15aJCDF2xw 0066940a99b2d37dcd856c8622f48e0d8cb59c092f8f96cc2352ec0bc979ce45\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.130 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'ofriedma', 'ovpn': 'ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ofriedma", "ovpn": "ofriedma@myhost IIifKuFYfX5EqO3mhV8lAg 82cb23a98361f3624b2f1f4e0f694f9439ae7735b171ba5e3bb5f0744f5ddfc4"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.139 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'h4iresis', 'ovpn': 'h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "h4iresis", "ovpn": "h4iresis@fedora NyMdx+dAfmujNSDB63kI+g bcf6c36594585e0fbf9f037bf1a13fe63db4b82a52ff1349349fac748b5c4e52"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.141 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'shyukri', 'ovpn': 'shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shyukri", "ovpn": "shyukri@t480 KEbvWFIOWqkHsLgffi6GMQ fcd405d0cf6b2c7ba53397c4ed1156e852317fb02bcd6f0e98e5eb3c1c3aa4b5"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.151 INFO:teuthology.task.ansible.out:skipping: [smithi178.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"} 2021-11-15T20:57:31.161 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'rakesh', 'ovpn': 'rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rakesh", "ovpn": "rakesh@fedora CXsWP7Wzu2C+bTN6mIeMiw 2f4f492cd085f1f46d1d5018aeb7705ba855c4481e230a8188b8f5ea9994b91b"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.163 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'ryg-', 'ovpn': 'ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ryg-", "ovpn": "ryg@wombat Y8asVyh6Qu+EEmWlRd1zXA d4923cf7be8e59728ea290aaec7670903b39b6444e5d303016338ddf5ab7837f"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.173 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'prsrivas', 'ovpn': 'prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prsrivas", "ovpn": "prsrivas@t480 dvGwTZM2FivQPrMGmkY53g 80afabbb654af66ec01463d0e0425be5643eaca10bbf756f2b8313645d2b8da3"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.175 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'zdover', 'ovpn': 'zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zdover", "ovpn": "zdover@lenovot5301 88ArNhsAMXq/nkSC9tKDig 131b8214bbea52345220522f8dd13c768bc5c1e41e4d164e7138719cfc3295d3"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.184 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'rraja', 'ovpn': 'rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "rraja", "ovpn": "rraja@p50 k0lrZNIKWMH/VrZupJ9diA 03bfe34ee6e9a541e10426a3cc1e1046655420d4d0a79ce5667bec1b469a0100"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.195 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'toabctl', 'ovpn': 'toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "toabctl", "ovpn": "toabctl@minze a3I/7JakMEEANsNXCYM5XA b9715003902937328801993a359da43c61ab0be8d17f92371a48dca0821fb13f"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.197 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'mgfritch', 'ovpn': 'mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mgfritch", "ovpn": "mgfritch@laptop 94prpsaAkBwTzMmF9JR4WA 3adb8aad97b1f78c74d3ae91f21f4b165749843dacabad74f0039212c5a5db39"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.207 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'xiubli', 'ovpn': 'root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xiubli", "ovpn": "root@lxbceph0 /BNUvfmLPqzfbIz/Jzlqkw 3e109dcb826d45a6ee7e8195fc025b257b3d369e135400bf0a4bf503d48503e3\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.209 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'jafaj', 'ovpn': 'jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jafaj", "ovpn": "jan@jfsuselaptop ddAKCkWSc1rEhQadU15jkA 90ddc588ca94ab776b539a1c5246a216dfbebabba3709ae803d386f978b65c6f"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.218 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'jschmid', 'ovpn': 'jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jschmid", "ovpn": "jschmid@zulu BqyepNoWzZbbsslJbvCuYg 4ce9b431fdd8a06856cfe00b88665da11dde1cacd72d40bf3dbe54ff633066ef"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.220 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'kachau', 'ovpn': 'kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kachau", "ovpn": "kachau@thinkpad dX7+Zp6Z+rMSZTbxL52c7g 59d0d7be858e4a3769eaca4563399989298004a271f60b08cc36bf4130e089fe"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.230 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'khiremat', 'ovpn': 'khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "khiremat", "ovpn": "khiremat@kotresh-T490s 7o9JjenDm1h34Zmd2SWO2g 791981cd84bd4c80bf3ff6076ebc64b3ebf8432903e36d1a49bbee27561f8315"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.241 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'kapandya', 'ovpn': 'kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kapandya", "ovpn": "kapandya@thinkpad g4JoonWShBhyS6fEdaHh7A 2990a987bf7afee6e3c8b5236b3dac813a57dbdce47ec63965c40b1b7bdafd67"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.243 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'prasad', 'ovpn': 'prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prasad", "ovpn": "prasad@macprasad tJYuW/3nDX8ikaLyJQdpAQ 1544f87809a170bb61069b588630467b05283a1347945b9545205b0a28110f89"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.252 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'vikhyat', 'ovpn': 'vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vikhyat", "ovpn": "vikhyat@redhat ae77Y7dK1BxLEfQvAOJo8A a62d65a2aa09a75dca299ce0424caf6bcbc52696b22aa1567432aac34d78f18f"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.254 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'shraddhaag', 'ovpn': 'shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shraddhaag", "ovpn": "shraddhaag@asus w1lmx5nwk8QQ/4u3UfGsJQ 98c5840f994a5e35b234375b07b1782f9a92bdcd5cf73e5847027045ab88e6d2"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.264 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'gkyratsas', 'ovpn': 'gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gkyratsas", "ovpn": "gkyratsas@suse.com PO5Ut+2Z4kCMjaumOyA+1A 70fafe30ccb801c8c0a059a7eb3a842a2d08015b828c63bc1a702caf056014c7"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.275 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'prateek', 'ovpn': 'prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "prateek", "ovpn": "prateek@linux kj4pU4yLf+76XxY0mvoIwg c24292e824e3e43ebf7465f1079449ce80bf26311426ae3914cdf1fe8d591c67"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.277 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'jelopez', 'ovpn': 'jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jelopez", "ovpn": "jelopez@imac XbzY2mjr57lSPExJp0ZBgA 4f5dfad692c25293cd58393bd8ddae91b4dc0b2561c860072e0665933531208e"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.286 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'dcain', 'ovpn': 'dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dcain", "ovpn": "dcain@fullsteam 7vptxC1ZWCXLUV3FJwWQAg 2d73728e16c5f724e5f28eb326c24b8e13e7b361bcbaf506809f539e80223389"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.288 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'sunny', 'ovpn': 'sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sunny", "ovpn": "sunny@devBox 81r/AKNOWhvaD0ESYy6tTg 58b86902f858bc3f1edb12cfc41ce10ed163985db2f7c253de08b7f1c310fe11"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.297 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'xuxuehan', 'ovpn': 'xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xuxuehan", "ovpn": "xuxuehan@xuxuehan-PC aJDFkJ1+XzbovMyvRiFCAQ 5a71908d9bc8372ce0fff3bdbce4ea0e27eb11af0ed30e573f93d7a0b4335279\nxuxuehan@xuxuehan-notebook LzP6obPSYuao0iCJLQ/92A 3af116b690da581c77912a0c5fe184c84ca78526f67331db15714bc4ffddbcdc\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.308 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'aclewett', 'ovpn': 'aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "aclewett", "ovpn": "aclewett@mac bP0KgOkhW1GxTiugD3jMQA 90009b65da8175e083ee0e79d4953268f44493b98c2b532854da8d9e1d14e798"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.310 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'cblum', 'ovpn': 'cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cblum", "ovpn": "cblum@ ad4mZ9Cg0u6H8AdARvQUZw 4e3cec570cbe42786e5190de4194c2937f1073aef62a25b61bd85e05ee23db56"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.319 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'mlatimer', 'ovpn': 'mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mlatimer", "ovpn": "mlatimer@lx5510 3lc4nP664Dmg63yr8yKG7w 3778fb16fb62d1a7d61f41cf2c2e72fd9acaae2805de2dc34497ef41ee1ad64f"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.321 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'shyamsundarr', 'ovpn': 'shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shyamsundarr", "ovpn": "shyamsundarr@bartimaeus HUEzMC00f5f/tdydddWGNw e9032244bda086ecca6abc4f525296f9a125e4bbdb768d8c76c6d53d02f475d5"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.331 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'shuzhenyi', 'ovpn': 'bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "shuzhenyi", "ovpn": "bigwhite@wrjj37deMacBook-Pro-2.local VoTYmzsOPazeWcH+DOHXKw d7502e96b37ebc2ee5e0c14c6026f10e2e72b49be70dd1c5c7e9751fafcd8501"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.341 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'mdipalma', 'ovpn': 'mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mdipalma", "ovpn": "mdipalma@mdmac IVn9Oy/SxZEmDgSWSeo3jA ea4dc08cb39ba55ade357c4949bf3f7d4d0322171ff5b5dac3c06d47cdc38f14"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.343 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'kchang', 'ovpn': 'kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kchang", "ovpn": "kchang@kiefer-uchi Vy8tg3hSizdX5fIAJFgG/A 912a49a77b5722fdf4b9e304ee329c7b808728d73bb1e1f70cf55bd1221a3da3"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.353 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'vereddy', 'ovpn': 'vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "vereddy", "ovpn": "vereddy@vereddy.remote.csb 8jHiMDBfgQxu/8+MTlPR1A 07898add1a48c50647de4a81ad23db0c8545202cb56d3172db9b22df32c6b4a2"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.354 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'benhanokh', 'ovpn': 'gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "benhanokh", "ovpn": "gbenhano@localhost.localdomain uMf63iCCcqDt1rUnOSujaw 8c554c50bf8e27d3373515168e59f4ed3e4c48bace5689838268569948545ed5"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.364 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'jsalomon', 'ovpn': 'jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jsalomon", "ovpn": "jsalomon@Josh-laptop 9V9NVwrt57LxXiqRh5Q7PQ 4cf0b0dfa39cf1e72f51bbfed19b4d88bdb286d09e54a99eb35721e33b1ae7b0"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.375 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'jolmomar', 'ovpn': 'jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jolmomar", "ovpn": "jolmomar@thinkpad CnoIzb/786lZh1NINj0xAA e60eeb560654da4b84977a4f9dbccd599bf9460980985ee5726595eb4a46e640"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.376 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'julpark', 'ovpn': 'julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "julpark", "ovpn": "julpark@thinkpad svj+nOCQG95zuBUwdJoluQ 7252f05ef02b16fd74d931d6cf937304afbb098dbdbde13d377e884fe35e2fb8"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.386 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'pdhange', 'ovpn': 'pdhange@mauli hqKEk1OuI2Wmi1CAcJk5CQ f49d854572b5efe9514b4d741e336adb3534d00b22b0a505142d82eccc2f7535'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pdhange", "ovpn": "pdhange@mauli hqKEk1OuI2Wmi1CAcJk5CQ f49d854572b5efe9514b4d741e336adb3534d00b22b0a505142d82eccc2f7535"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.388 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'dpivonka', 'ovpn': 'dpivonka@thinkpad 6vBnL22Dfp8d9grCNtSoHw c8270453301dbec76f8070809078087ff892c74360b80a82002d58c50af19ec4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dpivonka", "ovpn": "dpivonka@thinkpad 6vBnL22Dfp8d9grCNtSoHw c8270453301dbec76f8070809078087ff892c74360b80a82002d58c50af19ec4"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.398 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'adking', 'ovpn': 'adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "adking", "ovpn": "adking@laptop1 VkjYUD1hJpR8sFhrH6MIcg 28c610bc9f7321de315923288d24650bdb4bc90593b423f1f59db16d67b6d625"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.408 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'amathuri', 'ovpn': 'amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "amathuri", "ovpn": "amathuri@thinkpad WDHZL4VspBmlz5dzRlAGUQ 7f2c5d8e2554b869a09fdc20d6e4aabffa8200ef8e2b8d1bc951bfc673757267\namathuri@lenovothinkpad MhlrEG4X+iKq2d2GxwMbmA 812cfea500340140144ecb27f7851b86d8daff658f173189fceec8e61b59cbf2\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.410 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'nizamial09', 'ovpn': 'nia@redhat OA+N80Ps0Ua7PfuVF4+M8w a9b0ecf7a28ef91e0653b0193f3f95967d6a671eff21ee8a99620a5a972ba409'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nizamial09", "ovpn": "nia@redhat OA+N80Ps0Ua7PfuVF4+M8w a9b0ecf7a28ef91e0653b0193f3f95967d6a671eff21ee8a99620a5a972ba409"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.420 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'dachary', 'ovpn': 'loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dachary", "ovpn": "loic@tulipe 1NGxatlPDW6m9FLwzG2Gng cc19cfe2d2101909e9e0ae6b207d7e8dccafd8ec1f4594bdd006dda6b67a80b5"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.430 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'amctagga', 'ovpn': 'amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "amctagga", "ovpn": "amctagga@redhat20 DsFh00Ttjtomgs5nlTX3SA 713280e601e14a8fecfe190490e362f5f97bba3517b2bcfd4abd5230a45fbaa1"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.432 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'kevinz', 'ovpn': 'kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "kevinz", "ovpn": "kevinz@linaroceph a2GchLhkaayg78xuUnI0sA b545e84634e614099b00d50e593933eabf0793035eaa439b6d82ec669f69de7f"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.443 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'liu-chunmei', 'ovpn': 'liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "liu-chunmei", "ovpn": "liu-chunmei@otccldstore gKMLlCSH99LCDse00ja0Kg 2c140368bca0e48102330631f91e5299298461a24cab483b9765293eafb2050c"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.444 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'cyx1231st', 'ovpn': 'cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cyx1231st", "ovpn": "cyx1231st@yingxin-server C3qUn5JXYFehgyfol2lnhw c5f306797eac838797ea99b07bd0f5e8e185052887b82ba5c343a42eb271747a"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.454 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'sunnagar', 'ovpn': 'sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sunnagar", "ovpn": "sunil@sepia-lab j6h8NzyTGEE6WHYT3uiOXA eda7763cdd544d8e7198cefee77f38641d44c8a6aa4d37b8b1429620641809ae"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.466 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'lflores', 'ovpn': 'lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "lflores", "ovpn": "lflores@fedora CqF8+5Scni+GHCfHkm3AAA 0771c83aa58141af4704f4b01bba4490638ee2033fdabe5a2a4b8e06768b29c2"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.468 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'jsawaya', 'ovpn': 'jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jsawaya", "ovpn": "jsawaya@thinkpad jEJaJNljo4e2sHstFCNljQ d0042e4c40344f7fa350d3e0b748686aea00c4757ffbe32a41f3b119463d9f46"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.477 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'markw8973240', 'ovpn': 'shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "markw8973240", "ovpn": "shuai@mac d7Tqhwnt5D7+jeeqKQ375w e6ac2fb0750350a007d00bba1354989402199dc012150a84805be57a92e6f06d"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.488 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'luisrico', 'ovpn': 'lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "luisrico", "ovpn": "lricomor@lricomor-mac DI4SNq2EznedeK8Cztt2ug e05bc16840e8c3c45f641852101ad921abc248013ec89a599c27c275767b5347"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.490 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'matan', 'ovpn': 'matan@main-win vEAxj3ZM9DjxBi/jfjc+jQ 9c30b8fcef9bdc804090947a92e1e60cc21d3f280f261bc3f4cecac64541dc6e\nmatan@thinkpad JJuwaWbac2lbcH5pCGON1w 521fe30e3a950915a1b538913c1af76198c4133018b7869d348740c708b38a7d\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "matan", "ovpn": "matan@main-win vEAxj3ZM9DjxBi/jfjc+jQ 9c30b8fcef9bdc804090947a92e1e60cc21d3f280f261bc3f4cecac64541dc6e\nmatan@thinkpad JJuwaWbac2lbcH5pCGON1w 521fe30e3a950915a1b538913c1af76198c4133018b7869d348740c708b38a7d\n"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.499 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'ozeneva', 'ovpn': 'ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ozeneva", "ovpn": "ozeneva@omri qB3om9JUxgVneOibFeRq6Q 92277afcd0bce888f60dceab4b2e8695ebbf7241dba09e3350a12c4fffd6ebd5"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.501 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'sudhanaruna', 'ovpn': 'ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "sudhanaruna", "ovpn": "ArunaSudhan@sudhan-linux t/fhf5WR4vQxW3F/Lx7Atw 09248b17c9abfe802ca4be1b93ad318138f54fb60b073ff857c2effadb27a997"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.521 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'zl31wang', 'ovpn': 'zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "zl31wang", "ovpn": "zl31wang@sjtu Et6K7OVsdRTnvOY5iuvUxA a7f66c06b405df269ac8f28a4b2c9f00d087091082c53ed5e03517e3811d9fc2"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.523 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'mayagilad', 'ovpn': 'mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mayagilad", "ovpn": "mayagilad@mayagilad-ThinkPad-T480 AGw0uOFkRU6SX8Kp3nyGuA d29a792aad9cc6038dfc2e3471f6556b50ef73562b1bc6231c39d8daf20a19d0"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.532 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'arjsharm', 'ovpn': 'arjun@thinkpad_local 06szrDO7vKFS7BSicSbDsw e1284059b3e0604191a0f35e2841f22835b0e75249e637d8297edbee458ccf39'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "arjsharm", "ovpn": "arjun@thinkpad_local 06szrDO7vKFS7BSicSbDsw e1284059b3e0604191a0f35e2841f22835b0e75249e637d8297edbee458ccf39"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.534 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'melissali', 'ovpn': 'melissali@melissali-ubuntu pooAecOHrOtZ3gXewVMxnw 36860a4078c773f47e1a58d2f120ec79e468142120ff6a816cb6ffbb9fd9ef07'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "melissali", "ovpn": "melissali@melissali-ubuntu pooAecOHrOtZ3gXewVMxnw 36860a4078c773f47e1a58d2f120ec79e468142120ff6a816cb6ffbb9fd9ef07"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.544 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'ionutbalutoiu', 'ovpn': 'ionutbalutoiu@macbook ruUdfqkSfEhKctGGLeQvkw 0a6cab2332041d56ca8b1216242195af2ad8d0ec6360fd6c1dd080f5f43240e1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ionutbalutoiu", "ovpn": "ionutbalutoiu@macbook ruUdfqkSfEhKctGGLeQvkw 0a6cab2332041d56ca8b1216242195af2ad8d0ec6360fd6c1dd080f5f43240e1"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.546 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'pdiazbou', 'ovpn': 'pdiazbou@thinkpad BNtoPcISV462wNeprZDOcg f6faca031e6549014132b4c66e53721c9d934a09d0d9d0f36e2dd31f90be1ce4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "pdiazbou", "ovpn": "pdiazbou@thinkpad BNtoPcISV462wNeprZDOcg f6faca031e6549014132b4c66e53721c9d934a09d0d9d0f36e2dd31f90be1ce4"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.556 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'xuwang', 'ovpn': 'xuwang@laptop 2U0uRjvVh8eE4iSkFzK2Kg 2a9db1c375a032cc0a892ca2d0721f9d7303e2db5a7eab647870d7c2022ee2e8'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xuwang", "ovpn": "xuwang@laptop 2U0uRjvVh8eE4iSkFzK2Kg 2a9db1c375a032cc0a892ca2d0721f9d7303e2db5a7eab647870d7c2022ee2e8"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.567 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'blaine', 'ovpn': 'blaine@laptop RkDSJBkoRKI0UaxdQuMNCw abcfdade65dd772c066c0c63e712fb03240d676d72eb341186b0c0a94d4a4547'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "blaine", "ovpn": "blaine@laptop RkDSJBkoRKI0UaxdQuMNCw abcfdade65dd772c066c0c63e712fb03240d676d72eb341186b0c0a94d4a4547"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.568 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'name': 'choffman', 'ovpn': 'choffman@choffman.net 56rg/lHPXPRyVivND7+0Uw ca591258cda719a5a0bf5d5f4fa87976773625249d29ff6012ad6efeac33da2c'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "choffman", "ovpn": "choffman@choffman.net 56rg/lHPXPRyVivND7+0Uw ca591258cda719a5a0bf5d5f4fa87976773625249d29ff6012ad6efeac33da2c"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.649 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:31 +0000 (0:00:01.695) 0:00:57.391 ******* 2021-11-15T20:57:31.728 INFO:teuthology.task.ansible.out: 2021-11-15T20:57:31.730 INFO:teuthology.task.ansible.out:TASK [Filter the revoked_users list] ******************************************* skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:31.755 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:31 +0000 (0:00:00.106) 0:00:57.498 ******* 2021-11-15T20:57:31.968 INFO:teuthology.task.ansible.out: TASK [Remove revoked users] **************************************************** 2021-11-15T20:57:31.970 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=zcerza) => {"ansible_loop_var": "item", "changed": false, "item": "zcerza", "name": "zcerza", "state": "absent"} 2021-11-15T20:57:32.104 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=aschoen) => {"ansible_loop_var": "item", "changed": false, "item": "aschoen", "name": "aschoen", "state": "absent"} 2021-11-15T20:57:32.239 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=andrew) => {"ansible_loop_var": "item", "changed": false, "item": "andrew", "name": "andrew", "state": "absent"} 2021-11-15T20:57:32.373 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=sweil) => {"ansible_loop_var": "item", "changed": false, "item": "sweil", "name": "sweil", "state": "absent"} 2021-11-15T20:57:32.507 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=brad) => {"ansible_loop_var": "item", "changed": false, "item": "brad", "name": "brad", "state": "absent"} 2021-11-15T20:57:32.642 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=kefu) => {"ansible_loop_var": "item", "changed": false, "item": "kefu", "name": "kefu", "state": "absent"} 2021-11-15T20:57:32.768 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=shylesh) => {"ansible_loop_var": "item", "changed": false, "item": "shylesh", "name": "shylesh", "state": "absent"} 2021-11-15T20:57:32.902 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=gmeno) => {"ansible_loop_var": "item", "changed": false, "item": "gmeno", "name": "gmeno", "state": "absent"} 2021-11-15T20:57:33.037 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=alfredodeza) => {"ansible_loop_var": "item", "changed": false, "item": "alfredodeza", "name": "alfredodeza", "state": "absent"} 2021-11-15T20:57:33.176 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=trhoden) => {"ansible_loop_var": "item", "changed": false, "item": "trhoden", "name": "trhoden", "state": "absent"} 2021-11-15T20:57:33.310 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=nishtha) => {"ansible_loop_var": "item", "changed": false, "item": "nishtha", "name": "nishtha", "state": "absent"} 2021-11-15T20:57:33.444 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=yguang) => {"ansible_loop_var": "item", "changed": false, "item": "yguang", "name": "yguang", "state": "absent"} 2021-11-15T20:57:33.579 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=sdieffen) => {"ansible_loop_var": "item", "changed": false, "item": "sdieffen", "name": "sdieffen", "state": "absent"} 2021-11-15T20:57:33.725 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=brian) => {"ansible_loop_var": "item", "changed": false, "item": "brian", "name": "brian", "state": "absent"} 2021-11-15T20:57:33.860 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=pmcgarry) => {"ansible_loop_var": "item", "changed": false, "item": "pmcgarry", "name": "pmcgarry", "state": "absent"} 2021-11-15T20:57:33.995 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=karnan) => {"ansible_loop_var": "item", "changed": false, "item": "karnan", "name": "karnan", "state": "absent"} 2021-11-15T20:57:34.131 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=ryneli) => {"ansible_loop_var": "item", "changed": false, "item": "ryneli", "name": "ryneli", "state": "absent"} 2021-11-15T20:57:34.266 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=dlambrig) => {"ansible_loop_var": "item", "changed": false, "item": "dlambrig", "name": "dlambrig", "state": "absent"} 2021-11-15T20:57:34.401 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=icolle) => {"ansible_loop_var": "item", "changed": false, "item": "icolle", "name": "icolle", "state": "absent"} 2021-11-15T20:57:34.538 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=soumya) => {"ansible_loop_var": "item", "changed": false, "item": "soumya", "name": "soumya", "state": "absent"} 2021-11-15T20:57:34.663 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=jspray) => {"ansible_loop_var": "item", "changed": false, "item": "jspray", "name": "jspray", "state": "absent"} 2021-11-15T20:57:34.798 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=erwan) => {"ansible_loop_var": "item", "changed": false, "item": "erwan", "name": "erwan", "state": "absent"} 2021-11-15T20:57:34.933 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=jj) => {"ansible_loop_var": "item", "changed": false, "item": "jj", "name": "jj", "state": "absent"} 2021-11-15T20:57:35.069 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=amarangone) => {"ansible_loop_var": "item", "changed": false, "item": "amarangone", "name": "amarangone", "state": "absent"} 2021-11-15T20:57:35.195 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=oprypin) => {"ansible_loop_var": "item", "changed": false, "item": "oprypin", "name": "oprypin", "state": "absent"} 2021-11-15T20:57:35.341 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=adamyanova) => {"ansible_loop_var": "item", "changed": false, "item": "adamyanova", "name": "adamyanova", "state": "absent"} 2021-11-15T20:57:35.478 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=sbillah) => {"ansible_loop_var": "item", "changed": false, "item": "sbillah", "name": "sbillah", "state": "absent"} 2021-11-15T20:57:35.614 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=onyb) => {"ansible_loop_var": "item", "changed": false, "item": "onyb", "name": "onyb", "state": "absent"} 2021-11-15T20:57:35.749 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=jwilliamson) => {"ansible_loop_var": "item", "changed": false, "item": "jwilliamson", "name": "jwilliamson", "state": "absent"} 2021-11-15T20:57:35.885 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=kmroz) => {"ansible_loop_var": "item", "changed": false, "item": "kmroz", "name": "kmroz", "state": "absent"} 2021-11-15T20:57:36.011 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=shehbazj) => {"ansible_loop_var": "item", "changed": false, "item": "shehbazj", "name": "shehbazj", "state": "absent"} 2021-11-15T20:57:36.148 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=abhishekvrshny) => {"ansible_loop_var": "item", "changed": false, "item": "abhishekvrshny", "name": "abhishekvrshny", "state": "absent"} 2021-11-15T20:57:36.283 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=asheplyakov) => {"ansible_loop_var": "item", "changed": false, "item": "asheplyakov", "name": "asheplyakov", "state": "absent"} 2021-11-15T20:57:36.429 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=liupan) => {"ansible_loop_var": "item", "changed": false, "item": "liupan", "name": "liupan", "state": "absent"} 2021-11-15T20:57:36.563 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=adeza) => {"ansible_loop_var": "item", "changed": false, "item": "adeza", "name": "adeza", "state": "absent"} 2021-11-15T20:57:36.698 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=pranith) => {"ansible_loop_var": "item", "changed": false, "item": "pranith", "name": "pranith", "state": "absent"} 2021-11-15T20:57:36.834 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=dorinda) => {"ansible_loop_var": "item", "changed": false, "item": "dorinda", "name": "dorinda", "state": "absent"} 2021-11-15T20:57:36.971 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=zyan) => {"ansible_loop_var": "item", "changed": false, "item": "zyan", "name": "zyan", "state": "absent"} 2021-11-15T20:57:37.106 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=jdillaman) => {"ansible_loop_var": "item", "changed": false, "item": "jdillaman", "name": "jdillaman", "state": "absent"} 2021-11-15T20:57:37.240 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=davidz) => {"ansible_loop_var": "item", "changed": false, "item": "davidz", "name": "davidz", "state": "absent"} 2021-11-15T20:57:37.375 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=wusui) => {"ansible_loop_var": "item", "changed": false, "item": "wusui", "name": "wusui", "state": "absent"} 2021-11-15T20:57:37.512 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=nwatkins) => {"ansible_loop_var": "item", "changed": false, "item": "nwatkins", "name": "nwatkins", "state": "absent"} 2021-11-15T20:57:37.653 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=sidharthanup) => {"ansible_loop_var": "item", "changed": false, "item": "sidharthanup", "name": "sidharthanup", "state": "absent"} 2021-11-15T20:57:37.791 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=varsha) => {"ansible_loop_var": "item", "changed": false, "item": "varsha", "name": "varsha", "state": "absent"} 2021-11-15T20:57:37.925 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=hmunjulu) => {"ansible_loop_var": "item", "changed": false, "item": "hmunjulu", "name": "hmunjulu", "state": "absent"} 2021-11-15T20:57:38.059 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=nlevine) => {"ansible_loop_var": "item", "changed": false, "item": "nlevine", "name": "nlevine", "state": "absent"} 2021-11-15T20:57:38.195 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=tbrekke) => {"ansible_loop_var": "item", "changed": false, "item": "tbrekke", "name": "tbrekke", "state": "absent"} 2021-11-15T20:57:38.330 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=taco) => {"ansible_loop_var": "item", "changed": false, "item": "taco", "name": "taco", "state": "absent"} 2021-11-15T20:57:38.466 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=louis) => {"ansible_loop_var": "item", "changed": false, "item": "louis", "name": "louis", "state": "absent"} 2021-11-15T20:57:38.602 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=amarango) => {"ansible_loop_var": "item", "changed": false, "item": "amarango", "name": "amarango", "state": "absent"} 2021-11-15T20:57:38.739 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=oobe) => {"ansible_loop_var": "item", "changed": false, "item": "oobe", "name": "oobe", "state": "absent"} 2021-11-15T20:57:38.878 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=rturk) => {"ansible_loop_var": "item", "changed": false, "item": "rturk", "name": "rturk", "state": "absent"} 2021-11-15T20:57:39.013 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=fche) => {"ansible_loop_var": "item", "changed": false, "item": "fche", "name": "fche", "state": "absent"} 2021-11-15T20:57:39.138 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=jbainbri) => {"ansible_loop_var": "item", "changed": false, "item": "jbainbri", "name": "jbainbri", "state": "absent"} 2021-11-15T20:57:39.274 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=kdhananj) => {"ansible_loop_var": "item", "changed": false, "item": "kdhananj", "name": "kdhananj", "state": "absent"} 2021-11-15T20:57:39.330 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:39 +0000 (0:00:07.574) 0:01:05.072 ******* 2021-11-15T20:57:40.021 INFO:teuthology.task.ansible.out: TASK [users : Write /keys-repo-sha1 sentinel file] ***************************** 2021-11-15T20:57:40.022 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"changed": true, "checksum": "b3b89f3dabc35f78585fcbe6afcac330df9308f6", "dest": "/keys-repo-sha1", "gid": 0, "group": "root", "md5sum": "69c3df528743245bb36ff3b8fc484a02", "mode": "0644", "owner": "root", "size": 40, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1637009859.416444-18366-43161612652323/source", "state": "file", "uid": 0} 2021-11-15T20:57:40.045 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:40 +0000 (0:00:00.714) 0:01:05.787 ******* 2021-11-15T20:57:40.113 INFO:teuthology.task.ansible.out: TASK [common : Log the OS name, version and release] *************************** 2021-11-15T20:57:40.115 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => { "msg": "Host smithi178.front.sepia.ceph.com is running Ubuntu 20.04 (focal)" } 2021-11-15T20:57:40.140 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:40 +0000 (0:00:00.094) 0:01:05.882 ******* 2021-11-15T20:57:40.220 INFO:teuthology.task.ansible.out: TASK [common : Including major version specific variables.] ******************** 2021-11-15T20:57:40.221 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/empty.yml"} 2021-11-15T20:57:40.244 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:40 +0000 (0:00:00.104) 0:01:05.987 ******* 2021-11-15T20:57:40.312 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 6)] *********************** 2021-11-15T20:57:40.314 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:40.336 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:40 +0000 (0:00:00.092) 0:01:06.079 ******* 2021-11-15T20:57:40.405 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 7)] *********************** 2021-11-15T20:57:40.407 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:40.429 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:40 +0000 (0:00:00.092) 0:01:06.172 ******* 2021-11-15T20:57:40.498 INFO:teuthology.task.ansible.out: TASK [common : Reboot RHEL7 to workaround systemd bug] ************************* 2021-11-15T20:57:40.500 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:40.523 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:40 +0000 (0:00:00.093) 0:01:06.265 ******* 2021-11-15T20:57:40.592 INFO:teuthology.task.ansible.out: TASK [common : Wait for reboot in case of systemd workaround] ****************** 2021-11-15T20:57:40.594 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:40.616 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:40 +0000 (0:00:00.093) 0:01:06.359 ******* 2021-11-15T20:57:40.695 INFO:teuthology.task.ansible.out: TASK [common : Set /etc/localtime (RHEL/CentOS 6)] ***************************** 2021-11-15T20:57:40.697 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:40.719 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:40 +0000 (0:00:00.102) 0:01:06.462 ******* 2021-11-15T20:57:40.788 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone (RHEL/CentOS >= 7)] **************************** 2021-11-15T20:57:40.790 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:40.815 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:40 +0000 (0:00:00.095) 0:01:06.557 ******* 2021-11-15T20:57:40.884 INFO:teuthology.task.ansible.out: TASK [common : Install yum on Fedora 22 and later] ***************************** 2021-11-15T20:57:40.886 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:40.907 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:40 +0000 (0:00:00.092) 0:01:06.650 ******* 2021-11-15T20:57:40.974 INFO:teuthology.task.ansible.out: TASK [common : Set entitlements_path] ****************************************** 2021-11-15T20:57:40.976 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:40.998 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:40 +0000 (0:00:00.090) 0:01:06.740 ******* 2021-11-15T20:57:41.076 INFO:teuthology.task.ansible.out: TASK [common : Include Red Hat encrypted variables.] *************************** 2021-11-15T20:57:41.078 INFO:teuthology.task.ansible.out:skipping: [smithi178.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: [smithi178.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2021-11-15T20:57:41.100 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:41 +0000 (0:00:00.102) 0:01:06.843 ******* 2021-11-15T20:57:41.170 INFO:teuthology.task.ansible.out: TASK [common : Set have_entitlements] ****************************************** 2021-11-15T20:57:41.172 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:41.194 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:41 +0000 (0:00:00.093) 0:01:06.936 ******* 2021-11-15T20:57:41.262 INFO:teuthology.task.ansible.out: TASK [common : Install CA Cert from Satellite Server] ************************** 2021-11-15T20:57:41.264 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:41.286 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:41 +0000 (0:00:00.092) 0:01:07.029 ******* 2021-11-15T20:57:41.356 INFO:teuthology.task.ansible.out: TASK [common : Set the releasever] ********************************************* skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:41.379 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:41 +0000 (0:00:00.093) 0:01:07.122 ******* 2021-11-15T20:57:41.459 INFO:teuthology.task.ansible.out: TASK [common : Determine if node is registered with subscription-manager.] ***** 2021-11-15T20:57:41.461 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2021-11-15T20:57:41.483 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:41 +0000 (0:00:00.103) 0:01:07.225 ******* 2021-11-15T20:57:41.552 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we're already registered] **************** 2021-11-15T20:57:41.554 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:41.575 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:41 +0000 (0:00:00.092) 0:01:07.318 ******* 2021-11-15T20:57:41.644 INFO:teuthology.task.ansible.out: TASK [common : Register with subscription-manager.] **************************** 2021-11-15T20:57:41.646 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2021-11-15T20:57:41.667 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:41 +0000 (0:00:00.091) 0:01:07.410 ******* 2021-11-15T20:57:41.737 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we just registered] ********************** 2021-11-15T20:57:41.738 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:41.760 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:41 +0000 (0:00:00.092) 0:01:07.503 ******* 2021-11-15T20:57:41.829 INFO:teuthology.task.ansible.out: TASK [common : List CDN releases available to system] ************************** 2021-11-15T20:57:41.831 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:41.853 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:41 +0000 (0:00:00.092) 0:01:07.595 ******* 2021-11-15T20:57:41.922 INFO:teuthology.task.ansible.out: TASK [common : Unregister Beta/Alpha/RC system with subscription-manager] ****** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:41.949 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:41 +0000 (0:00:00.095) 0:01:07.691 ******* 2021-11-15T20:57:42.017 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered to false if Beta/Alpha/RC release] ********** 2021-11-15T20:57:42.019 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:42.053 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:42 +0000 (0:00:00.104) 0:01:07.796 ******* 2021-11-15T20:57:42.122 INFO:teuthology.task.ansible.out: TASK [common : Configure internal beta repos in /etc/yum.repos.d/] ************* skipping: [smithi178.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2021-11-15T20:57:42.155 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:42 +0000 (0:00:00.101) 0:01:07.898 ******* 2021-11-15T20:57:42.225 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ 2021-11-15T20:57:42.227 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:42.249 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:42 +0000 (0:00:00.093) 0:01:07.992 ******* 2021-11-15T20:57:42.317 INFO:teuthology.task.ansible.out: TASK [common : Get list of enabled RHSM repos] ********************************* 2021-11-15T20:57:42.317 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:42.340 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:42 +0000 (0:00:00.090) 0:01:08.082 ******* 2021-11-15T20:57:42.408 INFO:teuthology.task.ansible.out: TASK [common : Store list of enabled repos] ************************************ skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:42.431 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:42 +0000 (0:00:00.091) 0:01:08.174 ******* 2021-11-15T20:57:42.499 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos false if entitlements are missing or if we unregistered] *** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:42.522 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:42 +0000 (0:00:00.090) 0:01:08.265 ******* 2021-11-15T20:57:42.600 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if rhsm_repos differs from repo_list] **** 2021-11-15T20:57:42.602 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:42.624 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:42 +0000 (0:00:00.101) 0:01:08.366 ******* 2021-11-15T20:57:42.702 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if newly-subscribed] ********************* 2021-11-15T20:57:42.704 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:42.726 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:42 +0000 (0:00:00.101) 0:01:08.468 ******* 2021-11-15T20:57:42.804 INFO:teuthology.task.ansible.out: TASK [common : Disable all rhsm repos] ***************************************** 2021-11-15T20:57:42.805 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2021-11-15T20:57:42.827 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:42 +0000 (0:00:00.101) 0:01:08.570 ******* 2021-11-15T20:57:42.896 INFO:teuthology.task.ansible.out: TASK [common : Enable necessary rhsm repos] ************************************ 2021-11-15T20:57:42.898 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:42.919 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:42 +0000 (0:00:00.092) 0:01:08.662 ******* 2021-11-15T20:57:42.987 INFO:teuthology.task.ansible.out: TASK [common : Remove old apt-mirror repository definition.] ******************* 2021-11-15T20:57:42.988 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:43.010 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:43 +0000 (0:00:00.090) 0:01:08.752 ******* 2021-11-15T20:57:43.077 INFO:teuthology.task.ansible.out: TASK [common : Increase the yum timeout.] ************************************** 2021-11-15T20:57:43.079 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:43.104 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:43 +0000 (0:00:00.094) 0:01:08.847 ******* 2021-11-15T20:57:43.183 INFO:teuthology.task.ansible.out: TASK [common : Configure epel repos in /etc/yum.repos.d/] ********************** 2021-11-15T20:57:43.185 INFO:teuthology.task.ansible.out:skipping: [smithi178.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, "item": {"key": "epel", "value": {"enabled": "1", "failovermethod": "priority", "gpgcheck": 0, "mirrorlist": "file:///etc/yum.repos.d/epel-mirrorlist", "name": "Extra Packages for Enterprise Linux"}}, "skip_reason": "Conditional result was False"} skipping: [smithi178.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, "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"}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:43.208 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:43 +0000 (0:00:00.103) 0:01:08.950 ******* 2021-11-15T20:57:43.276 INFO:teuthology.task.ansible.out: TASK [common : Configure local epel mirrorlists] ******************************* 2021-11-15T20:57:43.277 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=epel-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "item": "epel-mirrorlist", "skip_reason": "Conditional result was False"} 2021-11-15T20:57:43.287 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=epel-testing-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "item": "epel-testing-mirrorlist", "skip_reason": "Conditional result was False"} 2021-11-15T20:57:43.310 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:43 +0000 (0:00:00.102) 0:01:09.053 ******* 2021-11-15T20:57:43.378 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:43.401 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:43 +0000 (0:00:00.090) 0:01:09.144 ******* 2021-11-15T20:57:43.592 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2021-11-15T20:57:43.594 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "cmd": "cat /etc/timezone", "delta": "0:00:00.012196", "end": "2021-11-15 20:57:43.516724", "rc": 0, "start": "2021-11-15 20:57:43.504528", "stderr": "", "stderr_lines": [], "stdout": "Etc/UTC", "stdout_lines": ["Etc/UTC"]} 2021-11-15T20:57:43.616 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:43 +0000 (0:00:00.214) 0:01:09.358 ******* 2021-11-15T20:57:43.682 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone in /etc/timezone] ****************************** 2021-11-15T20:57:43.684 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:43.706 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:43 +0000 (0:00:00.089) 0:01:09.448 ******* 2021-11-15T20:57:43.773 INFO:teuthology.task.ansible.out: TASK [common : Inform the OS of the new timezone] ****************************** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:43.797 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:43 +0000 (0:00:00.090) 0:01:09.539 ******* 2021-11-15T20:57:44.500 INFO:teuthology.task.ansible.out: TASK [common : Mask sleep units] *********************************************** 2021-11-15T20:57:44.502 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=sleep.target) => {"ansible_loop_var": "item", "changed": false, "item": "sleep.target", "name": "sleep.target", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "grub-common.service grub-initrd-fallback.service", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "DefaultDependencies": "yes", "Description": "sleep.target", "FailureAction": "none", "FragmentPath": "/etc/systemd/system/sleep.target", "Id": "sleep.target", "IgnoreOnIsolate": "no", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit sleep.target is masked.\"", "LoadState": "masked", "Names": "sleep.target", "NeedDaemonReload": "no", "OnFailureJobMode": "replace", "Perpetual": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StateChangeTimestampMonotonic": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "Transient": "no", "UnitFilePreset": "enabled", "UnitFileState": "masked", "Wants": "grub-initrd-fallback.service grub-common.service"}} 2021-11-15T20:57:44.679 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=suspend.target) => {"ansible_loop_var": "item", "changed": false, "item": "suspend.target", "name": "suspend.target", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "DefaultDependencies": "yes", "Description": "suspend.target", "FailureAction": "none", "FragmentPath": "/etc/systemd/system/suspend.target", "Id": "suspend.target", "IgnoreOnIsolate": "no", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit suspend.target is masked.\"", "LoadState": "masked", "Names": "suspend.target", "NeedDaemonReload": "no", "OnFailureJobMode": "replace", "Perpetual": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StateChangeTimestampMonotonic": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "Transient": "no", "UnitFilePreset": "enabled", "UnitFileState": "masked"}} 2021-11-15T20:57:44.857 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=hibernate.target) => {"ansible_loop_var": "item", "changed": false, "item": "hibernate.target", "name": "hibernate.target", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "DefaultDependencies": "yes", "Description": "hibernate.target", "FailureAction": "none", "FragmentPath": "/etc/systemd/system/hibernate.target", "Id": "hibernate.target", "IgnoreOnIsolate": "no", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit hibernate.target is masked.\"", "LoadState": "masked", "Names": "hibernate.target", "NeedDaemonReload": "no", "OnFailureJobMode": "replace", "Perpetual": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StateChangeTimestampMonotonic": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "Transient": "no", "UnitFilePreset": "enabled", "UnitFileState": "masked"}} 2021-11-15T20:57:45.047 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=hybrid-sleep.target) => {"ansible_loop_var": "item", "changed": false, "item": "hybrid-sleep.target", "name": "hybrid-sleep.target", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "DefaultDependencies": "yes", "Description": "hybrid-sleep.target", "FailureAction": "none", "FragmentPath": "/etc/systemd/system/hybrid-sleep.target", "Id": "hybrid-sleep.target", "IgnoreOnIsolate": "no", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit hybrid-sleep.target is masked.\"", "LoadState": "masked", "Names": "hybrid-sleep.target", "NeedDaemonReload": "no", "OnFailureJobMode": "replace", "Perpetual": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StateChangeTimestampMonotonic": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "Transient": "no", "UnitFilePreset": "enabled", "UnitFileState": "masked"}} 2021-11-15T20:57:45.073 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:45 +0000 (0:00:01.276) 0:01:10.816 ******* 2021-11-15T20:57:45.142 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2021-11-15T20:57:45.144 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:45.168 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:45 +0000 (0:00:00.094) 0:01:10.911 ******* 2021-11-15T20:57:45.236 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone] *********************************************** 2021-11-15T20:57:45.238 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:45.260 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:45 +0000 (0:00:00.091) 0:01:11.002 ******* 2021-11-15T20:57:45.328 INFO:teuthology.task.ansible.out: TASK [common : Add base OpenSUSE Leap repo] ************************************ 2021-11-15T20:57:45.329 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:45.352 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:45 +0000 (0:00:00.091) 0:01:11.094 ******* 2021-11-15T20:57:45.420 INFO:teuthology.task.ansible.out: TASK [common : Add updates OpenSUSE Leap repo] ********************************* 2021-11-15T20:57:45.421 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:45.443 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:45 +0000 (0:00:00.091) 0:01:11.186 ******* 2021-11-15T20:57:45.511 INFO:teuthology.task.ansible.out: TASK [common : Refresh repos] ************************************************** 2021-11-15T20:57:45.513 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:45.537 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:45 +0000 (0:00:00.093) 0:01:11.279 ******* 2021-11-15T20:57:46.576 INFO:teuthology.task.ansible.out: TASK [common : Set the hardware clock] ***************************************** 2021-11-15T20:57:46.577 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"changed": true, "cmd": ["hwclock", "--systohc"], "delta": "0:00:00.906601", "end": "2021-11-15 20:57:46.500436", "rc": 0, "start": "2021-11-15 20:57:45.593835", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-11-15T20:57:46.599 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:46 +0000 (0:00:01.062) 0:01:12.342 ******* 2021-11-15T20:57:46.832 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (RedHat)] ***************************** 2021-11-15T20:57:46.834 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:46.856 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:46 +0000 (0:00:00.256) 0:01:12.599 ******* 2021-11-15T20:57:47.113 INFO:teuthology.task.ansible.out: TASK [common : Clean apt cache] ************************************************ 2021-11-15T20:57:47.115 INFO:teuthology.task.ansible.out:[WARNING]: Consider using the apt module rather than running 'apt-get'. If you need to use command because apt 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: [smithi178.front.sepia.ceph.com] => {"changed": true, "cmd": ["apt-get", "clean"], "delta": "0:00:00.070905", "end": "2021-11-15 20:57:47.038216", "rc": 0, "start": "2021-11-15 20:57:46.967311", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-11-15T20:57:47.139 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:47 +0000 (0:00:00.283) 0:01:12.882 ******* 2021-11-15T20:57:51.054 INFO:teuthology.task.ansible.out: TASK [common : Update apt cache] *********************************************** 2021-11-15T20:57:51.056 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"attempts": 1, "cache_update_time": 1637009565, "cache_updated": false, "changed": false} 2021-11-15T20:57:51.079 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:51 +0000 (0:00:03.938) 0:01:16.821 ******* 2021-11-15T20:57:51.972 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (Debian)] ***************************** 2021-11-15T20:57:51.973 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": false} 2021-11-15T20:57:51.994 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:51 +0000 (0:00:00.915) 0:01:17.737 ******* 2021-11-15T20:57:52.062 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (OpenSUSE Leap)] ********************** 2021-11-15T20:57:52.064 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:52.085 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:52 +0000 (0:00:00.091) 0:01:17.828 ******* 2021-11-15T20:57:52.485 INFO:teuthology.task.ansible.out: TASK [common : Add krb5 config file] ******************************************* 2021-11-15T20:57:52.487 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "b3c1a33d19a4e448c29374429629dff57657b576", "dest": "/etc/krb5.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/krb5.conf", "size": 131, "state": "file", "uid": 0} 2021-11-15T20:57:52.509 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:52 +0000 (0:00:00.423) 0:01:18.251 ******* 2021-11-15T20:57:53.273 INFO:teuthology.task.ansible.out: TASK [common : Make sure smartmontools is installed] *************************** ok: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": false} 2021-11-15T20:57:53.298 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:53 +0000 (0:00:00.788) 0:01:19.040 ******* 2021-11-15T20:57:53.300 INFO:teuthology.task.ansible.out: 2021-11-15T20:57:53.719 INFO:teuthology.task.ansible.out: TASK [common : Upload megacli and cli64 for raid monitoring and smart.pl to /usr/sbin/.] *** 2021-11-15T20:57:53.721 INFO:teuthology.task.ansible.out:ok: [smithi178.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", "size": 2716736, "state": "file", "uid": 0} 2021-11-15T20:57:54.031 INFO:teuthology.task.ansible.out:ok: [smithi178.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", "size": 1952038, "state": "file", "uid": 0} 2021-11-15T20:57:54.323 INFO:teuthology.task.ansible.out:ok: [smithi178.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", "size": 580432, "state": "file", "uid": 0} 2021-11-15T20:57:54.350 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:54 +0000 (0:00:01.051) 0:01:20.092 ******* 2021-11-15T20:57:54.492 INFO:teuthology.task.ansible.out: TASK [common : Create /usr/libexec.] ******************************************* 2021-11-15T20:57:54.494 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/libexec", "size": 4096, "state": "directory", "uid": 0} 2021-11-15T20:57:54.520 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:54 +0000 (0:00:00.170) 0:01:20.263 ******* 2021-11-15T20:57:54.903 INFO:teuthology.task.ansible.out: TASK [common : Upload custom netsaint scripts for raid/disk/smart/monitoring to /usr/libexec/.] *** 2021-11-15T20:57:54.905 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=smart.sh) => {"ansible_loop_var": "item", "changed": false, "checksum": "00d0404b545463be4a65f475e0870e07a48f35b6", "dest": "/usr/libexec/smart.sh", "gid": 0, "group": "root", "item": "smart.sh", "mode": "0755", "owner": "root", "path": "/usr/libexec/smart.sh", "size": 13355, "state": "file", "uid": 0} 2021-11-15T20:57:55.194 INFO:teuthology.task.ansible.out:ok: [smithi178.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", "size": 8602, "state": "file", "uid": 0} 2021-11-15T20:57:55.507 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=diskusage.pl) => {"ansible_loop_var": "item", "changed": false, "checksum": "2fbc67b36d59f66fc2621f3ca2dcf60dea2167a5", "dest": "/usr/libexec/diskusage.pl", "gid": 0, "group": "root", "item": "diskusage.pl", "mode": "0755", "owner": "root", "path": "/usr/libexec/diskusage.pl", "size": 3612, "state": "file", "uid": 0} 2021-11-15T20:57:55.569 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:55 +0000 (0:00:01.049) 0:01:21.312 ******* 2021-11-15T20:57:55.609 INFO:teuthology.task.ansible.out: TASK [common : Include apt_system vars] **************************************** 2021-11-15T20:57:55.611 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"ansible_facts": {"nagios_plugins_directory": "/usr/lib/nagios/plugins", "nrpe_group": "nagios", "nrpe_packages": ["nagios-nrpe-server", "nagios-plugins-basic"], "nrpe_service_name": "nagios-nrpe-server", "nrpe_user": "nagios"}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/common/vars/apt_systems.yml"], "changed": false} 2021-11-15T20:57:55.633 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:55 +0000 (0:00:00.063) 0:01:21.375 ******* 2021-11-15T20:57:55.659 INFO:teuthology.task.ansible.out: TASK [common : Check for epel] ************************************************* skipping: [smithi178.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2021-11-15T20:57:55.683 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:55 +0000 (0:00:00.050) 0:01:21.426 ******* 2021-11-15T20:57:55.720 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe without epel] ************************************** skipping: [smithi178.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-common-4.0.8-2.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2021-11-15T20:57:55.731 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nrpe-2.15-7.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2021-11-15T20:57:55.733 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-2.0.3-3.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2021-11-15T20:57:55.743 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm) => {"ansible_loop_var": "item", "changed": false, "item": "http://apt-mirror.front.sepia.ceph.com/lab-extras/rhel7/x86_64/nagios-plugins-load-2.0.3-3.el7.x86_64.rpm", "skip_reason": "Conditional result was False"} 2021-11-15T20:57:55.767 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:55 +0000 (0:00:00.084) 0:01:21.510 ******* 2021-11-15T20:57:55.796 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (RHEL/CentOS)] ************ 2021-11-15T20:57:55.798 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:55.824 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:55 +0000 (0:00:00.056) 0:01:21.566 ******* 2021-11-15T20:57:56.525 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (non-RHEL/CentOS)] ******** 2021-11-15T20:57:56.527 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": false} 2021-11-15T20:57:56.558 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:56 +0000 (0:00:00.734) 0:01:22.300 ******* 2021-11-15T20:57:56.900 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios sudoers.d for raid utilities.] ******************** ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "4880e187ff9f437cc33858eb1d0fa49a06d67be4", "dest": "/etc/sudoers.d/90-nagios", "gid": 0, "group": "root", "mode": "0440", "owner": "root", "path": "/etc/sudoers.d/90-nagios", "size": 180, "state": "file", "uid": 0} 2021-11-15T20:57:56.923 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:56 +0000 (0:00:00.365) 0:01:22.666 ******* 2021-11-15T20:57:57.295 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios check_mem script] ********************************* 2021-11-15T20:57:57.296 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "39df629b10ded370443e2e4c84d690332c95104d", "dest": "/usr/lib/nagios/plugins/check_mem.sh", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/lib/nagios/plugins/check_mem.sh", "size": 1964, "state": "file", "uid": 0} 2021-11-15T20:57:57.318 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:57 +0000 (0:00:00.395) 0:01:23.061 ******* 2021-11-15T20:57:57.481 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (Ubuntu)] ************************ 2021-11-15T20:57:57.483 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=DAEMON_OPTS) => {"ansible_loop_var": "item", "backup": "", "changed": false, "item": "DAEMON_OPTS", "msg": ""} 2021-11-15T20:57:57.607 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=NRPE_OPTS) => {"ansible_loop_var": "item", "backup": "", "changed": false, "item": "NRPE_OPTS", "msg": ""} 2021-11-15T20:57:57.631 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:57 +0000 (0:00:00.312) 0:01:23.374 ******* 2021-11-15T20:57:57.658 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (RHEL/CentOS)] ******************* skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:57.681 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:57 +0000 (0:00:00.049) 0:01:23.424 ******* 2021-11-15T20:57:57.709 INFO:teuthology.task.ansible.out: TASK [common : Check firewalld status] ***************************************** 2021-11-15T20:57:57.710 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2021-11-15T20:57:57.732 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:57 +0000 (0:00:00.050) 0:01:23.475 ******* 2021-11-15T20:57:57.759 INFO:teuthology.task.ansible.out: TASK [common : Open nrpe port if firewalld enabled] **************************** 2021-11-15T20:57:57.761 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:57.782 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:57 +0000 (0:00:00.050) 0:01:23.525 ******* 2021-11-15T20:57:58.142 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios nrpe config.] ************************************* 2021-11-15T20:57:58.144 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "a0ee4c31e844cf26108115f6af99f92f904eafbf", "dest": "/etc/nagios/nrpe.cfg", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/nagios/nrpe.cfg", "size": 1176, "state": "file", "uid": 0} 2021-11-15T20:57:58.166 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:58 +0000 (0:00:00.384) 0:01:23.909 ******* 2021-11-15T20:57:58.380 INFO:teuthology.task.ansible.out: TASK [common : Make sure nagios nrpe service is running.] ********************** 2021-11-15T20:57:58.382 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "nagios-nrpe-server", "state": "started", "status": {"ActiveEnterTimestamp": "Mon 2021-11-15 20:55:43 UTC", "ActiveEnterTimestampMonotonic": "15248501", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target network.target remote-fs.target var-run.mount -.mount systemd-journald.socket nss-lookup.target systemd-tmpfiles-setup.service sysinit.target time-sync.target local-fs.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2021-11-15 20:55:43 UTC", "AssertTimestampMonotonic": "15204321", "Before": "xdm.service getty@tty1.service shutdown.target multi-user.target plymouth-quit.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "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 cap_audit_read", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2021-11-15 20:55:43 UTC", "Co 2021-11-15T20:57:58.383 INFO:teuthology.task.ansible.out:nditionTimestampMonotonic": "15204320", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target nrpe.socket", "ControlGroup": "/system.slice/nagios-nrpe-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Nagios Remote Plugin Executor", "DevicePolicy": "auto", "Documentation": "http://www.nagios.org/documentation", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/default/nagios-nrpe-server (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "872", "ExecMainStartTimestamp": "Mon 2021-11-15 20:55:43 UTC", "ExecMainStartTimestampMonotonic": "15248321", "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/nrpe ; argv[]=/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f $NRPE_OPTS ; ignore_errors=no ; start_time=[Mon 2021-11-15 20:55:43 UTC] ; stop_time=[n/a] ; pid=872 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/nrpe ; argv[]=/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f $NRPE_OPTS ; flags= ; start_time=[Mon 2021-11-15 20:55:43 UTC] ; stop_time=[n/a] ; pid=872 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/bin/rm ; argv[]=/bin/rm -f /run/nagios/nrpe.pid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/bin/rm ; argv[]=/bin/rm -f /run/nagios/nrpe.pid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/lib/systemd/system/nagios-nrpe-server.service", "GI 2021-11-15T20:57:58.385 INFO:teuthology.task.ansible.out:D": "118", "Group": "nagios", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "nagios-nrpe-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2021-11-15 20:55:43 UTC", "InactiveExitTimestampMonotonic": "15248501", "InvocationID": "76109d7b50c444a68bfcb67e190d2fc6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "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": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "127772", "LimitNPROCSoft": "127772", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127772", "LimitSIGPENDINGSoft": "127772", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "872", "MemoryAccounting": "yes", "MemoryCurrent": "1314816", "MemoryD 2021-11-15T20:57:58.387 INFO:teuthology.task.ansible.out:enyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "nagios-nrpe-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "-500", "OnFailureJobMode": "replace", "PIDFile": "/run/nagios/nrpe.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target -.mount", "RequiresMountsFor": "/tmp /var/tmp", "Restart": "on-abort", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2021-11-15 20:55:43 UTC", "StateChangeTimestampMonotonic": "15248501", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no" 2021-11-15T20:57:58.389 INFO:teuthology.task.ansible.out:, "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": "38331", "TimeoutAbortUSec": "1min", "TimeoutCleanUSec": "infinity", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "110", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "User": "nagios", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} 2021-11-15T20:57:58.406 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:58 +0000 (0:00:00.239) 0:01:24.149 ******* 2021-11-15T20:57:58.433 INFO:teuthology.task.ansible.out: TASK [common : Get SELinux status] ********************************************* 2021-11-15T20:57:58.435 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:58.456 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:58 +0000 (0:00:00.049) 0:01:24.199 ******* 2021-11-15T20:57:58.482 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Install SELinux dependencies] **************************** 2021-11-15T20:57:58.484 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:58.505 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:58 +0000 (0:00:00.048) 0:01:24.247 ******* 2021-11-15T20:57:58.531 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Ensure SELinux policy is up to date] ********************* 2021-11-15T20:57:58.533 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:58.558 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:58 +0000 (0:00:00.053) 0:01:24.301 ******* 2021-11-15T20:57:58.586 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Set SELinux boolean nagios_run_sudo true] **************** 2021-11-15T20:57:58.588 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:58.611 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:58 +0000 (0:00:00.052) 0:01:24.353 ******* 2021-11-15T20:57:58.638 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove SELinux policy package] *************************** 2021-11-15T20:57:58.639 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:58.665 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:58 +0000 (0:00:00.054) 0:01:24.408 ******* 2021-11-15T20:57:58.692 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Copy SELinux type enforcement file] ********************** 2021-11-15T20:57:58.694 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:58.726 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:58 +0000 (0:00:00.060) 0:01:24.468 ******* 2021-11-15T20:57:58.755 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Compile SELinux module file] ***************************** 2021-11-15T20:57:58.757 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:58.783 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:58 +0000 (0:00:00.057) 0:01:24.526 ******* 2021-11-15T20:57:58.809 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Build SELinux policy package] **************************** 2021-11-15T20:57:58.811 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:58.832 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:58 +0000 (0:00:00.049) 0:01:24.575 ******* 2021-11-15T20:57:58.858 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Load SELinux policy package] ***************************** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:58.881 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:58 +0000 (0:00:00.048) 0:01:24.624 ******* 2021-11-15T20:57:58.908 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove temporary files] ********************************** 2021-11-15T20:57:58.909 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:58.931 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:58 +0000 (0:00:00.049) 0:01:24.673 ******* 2021-11-15T20:57:58.958 INFO:teuthology.task.ansible.out: TASK [testnode : Include package type specific vars.] ************************** 2021-11-15T20:57:58.959 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"ansible_facts": {"apt_repos": [], "ceph_packages_to_remove": ["ceph", "ceph-common", "libcephfs1", "radosgw", "python-ceph", "python-rados", "python-cephfs", "python-rbd", "librbd1", "librados2", "ceph-fs-common-dbg", "ceph-fs-common"], "common_apt_repos": [], "common_packages": [], "nfs_service": "nfs-kernel-server", "ntp_service_name": "ntp", "packages": [], "packages_to_remove": ["multipath-tools"], "pip_packages_to_install": ["remoto>=0.0.35"], "ssh_service_name": "ssh"}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/apt_systems.yml"], "changed": false} 2021-11-15T20:57:58.981 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:58 +0000 (0:00:00.050) 0:01:24.724 ******* 2021-11-15T20:57:59.018 INFO:teuthology.task.ansible.out: TASK [testnode : Including distro specific variables.] ************************* 2021-11-15T20:57:59.020 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/ubuntu.yml) => {"ansible_facts": {"common_packages": ["libfcgi0ldbl", "python-dev", "libev-dev", "perl", "libwww-perl", "lsb-release", "build-essential", "sysstat", "gdb", "libedit2", "cryptsetup-bin", "xfsprogs", "gdisk", "parted", "libuuid1", "libatomic-ops-dev", "git-core", "attr", "dbench", "bonnie++", "valgrind", "ant", "libtool", "automake", "gettext", "uuid-dev", "libacl1-dev", "bc", "xfsdump", "xfslibs-dev", "libattr1-dev", "quota", "libcap2-bin", "libncurses5-dev", "lvm2", "vim", "pdsh", "blktrace", "genisoimage", "libjson-xs-perl", "xml-twig-tools", "default-jdk", "junit4", "tgt", "open-iscsi", "cifs-utils", "ipcalc", "nfs-common", "nfs-kernel-server", "software-properties-common", "libgnutls30"], "no_recommended_packages": ["collectl"], "non_aarch64_common_packages": ["smbios-utils", "libfcgi", "sysprof"], "non_aarch64_packages_to_upgrade": ["libapache2-mod-fastcgi"], "packages_to_remove": ["openmpi-common"], "packages_to_upgrade": ["apt", "apache2"]}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/ubuntu.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/ubuntu.yml"} 2021-11-15T20:57:59.043 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:59 +0000 (0:00:00.062) 0:01:24.786 ******* 2021-11-15T20:57:59.081 INFO:teuthology.task.ansible.out: TASK [testnode : Including major version specific variables.] ****************** 2021-11-15T20:57:59.083 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/ubuntu_20.yml) => {"ansible_facts": {"non_aarch64_packages": ["libgoogle-perftools4", "iozone3"], "non_aarch64_packages_to_upgrade": [], "packages": ["mpich", "qemu-system-x86", "lttng-tools", "libtool-bin", "docker.io", "python3-nose", "python3-venv", "python3-virtualenv", "python3-configobj", "python3-gevent", "python3-numpy", "python3-matplotlib", "python3-setuptools"]}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/ubuntu_20.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/ubuntu_20.yml"} 2021-11-15T20:57:59.106 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:59 +0000 (0:00:00.062) 0:01:24.848 ******* 2021-11-15T20:57:59.146 INFO:teuthology.task.ansible.out: TASK [testnode : Including version specific variables.] ************************ 2021-11-15T20:57:59.148 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml) => {"ansible_facts": {}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml"} 2021-11-15T20:57:59.170 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:59 +0000 (0:00:00.063) 0:01:24.912 ******* 2021-11-15T20:57:59.300 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the sudo group exists.] ******************************** 2021-11-15T20:57:59.301 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "gid": 27, "name": "sudo", "state": "present", "system": false} 2021-11-15T20:57:59.338 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:59 +0000 (0:00:00.168) 0:01:25.081 ******* 2021-11-15T20:57:59.480 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the teuthology_user group exists.] ********************* ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "gid": 1238, "name": "ubuntu", "state": "present", "system": false} 2021-11-15T20:57:59.504 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:59 +0000 (0:00:00.165) 0:01:25.247 ******* 2021-11-15T20:57:59.534 INFO:teuthology.task.ansible.out: TASK [testnode : Create the teuthology user.] ********************************** 2021-11-15T20:57:59.536 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:59.567 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:59 +0000 (0:00:00.062) 0:01:25.309 ******* 2021-11-15T20:57:59.594 INFO:teuthology.task.ansible.out: TASK [testnode : Delete the teuthology users password.] ************************ 2021-11-15T20:57:59.596 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:57:59.628 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:59 +0000 (0:00:00.061) 0:01:25.371 ******* 2021-11-15T20:57:59.804 INFO:teuthology.task.ansible.out: TASK [testnode : Add a user for xfstests to test user quotas.] ***************** 2021-11-15T20:57:59.806 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"append": false, "changed": false, "comment": "", "group": 10101, "home": "/home/fsgqa", "move_home": false, "name": "fsgqa", "shell": "/bin/sh", "state": "present", "uid": 10101} 2021-11-15T20:57:59.840 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:57:59 +0000 (0:00:00.211) 0:01:25.583 ******* 2021-11-15T20:58:00.263 INFO:teuthology.task.ansible.out: TASK [testnode : Set a high max open files limit for the teuthology user.] ***** 2021-11-15T20:58:00.265 INFO:teuthology.task.ansible.out:ok: [smithi178.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", "size": 112, "state": "file", "uid": 0} 2021-11-15T20:58:00.291 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:00 +0000 (0:00:00.450) 0:01:26.033 ******* 2021-11-15T20:58:00.340 INFO:teuthology.task.ansible.out: TASK [testnode : Set hostname var] ********************************************* 2021-11-15T20:58:00.342 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"ansible_facts": {"hostname": "smithi178"}, "changed": false} 2021-11-15T20:58:00.369 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:00 +0000 (0:00:00.077) 0:01:26.111 ******* 2021-11-15T20:58:01.071 INFO:teuthology.task.ansible.out: TASK [testnode : Set the system's hostname] ************************************ 2021-11-15T20:58:01.072 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"ansible_facts": {"ansible_domain": "front.sepia.ceph.com", "ansible_fqdn": "smithi178.front.sepia.ceph.com", "ansible_hostname": "smithi178", "ansible_nodename": "smithi178"}, "changed": true, "name": "smithi178"} 2021-11-15T20:58:01.094 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:01 +0000 (0:00:00.725) 0:01:26.836 ******* 2021-11-15T20:58:01.430 INFO:teuthology.task.ansible.out: TASK [testnode : Upload distro major version specific sshd_config] ************* 2021-11-15T20:58:01.432 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "2f7bfea2455a0d9220592aa0c21ac69c312e7471", "dest": "/etc/ssh/sshd_config", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/ssh/sshd_config", "size": 2646, "state": "file", "uid": 0} 2021-11-15T20:58:01.456 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:01 +0000 (0:00:00.362) 0:01:27.199 ******* 2021-11-15T20:58:01.804 INFO:teuthology.task.ansible.out: TASK [testnode : Upload ssh_config] ******************************************** 2021-11-15T20:58:01.806 INFO:teuthology.task.ansible.out:ok: [smithi178.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", "size": 570, "state": "file", "uid": 0} 2021-11-15T20:58:01.827 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:01 +0000 (0:00:00.371) 0:01:27.570 ******* 2021-11-15T20:58:02.301 INFO:teuthology.task.ansible.out: TASK [testnode : Add ssh pubkeys] ********************************************** 2021-11-15T20:58:02.302 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"attempts": 1, "changed": true, "comment": null, "exclusive": false, "follow": false, "key": "https://raw.githubusercontent.com/ceph/keys/autogenerated/ssh/@all.pub", "key_options": null, "keyfile": "/home/ubuntu/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "ubuntu", "validate_certs": true} 2021-11-15T20:58:02.325 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:02 +0000 (0:00:00.497) 0:01:28.067 ******* 2021-11-15T20:58:02.351 INFO:teuthology.task.ansible.out: TASK [testnode : Create remote.conf] ******************************************* 2021-11-15T20:58:02.353 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:02.381 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:02 +0000 (0:00:00.055) 0:01:28.123 ******* 2021-11-15T20:58:02.411 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2021-11-15T20:58:02.413 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:02.435 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:02 +0000 (0:00:00.054) 0:01:28.178 ******* 2021-11-15T20:58:02.463 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2021-11-15T20:58:02.464 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:02.486 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:02 +0000 (0:00:00.051) 0:01:28.229 ******* 2021-11-15T20:58:02.514 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2021-11-15T20:58:02.516 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:02.538 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:02 +0000 (0:00:00.051) 0:01:28.281 ******* 2021-11-15T20:58:02.565 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:02.588 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:02 +0000 (0:00:00.050) 0:01:28.331 ******* 2021-11-15T20:58:02.626 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2021-11-15T20:58:02.628 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:02.652 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:02 +0000 (0:00:00.063) 0:01:28.395 ******* 2021-11-15T20:58:02.679 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:02.702 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:02 +0000 (0:00:00.049) 0:01:28.445 ******* 2021-11-15T20:58:02.729 INFO:teuthology.task.ansible.out: TASK [testnode : Clean up Stream distro-provided repos] ************************ 2021-11-15T20:58:02.731 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:02.755 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:02 +0000 (0:00:00.053) 0:01:28.498 ******* 2021-11-15T20:58:02.782 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:02.806 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:02 +0000 (0:00:00.050) 0:01:28.548 ******* 2021-11-15T20:58:02.843 INFO:teuthology.task.ansible.out: TASK [testnode : Include CentOS Stream specific variables] ********************* 2021-11-15T20:58:02.845 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml) => {"ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/testnode/vars/empty.yml", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:02.867 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:02 +0000 (0:00:00.061) 0:01:28.610 ******* 2021-11-15T20:58:02.905 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** 2021-11-15T20:58:02.907 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:02.929 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:02 +0000 (0:00:00.061) 0:01:28.671 ******* 2021-11-15T20:58:02.956 INFO:teuthology.task.ansible.out: TASK [testnode : Configure common additional repos in /etc/yum.repos.d/] ******* 2021-11-15T20:58:02.979 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:02 +0000 (0:00:00.050) 0:01:28.722 ******* 2021-11-15T20:58:03.017 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** 2021-11-15T20:58:03.041 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.061) 0:01:28.784 ******* 2021-11-15T20:58:03.069 INFO:teuthology.task.ansible.out: TASK [testnode : Enable copr repos] ******************************************** 2021-11-15T20:58:03.094 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.053) 0:01:28.837 ******* 2021-11-15T20:58:03.132 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG] ************************************************** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.146 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.052) 0:01:28.889 ******* 2021-11-15T20:58:03.185 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG keys] ********************************************* 2021-11-15T20:58:03.187 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/release.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/release.asc", "skip_reason": "Conditional result was False"} skipping: [smithi178.front.sepia.ceph.com] => (item=https://download.ceph.com/keys/autobuild.asc) => {"ansible_loop_var": "item", "changed": false, "item": "https://download.ceph.com/keys/autobuild.asc", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.196 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=https://dist.apache.org/repos/dist/dev/arrow/KEYS) => {"ansible_loop_var": "item", "changed": false, "item": "https://dist.apache.org/repos/dist/dev/arrow/KEYS", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.229 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.082) 0:01:28.971 ******* 2021-11-15T20:58:03.257 INFO:teuthology.task.ansible.out: TASK [testnode : Clean yum cache] ********************************************** 2021-11-15T20:58:03.259 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.281 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.052) 0:01:29.024 ******* 2021-11-15T20:58:03.309 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-11-15T20:58:03.311 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.333 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.051) 0:01:29.076 ******* 2021-11-15T20:58:03.362 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure yum_utils is present.] ********************************* 2021-11-15T20:58:03.364 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.386 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.053) 0:01:29.129 ******* 2021-11-15T20:58:03.414 INFO:teuthology.task.ansible.out: TASK [testnode : Removing saved yum transactions] ****************************** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.441 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.054) 0:01:29.184 ******* 2021-11-15T20:58:03.467 INFO:teuthology.task.ansible.out: TASK [testnode : Check if ceph-debuginfo is installed] ************************* skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.490 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.049) 0:01:29.233 ******* 2021-11-15T20:58:03.519 INFO:teuthology.task.ansible.out: TASK [testnode : Work around https://bugzilla.redhat.com/show_bug.cgi?id=1234967] *** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.539 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.048) 0:01:29.282 ******* 2021-11-15T20:58:03.567 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.590 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.050) 0:01:29.332 ******* 2021-11-15T20:58:03.618 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2021-11-15T20:58:03.619 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.642 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.051) 0:01:29.384 ******* 2021-11-15T20:58:03.669 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.694 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.052) 0:01:29.436 ******* 2021-11-15T20:58:03.722 INFO:teuthology.task.ansible.out: TASK [testnode : Install epel packages] **************************************** 2021-11-15T20:58:03.724 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.746 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.051) 0:01:29.488 ******* 2021-11-15T20:58:03.773 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.797 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.051) 0:01:29.539 ******* 2021-11-15T20:58:03.824 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2021-11-15T20:58:03.826 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.848 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.051) 0:01:29.591 ******* 2021-11-15T20:58:03.886 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable firewalld] *********************************** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.909 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.061) 0:01:29.652 ******* 2021-11-15T20:58:03.935 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable iptables] ************************************ 2021-11-15T20:58:03.937 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:03.959 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:03 +0000 (0:00:00.050) 0:01:29.702 ******* 2021-11-15T20:58:03.987 INFO:teuthology.task.ansible.out: TASK [testnode : Enable SELinux] *********************************************** 2021-11-15T20:58:03.989 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:04.011 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:04 +0000 (0:00:00.052) 0:01:29.754 ******* 2021-11-15T20:58:04.039 INFO:teuthology.task.ansible.out: TASK [testnode : Install abrt] ************************************************* 2021-11-15T20:58:04.040 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:04.068 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:04 +0000 (0:00:00.056) 0:01:29.810 ******* 2021-11-15T20:58:04.094 INFO:teuthology.task.ansible.out: TASK [testnode : Enable abrt-auto-reporting] *********************************** 2021-11-15T20:58:04.096 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:04.117 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:04 +0000 (0:00:00.049) 0:01:29.860 ******* 2021-11-15T20:58:04.144 INFO:teuthology.task.ansible.out: TASK [testnode : Set OpenGPGCheck in abrt-action-save-package-data.conf] ******* 2021-11-15T20:58:04.146 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:04.167 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:04 +0000 (0:00:00.049) 0:01:29.910 ******* 2021-11-15T20:58:04.194 INFO:teuthology.task.ansible.out: TASK [testnode : Set ProcessUnpackaged in abrt-action-save-package-data.conf] *** 2021-11-15T20:58:04.195 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:04.217 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:04 +0000 (0:00:00.049) 0:01:29.960 ******* 2021-11-15T20:58:04.244 INFO:teuthology.task.ansible.out: TASK [testnode : Restart abrtd] ************************************************ 2021-11-15T20:58:04.246 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:04.268 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:04 +0000 (0:00:00.050) 0:01:30.010 ******* 2021-11-15T20:58:04.419 INFO:teuthology.task.ansible.out: TASK [testnode : Check for custom repos] *************************************** 2021-11-15T20:58:04.421 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "cmd": "ls -1 /etc/apt/sources.list.d/", "delta": "0:00:00.005496", "end": "2021-11-15 20:58:04.343133", "rc": 0, "start": "2021-11-15 20:58:04.337637", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-11-15T20:58:04.443 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:04 +0000 (0:00:00.175) 0:01:30.186 ******* 2021-11-15T20:58:04.471 INFO:teuthology.task.ansible.out: TASK [testnode : Remove custom repos] ****************************************** 2021-11-15T20:58:04.496 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:04 +0000 (0:00:00.052) 0:01:30.239 ******* 2021-11-15T20:58:04.834 INFO:teuthology.task.ansible.out: TASK [testnode : Set apt preferences] ****************************************** 2021-11-15T20:58:04.836 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "ba101482124806c7f6ea9fc7b4acfda303391ad6", "dest": "/etc/apt/preferences.d/ceph.pref", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/apt/preferences.d/ceph.pref", "size": 52, "state": "file", "uid": 0} 2021-11-15T20:58:04.858 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:04 +0000 (0:00:00.361) 0:01:30.601 ******* 2021-11-15T20:58:04.895 INFO:teuthology.task.ansible.out: TASK [testnode : Add sources list] ********************************************* 2021-11-15T20:58:04.897 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:04.919 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:04 +0000 (0:00:00.060) 0:01:30.662 ******* 2021-11-15T20:58:06.334 INFO:teuthology.task.ansible.out: TASK [testnode : Install apt keys] ********************************************* 2021-11-15T20:58:06.336 INFO:teuthology.task.ansible.out:ok: [smithi178.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"} 2021-11-15T20:58:07.358 INFO:teuthology.task.ansible.out:ok: [smithi178.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"} 2021-11-15T20:58:07.381 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:07 +0000 (0:00:02.461) 0:01:33.123 ******* 2021-11-15T20:58:08.068 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-apt] ******************************************* 2021-11-15T20:58:08.070 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": false} 2021-11-15T20:58:08.092 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:08 +0000 (0:00:00.711) 0:01:33.835 ******* 2021-11-15T20:58:08.119 INFO:teuthology.task.ansible.out: TASK [testnode : Add local apt repos.] ***************************************** 2021-11-15T20:58:08.141 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:08 +0000 (0:00:00.049) 0:01:33.884 ******* 2021-11-15T20:58:08.314 INFO:teuthology.task.ansible.out: TASK [testnode : Blast the apt cache.] ***************************************** 2021-11-15T20:58:08.316 INFO:teuthology.task.ansible.out:[WARNING]: Consider using 'become', 'become_method', and 'become_user' rather than running sudo changed: [smithi178.front.sepia.ceph.com] => {"changed": true, "cmd": ["sudo", "apt-get", "clean"], "delta": "0:00:00.033927", "end": "2021-11-15 20:58:08.240863", "rc": 0, "start": "2021-11-15 20:58:08.206936", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-11-15T20:58:08.338 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:08 +0000 (0:00:00.196) 0:01:34.081 ******* 2021-11-15T20:58:10.638 INFO:teuthology.task.ansible.out: TASK [testnode : Update apt cache.] ******************************************** 2021-11-15T20:58:10.640 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": false} 2021-11-15T20:58:10.662 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:10 +0000 (0:00:02.324) 0:01:36.405 ******* 2021-11-15T20:58:19.334 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure packages are not present.] ***************************** 2021-11-15T20:58:19.336 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"changed": true, "stderr": "W: --force-yes is deprecated, use one of the options starting with --allow instead.\n", "stderr_lines": ["W: --force-yes is deprecated, use one of the options starting with --allow instead."], "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following packages were automatically installed and are no longer required:\n cpu-checker gstreamer1.0-plugins-base gstreamer1.0-plugins-good\n gstreamer1.0-x ipxe-qemu ipxe-qemu-256k-compat-efi-roms libaa1\n libboost-iostreams1.71.0 libboost-thread1.71.0 libbrlapi0.7 libcacard0\n libcdparanoia0 libdv4 libgbm1 libgstreamer-plugins-base1.0-0\n libgstreamer-plugins-good1.0-0 libgudev-1.0-0 libiscsi7 libllvm11\n liborc-0.4-0 libpmem1 libshout3 libslirp0 libspice-server1 libtag1v5\n libtag1v5-vanilla libusbredirparser1 libv4l-0 libv4lconvert0\n libvirglrenderer1 libvisual-0.4-0 libvte-2.91-0 libvte-2.91-common\n libwayland-server0 linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic\n linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic\n linux-modules-extra-5.4.0-66-generic msr-tools ovmf qemu-system-data\n qemu-system-gui seabios sharutils\nUse 'sudo apt autoremove' to remove them.\nThe following packages will be REMOVED:\n librados2 librbd1 qemu-block-extra qemu-system-common qemu-system-x86\n qemu-utils\n0 upgraded, 0 newly installed, 6 to remove and 64 not upgraded.\nAfter this operation, 62.7 MB disk space will be freed.\n(Reading database ... \r(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading datab 2021-11-15T20:58:19.338 INFO:teuthology.task.ansible.out:ase ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 174687 files and directories currently installed.)\r\nRemoving qemu-utils (1:4.2-3ubuntu6.17) ...\r\nRemoving qemu-system-x86 (1:4.2-3ubuntu6.17) ...\r\nRemoving qemu-system-common (1:4.2-3ubuntu6.17) ...\r\nRemoving qemu-block-extra:amd64 (1:4.2-3ubuntu6.17) ...\r\nRemoving librbd1 (15.2.13-0ubuntu0.20.04.2) ...\r\nRemoving librados2 (15.2.13-0ubuntu0.20.04.2) ...\r\nProcessing triggers for man-db (2.9.1-1) ...\r\nProcessing triggers for libc-bin (2.31-0ubuntu9.2) ...\r\n", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "The following packages were automatically installed and are no longer required:", " cpu-checker gstreamer1.0-plugins-base gstreamer1.0-plugins-good", " gstreamer1.0-x ipxe-qemu ipxe-qemu-256k-compat-efi-roms libaa1", " libboost-iostreams1.71.0 libboost-thread1.71.0 libbrlapi0.7 libcacard0", " libcdparanoia0 libdv4 libgbm1 libgstreamer-plugins-base1.0-0", " libgstreamer-plugins-good1.0-0 libgudev-1.0-0 libiscsi7 libllvm11", " liborc-0.4-0 libpmem1 libshout3 libslirp0 libspice-server1 libtag1v5", " libtag1v5-vanilla libusbredirparser1 libv4l-0 libv4lconvert0", " libvirglrenderer1 libvisual-0.4-0 libvte-2.91-0 libvte-2.91-common", " libwayland-server0 linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic", " linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic", " linux-modules-extra-5.4.0-66-generic msr-tools ovmf qemu-system-data", " qemu-system-gui seabios sharutils", "Use 'sudo apt autoremove' to remove them.", "The following packages will be REMOVED:", " librados2 librbd1 qemu-block-extra qemu-system-common qemu-system-x86", " qemu-utils", "0 upgraded, 0 newly installed, 6 to remove and 64 not upgraded.", "After this operation, 62.7 MB disk space will be freed.", "(Reading database ... ", "(Reading database ... 5%", "(Reading database ... 10%", "(Read 2021-11-15T20:58:19.339 INFO:teuthology.task.ansible.out:ing database ... 15%", "(Reading database ... 20%", "(Reading database ... 25%", "(Reading database ... 30%", "(Reading database ... 35%", "(Reading database ... 40%", "(Reading database ... 45%", "(Reading database ... 50%", "(Reading database ... 55%", "(Reading database ... 60%", "(Reading database ... 65%", "(Reading database ... 70%", "(Reading database ... 75%", "(Reading database ... 80%", "(Reading database ... 85%", "(Reading database ... 90%", "(Reading database ... 95%", "(Reading database ... 100%", "(Reading database ... 174687 files and directories currently installed.)", "Removing qemu-utils (1:4.2-3ubuntu6.17) ...", "Removing qemu-system-x86 (1:4.2-3ubuntu6.17) ...", "Removing qemu-system-common (1:4.2-3ubuntu6.17) ...", "Removing qemu-block-extra:amd64 (1:4.2-3ubuntu6.17) ...", "Removing librbd1 (15.2.13-0ubuntu0.20.04.2) ...", "Removing librados2 (15.2.13-0ubuntu0.20.04.2) ...", "Processing triggers for man-db (2.9.1-1) ...", "Processing triggers for libc-bin (2.31-0ubuntu9.2) ..."]} 2021-11-15T20:58:19.359 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:19 +0000 (0:00:08.697) 0:01:45.102 ******* 2021-11-15T20:58:36.445 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2021-11-15T20:58:36.447 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": true, "stderr": "W: --force-yes is deprecated, use one of the options starting with --allow instead.\n", "stderr_lines": ["W: --force-yes is deprecated, use one of the options starting with --allow instead."], "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following packages were automatically installed and are no longer required:\n cpu-checker gstreamer1.0-plugins-base gstreamer1.0-plugins-good\n gstreamer1.0-x ipxe-qemu ipxe-qemu-256k-compat-efi-roms libaa1\n libboost-iostreams1.71.0 libboost-thread1.71.0 libbrlapi0.7 libcacard0\n libcdparanoia0 libdv4 libgbm1 libgstreamer-plugins-base1.0-0\n libgstreamer-plugins-good1.0-0 libgudev-1.0-0 libiscsi7 libllvm11\n liborc-0.4-0 libpmem1 libshout3 libslirp0 libspice-server1 libtag1v5\n libtag1v5-vanilla libusbredirparser1 libv4l-0 libv4lconvert0\n libvirglrenderer1 libvisual-0.4-0 libvte-2.91-0 libvte-2.91-common\n libwayland-server0 linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic\n linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic\n linux-modules-extra-5.4.0-66-generic msr-tools ovmf qemu-system-data\n qemu-system-gui seabios sharutils\nUse 'sudo apt autoremove' to remove them.\nThe following additional packages will be installed:\n apache2-bin apache2-data apache2-utils\nSuggested packages:\n apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser\nThe following packages will be upgraded:\n apache2 apache2-bin apache2-data apache2-utils\n4 upgraded, 0 newly installed, 0 to remove and 60 not upgraded.\nNeed to get 1519 kB of archives.\nAfter this operation, 3072 B of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.8 [95.5 kB]\nGet:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.8 [11 2021-11-15T20:58:36.449 INFO:teuthology.task.ansible.out:81 kB]\nGet:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.8 [159 kB]\nGet:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.8 [84.5 kB]\nFetched 1519 kB in 1s (1837 kB/s)\n(Reading database ... \r(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 174615 files and directories currently installed.)\r\nPreparing to unpack .../apache2_2.4.41-4ubuntu3.8_amd64.deb ...\r\nUnpacking apache2 (2.4.41-4ubuntu3.8) over (2.4.41-4ubuntu3.6) ...\r\nPreparing to unpack .../apache2-bin_2.4.41-4ubuntu3.8_amd64.deb ...\r\nUnpacking apache2-bin (2.4.41-4ubuntu3.8) over (2.4.41-4ubuntu3.6) ...\r\nPreparing to unpack .../apache2-data_2.4.41-4ubuntu3.8_all.deb ...\r\nUnpacking apache2-data (2.4.41-4ubuntu3.8) over (2.4.41-4ubuntu3.6) ...\r\nPreparing to unpack .../apache2-utils_2.4.41-4ubuntu3.8_amd64.deb ...\r\nUnpacking apache2-utils (2.4.41-4ubuntu3.8) over (2.4.41-4ubuntu3.6) ...\r\nSetting up apache2-bin (2.4.41-4ubuntu3.8) ...\r\nSetting up apache2-data (2.4.41-4ubuntu3.8) ...\r\nSetting up apache2-utils (2.4.41-4ubuntu3.8) ...\r\nSetting up apache2 (2.4.41-4ubuntu3.8) ...\r\nProcessing triggers for systemd (245.4-4ubuntu3.13) ...\r\nProcessing triggers for man-db (2.9.1-1) ...\r\nProcessing triggers for ufw (0.36-6) ...\r\n", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "The following packages were automatically installed and a 2021-11-15T20:58:36.450 INFO:teuthology.task.ansible.out:re no longer required:", " cpu-checker gstreamer1.0-plugins-base gstreamer1.0-plugins-good", " gstreamer1.0-x ipxe-qemu ipxe-qemu-256k-compat-efi-roms libaa1", " libboost-iostreams1.71.0 libboost-thread1.71.0 libbrlapi0.7 libcacard0", " libcdparanoia0 libdv4 libgbm1 libgstreamer-plugins-base1.0-0", " libgstreamer-plugins-good1.0-0 libgudev-1.0-0 libiscsi7 libllvm11", " liborc-0.4-0 libpmem1 libshout3 libslirp0 libspice-server1 libtag1v5", " libtag1v5-vanilla libusbredirparser1 libv4l-0 libv4lconvert0", " libvirglrenderer1 libvisual-0.4-0 libvte-2.91-0 libvte-2.91-common", " libwayland-server0 linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic", " linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic", " linux-modules-extra-5.4.0-66-generic msr-tools ovmf qemu-system-data", " qemu-system-gui seabios sharutils", "Use 'sudo apt autoremove' to remove them.", "The following additional packages will be installed:", " apache2-bin apache2-data apache2-utils", "Suggested packages:", " apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser", "The following packages will be upgraded:", " apache2 apache2-bin apache2-data apache2-utils", "4 upgraded, 0 newly installed, 0 to remove and 60 not upgraded.", "Need to get 1519 kB of archives.", "After this operation, 3072 B of additional disk space will be used.", "Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.8 [95.5 kB]", "Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.8 [1181 kB]", "Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.8 [159 kB]", "Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.8 [84.5 kB]", "Fetched 1519 kB in 1s (1837 kB/s)", "(Reading database ... ", "(Reading database ... 5%", "(Reading database ... 10%", "(Reading database ... 15%", "(Reading database ... 20%", "(Reading databa 2021-11-15T20:58:36.452 INFO:teuthology.task.ansible.out:se ... 25%", "(Reading database ... 30%", "(Reading database ... 35%", "(Reading database ... 40%", "(Reading database ... 45%", "(Reading database ... 50%", "(Reading database ... 55%", "(Reading database ... 60%", "(Reading database ... 65%", "(Reading database ... 70%", "(Reading database ... 75%", "(Reading database ... 80%", "(Reading database ... 85%", "(Reading database ... 90%", "(Reading database ... 95%", "(Reading database ... 100%", "(Reading database ... 174615 files and directories currently installed.)", "Preparing to unpack .../apache2_2.4.41-4ubuntu3.8_amd64.deb ...", "Unpacking apache2 (2.4.41-4ubuntu3.8) over (2.4.41-4ubuntu3.6) ...", "Preparing to unpack .../apache2-bin_2.4.41-4ubuntu3.8_amd64.deb ...", "Unpacking apache2-bin (2.4.41-4ubuntu3.8) over (2.4.41-4ubuntu3.6) ...", "Preparing to unpack .../apache2-data_2.4.41-4ubuntu3.8_all.deb ...", "Unpacking apache2-data (2.4.41-4ubuntu3.8) over (2.4.41-4ubuntu3.6) ...", "Preparing to unpack .../apache2-utils_2.4.41-4ubuntu3.8_amd64.deb ...", "Unpacking apache2-utils (2.4.41-4ubuntu3.8) over (2.4.41-4ubuntu3.6) ...", "Setting up apache2-bin (2.4.41-4ubuntu3.8) ...", "Setting up apache2-data (2.4.41-4ubuntu3.8) ...", "Setting up apache2-utils (2.4.41-4ubuntu3.8) ...", "Setting up apache2 (2.4.41-4ubuntu3.8) ...", "Processing triggers for systemd (245.4-4ubuntu3.13) ...", "Processing triggers for man-db (2.9.1-1) ...", "Processing triggers for ufw (0.36-6) ..."]} 2021-11-15T20:58:36.469 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:36 +0000 (0:00:17.110) 0:02:02.212 ******* 2021-11-15T20:58:36.496 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade non aarch64 packages] ********************************* 2021-11-15T20:58:36.498 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:36.519 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:36 +0000 (0:00:00.049) 0:02:02.261 ******* 2021-11-15T20:58:49.013 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2021-11-15T20:58:49.014 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": true, "stderr": "W: --force-yes is deprecated, use one of the options starting with --allow instead.\n", "stderr_lines": ["W: --force-yes is deprecated, use one of the options starting with --allow instead."], "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\ngit is already the newest version (1:2.25.1-1ubuntu3.2).\nThe following packages were automatically installed and are no longer required:\n libllvm11 linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic\n linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic\n linux-modules-extra-5.4.0-66-generic\nUse 'sudo apt autoremove' to remove them.\nThe following additional packages will be installed:\n librados2 librbd1 qemu-block-extra qemu-system-common qemu-system-data\n qemu-system-gui qemu-utils\nSuggested packages:\n samba vde2 debootstrap\nThe following NEW packages will be installed:\n librados2 librbd1 qemu-block-extra qemu-system-common qemu-system-x86\n qemu-utils\nThe following packages will be upgraded:\n qemu-system-data qemu-system-gui\n2 upgraded, 6 newly installed, 0 to remove and 58 not upgraded.\nNeed to get 14.3 MB of archives.\nAfter this operation, 62.7 MB of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.14-0ubuntu0.20.04.1 [3215 kB]\nGet:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.14-0ubuntu0.20.04.1 [1620 kB]\nGet:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.18 [54.8 kB]\nGet:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-system-common amd64 1:4.2-3ubuntu6.18 [1056 kB]\nGet:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-system-data all 1:4.2-3ubuntu6.18 [563 kB]\nGet:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 q 2021-11-15T20:58:49.015 INFO:teuthology.task.ansible.out:emu-system-gui amd64 1:4.2-3ubuntu6.18 [40.8 kB]\nGet:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-system-x86 amd64 1:4.2-3ubuntu6.18 [6748 kB]\nGet:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.18 [973 kB]\nFetched 14.3 MB in 1s (10.6 MB/s)\nSelecting previously unselected package librados2.\r\n(Reading database ... \r(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 174615 files and directories currently installed.)\r\nPreparing to unpack .../0-librados2_15.2.14-0ubuntu0.20.04.1_amd64.deb ...\r\nUnpacking librados2 (15.2.14-0ubuntu0.20.04.1) ...\r\nSelecting previously unselected package librbd1.\r\nPreparing to unpack .../1-librbd1_15.2.14-0ubuntu0.20.04.1_amd64.deb ...\r\nUnpacking librbd1 (15.2.14-0ubuntu0.20.04.1) ...\r\nSelecting previously unselected package qemu-block-extra:amd64.\r\nPreparing to unpack .../2-qemu-block-extra_1%3a4.2-3ubuntu6.18_amd64.deb ...\r\nUnpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.18) ...\r\nSelecting previously unselected package qemu-system-common.\r\nPreparing to unpack .../3-qemu-system-common_1%3a4.2-3ubuntu6.18_amd64.deb ...\r\nUnpacking qemu-system-common (1:4.2-3ubuntu6.18) ...\r\nPreparing to unpack .../4-qemu-system-data_1%3a4.2-3ubuntu6.18_all.deb ...\r\nUnpacking qemu-system-data (1:4.2-3ubuntu6.18) over (1:4.2-3ubuntu6.17) ...\r\nPreparing to unpack .../5-qemu-system-gui_1%3a4.2-3ubuntu6.18_amd64.deb ...\r\nUnpacking qemu-system-gui:amd64 (1:4.2-3u 2021-11-15T20:58:49.017 INFO:teuthology.task.ansible.out:buntu6.18) over (1:4.2-3ubuntu6.17) ...\r\nSelecting previously unselected package qemu-system-x86.\r\nPreparing to unpack .../6-qemu-system-x86_1%3a4.2-3ubuntu6.18_amd64.deb ...\r\nUnpacking qemu-system-x86 (1:4.2-3ubuntu6.18) ...\r\nSelecting previously unselected package qemu-utils.\r\nPreparing to unpack .../7-qemu-utils_1%3a4.2-3ubuntu6.18_amd64.deb ...\r\nUnpacking qemu-utils (1:4.2-3ubuntu6.18) ...\r\nSetting up librados2 (15.2.14-0ubuntu0.20.04.1) ...\r\nSetting up qemu-system-gui:amd64 (1:4.2-3ubuntu6.18) ...\r\nSetting up librbd1 (15.2.14-0ubuntu0.20.04.1) ...\r\nSetting up qemu-system-data (1:4.2-3ubuntu6.18) ...\r\nSetting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.18) ...\r\nSetting up qemu-system-common (1:4.2-3ubuntu6.18) ...\r\nSetting up qemu-system-x86 (1:4.2-3ubuntu6.18) ...\r\nSetting up qemu-utils (1:4.2-3ubuntu6.18) ...\r\nProcessing triggers for hicolor-icon-theme (0.17-2) ...\r\nProcessing triggers for libc-bin (2.31-0ubuntu9.2) ...\r\nProcessing triggers for man-db (2.9.1-1) ...\r\nProcessing triggers for mime-support (3.64ubuntu1) ...\r\n", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "git is already the newest version (1:2.25.1-1ubuntu3.2).", "The following packages were automatically installed and are no longer required:", " libllvm11 linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic", " linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic", " linux-modules-extra-5.4.0-66-generic", "Use 'sudo apt autoremove' to remove them.", "The following additional packages will be installed:", " librados2 librbd1 qemu-block-extra qemu-system-common qemu-system-data", " qemu-system-gui qemu-utils", "Suggested packages:", " samba vde2 debootstrap", "The following NEW packages will be installed:", " librados2 librbd1 qemu-block-extra qemu-system-common qemu-system-x86", " qemu-utils", "The following packages will be upgraded:", " qemu-system-data qemu-system-gui", "2 upgrad 2021-11-15T20:58:49.019 INFO:teuthology.task.ansible.out:ed, 6 newly installed, 0 to remove and 58 not upgraded.", "Need to get 14.3 MB of archives.", "After this operation, 62.7 MB of additional disk space will be used.", "Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.14-0ubuntu0.20.04.1 [3215 kB]", "Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.14-0ubuntu0.20.04.1 [1620 kB]", "Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.18 [54.8 kB]", "Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-system-common amd64 1:4.2-3ubuntu6.18 [1056 kB]", "Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-system-data all 1:4.2-3ubuntu6.18 [563 kB]", "Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-system-gui amd64 1:4.2-3ubuntu6.18 [40.8 kB]", "Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-system-x86 amd64 1:4.2-3ubuntu6.18 [6748 kB]", "Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.18 [973 kB]", "Fetched 14.3 MB in 1s (10.6 MB/s)", "Selecting previously unselected package librados2.", "(Reading database ... ", "(Reading database ... 5%", "(Reading database ... 10%", "(Reading database ... 15%", "(Reading database ... 20%", "(Reading database ... 25%", "(Reading database ... 30%", "(Reading database ... 35%", "(Reading database ... 40%", "(Reading database ... 45%", "(Reading database ... 50%", "(Reading database ... 55%", "(Reading database ... 60%", "(Reading database ... 65%", "(Reading database ... 70%", "(Reading database ... 75%", "(Reading database ... 80%", "(Reading database ... 85%", "(Reading database ... 90%", "(Reading database ... 95%", "(Reading database ... 100%", "(Reading database ... 174615 files and directories currently installed.)", "Preparing to unpack .../0-librados2_15.2.14-0ubuntu0.20.04.1_amd64.deb ...", "Unpacking librados2 (15.2.14-0ubuntu0.20.04.1) ... 2021-11-15T20:58:49.021 INFO:teuthology.task.ansible.out:", "Selecting previously unselected package librbd1.", "Preparing to unpack .../1-librbd1_15.2.14-0ubuntu0.20.04.1_amd64.deb ...", "Unpacking librbd1 (15.2.14-0ubuntu0.20.04.1) ...", "Selecting previously unselected package qemu-block-extra:amd64.", "Preparing to unpack .../2-qemu-block-extra_1%3a4.2-3ubuntu6.18_amd64.deb ...", "Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.18) ...", "Selecting previously unselected package qemu-system-common.", "Preparing to unpack .../3-qemu-system-common_1%3a4.2-3ubuntu6.18_amd64.deb ...", "Unpacking qemu-system-common (1:4.2-3ubuntu6.18) ...", "Preparing to unpack .../4-qemu-system-data_1%3a4.2-3ubuntu6.18_all.deb ...", "Unpacking qemu-system-data (1:4.2-3ubuntu6.18) over (1:4.2-3ubuntu6.17) ...", "Preparing to unpack .../5-qemu-system-gui_1%3a4.2-3ubuntu6.18_amd64.deb ...", "Unpacking qemu-system-gui:amd64 (1:4.2-3ubuntu6.18) over (1:4.2-3ubuntu6.17) ...", "Selecting previously unselected package qemu-system-x86.", "Preparing to unpack .../6-qemu-system-x86_1%3a4.2-3ubuntu6.18_amd64.deb ...", "Unpacking qemu-system-x86 (1:4.2-3ubuntu6.18) ...", "Selecting previously unselected package qemu-utils.", "Preparing to unpack .../7-qemu-utils_1%3a4.2-3ubuntu6.18_amd64.deb ...", "Unpacking qemu-utils (1:4.2-3ubuntu6.18) ...", "Setting up librados2 (15.2.14-0ubuntu0.20.04.1) ...", "Setting up qemu-system-gui:amd64 (1:4.2-3ubuntu6.18) ...", "Setting up librbd1 (15.2.14-0ubuntu0.20.04.1) ...", "Setting up qemu-system-data (1:4.2-3ubuntu6.18) ...", "Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.18) ...", "Setting up qemu-system-common (1:4.2-3ubuntu6.18) ...", "Setting up qemu-system-x86 (1:4.2-3ubuntu6.18) ...", "Setting up qemu-utils (1:4.2-3ubuntu6.18) ...", "Proc 2021-11-15T20:58:49.022 INFO:teuthology.task.ansible.out:essing triggers for hicolor-icon-theme (0.17-2) ...", "Processing triggers for libc-bin (2.31-0ubuntu9.2) ...", "Processing triggers for man-db (2.9.1-1) ...", "Processing triggers for mime-support (3.64ubuntu1) ..."]} 2021-11-15T20:58:49.046 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:49 +0000 (0:00:12.526) 0:02:14.788 ******* 2021-11-15T20:58:49.724 INFO:teuthology.task.ansible.out: TASK [testnode : Install non aarch64 packages] ********************************* 2021-11-15T20:58:49.726 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": false} 2021-11-15T20:58:49.747 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:49 +0000 (0:00:00.701) 0:02:15.490 ******* 2021-11-15T20:58:50.392 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages with --no-install-recommends] **************** 2021-11-15T20:58:50.394 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": false} 2021-11-15T20:58:50.416 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:50 +0000 (0:00:00.668) 0:02:16.159 ******* 2021-11-15T20:58:50.545 INFO:teuthology.task.ansible.out: TASK [testnode : Use perl to add user_xattr to the root mount options in fstab.] *** 2021-11-15T20:58:50.547 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "cmd": ["perl", "-pe", "if (m{^([^#]\\S*\\s+/\\s+\\S+\\s+)(\\S+)(\\s+.*)$}) { $_=\"$1$2,user_xattr$3\\n\" unless $2=~m{(^|,)user_xattr(,|$)}; }", "-i.bak", "/etc/fstab"], "rc": 0, "stdout": "skipped, since /etc/fstab.bak exists", "stdout_lines": ["skipped, since /etc/fstab.bak exists"]} 2021-11-15T20:58:50.569 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:50 +0000 (0:00:00.152) 0:02:16.311 ******* 2021-11-15T20:58:50.595 INFO:teuthology.task.ansible.out: TASK [testnode : Enable xattr for this boot.] ********************************** 2021-11-15T20:58:50.596 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:50.617 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:50 +0000 (0:00:00.048) 0:02:16.360 ******* 2021-11-15T20:58:50.746 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure fuse group exists.] ************************************ 2021-11-15T20:58:50.748 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "gid": 10102, "name": "fuse", "state": "present", "system": false} 2021-11-15T20:58:50.768 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:50 +0000 (0:00:00.150) 0:02:16.510 ******* 2021-11-15T20:58:51.113 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/fuse.conf.] *************************************** 2021-11-15T20:58:51.115 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "9edff47031d0f14a9b8c813b44eb4a9296d0439f", "dest": "/etc/fuse.conf", "gid": 10102, "group": "fuse", "mode": "0644", "owner": "root", "path": "/etc/fuse.conf", "size": 366, "state": "file", "uid": 0} 2021-11-15T20:58:51.136 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:51 +0000 (0:00:00.368) 0:02:16.879 ******* 2021-11-15T20:58:51.306 INFO:teuthology.task.ansible.out: TASK [testnode : Add teuthology user to groups fuse, kvm and disk.] ************ 2021-11-15T20:58:51.308 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"append": true, "changed": false, "comment": "", "group": 1238, "groups": "fuse,kvm,disk", "home": "/home/ubuntu", "move_home": false, "name": "ubuntu", "shell": "/bin/bash", "state": "present", "uid": 1000} 2021-11-15T20:58:51.332 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:51 +0000 (0:00:00.196) 0:02:17.075 ******* 2021-11-15T20:58:51.474 INFO:teuthology.task.ansible.out: TASK [testnode : Set up static IP in /etc/hosts.] ****************************** 2021-11-15T20:58:51.476 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-11-15T20:58:51.498 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:51 +0000 (0:00:00.165) 0:02:17.241 ******* 2021-11-15T20:58:51.764 INFO:teuthology.task.ansible.out: TASK [testnode : Stop apache2] ************************************************* 2021-11-15T20:58:51.765 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"changed": true, "name": "apache2", "state": "stopped", "status": {"ActiveEnterTimestamp": "Mon 2021-11-15 20:58:34 UTC", "ActiveEnterTimestampMonotonic": "186030138", "ActiveExitTimestamp": "Mon 2021-11-15 20:58:34 UTC", "ActiveExitTimestampMonotonic": "185942580", "ActiveState": "active", "After": "system.slice sysinit.target systemd-tmpfiles-setup.service systemd-journald.socket network.target nss-lookup.target remote-fs.target basic.target -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2021-11-15 20:58:34 UTC", "AssertTimestampMonotonic": "185993297", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "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 cap_audit_read", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2021-11-15 20:58:34 UTC", "ConditionTimestampMonotonic": "185993296", "ConfigurationDirec 2021-11-15T20:58:51.767 INFO:teuthology.task.ansible.out:toryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/apache2.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "The Apache HTTP Server", "DevicePolicy": "auto", "Documentation": "https://httpd.apache.org/docs/2.4/", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "APACHE_STARTED_BY_SYSTEMD=true", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "6552", "ExecMainStartTimestamp": "Mon 2021-11-15 20:58:34 UTC", "ExecMainStartTimestampMonotonic": "186030113", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/sbin/apachectl ; argv[]=/usr/sbin/apachectl graceful ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/sbin/apachectl ; argv[]=/usr/sbin/apachectl graceful ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/apachectl ; argv[]=/usr/sbin/apachectl start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/apachectl ; argv[]=/usr/sbin/apachectl start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/sbin/apachectl ; argv[]=/usr/sbin/apachectl stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/sbin/apachectl ; argv[]=/usr/sbin/apachectl stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/lib/systemd/system/apache2.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "0", "IOSchedulingPrior 2021-11-15T20:58:51.769 INFO:teuthology.task.ansible.out:ity": "0", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "apache2.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2021-11-15 20:58:34 UTC", "InactiveEnterTimestampMonotonic": "185991886", "InactiveExitTimestamp": "Mon 2021-11-15 20:58:34 UTC", "InactiveExitTimestampMonotonic": "185995931", "InvocationID": "2750167aab5c45a6987aa192a94fcf9b", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "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": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "127772", "LimitNPROCSoft": "127772", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127772", "LimitSIGPENDINGSoft": "127772", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "6552", "MemoryAccounting": "yes", "MemoryCurrent": "6733824", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryS 2021-11-15T20:58:51.770 INFO:teuthology.task.ansible.out:wapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "apache2.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice -.mount sysinit.target", "RequiresMountsFor": "/tmp /var/tmp", "Restart": "on-abort", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2021-11-15 20:58:34 UTC", "StateChangeTimestampMonotonic": "186030138", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", " 2021-11-15T20:58:51.772 INFO:teuthology.task.ansible.out:TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "55", "TasksMax": "38331", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} 2021-11-15T20:58:51.789 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:51 +0000 (0:00:00.291) 0:02:17.532 ******* 2021-11-15T20:58:51.816 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2021-11-15T20:58:51.817 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:51.838 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:51 +0000 (0:00:00.048) 0:02:17.581 ******* 2021-11-15T20:58:51.864 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2021-11-15T20:58:51.866 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:51.887 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:51 +0000 (0:00:00.048) 0:02:17.629 ******* 2021-11-15T20:58:51.912 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2021-11-15T20:58:51.913 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:51.935 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:51 +0000 (0:00:00.048) 0:02:17.677 ******* 2021-11-15T20:58:51.961 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** 2021-11-15T20:58:51.962 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:51.983 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:51 +0000 (0:00:00.048) 0:02:17.726 ******* 2021-11-15T20:58:52.010 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2021-11-15T20:58:52.011 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.033 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.049) 0:02:17.775 ******* 2021-11-15T20:58:52.058 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2021-11-15T20:58:52.060 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.081 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.048) 0:02:17.824 ******* 2021-11-15T20:58:52.106 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ 2021-11-15T20:58:52.108 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.130 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.048) 0:02:17.872 ******* 2021-11-15T20:58:52.156 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2021-11-15T20:58:52.157 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.178 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.048) 0:02:17.921 ******* 2021-11-15T20:58:52.204 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.230 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.051) 0:02:17.973 ******* 2021-11-15T20:58:52.257 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** 2021-11-15T20:58:52.259 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.281 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.050) 0:02:18.023 ******* 2021-11-15T20:58:52.307 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2021-11-15T20:58:52.309 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.330 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.049) 0:02:18.072 ******* 2021-11-15T20:58:52.356 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2021-11-15T20:58:52.358 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.379 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.049) 0:02:18.122 ******* 2021-11-15T20:58:52.406 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* 2021-11-15T20:58:52.407 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.429 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.049) 0:02:18.172 ******* 2021-11-15T20:58:52.455 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2021-11-15T20:58:52.457 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.478 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.048) 0:02:18.220 ******* 2021-11-15T20:58:52.503 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2021-11-15T20:58:52.505 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.526 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.048) 0:02:18.269 ******* 2021-11-15T20:58:52.552 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2021-11-15T20:58:52.554 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.575 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.048) 0:02:18.318 ******* 2021-11-15T20:58:52.602 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.625 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.049) 0:02:18.367 ******* 2021-11-15T20:58:52.651 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.673 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.048) 0:02:18.416 ******* 2021-11-15T20:58:52.699 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* 2021-11-15T20:58:52.701 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.722 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.048) 0:02:18.465 ******* 2021-11-15T20:58:52.748 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2021-11-15T20:58:52.750 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.771 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.049) 0:02:18.514 ******* 2021-11-15T20:58:52.797 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2021-11-15T20:58:52.799 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.824 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.052) 0:02:18.566 ******* 2021-11-15T20:58:52.851 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2021-11-15T20:58:52.852 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.874 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.049) 0:02:18.616 ******* 2021-11-15T20:58:52.899 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2021-11-15T20:58:52.901 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.922 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.048) 0:02:18.665 ******* 2021-11-15T20:58:52.947 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2021-11-15T20:58:52.949 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:52.970 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:52 +0000 (0:00:00.047) 0:02:18.713 ******* 2021-11-15T20:58:52.995 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2021-11-15T20:58:52.997 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:53.018 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:53 +0000 (0:00:00.048) 0:02:18.761 ******* 2021-11-15T20:58:53.044 INFO:teuthology.task.ansible.out: TASK [testnode : Set grub config.] ********************************************* skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:53.067 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:53 +0000 (0:00:00.048) 0:02:18.810 ******* 2021-11-15T20:58:53.206 INFO:teuthology.task.ansible.out: TASK [testnode : Remove /etc/ceph] ********************************************* 2021-11-15T20:58:53.208 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "path": "/etc/ceph", "state": "absent"} 2021-11-15T20:58:53.229 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:53 +0000 (0:00:00.162) 0:02:18.972 ******* 2021-11-15T20:58:53.555 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** 2021-11-15T20:58:53.556 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "0b949a4622a315acfc90571fddbd013b4dc0f5f9", "dest": "/etc/exports", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/exports", "size": 578, "state": "file", "uid": 0} 2021-11-15T20:58:53.577 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:53 +0000 (0:00:00.347) 0:02:19.320 ******* 2021-11-15T20:58:53.602 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* 2021-11-15T20:58:53.604 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:53.625 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:53 +0000 (0:00:00.048) 0:02:19.368 ******* 2021-11-15T20:58:53.952 INFO:teuthology.task.ansible.out: TASK [testnode : Upload weekly kernel-clean crontab.] ************************** 2021-11-15T20:58:53.954 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "d5677bbd13857966eb0fc86f66195b18a2b98e20", "dest": "/etc/cron.weekly/kernel-clean", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/cron.weekly/kernel-clean", "size": 752, "state": "file", "uid": 0} 2021-11-15T20:58:53.975 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:53 +0000 (0:00:00.349) 0:02:19.718 ******* 2021-11-15T20:58:54.313 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/grub.d/02_force_timeout.] ************************* 2021-11-15T20:58:54.315 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "22e9a1446f43d0440219b9af14a66dd77fb0c2eb", "dest": "/etc/grub.d/02_force_timeout", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/grub.d/02_force_timeout", "size": 115, "state": "file", "uid": 0} 2021-11-15T20:58:54.336 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:54 +0000 (0:00:00.360) 0:02:20.079 ******* 2021-11-15T20:58:54.663 INFO:teuthology.task.ansible.out: TASK [testnode : Enable kernel modules to load at boot time.] ****************** 2021-11-15T20:58:54.665 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "6449466d762bced58744df80432d189e35329803", "dest": "/etc/modules", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/modules", "size": 315, "state": "file", "uid": 0} 2021-11-15T20:58:54.687 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:54 +0000 (0:00:00.350) 0:02:20.429 ******* 2021-11-15T20:58:54.826 INFO:teuthology.task.ansible.out: TASK [testnode : Enabling auto-fsck fix to prevent boot hangup.] *************** 2021-11-15T20:58:54.828 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-11-15T20:58:54.850 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:54 +0000 (0:00:00.163) 0:02:20.593 ******* 2021-11-15T20:58:54.876 INFO:teuthology.task.ansible.out: TASK [testnode : Work around broken wget on wheezy.] *************************** 2021-11-15T20:58:54.878 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:54.899 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:54 +0000 (0:00:00.048) 0:02:20.642 ******* 2021-11-15T20:58:54.925 INFO:teuthology.task.ansible.out: TASK [testnode : Stop collectl] ************************************************ 2021-11-15T20:58:54.927 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:54.948 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:54 +0000 (0:00:00.049) 0:02:20.691 ******* 2021-11-15T20:58:54.975 INFO:teuthology.task.ansible.out: TASK [testnode : Add PATH to the teuthology_user .bashrc.] ********************* 2021-11-15T20:58:54.977 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:54.999 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:54 +0000 (0:00:00.050) 0:02:20.741 ******* 2021-11-15T20:58:55.025 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if we need to edit /etc/profile.] **************** 2021-11-15T20:58:55.027 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.048 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:55 +0000 (0:00:00.049) 0:02:20.791 ******* 2021-11-15T20:58:55.074 INFO:teuthology.task.ansible.out: TASK [testnode : Update /etc/profile if needed.] ******************************* 2021-11-15T20:58:55.075 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.097 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:55 +0000 (0:00:00.048) 0:02:20.839 ******* 2021-11-15T20:58:55.123 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-11-15T20:58:55.124 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"ansible_facts": {"nvme_card_present": false}, "changed": false} 2021-11-15T20:58:55.149 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:55 +0000 (0:00:00.051) 0:02:20.891 ******* 2021-11-15T20:58:55.196 INFO:teuthology.task.ansible.out: TASK [testnode : Check for NVMe drive] ***************************************** 2021-11-15T20:58:55.197 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=loop1) => {"ansible_loop_var": "item", "changed": false, "item": "loop1", "skip_reason": "Conditional result was False"} skipping: [smithi178.front.sepia.ceph.com] => (item=dm-2) => {"ansible_loop_var": "item", "changed": false, "item": "dm-2", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.207 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=loop6) => {"ansible_loop_var": "item", "changed": false, "item": "loop6", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.209 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=loop4) => {"ansible_loop_var": "item", "changed": false, "item": "loop4", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.218 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=dm-0) => {"ansible_loop_var": "item", "changed": false, "item": "dm-0", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.220 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=sda) => {"ansible_loop_var": "item", "changed": false, "item": "sda", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.229 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=nvme0n1) => {"ansible_facts": {"nvme_card_present": true}, "ansible_loop_var": "item", "changed": false, "item": "nvme0n1"} 2021-11-15T20:58:55.231 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=loop3) => {"ansible_loop_var": "item", "changed": false, "item": "loop3", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.240 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=loop2) => {"ansible_loop_var": "item", "changed": false, "item": "loop2", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.242 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=dm-4) => {"ansible_loop_var": "item", "changed": false, "item": "dm-4", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.251 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=loop0) => {"ansible_loop_var": "item", "changed": false, "item": "loop0", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.253 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=loop7) => {"ansible_loop_var": "item", "changed": false, "item": "loop7", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.263 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=dm-3) => {"ansible_loop_var": "item", "changed": false, "item": "dm-3", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.264 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=loop5) => {"ansible_loop_var": "item", "changed": false, "item": "loop5", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.274 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=dm-1) => {"ansible_loop_var": "item", "changed": false, "item": "dm-1", "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.300 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:55 +0000 (0:00:00.151) 0:02:21.043 ******* 2021-11-15T20:58:55.492 INFO:teuthology.task.ansible.out: TASK [testnode : Check for teuthology-lock command] **************************** 2021-11-15T20:58:55.494 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"changed": true, "cmd": "which teuthology-lock", "delta": "0:00:00.003215", "end": "2021-11-15 20:58:55.463414", "rc": 0, "start": "2021-11-15 20:58:55.460199", "stderr": "", "stderr_lines": [], "stdout": "/home/teuthworker/src/git.ceph.com_git_teuthology_6cfddd5e1c7d5ede1367cf3087c21af44eb88356/virtualenv/bin/teuthology-lock", "stdout_lines": ["/home/teuthworker/src/git.ceph.com_git_teuthology_6cfddd5e1c7d5ede1367cf3087c21af44eb88356/virtualenv/bin/teuthology-lock"]} 2021-11-15T20:58:55.521 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:55 +0000 (0:00:00.220) 0:02:21.264 ******* 2021-11-15T20:58:55.547 INFO:teuthology.task.ansible.out: TASK [testnode : Mark system down if NVMe card missing] ************************ 2021-11-15T20:58:55.549 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.572 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:55 +0000 (0:00:00.051) 0:02:21.315 ******* 2021-11-15T20:58:55.598 INFO:teuthology.task.ansible.out: TASK [testnode : Update description in paddles lock DB if NVMe card missing] *** 2021-11-15T20:58:55.600 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.621 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:55 +0000 (0:00:00.048) 0:02:21.364 ******* 2021-11-15T20:58:55.647 INFO:teuthology.task.ansible.out: TASK [testnode : Fail rest of playbook due to missing NVMe card] *************** 2021-11-15T20:58:55.649 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:55.669 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:55 +0000 (0:00:00.048) 0:02:21.412 ******* 2021-11-15T20:58:56.343 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure apt dependencies are installed] ********************* 2021-11-15T20:58:56.345 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": false} 2021-11-15T20:58:56.366 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:56 +0000 (0:00:00.697) 0:02:22.109 ******* 2021-11-15T20:58:56.393 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure rpm dependencies are installed] ********************* 2021-11-15T20:58:56.394 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:56.415 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:56 +0000 (0:00:00.048) 0:02:22.158 ******* 2021-11-15T20:58:56.473 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2021-11-15T20:58:56.474 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item={'block_used': 14049952, 'uuid': '765c9454-acf9-4ab1-8c0e-444ef075a2c6', 'size_total': 983429562368, 'block_total': 240095108, 'mount': '/', 'block_available': 226045156, 'size_available': 925880958976, 'fstype': 'ext4', 'inode_total': 61054976, 'options': 'rw,relatime,errors=remount-ro', 'device': '/dev/sda1', 'inode_used': 187083, 'block_size': 4096, 'inode_available': 60867893}) => {"ansible_facts": {"root_disk": "/dev/sda"}, "ansible_loop_var": "item", "changed": false, "item": {"block_available": 226045156, "block_size": 4096, "block_total": 240095108, "block_used": 14049952, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60867893, "inode_total": 61054976, "inode_used": 187083, "mount": "/", "options": "rw,relatime,errors=remount-ro", "size_available": 925880958976, "size_total": 983429562368, "uuid": "765c9454-acf9-4ab1-8c0e-444ef075a2c6"}} 2021-11-15T20:58:56.496 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:56 +0000 (0:00:00.080) 0:02:22.238 ******* 2021-11-15T20:58:56.645 INFO:teuthology.task.ansible.out: TASK [testnode : Compile list of non-root partitions] ************************** 2021-11-15T20:58:56.647 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"changed": true, "cmd": "lsblk --list --noheadings | grep part | grep -v sda | awk '{ print $1 }'", "delta": "0:00:00.009064", "end": "2021-11-15 20:58:56.566868", "rc": 0, "start": "2021-11-15 20:58:56.557804", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-11-15T20:58:56.667 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:56 +0000 (0:00:00.171) 0:02:22.410 ******* 2021-11-15T20:58:56.704 INFO:teuthology.task.ansible.out: TASK [testnode : Unmount any non-root mountpoints] ***************************** 2021-11-15T20:58:56.706 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'block_used': 14049952, 'uuid': '765c9454-acf9-4ab1-8c0e-444ef075a2c6', 'size_total': 983429562368, 'block_total': 240095108, 'mount': '/', 'block_available': 226045156, 'size_available': 925880958976, 'fstype': 'ext4', 'inode_total': 61054976, 'options': 'rw,relatime,errors=remount-ro', 'device': '/dev/sda1', 'inode_used': 187083, 'block_size': 4096, 'inode_available': 60867893}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 226045156, "block_size": 4096, "block_total": 240095108, "block_used": 14049952, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60867893, "inode_total": 61054976, "inode_used": 187083, "mount": "/", "options": "rw,relatime,errors=remount-ro", "size_available": 925880958976, "size_total": 983429562368, "uuid": "765c9454-acf9-4ab1-8c0e-444ef075a2c6"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:56.727 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:56 +0000 (0:00:00.059) 0:02:22.470 ******* 2021-11-15T20:58:56.752 INFO:teuthology.task.ansible.out: TASK [testnode : Wipe filesystems on non-root partitions] ********************** 2021-11-15T20:58:56.777 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:58:56 +0000 (0:00:00.050) 0:02:22.520 ******* 2021-11-15T20:58:56.823 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2021-11-15T20:58:56.823 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop1', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop1", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:58.651 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'scheduler_mode': '', 'rotational': '0', 'vendor': None, 'sectors': '187490304', 'links': {'masters': [], 'labels': [], 'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiune8rSobnWPOj2V7GhIBb9t1r53pUgUEc'], 'uuids': ['3f1106bb-d02d-4cc6-ba10-cf916256b8ce']}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '512', 'model': None, 'partitions': {}, 'holders': [], 'size': '89.40 GB'}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-2 || sgdisk --zap-all /dev/dm-2", "delta": "0:00:01.692243", "end": "2021-11-15 20:58:58.560519", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiune8rSobnWPOj2V7GhIBb9t1r53pUgUEc"], "labels": [], "masters": [], "uuids": ["3f1106bb-d02d-4cc6-ba10-cf916256b8ce"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2021-11-15 20:58:56.868276", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries in memory.\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 in memory.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2021-11-15T20:58:58.652 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop6', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop6", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:58:58.663 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop4', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop4", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:00.010 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'scheduler_mode': '', 'rotational': '0', 'vendor': None, 'sectors': '187490304', 'links': {'masters': [], 'labels': [], 'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiu8TB47D3OQ9pfwC6kFqDErcLNcUrnIeYQ'], 'uuids': ['515107e0-d405-45c4-bf27-294d9b0c86fa']}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '512', 'model': None, 'partitions': {}, 'holders': [], 'size': '89.40 GB'}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-0 || sgdisk --zap-all /dev/dm-0", "delta": "0:00:01.270809", "end": "2021-11-15 20:58:59.976434", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiu8TB47D3OQ9pfwC6kFqDErcLNcUrnIeYQ"], "labels": [], "masters": [], "uuids": ["515107e0-d405-45c4-bf27-294d9b0c86fa"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2021-11-15 20:58:58.705625", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries in memory.\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 in memory.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2021-11-15T20:59:00.012 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': 'ATA', 'sectors': '1953525168', 'links': {'masters': [], 'labels': [], 'ids': ['ata-ST1000NM0033-9ZM173_Z1W5XFJ4', 'wwn-0x5000c50092924753'], 'uuids': []}, 'partitions': {'sda1': {'sectorsize': 512, 'uuid': '765c9454-acf9-4ab1-8c0e-444ef075a2c6', 'links': {'masters': [], 'labels': [], 'ids': ['ata-ST1000NM0033-9ZM173_Z1W5XFJ4-part1', 'wwn-0x5000c50092924753-part1'], 'uuids': ['765c9454-acf9-4ab1-8c0e-444ef075a2c6']}, 'sectors': '1953522688', 'start': '2048', 'holders': [], 'size': '931.51 GB'}}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': 'SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'holders': [], 'wwn': '0x5000c50092924753', 'model': 'ST1000NM0033-9ZM', 'serial': 'Z1W5XFJ4', 'size': '931.51 GB'}}) => {"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_Z1W5XFJ4", "wwn-0x5000c50092924753"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5XFJ4-part1", "wwn-0x5000c50092924753-part1"], "labels": [], "masters": [], "uuids": ["765c9454-acf9-4ab1-8c0e-444ef075a2c6"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "765c9454-acf9-4ab1-8c0e-444ef075a2c6"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W5XFJ4", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c50092924753"}}, 2021-11-15T20:59:00.013 INFO:teuthology.task.ansible.out: "skip_reason": "Conditional result was False"} 2021-11-15T20:59:01.342 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'scheduler_mode': 'none', 'rotational': '0', 'vendor': None, 'sectors': '937703088', 'links': {'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4'], 'labels': [], 'ids': ['lvm-pv-uuid-f6g7XB-w891-bcuk-GfX5-0CGZ-RUXG-xmY3X8', 'nvme-INTEL_SSDPED1D480GA_PHMB75130029480DGN', 'nvme-nvme.8086-50484d42373531333030323934383044474e-494e54454c2053534450454431443438304741-00000001'], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': 'Non-Volatile memory controller: Intel Corporation Optane SSD 900P Series', 'sectorsize': '512', 'removable': '0', 'support_discard': '512', 'model': 'INTEL SSDPED1D480GA', 'partitions': {}, 'holders': ['vg_nvme-lv_2', 'vg_nvme-lv_5', 'vg_nvme-lv_3', 'vg_nvme-lv_1', 'vg_nvme-lv_4'], 'size': '447.13 GB'}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/nvme0n1 || sgdisk --zap-all /dev/nvme0n1", "delta": "0:00:01.176319", "end": "2021-11-15 20:59:01.307137", "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-f6g7XB-w891-bcuk-GfX5-0CGZ-RUXG-xmY3X8", "nvme-INTEL_SSDPED1D480GA_PHMB75130029480DGN", "nvme-nvme.8086-50484d42373531333030323934383044474e-494e54454c2053534450454431443438304741-00000001"], "labels": [], "masters": ["dm-0", "dm-1", "dm-2", "dm-3", "dm-4"], "uuids": []}, "model": "INTEL SSDPED1D480GA", "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "937703088", "sectorsize": "512", "size": "447.13 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2021-11-15 20:59:00.130818", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries in memory.\nGPT data structures destroyed! You 2021-11-15T20:59:01.343 INFO:teuthology.task.ansible.out:may now partition the disk using fdisk or\nother utilities.", "stdout_lines": ["Creating new GPT entries in memory.", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop3', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop3", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:01.354 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop2', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop2", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:02.681 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'scheduler_mode': '', 'rotational': '0', 'vendor': None, 'sectors': '31252480', 'links': {'masters': [], 'labels': [], 'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiuwrzUoMgfTCaYBmOjHnenznybHDhDBLGL'], 'uuids': ['df190207-ff55-40a0-b7eb-2d51e17c625a']}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '512', 'model': None, 'partitions': {}, 'holders': [], 'size': '14.90 GB'}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-4 || sgdisk --zap-all /dev/dm-4", "delta": "0:00:01.199547", "end": "2021-11-15 20:59:02.651758", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiuwrzUoMgfTCaYBmOjHnenznybHDhDBLGL"], "labels": [], "masters": [], "uuids": ["df190207-ff55-40a0-b7eb-2d51e17c625a"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "31252480", "sectorsize": "512", "size": "14.90 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2021-11-15 20:59:01.452211", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries in memory.\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 in memory.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2021-11-15T20:59:02.692 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop0', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop0", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:02.693 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop7', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop7", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:03.989 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'scheduler_mode': '', 'rotational': '0', 'vendor': None, 'sectors': '187490304', 'links': {'masters': [], 'labels': [], 'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiulaD6Rt3TIauP33foFCqt151d5uI8vz77'], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '512', 'model': None, 'partitions': {}, 'holders': [], 'size': '89.40 GB'}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-3 || sgdisk --zap-all /dev/dm-3", "delta": "0:00:01.163493", "end": "2021-11-15 20:59:03.957523", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiulaD6Rt3TIauP33foFCqt151d5uI8vz77"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2021-11-15 20:59:02.794030", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries in memory.\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 in memory.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2021-11-15T20:59:04.001 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop5', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop5", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:05.278 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'scheduler_mode': '', 'rotational': '0', 'vendor': None, 'sectors': '187490304', 'links': {'masters': [], 'labels': [], 'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiu5ipaepN7Jq4LlORVNmXqvdh8gzSLTkzP'], 'uuids': ['65181ddc-fa2e-4bc2-9146-d719ffd0829a']}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '512', 'model': None, 'partitions': {}, 'holders': [], 'size': '89.40 GB'}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "sgdisk --zap-all /dev/dm-1 || sgdisk --zap-all /dev/dm-1", "delta": "0:00:01.157851", "end": "2021-11-15 20:59:05.252274", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiu5ipaepN7Jq4LlORVNmXqvdh8gzSLTkzP"], "labels": [], "masters": [], "uuids": ["65181ddc-fa2e-4bc2-9146-d719ffd0829a"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2021-11-15 20:59:04.094423", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries in memory.\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 in memory.", "Warning: The kernel is still using the old partition table.", "The new table will be used at the next reboot or after you", "run partprobe(8) or kpartx(8)", "GPT data structures destroyed! You may now partition the disk using fdisk or", "other utilities."]} 2021-11-15T20:59:05.321 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:05 +0000 (0:00:08.544) 0:02:31.064 ******* 2021-11-15T20:59:05.369 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2021-11-15T20:59:05.370 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop1', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop1", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:05.618 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'dm-2', 'value': {'scheduler_mode': '', 'rotational': '0', 'vendor': None, 'sectors': '187490304', 'links': {'masters': [], 'labels': [], 'ids': ['dm-name-vg_nvme-lv_3', 'dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiune8rSobnWPOj2V7GhIBb9t1r53pUgUEc'], 'uuids': ['3f1106bb-d02d-4cc6-ba10-cf916256b8ce']}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '512', 'model': None, 'partitions': {}, 'holders': [], 'size': '89.40 GB'}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-2 bs=1M count=110", "delta": "0:00:00.116515", "end": "2021-11-15 20:59:05.589558", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiune8rSobnWPOj2V7GhIBb9t1r53pUgUEc"], "labels": [], "masters": [], "uuids": ["3f1106bb-d02d-4cc6-ba10-cf916256b8ce"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2021-11-15 20:59:05.473043", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.111422 s, 1.0 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.111422 s, 1.0 GB/s"], "stdout": "", "stdout_lines": []} 2021-11-15T20:59:05.629 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop6', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop6", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:05.631 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop4', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop4", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:05.869 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'dm-0', 'value': {'scheduler_mode': '', 'rotational': '0', 'vendor': None, 'sectors': '187490304', 'links': {'masters': [], 'labels': [], 'ids': ['dm-name-vg_nvme-lv_1', 'dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiu8TB47D3OQ9pfwC6kFqDErcLNcUrnIeYQ'], 'uuids': ['515107e0-d405-45c4-bf27-294d9b0c86fa']}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '512', 'model': None, 'partitions': {}, 'holders': [], 'size': '89.40 GB'}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-0 bs=1M count=110", "delta": "0:00:00.116457", "end": "2021-11-15 20:59:05.845315", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiu8TB47D3OQ9pfwC6kFqDErcLNcUrnIeYQ"], "labels": [], "masters": [], "uuids": ["515107e0-d405-45c4-bf27-294d9b0c86fa"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2021-11-15 20:59:05.728858", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.111617 s, 1.0 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.111617 s, 1.0 GB/s"], "stdout": "", "stdout_lines": []} 2021-11-15T20:59:05.880 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'sda', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': 'ATA', 'sectors': '1953525168', 'links': {'masters': [], 'labels': [], 'ids': ['ata-ST1000NM0033-9ZM173_Z1W5XFJ4', 'wwn-0x5000c50092924753'], 'uuids': []}, 'partitions': {'sda1': {'sectorsize': 512, 'uuid': '765c9454-acf9-4ab1-8c0e-444ef075a2c6', 'links': {'masters': [], 'labels': [], 'ids': ['ata-ST1000NM0033-9ZM173_Z1W5XFJ4-part1', 'wwn-0x5000c50092924753-part1'], 'uuids': ['765c9454-acf9-4ab1-8c0e-444ef075a2c6']}, 'sectors': '1953522688', 'start': '2048', 'holders': [], 'size': '931.51 GB'}}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': 'SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05)', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'holders': [], 'wwn': '0x5000c50092924753', 'model': 'ST1000NM0033-9ZM', 'serial': 'Z1W5XFJ4', 'size': '931.51 GB'}}) => {"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_Z1W5XFJ4", "wwn-0x5000c50092924753"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5XFJ4-part1", "wwn-0x5000c50092924753-part1"], "labels": [], "masters": [], "uuids": ["765c9454-acf9-4ab1-8c0e-444ef075a2c6"]}, "sectors": "1953522688", "sectorsize": 512, "size": "931.51 GB", "start": "2048", "uuid": "765c9454-acf9-4ab1-8c0e-444ef075a2c6"}}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "1953525168", "sectorsize": "512", "serial": "Z1W5XFJ4", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c50092924753"}}, 2021-11-15T20:59:05.882 INFO:teuthology.task.ansible.out: "skip_reason": "Conditional result was False"} 2021-11-15T20:59:06.058 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'nvme0n1', 'value': {'scheduler_mode': 'none', 'rotational': '0', 'vendor': None, 'sectors': '937703088', 'links': {'masters': ['dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4'], 'labels': [], 'ids': ['lvm-pv-uuid-f6g7XB-w891-bcuk-GfX5-0CGZ-RUXG-xmY3X8', 'nvme-INTEL_SSDPED1D480GA_PHMB75130029480DGN', 'nvme-nvme.8086-50484d42373531333030323934383044474e-494e54454c2053534450454431443438304741-00000001'], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': 'Non-Volatile memory controller: Intel Corporation Optane SSD 900P Series', 'sectorsize': '512', 'removable': '0', 'support_discard': '512', 'model': 'INTEL SSDPED1D480GA', 'partitions': {}, 'holders': ['vg_nvme-lv_2', 'vg_nvme-lv_5', 'vg_nvme-lv_3', 'vg_nvme-lv_1', 'vg_nvme-lv_4'], 'size': '447.13 GB'}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/nvme0n1 bs=1M count=110", "delta": "0:00:00.055118", "end": "2021-11-15 20:59:06.029245", "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-f6g7XB-w891-bcuk-GfX5-0CGZ-RUXG-xmY3X8", "nvme-INTEL_SSDPED1D480GA_PHMB75130029480DGN", "nvme-nvme.8086-50484d42373531333030323934383044474e-494e54454c2053534450454431443438304741-00000001"], "labels": [], "masters": ["dm-0", "dm-1", "dm-2", "dm-3", "dm-4"], "uuids": []}, "model": "INTEL SSDPED1D480GA", "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "937703088", "sectorsize": "512", "size": "447.13 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2021-11-15 20:59:05.974127", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0503161 s, 2.3 GB/s", "stderr_lines": [" 2021-11-15T20:59:06.060 INFO:teuthology.task.ansible.out:110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0503161 s, 2.3 GB/s"], "stdout": "", "stdout_lines": []} 2021-11-15T20:59:06.069 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop3', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop3", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:06.070 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop2', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop2", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:06.297 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'dm-4', 'value': {'scheduler_mode': '', 'rotational': '0', 'vendor': None, 'sectors': '31252480', 'links': {'masters': [], 'labels': [], 'ids': ['dm-name-vg_nvme-lv_5', 'dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiuwrzUoMgfTCaYBmOjHnenznybHDhDBLGL'], 'uuids': ['df190207-ff55-40a0-b7eb-2d51e17c625a']}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '512', 'model': None, 'partitions': {}, 'holders': [], 'size': '14.90 GB'}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-4 bs=1M count=110", "delta": "0:00:00.111407", "end": "2021-11-15 20:59:06.278784", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiuwrzUoMgfTCaYBmOjHnenznybHDhDBLGL"], "labels": [], "masters": [], "uuids": ["df190207-ff55-40a0-b7eb-2d51e17c625a"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "31252480", "sectorsize": "512", "size": "14.90 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2021-11-15 20:59:06.167377", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.106889 s, 1.1 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.106889 s, 1.1 GB/s"], "stdout": "", "stdout_lines": []} 2021-11-15T20:59:06.309 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop0', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop0", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:06.320 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop7', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop7", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:06.558 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'dm-3', 'value': {'scheduler_mode': '', 'rotational': '0', 'vendor': None, 'sectors': '187490304', 'links': {'masters': [], 'labels': [], 'ids': ['dm-name-vg_nvme-lv_4', 'dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiulaD6Rt3TIauP33foFCqt151d5uI8vz77'], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '512', 'model': None, 'partitions': {}, 'holders': [], 'size': '89.40 GB'}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-3 bs=1M count=110", "delta": "0:00:00.117174", "end": "2021-11-15 20:59:06.527980", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiulaD6Rt3TIauP33foFCqt151d5uI8vz77"], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2021-11-15 20:59:06.410806", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.112447 s, 1.0 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.112447 s, 1.0 GB/s"], "stdout": "", "stdout_lines": []} 2021-11-15T20:59:06.569 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'loop5', 'value': {'scheduler_mode': 'mq-deadline', 'rotational': '1', 'vendor': None, 'sectors': '0', 'links': {'masters': [], 'labels': [], 'ids': [], 'uuids': []}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '0', 'model': None, 'partitions': {}, 'holders': [], 'size': '0.00 Bytes'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "loop5", "value": {"holders": [], "host": "", "links": {"ids": [], "labels": [], "masters": [], "uuids": []}, "model": null, "partitions": {}, "removable": "0", "rotational": "1", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "mq-deadline", "sectors": "0", "sectorsize": "512", "size": "0.00 Bytes", "support_discard": "0", "vendor": null, "virtual": 1}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:06.807 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'dm-1', 'value': {'scheduler_mode': '', 'rotational': '0', 'vendor': None, 'sectors': '187490304', 'links': {'masters': [], 'labels': [], 'ids': ['dm-name-vg_nvme-lv_2', 'dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiu5ipaepN7Jq4LlORVNmXqvdh8gzSLTkzP'], 'uuids': ['65181ddc-fa2e-4bc2-9146-d719ffd0829a']}, 'sas_device_handle': None, 'sas_address': None, 'virtual': 1, 'host': '', 'sectorsize': '512', 'removable': '0', 'support_discard': '512', 'model': None, 'partitions': {}, 'holders': [], 'size': '89.40 GB'}}) => {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/dev/dm-1 bs=1M count=110", "delta": "0:00:00.118443", "end": "2021-11-15 20:59:06.778925", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-xtnPft5jZVbgzt8HYYP84E31KAaJSEiu5ipaepN7Jq4LlORVNmXqvdh8gzSLTkzP"], "labels": [], "masters": [], "uuids": ["65181ddc-fa2e-4bc2-9146-d719ffd0829a"]}, "model": null, "partitions": {}, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "", "sectors": "187490304", "sectorsize": "512", "size": "89.40 GB", "support_discard": "512", "vendor": null, "virtual": 1}}, "rc": 0, "start": "2021-11-15 20:59:06.660482", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.113445 s, 1.0 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.113445 s, 1.0 GB/s"], "stdout": "", "stdout_lines": []} 2021-11-15T20:59:06.845 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:06 +0000 (0:00:01.523) 0:02:32.587 ******* 2021-11-15T20:59:07.121 INFO:teuthology.task.ansible.out: TASK [testnode : Remove all LVM data] ****************************************** 2021-11-15T20:59:07.122 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"attempts": 1, "changed": true, "cmd": "dmsetup remove_all --force", "delta": "0:00:00.136255", "end": "2021-11-15 20:59:07.091079", "rc": 0, "start": "2021-11-15 20:59:06.954824", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-11-15T20:59:07.143 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:07 +0000 (0:00:00.298) 0:02:32.886 ******* 2021-11-15T20:59:07.367 INFO:teuthology.task.ansible.out: TASK [testnode : Check for physical volumes] *********************************** 2021-11-15T20:59:07.369 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"changed": true, "cmd": "pvdisplay | grep 'PV Name' | awk '{ print $3 }'", "delta": "0:00:00.079799", "end": "2021-11-15 20:59:07.340053", "rc": 0, "start": "2021-11-15 20:59:07.260254", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-11-15T20:59:07.390 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:07 +0000 (0:00:00.246) 0:02:33.133 ******* 2021-11-15T20:59:07.416 INFO:teuthology.task.ansible.out: TASK [testnode : Remove physical volumes] ************************************** 2021-11-15T20:59:07.441 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:07 +0000 (0:00:00.051) 0:02:33.184 ******* 2021-11-15T20:59:07.467 INFO:teuthology.task.ansible.out: TASK [testnode : Write a new partition table to {{ item.value.device }}] ******* 2021-11-15T20:59:07.469 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:07.495 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:07 +0000 (0:00:00.053) 0:02:33.237 ******* 2021-11-15T20:59:07.522 INFO:teuthology.task.ansible.out: TASK [testnode : Write partition entries to {{ item.0.device }}] *************** 2021-11-15T20:59:07.523 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:07.545 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:07 +0000 (0:00:00.050) 0:02:33.288 ******* 2021-11-15T20:59:07.572 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** 2021-11-15T20:59:07.574 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:07.597 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:07 +0000 (0:00:00.051) 0:02:33.340 ******* 2021-11-15T20:59:07.623 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs for {{ item.0.device }}] ****************** 2021-11-15T20:59:07.625 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:07.647 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:07 +0000 (0:00:00.049) 0:02:33.390 ******* 2021-11-15T20:59:07.777 INFO:teuthology.task.ansible.out: TASK [testnode : Edit lvm.conf to support LVM on kRBD.] ************************ 2021-11-15T20:59:07.778 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2021-11-15T20:59:07.800 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:07 +0000 (0:00:00.153) 0:02:33.543 ******* 2021-11-15T20:59:07.837 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2021-11-15T20:59:07.838 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'block_used': 14049952, 'uuid': '765c9454-acf9-4ab1-8c0e-444ef075a2c6', 'size_total': 983429562368, 'block_total': 240095108, 'mount': '/', 'block_available': 226045156, 'size_available': 925880958976, 'fstype': 'ext4', 'inode_total': 61054976, 'options': 'rw,relatime,errors=remount-ro', 'device': '/dev/sda1', 'inode_used': 187083, 'block_size': 4096, 'inode_available': 60867893}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 226045156, "block_size": 4096, "block_total": 240095108, "block_used": 14049952, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60867893, "inode_total": 61054976, "inode_used": 187083, "mount": "/", "options": "rw,relatime,errors=remount-ro", "size_available": 925880958976, "size_total": 983429562368, "uuid": "765c9454-acf9-4ab1-8c0e-444ef075a2c6"}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:07.859 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:07 +0000 (0:00:00.059) 0:02:33.602 ******* 2021-11-15T20:59:07.884 INFO:teuthology.task.ansible.out: TASK [testnode : Combine list of non-root disks] ******************************* 2021-11-15T20:59:07.886 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:07.907 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:07 +0000 (0:00:00.048) 0:02:33.650 ******* 2021-11-15T20:59:07.933 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-11-15T20:59:07.935 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:07.958 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:07 +0000 (0:00:00.051) 0:02:33.701 ******* 2021-11-15T20:59:07.984 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-11-15T20:59:07.986 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:08.006 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:07 +0000 (0:00:00.047) 0:02:33.749 ******* 2021-11-15T20:59:08.032 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume_groups dict] ************************************ 2021-11-15T20:59:08.034 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:08.054 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:08 +0000 (0:00:00.047) 0:02:33.796 ******* 2021-11-15T20:59:08.079 INFO:teuthology.task.ansible.out: TASK [testnode : Determine desired logical volume percentage size] ************* 2021-11-15T20:59:08.081 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:08.102 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:08 +0000 (0:00:00.047) 0:02:33.844 ******* 2021-11-15T20:59:08.127 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical_volumes dict] ********************************** 2021-11-15T20:59:08.129 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:08.150 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:08 +0000 (0:00:00.048) 0:02:33.893 ******* 2021-11-15T20:59:08.988 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume group(s)] *************************************** 2021-11-15T20:59:08.990 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'vg_nvme', 'value': {'pvs': '/dev/nvme0n1'}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "vg_nvme", "value": {"pvs": "/dev/nvme0n1"}}} 2021-11-15T20:59:09.012 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:09 +0000 (0:00:00.861) 0:02:34.754 ******* 2021-11-15T20:59:09.658 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2021-11-15T20:59:09.660 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'lv_1', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_1", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2021-11-15T20:59:10.050 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'lv_2', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_2", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2021-11-15T20:59:10.431 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'lv_3', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_3", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2021-11-15T20:59:10.835 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'lv_4', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_4", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": ""} 2021-11-15T20:59:11.258 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'lv_5', 'value': {'vg': 'vg_nvme', 'size': '14.9G'}}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": "lv_5", "value": {"size": "14.9G", "vg": "vg_nvme"}}, "msg": ""} 2021-11-15T20:59:11.282 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:11 +0000 (0:00:02.270) 0:02:37.025 ******* 2021-11-15T20:59:11.422 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** 2021-11-15T20:59:11.423 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"changed": true, "path": "/scratch_devs", "state": "absent"} 2021-11-15T20:59:11.445 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:11 +0000 (0:00:00.163) 0:02:37.188 ******* 2021-11-15T20:59:11.596 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2021-11-15T20:59:11.601 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'lv_1', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_1", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2021-11-15T20:59:11.722 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'lv_2', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_2", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2021-11-15T20:59:11.836 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'lv_3', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_3", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2021-11-15T20:59:11.951 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => (item={'key': 'lv_4', 'value': {'vg': 'vg_nvme', 'size': '89.4G', 'scratch_dev': True}}) => {"ansible_loop_var": "item", "backup": "", "changed": true, "item": {"key": "lv_4", "value": {"scratch_dev": true, "size": "89.4G", "vg": "vg_nvme"}}, "msg": "line added"} 2021-11-15T20:59:11.962 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'key': 'lv_5', 'value': {'vg': 'vg_nvme', 'size': '14.9G'}}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": "lv_5", "value": {"size": "14.9G", "vg": "vg_nvme"}}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:11.986 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:11 +0000 (0:00:00.540) 0:02:37.729 ******* 2021-11-15T20:59:12.012 INFO:teuthology.task.ansible.out: TASK [testnode : Create filesystems] ******************************************* 2021-11-15T20:59:12.014 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:12.034 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:12 +0000 (0:00:00.048) 0:02:37.777 ******* 2021-11-15T20:59:12.061 INFO:teuthology.task.ansible.out: TASK [testnode : Mount filesystems] ******************************************** 2021-11-15T20:59:12.062 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:12.084 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:12 +0000 (0:00:00.049) 0:02:37.827 ******* 2021-11-15T20:59:12.213 INFO:teuthology.task.ansible.out: TASK [testnode : Create /var/lib/ceph] ***************************************** 2021-11-15T20:59:12.214 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/lib/ceph", "size": 4096, "state": "directory", "uid": 0} 2021-11-15T20:59:12.235 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:12 +0000 (0:00:00.151) 0:02:37.978 ******* 2021-11-15T20:59:12.271 INFO:teuthology.task.ansible.out: TASK [testnode : Set xfs_opts on newer OSes] *********************************** 2021-11-15T20:59:12.273 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"ansible_facts": {"xfs_opts": "-m crc=0,finobt=0"}, "changed": false} 2021-11-15T20:59:12.296 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:12 +0000 (0:00:00.060) 0:02:38.039 ******* 2021-11-15T20:59:12.707 INFO:teuthology.task.ansible.out: TASK [testnode : Create xfs filesystem on /dev/vg_nvme/lv_5] ******************* 2021-11-15T20:59:12.709 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"changed": true} 2021-11-15T20:59:12.731 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:12 +0000 (0:00:00.435) 0:02:38.474 ******* 2021-11-15T20:59:13.192 INFO:teuthology.task.ansible.out: TASK [testnode : Mount /dev/vg_nvme/lv_5 to /var/lib/ceph] ********************* 2021-11-15T20:59:13.193 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "name": "/var/lib/ceph", "opts": "defaults,nofail", "passno": "0", "src": "/dev/vg_nvme/lv_5"} 2021-11-15T20:59:13.215 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:13 +0000 (0:00:00.483) 0:02:38.958 ******* 2021-11-15T20:59:13.242 INFO:teuthology.task.ansible.out: TASK [testnode : Install cachefilesd] ****************************************** 2021-11-15T20:59:13.243 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:13.265 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:13 +0000 (0:00:00.049) 0:02:39.007 ******* 2021-11-15T20:59:13.291 INFO:teuthology.task.ansible.out: TASK [testnode : Install cachefilesd conf file] ******************************** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:13.314 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:13 +0000 (0:00:00.048) 0:02:39.056 ******* 2021-11-15T20:59:13.339 INFO:teuthology.task.ansible.out: TASK [testnode : Restart cachefilesd] ****************************************** 2021-11-15T20:59:13.340 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:13.360 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:13 +0000 (0:00:00.046) 0:02:39.103 ******* 2021-11-15T20:59:13.387 INFO:teuthology.task.ansible.out: TASK [testnode : Restart cachefilesd] ****************************************** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:13.410 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:13 +0000 (0:00:00.049) 0:02:39.153 ******* 2021-11-15T20:59:13.570 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the teuthology user.] *********** 2021-11-15T20:59:13.572 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "gid": 1238, "group": "ubuntu", "mode": "0755", "owner": "ubuntu", "path": "/home/ubuntu/.cpan/CPAN/", "size": 4096, "state": "directory", "uid": 1000} 2021-11-15T20:59:13.593 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:13 +0000 (0:00:00.183) 0:02:39.336 ******* 2021-11-15T20:59:13.753 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the root user.] ***************** 2021-11-15T20:59:13.755 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/root/.cpan/CPAN/", "size": 4096, "state": "directory", "uid": 0} 2021-11-15T20:59:13.777 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:13 +0000 (0:00:00.183) 0:02:39.519 ******* 2021-11-15T20:59:14.132 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for the teuthology user.] ****************** 2021-11-15T20:59:14.134 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "dcd55d202d82b6e06d0555630d7a8b92d7100c36", "dest": "/home/ubuntu/.cpan/CPAN/MyConfig.pm", "gid": 1238, "group": "ubuntu", "mode": "0755", "owner": "ubuntu", "path": "/home/ubuntu/.cpan/CPAN/MyConfig.pm", "size": 2117, "state": "file", "uid": 1000} 2021-11-15T20:59:14.158 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:14 +0000 (0:00:00.382) 0:02:39.901 ******* 2021-11-15T20:59:14.496 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for root.] ********************************* 2021-11-15T20:59:14.497 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "dcd55d202d82b6e06d0555630d7a8b92d7100c36", "dest": "/root/.cpan/CPAN/MyConfig.pm", "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/root/.cpan/CPAN/MyConfig.pm", "size": 2117, "state": "file", "uid": 0} 2021-11-15T20:59:14.519 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:14 +0000 (0:00:00.360) 0:02:40.262 ******* 2021-11-15T20:59:15.194 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure perl-doc is installed on apt systems.] ***************** 2021-11-15T20:59:15.196 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": false} 2021-11-15T20:59:15.217 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:15 +0000 (0:00:00.698) 0:02:40.960 ******* 2021-11-15T20:59:15.481 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if Amazon::S3 is installed.] ********************* 2021-11-15T20:59:15.483 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "cmd": ["perldoc", "-l", "Amazon::S3"], "delta": "0:00:00.117970", "end": "2021-11-15 20:59:15.456689", "rc": 0, "start": "2021-11-15 20:59:15.338719", "stderr": "", "stderr_lines": [], "stdout": "/usr/local/share/perl/5.30.0/Amazon/S3.pm", "stdout_lines": ["/usr/local/share/perl/5.30.0/Amazon/S3.pm"]} 2021-11-15T20:59:15.505 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:15 +0000 (0:00:00.287) 0:02:41.248 ******* 2021-11-15T20:59:15.532 INFO:teuthology.task.ansible.out: TASK [testnode : Install Amazon::S3.] ****************************************** 2021-11-15T20:59:15.534 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:15.555 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:15 +0000 (0:00:00.050) 0:02:41.298 ******* 2021-11-15T20:59:15.581 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on rpm based systems.] ******************** 2021-11-15T20:59:15.582 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:15.604 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:15 +0000 (0:00:00.048) 0:02:41.346 ******* 2021-11-15T20:59:16.281 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on apt based systems.] ******************** 2021-11-15T20:59:16.283 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": false} 2021-11-15T20:59:16.316 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:16 +0000 (0:00:00.712) 0:02:42.059 ******* 2021-11-15T20:59:16.343 INFO:teuthology.task.ansible.out: TASK [testnode : Remove racy /etc/network/if-up.d/ntpdate on xenial] *********** 2021-11-15T20:59:16.344 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:16.368 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:16 +0000 (0:00:00.052) 0:02:42.111 ******* 2021-11-15T20:59:16.705 INFO:teuthology.task.ansible.out: TASK [testnode : Create the ntp.conf file.] ************************************ 2021-11-15T20:59:16.707 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "645fd5116197cd9da73b328bc11bf633a40d80e1", "dest": "/etc/ntp.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/ntp.conf", "size": 2767, "state": "file", "uid": 0} 2021-11-15T20:59:16.738 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:16 +0000 (0:00:00.369) 0:02:42.480 ******* 2021-11-15T20:59:16.765 INFO:teuthology.task.ansible.out: TASK [testnode : Create the chrony.conf file] ********************************** 2021-11-15T20:59:16.767 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:16.797 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:16 +0000 (0:00:00.059) 0:02:42.540 ******* 2021-11-15T20:59:17.010 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ntpd is running.] *********************************** 2021-11-15T20:59:17.011 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "ntp", "state": "started", "status": {"ActiveEnterTimestamp": "Mon 2021-11-15 20:55:42 UTC", "ActiveEnterTimestampMonotonic": "14108544", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target system.slice systemd-tmpfiles-setup.service systemd-journald.socket basic.target -.mount sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2021-11-15 20:55:42 UTC", "AssertTimestampMonotonic": "14008179", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "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 cap_audit_read", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2021-11-15 20:55:42 UTC", "ConditionTimestampMonotonic": "14008178", "ConfigurationDirectoryMode": "0755", "Conflicts": "systemd-timesyncd.service shutdown.target", "ControlGroup": 2021-11-15T20:59:17.013 INFO:teuthology.task.ansible.out: "/system.slice/ntp.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Time Service", "DevicePolicy": "auto", "Documentation": "man:ntpd(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "830", "ExecMainStartTimestamp": "Mon 2021-11-15 20:55:42 UTC", "ExecMainStartTimestampMonotonic": "14108532", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/ntp/ntp-systemd-wrapper ; argv[]=/usr/lib/ntp/ntp-systemd-wrapper ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/lib/ntp/ntp-systemd-wrapper ; argv[]=/usr/lib/ntp/ntp-systemd-wrapper ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/lib/systemd/system/ntp.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "ntp.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2021-11-15 20:55:42 UTC", "InactiveExitTimestampMonotonic": "14009065", "InvocationID": "efcb3997adf242b1b657facbcbfd55c6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "Lim 2021-11-15T20:59:17.013 INFO:teuthology.task.ansible.out:itCORESoft": "0", "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": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "127772", "LimitNPROCSoft": "127772", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127772", "LimitSIGPENDINGSoft": "127772", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "830", "MemoryAccounting": "yes", "MemoryCurrent": "3862528", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "ntp.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice sysinit.target", "Requi 2021-11-15T20:59:17.015 INFO:teuthology.task.ansible.out:resMountsFor": "/tmp /var/tmp", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2021-11-15 20:55:42 UTC", "StateChangeTimestampMonotonic": "14108544", "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": "2", "TasksMax": "38331", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} 2021-11-15T20:59:17.035 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:17 +0000 (0:00:00.237) 0:02:42.777 ******* 2021-11-15T20:59:17.061 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-11-15T20:59:17.062 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"ansible_facts": {"pip_executable": "pip", "pip_version": "python-pip"}, "changed": false} 2021-11-15T20:59:17.083 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:17 +0000 (0:00:00.048) 0:02:42.826 ******* 2021-11-15T20:59:17.109 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-11-15T20:59:17.111 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"ansible_facts": {"ansible_python_interpreter": "/usr/bin/python3", "pip_executable": "pip3", "pip_version": "python3-pip"}, "changed": false} 2021-11-15T20:59:17.132 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:17 +0000 (0:00:00.048) 0:02:42.874 ******* 2021-11-15T20:59:17.157 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on rpm based systems.] ********************* 2021-11-15T20:59:17.159 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:17.180 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:17 +0000 (0:00:00.048) 0:02:42.923 ******* 2021-11-15T20:59:18.279 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on apt based systems.] ********************* 2021-11-15T20:59:18.280 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": false} 2021-11-15T20:59:18.301 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:18 +0000 (0:00:01.121) 0:02:44.044 ******* 2021-11-15T20:59:18.327 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on zypper based systems.] ****************** 2021-11-15T20:59:18.329 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:18.350 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:18 +0000 (0:00:00.048) 0:02:44.093 ******* 2021-11-15T20:59:18.531 INFO:teuthology.task.ansible.out: TASK [testnode : Create the .pip directory for the teuthology user.] *********** 2021-11-15T20:59:18.532 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "gid": 1238, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip", "size": 4096, "state": "directory", "uid": 1000} 2021-11-15T20:59:18.554 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:18 +0000 (0:00:00.204) 0:02:44.297 ******* 2021-11-15T20:59:19.003 INFO:teuthology.task.ansible.out: TASK [testnode : Create pip.conf and configure it to use our mirror] *********** 2021-11-15T20:59:19.005 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "checksum": "959d37ab30545da205b389a6b7561b225a478a06", "dest": "/home/ubuntu/.pip/pip.conf", "gid": 1238, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip/pip.conf", "size": 73, "state": "file", "uid": 1000} 2021-11-15T20:59:19.026 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:19 +0000 (0:00:00.471) 0:02:44.768 ******* 2021-11-15T20:59:21.675 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages via pip] ************************************* 2021-11-15T20:59:21.677 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "cmd": ["/usr/bin/pip3", "install", "remoto>=0.0.35"], "name": ["remoto>=0.0.35"], "requirements": null, "state": "present", "stderr": "", "stderr_lines": [], "stdout": "Requirement already satisfied: remoto>=0.0.35 in /usr/local/lib/python3.8/dist-packages (1.2.0)\nRequirement already satisfied: execnet in /usr/local/lib/python3.8/dist-packages (from remoto>=0.0.35) (1.8.0)\nRequirement already satisfied: apipkg>=1.4 in /usr/local/lib/python3.8/dist-packages (from execnet->remoto>=0.0.35) (1.5)\n", "stdout_lines": ["Requirement already satisfied: remoto>=0.0.35 in /usr/local/lib/python3.8/dist-packages (1.2.0)", "Requirement already satisfied: execnet in /usr/local/lib/python3.8/dist-packages (from remoto>=0.0.35) (1.8.0)", "Requirement already satisfied: apipkg>=1.4 in /usr/local/lib/python3.8/dist-packages (from execnet->remoto>=0.0.35) (1.5)"], "version": null, "virtualenv": null} 2021-11-15T20:59:21.698 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:21 +0000 (0:00:02.672) 0:02:47.441 ******* 2021-11-15T20:59:22.231 INFO:teuthology.task.ansible.out: TASK [testnode : Purge resolvconf] ********************************************* 2021-11-15T20:59:22.233 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false} 2021-11-15T20:59:22.253 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:22 +0000 (0:00:00.554) 0:02:47.996 ******* 2021-11-15T20:59:22.279 INFO:teuthology.task.ansible.out: TASK [testnode : Set interface] ************************************************ 2021-11-15T20:59:22.281 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"ansible_facts": {"interface": "enp3s0f1"}, "changed": false} 2021-11-15T20:59:22.301 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:22 +0000 (0:00:00.048) 0:02:48.044 ******* 2021-11-15T20:59:22.484 INFO:teuthology.task.ansible.out: TASK [testnode : Check for presence of /etc/network/interfaces] **************** 2021-11-15T20:59:22.485 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "stat": {"atime": 1637009511.6273863, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "ctime": 1637009511.6233866, "dev": 2049, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 105181, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1637009511.6233866, "nlink": 1, "path": "/etc/network/interfaces", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 71, "uid": 0, "version": "1956422440", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} 2021-11-15T20:59:22.507 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:22 +0000 (0:00:00.205) 0:02:48.250 ******* 2021-11-15T20:59:22.905 INFO:teuthology.task.ansible.out: TASK [testnode : Rewrite /etc/network/interfaces to use dhcp] ****************** 2021-11-15T20:59:22.906 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "msg": ""} 2021-11-15T20:59:22.927 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:22 +0000 (0:00:00.419) 0:02:48.670 ******* 2021-11-15T20:59:22.953 INFO:teuthology.task.ansible.out: TASK [testnode : Set bounce_interface if we just enabled dhcp] ***************** 2021-11-15T20:59:22.954 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"ansible_facts": {"bounce_interface": false}, "changed": false} 2021-11-15T20:59:22.976 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:22 +0000 (0:00:00.048) 0:02:48.718 ******* 2021-11-15T20:59:23.001 INFO:teuthology.task.ansible.out: TASK [testnode : ifdown and ifup] ********************************************** 2021-11-15T20:59:23.003 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.024 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:23 +0000 (0:00:00.048) 0:02:48.767 ******* 2021-11-15T20:59:23.194 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure lab_domain is in search domains in /etc/resolv.conf] *** 2021-11-15T20:59:23.195 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line replaced"} 2021-11-15T20:59:23.217 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:23 +0000 (0:00:00.192) 0:02:48.959 ******* 2021-11-15T20:59:23.387 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure domain is set in /etc/resolv.conf] ********************* 2021-11-15T20:59:23.388 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line added"} 2021-11-15T20:59:23.412 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:23 +0000 (0:00:00.195) 0:02:49.155 ******* 2021-11-15T20:59:23.437 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ethtool is installed] ******************************* 2021-11-15T20:59:23.439 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.460 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:23 +0000 (0:00:00.047) 0:02:49.203 ******* 2021-11-15T20:59:23.495 INFO:teuthology.task.ansible.out: TASK [testnode : grep ethtool for secondary NIC MAC address] ******************* 2021-11-15T20:59:23.497 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=docker0) => {"ansible_loop_var": "item", "changed": false, "item": "docker0", "skip_reason": "Conditional result was False"} skipping: [smithi178.front.sepia.ceph.com] => (item=eno1) => {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False"} skipping: [smithi178.front.sepia.ceph.com] => (item=lo) => {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.507 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=enp3s0f1) => {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f1", "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.509 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item=enp3s0f0) => {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f0", "skip_reason": "Conditional result was False"} skipping: [smithi178.front.sepia.ceph.com] => (item=eno2) => {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.531 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:23 +0000 (0:00:00.071) 0:02:49.274 ******* 2021-11-15T20:59:23.568 INFO:teuthology.task.ansible.out: TASK [testnode : Define net_to_configure var] ********************************** 2021-11-15T20:59:23.569 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'docker0', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "docker0", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} skipping: [smithi178.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'eno1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.580 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'lo', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.581 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'enp3s0f1', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f1", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.591 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'enp3s0f0', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f0", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.593 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'eno2', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.615 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:23 +0000 (0:00:00.083) 0:02:49.357 ******* 2021-11-15T20:59:23.640 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2021-11-15T20:59:23.642 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.664 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:23 +0000 (0:00:00.049) 0:02:49.407 ******* 2021-11-15T20:59:23.689 INFO:teuthology.task.ansible.out: TASK [testnode : Check if {{ nic_to_configure }} is 10Gb] ********************** 2021-11-15T20:59:23.691 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.713 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:23 +0000 (0:00:00.048) 0:02:49.456 ******* 2021-11-15T20:59:23.739 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU to 9000 if 10Gb] ************************************** skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.764 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:23 +0000 (0:00:00.050) 0:02:49.506 ******* 2021-11-15T20:59:23.801 INFO:teuthology.task.ansible.out: TASK [testnode : Write Ubuntu network config for {{ nic_to_configure }}] ******* 2021-11-15T20:59:23.802 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.823 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:23 +0000 (0:00:00.059) 0:02:49.566 ******* 2021-11-15T20:59:23.849 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU on Ubuntu] ******************************************** 2021-11-15T20:59:23.850 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.873 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:23 +0000 (0:00:00.050) 0:02:49.616 ******* 2021-11-15T20:59:23.899 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2021-11-15T20:59:23.901 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.924 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:23 +0000 (0:00:00.050) 0:02:49.666 ******* 2021-11-15T20:59:23.949 INFO:teuthology.task.ansible.out: TASK [testnode : Write RHEL/CentOS network config for {{ nic_to_configure }}] *** 2021-11-15T20:59:23.951 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:23.974 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:23 +0000 (0:00:00.050) 0:02:49.717 ******* 2021-11-15T20:59:24.000 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2021-11-15T20:59:24.002 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:24.026 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:24 +0000 (0:00:00.052) 0:02:49.769 ******* 2021-11-15T20:59:24.226 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** 2021-11-15T20:59:24.228 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=/var/run/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/run/ -name \"*ceph*\"", "delta": "0:00:00.010601", "end": "2021-11-15 20:59:24.195414", "failed_when_result": false, "item": "/var/run/", "rc": 0, "start": "2021-11-15 20:59:24.184813", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-11-15T20:59:24.382 INFO:teuthology.task.ansible.out:ok: [smithi178.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.006066", "end": "2021-11-15 20:59:24.356143", "failed_when_result": false, "item": "/etc/systemd/system/", "rc": 0, "start": "2021-11-15 20:59:24.350077", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-11-15T20:59:24.542 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=/etc/ceph) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /etc/ceph -name \"*ceph*\"", "delta": "0:00:00.005427", "end": "2021-11-15 20:59:24.512120", "failed_when_result": false, "item": "/etc/ceph", "msg": "non-zero return code", "rc": 1, "start": "2021-11-15 20:59:24.506693", "stderr": "find: '/etc/ceph': No such file or directory", "stderr_lines": ["find: '/etc/ceph': No such file or directory"], "stdout": "", "stdout_lines": []} 2021-11-15T20:59:24.728 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=/var/log/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/log/ -name \"*ceph*\"", "delta": "0:00:00.030261", "end": "2021-11-15 20:59:24.695524", "failed_when_result": false, "item": "/var/log/", "rc": 0, "start": "2021-11-15 20:59:24.665263", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-11-15T20:59:24.752 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:24 +0000 (0:00:00.725) 0:02:50.495 ******* 2021-11-15T20:59:24.777 INFO:teuthology.task.ansible.out: TASK [testnode : Delete any leftover Ceph artifacts from previous jobs] ******** 2021-11-15T20:59:24.800 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:24 +0000 (0:00:00.048) 0:02:50.543 ******* 2021-11-15T20:59:24.826 INFO:teuthology.task.ansible.out: TASK [testnode : Touch /ceph-qa-ready] ***************************************** 2021-11-15T20:59:24.828 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:24.892 INFO:teuthology.task.ansible.out: PLAY [testnodes,senta,vossi,jenkins_slaves] ************************************ 2021-11-15T20:59:24.909 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:24 +0000 (0:00:00.109) 0:02:50.652 ******* 2021-11-15T20:59:25.905 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi178.front.sepia.ceph.com] 2021-11-15T20:59:25.953 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:25 +0000 (0:00:01.043) 0:02:51.695 ******* 2021-11-15T20:59:25.989 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2021-11-15T20:59:25.991 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"ansible_facts": {"package_manager": "apt"}, "changed": false} 2021-11-15T20:59:26.012 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:26 +0000 (0:00:00.059) 0:02:51.755 ******* 2021-11-15T20:59:26.038 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2021-11-15T20:59:26.040 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:26.061 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:26 +0000 (0:00:00.048) 0:02:51.803 ******* 2021-11-15T20:59:26.096 INFO:teuthology.task.ansible.out: TASK [container-host : Including distro specific variables] ******************** 2021-11-15T20:59:26.098 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/container-host/vars/apt_systems.yml) => {"ansible_facts": {"container_packages": ["docker.io"]}, "ansible_included_var_files": ["/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/container-host/vars/apt_systems.yml"], "ansible_loop_var": "item", "changed": false, "item": "/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/roles/container-host/vars/apt_systems.yml"} 2021-11-15T20:59:26.119 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:26 +0000 (0:00:00.058) 0:02:51.862 ******* 2021-11-15T20:59:42.765 INFO:teuthology.task.ansible.out: TASK [container-host : Install container packages] ***************************** 2021-11-15T20:59:42.767 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": true, "stderr": "", "stderr_lines": [], "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following packages were automatically installed and are no longer required:\n libllvm11 linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic\n linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic\n linux-modules-extra-5.4.0-66-generic\nUse 'sudo apt autoremove' to remove them.\nSuggested packages:\n aufs-tools btrfs-progs debootstrap docker-doc rinse zfs-fuse | zfsutils\nThe following packages will be upgraded:\n docker.io\n1 upgraded, 0 newly installed, 0 to remove and 57 not upgraded.\nNeed to get 36.9 MB of archives.\nAfter this operation, 4096 B of additional disk space will be used.\nGet:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 docker.io amd64 20.10.7-0ubuntu5~20.04.2 [36.9 MB]\nPreconfiguring packages ...\nFetched 36.9 MB in 2s (19.0 MB/s)\n(Reading database ... \r(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 174687 files and directories currently installed.)\r\nPreparing to unpack .../docker.io_20.10.7-0ubuntu5~20.04.2_amd64.deb ...\r\nUnpacking docker.io (20.10.7-0ubuntu5~20.04.2) over (20.10.7-0ubuntu1~20.04.1) ...\r\nSetting up docker.io (20.10.7-0ubuntu5~20.04.2) ...\r\nProcessing triggers for man-db (2.9.1-1) ...\r\n", "stdout_lines": ["Reading package lists...", 2021-11-15T20:59:42.769 INFO:teuthology.task.ansible.out:"Building dependency tree...", "Reading state information...", "The following packages were automatically installed and are no longer required:", " libllvm11 linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic", " linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic", " linux-modules-extra-5.4.0-66-generic", "Use 'sudo apt autoremove' to remove them.", "Suggested packages:", " aufs-tools btrfs-progs debootstrap docker-doc rinse zfs-fuse | zfsutils", "The following packages will be upgraded:", " docker.io", "1 upgraded, 0 newly installed, 0 to remove and 57 not upgraded.", "Need to get 36.9 MB of archives.", "After this operation, 4096 B of additional disk space will be used.", "Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 docker.io amd64 20.10.7-0ubuntu5~20.04.2 [36.9 MB]", "Preconfiguring packages ...", "Fetched 36.9 MB in 2s (19.0 MB/s)", "(Reading database ... ", "(Reading database ... 5%", "(Reading database ... 10%", "(Reading database ... 15%", "(Reading database ... 20%", "(Reading database ... 25%", "(Reading database ... 30%", "(Reading database ... 35%", "(Reading database ... 40%", "(Reading database ... 45%", "(Reading database ... 50%", "(Reading database ... 55%", "(Reading database ... 60%", "(Reading database ... 65%", "(Reading database ... 70%", "(Reading database ... 75%", "(Reading database ... 80%", "(Reading database ... 85%", "(Reading database ... 90%", "(Reading database ... 95%", "(Reading database ... 100%", "(Reading database ... 174687 files and directories currently installed.)", "Preparing to unpack .../docker.io_20.10.7-0ubuntu5~20.04.2_amd64.deb ...", "Unpacking docker.io (20.10.7-0ubuntu5~20.04.2) over (20.10.7-0ubuntu1~20.04.1) ...", "Setting up docker.io (20.10.7-0ubuntu5~20.04.2) ...", "Processing triggers for man-db (2.9.1-1) ..."]} 2021-11-15T20:59:42.788 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:42 +0000 (0:00:16.669) 0:03:08.531 ******* 2021-11-15T20:59:42.815 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2021-11-15T20:59:42.817 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:42.844 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:42 +0000 (0:00:00.055) 0:03:08.587 ******* 2021-11-15T20:59:42.874 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2021-11-15T20:59:42.875 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"ansible_facts": {"container_service_conf": "/etc/docker/daemon.json"}, "changed": false} 2021-11-15T20:59:42.896 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:42 +0000 (0:00:00.052) 0:03:08.639 ******* 2021-11-15T20:59:43.087 INFO:teuthology.task.ansible.out: TASK [container-host : Create container_mirror_cert_paths] ********************* 2021-11-15T20:59:43.089 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000) => {"ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000", "mode": "0755", "owner": "root", "path": "/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000", "size": 4096, "state": "directory", "uid": 0} 2021-11-15T20:59:43.264 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000) => {"ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000", "mode": "0755", "owner": "root", "path": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000", "size": 4096, "state": "directory", "uid": 0} 2021-11-15T20:59:43.291 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:43 +0000 (0:00:00.394) 0:03:09.033 ******* 2021-11-15T20:59:43.720 INFO:teuthology.task.ansible.out: TASK [container-host : Copy docker-mirror.front.sepia.ceph.com:5000 self-signed cert] *** 2021-11-15T20:59:43.722 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000) => {"ansible_loop_var": "item", "changed": false, "checksum": "bcdfbb1de91ef82e0e4ed8af725c9ad52593eb79", "dest": "/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000/docker-mirror.crt", "gid": 0, "group": "root", "item": "/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000", "mode": "0644", "owner": "root", "path": "/etc/docker/certs.d/docker-mirror.front.sepia.ceph.com:5000/docker-mirror.crt", "size": 2334, "state": "file", "uid": 0} 2021-11-15T20:59:44.092 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => (item=/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000) => {"ansible_loop_var": "item", "changed": false, "checksum": "bcdfbb1de91ef82e0e4ed8af725c9ad52593eb79", "dest": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000/docker-mirror.crt", "gid": 0, "group": "root", "item": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000", "mode": "0644", "owner": "root", "path": "/etc/containers/certs.d/docker-mirror.front.sepia.ceph.com:5000/docker-mirror.crt", "size": 2334, "state": "file", "uid": 0} 2021-11-15T20:59:44.116 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:44 +0000 (0:00:00.825) 0:03:09.858 ******* 2021-11-15T20:59:44.894 INFO:teuthology.task.ansible.out: TASK [container-host : Ensure git is installed] ******************************** 2021-11-15T20:59:44.896 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"cache_update_time": 1637009565, "cache_updated": false, "changed": false} 2021-11-15T20:59:44.917 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:44 +0000 (0:00:00.801) 0:03:10.660 ******* 2021-11-15T20:59:49.271 INFO:teuthology.task.ansible.out: TASK [container-host : Install registries-conf-ctl] **************************** 2021-11-15T20:59:49.273 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "cmd": ["/usr/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": " Running command git clone -q https://github.com/sebastian-philipp/registries-conf-ctl /tmp/pip-req-build-04blrp4a\n", "stderr_lines": [" Running command git clone -q https://github.com/sebastian-philipp/registries-conf-ctl /tmp/pip-req-build-04blrp4a"], "stdout": "Collecting git+https://github.com/sebastian-philipp/registries-conf-ctl\n Cloning https://github.com/sebastian-philipp/registries-conf-ctl to ./pip-req-build-04blrp4a\nRequirement already satisfied, skipping upgrade: docopt in /usr/local/lib/python3.8/dist-packages (from registries-conf-ctl==1.0) (0.6.2)\nRequirement already satisfied, skipping upgrade: toml in /usr/local/lib/python3.8/dist-packages (from registries-conf-ctl==1.0) (0.10.2)\nBuilding wheels for collected packages: registries-conf-ctl\n Building wheel for registries-conf-ctl (setup.py): started\n Building wheel for registries-conf-ctl (setup.py): finished with status 'done'\n Created wheel for registries-conf-ctl: filename=registries_conf_ctl-1.0-py3-none-any.whl size=8180 sha256=788568f43977ad13f9da4047411be3343543e8c32e3d66ea60fa0adb4ada12ab\n Stored in directory: /tmp/pip-ephem-wheel-cache-84p_4ai0/wheels/66/49/be/0ca4a7322f6cd17532451655790e478b4f82776818b44d6d42\nSuccessfully built registries-conf-ctl\nInstalling collected packages: registries-conf-ctl\n Attempting uninstall: registries-conf-ctl\n Found existing installation: registries-conf-ctl 1.0\n Uninstalling registries-conf-ctl-1.0:\n Successfully uninstalled registries-conf-ctl-1.0\nSuccessfully installed registries-conf-ctl-1.0\n", "stdout_lines": ["Collecting git+https://github.com/sebastian-philipp/registries-conf-ctl", " Cloning https://github.com/sebastian-philipp/reg 2021-11-15T20:59:49.275 INFO:teuthology.task.ansible.out:istries-conf-ctl to ./pip-req-build-04blrp4a", "Requirement already satisfied, skipping upgrade: docopt in /usr/local/lib/python3.8/dist-packages (from registries-conf-ctl==1.0) (0.6.2)", "Requirement already satisfied, skipping upgrade: toml in /usr/local/lib/python3.8/dist-packages (from registries-conf-ctl==1.0) (0.10.2)", "Building wheels for collected packages: registries-conf-ctl", " Building wheel for registries-conf-ctl (setup.py): started", " Building wheel for registries-conf-ctl (setup.py): finished with status 'done'", " Created wheel for registries-conf-ctl: filename=registries_conf_ctl-1.0-py3-none-any.whl size=8180 sha256=788568f43977ad13f9da4047411be3343543e8c32e3d66ea60fa0adb4ada12ab", " Stored in directory: /tmp/pip-ephem-wheel-cache-84p_4ai0/wheels/66/49/be/0ca4a7322f6cd17532451655790e478b4f82776818b44d6d42", "Successfully built registries-conf-ctl", "Installing collected packages: registries-conf-ctl", " Attempting uninstall: registries-conf-ctl", " Found existing installation: registries-conf-ctl 1.0", " Uninstalling registries-conf-ctl-1.0:", " Successfully uninstalled registries-conf-ctl-1.0", "Successfully installed registries-conf-ctl-1.0"], "version": null, "virtualenv": null} 2021-11-15T20:59:49.293 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:49 +0000 (0:00:04.375) 0:03:15.036 ******* 2021-11-15T20:59:49.486 INFO:teuthology.task.ansible.out: TASK [container-host : Check for docker's daemon.json] ************************* 2021-11-15T20:59:49.488 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] => {"changed": false, "stat": {"atime": 1637009494.5718563, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "13ed9dbcd1f35408627b14794589868021e7d546", "ctime": 1633105205.2901182, "dev": 2049, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 95289, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1633105205.2901182, "nlink": 1, "path": "/etc/docker/daemon.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 151, "uid": 0, "version": "2929411125", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} 2021-11-15T20:59:49.510 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:49 +0000 (0:00:00.217) 0:03:15.253 ******* 2021-11-15T20:59:49.546 INFO:teuthology.task.ansible.out: TASK [container-host : Create /etc/docker/daemon.json if necessary] ************ 2021-11-15T20:59:49.548 INFO:teuthology.task.ansible.out:skipping: [smithi178.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2021-11-15T20:59:49.569 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:49 +0000 (0:00:00.058) 0:03:15.311 ******* 2021-11-15T20:59:49.830 INFO:teuthology.task.ansible.out: TASK [container-host : Add local docker.io registry mirror] ******************** 2021-11-15T20:59:49.832 INFO:teuthology.task.ansible.out:changed: [smithi178.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.089690", "end": "2021-11-15 20:59:49.807924", "rc": 0, "start": "2021-11-15 20:59:49.718234", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2021-11-15T20:59:49.854 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:49 +0000 (0:00:00.285) 0:03:15.597 ******* 2021-11-15T20:59:51.846 INFO:teuthology.task.ansible.out: TASK [container-host : Restart docker service] ********************************* 2021-11-15T20:59:51.847 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"changed": true, "name": "docker", "state": "started", "status": {"ActiveEnterTimestamp": "Mon 2021-11-15 20:59:38 UTC", "ActiveEnterTimestampMonotonic": "250627530", "ActiveExitTimestamp": "Mon 2021-11-15 20:59:37 UTC", "ActiveExitTimestampMonotonic": "249492680", "ActiveState": "active", "After": "firewalld.service network-online.target containerd.service basic.target systemd-journald.socket system.slice docker.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2021-11-15 20:59:37 UTC", "AssertTimestampMonotonic": "249503215", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "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 cap_audit_read", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2021-11-15 20:59:37 UTC", "ConditionTimestampMonotonic": "249503215", "ConfigurationDirectoryMode": "0755" 2021-11-15T20:59:51.849 INFO:teuthology.task.ansible.out:, "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/docker.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices", "Description": "Docker Application Container Engine", "DevicePolicy": "auto", "Documentation": "https://docs.docker.com", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "8349", "ExecMainStartTimestamp": "Mon 2021-11-15 20:59:37 UTC", "ExecMainStartTimestampMonotonic": "249503846", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -s HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -s HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/dockerd ; argv[]=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/dockerd ; argv[]=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/lib/systemd/system/docker.service", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "I 2021-11-15T20:59:51.850 INFO:teuthology.task.ansible.out:PIngressPackets": "[no data]", "Id": "docker.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2021-11-15 20:59:37 UTC", "InactiveEnterTimestampMonotonic": "249498191", "InactiveExitTimestamp": "Mon 2021-11-15 20:59:37 UTC", "InactiveExitTimestampMonotonic": "249504540", "InvocationID": "9f2162ac9d07492b8f8020887351cfb9", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "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": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127772", "LimitSIGPENDINGSoft": "127772", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8349", "MemoryAccounting": "yes", "MemoryCurrent": "45768704", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "docker.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges" 2021-11-15T20:59:51.852 INFO:teuthology.task.ansible.out:: "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "continue", "OOMScoreAdjust": "-500", "OnFailureJobMode": "replace", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target docker.socket", "Restart": "always", "RestartKillSignal": "15", "RestartUSec": "2s", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitIntervalUSec": "1min", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2021-11-15 20:59:38 UTC", "StateChangeTimestampMonotonic": "250627530", "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": "15", "TasksMax": "infinity", "TimeoutAbortUSec": "infinity", "TimeoutCleanUSec": "infinity", "TimeoutStart 2021-11-15T20:59:51.852 INFO:teuthology.task.ansible.out:USec": "infinity", "TimeoutStopUSec": "infinity", "TimerSlackNSe 2021-11-15T20:59:51.854 INFO:teuthology.task.ansible.out:c": "50000", "Transient": "no", "TriggeredBy": "docker.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target containerd.service", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} 2021-11-15T20:59:51.924 INFO:teuthology.task.ansible.out: PLAY [cobbler] ***************************************************************** skipping: no hosts matched 2021-11-15T20:59:51.925 INFO:teuthology.task.ansible.out: PLAY [paddles] ***************************************************************** skipping: no hosts matched 2021-11-15T20:59:51.927 INFO:teuthology.task.ansible.out: PLAY [pulpito] ***************************************************************** skipping: no hosts matched 2021-11-15T20:59:51.928 INFO:teuthology.task.ansible.out: PLAY [testnodes] *************************************************************** 2021-11-15T20:59:51.941 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* 2021-11-15T20:59:51.943 INFO:teuthology.task.ansible.out:Monday 15 November 2021 20:59:51 +0000 (0:00:02.087) 0:03:17.684 ******* 2021-11-15T20:59:52.926 INFO:teuthology.task.ansible.out:ok: [smithi178.front.sepia.ceph.com] 2021-11-15T20:59:52.945 INFO:teuthology.task.ansible.out: TASK [Touch /ceph-qa-ready] **************************************************** Monday 15 November 2021 20:59:52 +0000 (0:00:01.003) 0:03:18.688 ******* 2021-11-15T20:59:53.124 INFO:teuthology.task.ansible.out:changed: [smithi178.front.sepia.ceph.com] => {"changed": true, "dest": "/ceph-qa-ready", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "size": 0, "state": "file", "uid": 0} 2021-11-15T20:59:53.126 INFO:teuthology.task.ansible.out: PLAY RECAP ********************************************************************* 2021-11-15T20:59:53.128 INFO:teuthology.task.ansible.out:smithi178.front.sepia.ceph.com : ok=131 changed=32 unreachable=0 failed=0 skipped=188 rescued=0 ignored=0 Monday 15 November 2021 20:59:53 +0000 (0:00:00.181) 0:03:18.869 ******* =============================================================================== Create all admin users with sudo access. ------------------------------- 23.36s users : Update authorized_keys using the keys repo --------------------- 20.75s testnode : Upgrade packages -------------------------------------------- 17.11s container-host : Install container packages ---------------------------- 16.67s testnode : Install packages -------------------------------------------- 12.53s testnode : Ensure packages are not present. ----------------------------- 8.70s testnode : Zap all non-root disks --------------------------------------- 8.54s Remove revoked users ---------------------------------------------------- 7.57s 2021-11-15T20:59:53.128 INFO:teuthology.task.ansible.out:container-host : Install registries-conf-ctl ---------------------------- 4.38s common : Update apt cache ----------------------------------------------- 3.94s testnode : Install packages via pip ------------------------------------- 2.67s testnode : Install apt keys --------------------------------------------- 2.46s testnode : Update apt cache. -------------------------------------------- 2.32s Gathering Facts --------------------------------------------------------- 2.32s testnode : Create logical volume(s) ------------------------------------- 2.27s container-host : Restart docker service --------------------------------- 2.09s Gathering Facts --------------------------------------------------------- 1.73s users : Update authorized_keys for each user with literal keys ---------- 1.70s testnode : Blow away lingering OSD data and FSIDs ----------------------- 1.52s common : Mask sleep units ----------------------------------------------- 1.28s 2021-11-15T20:59:53.459 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi178.front.sepia.ceph.com')] 2021-11-15T20:59:53.460 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2021-11-15T20:59:53.462 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2021-11-15T20:59:53.510 DEBUG:teuthology.orchestra.run.smithi178:> true 2021-11-15T20:59:53.632 INFO:teuthology.run_tasks:Running task clock... 2021-11-15T20:59:53.643 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2021-11-15T20:59:53.643 INFO:teuthology.orchestra.run:Running command with timeout 360 2021-11-15T20:59:53.645 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2021-11-15T20:59:53.679 INFO:teuthology.orchestra.run.smithi178.stdout:15 Nov 20:59:53 ntpd[9748]: ntpd 4.2.8p12@1.3728-o (1): Starting 2021-11-15T20:59:53.679 INFO:teuthology.orchestra.run.smithi178.stdout:15 Nov 20:59:53 ntpd[9748]: Command line: ntpd -gq 2021-11-15T20:59:53.680 INFO:teuthology.orchestra.run.smithi178.stdout:15 Nov 20:59:53 ntpd[9748]: proto: precision = 0.082 usec (-23) 2021-11-15T20:59:53.681 INFO:teuthology.orchestra.run.smithi178.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2021-11-15T20:59:53.681 INFO:teuthology.orchestra.run.smithi178.stdout:15 Nov 20:59:53 ntpd[9748]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2021-11-15T20:59:53.682 INFO:teuthology.orchestra.run.smithi178.stderr:restrict ::: KOD does nothing without LIMITED. 2021-11-15T20:59:53.683 INFO:teuthology.orchestra.run.smithi178.stdout:15 Nov 20:59:53 ntpd[9748]: restrict ::: KOD does nothing without LIMITED. 2021-11-15T20:59:53.683 INFO:teuthology.orchestra.run.smithi178.stdout:15 Nov 20:59:53 ntpd[9748]: Listen and drop on 0 v6wildcard [::]:123 2021-11-15T20:59:53.683 INFO:teuthology.orchestra.run.smithi178.stdout:15 Nov 20:59:53 ntpd[9748]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2021-11-15T20:59:53.683 INFO:teuthology.orchestra.run.smithi178.stdout:15 Nov 20:59:53 ntpd[9748]: Listen normally on 2 lo 127.0.0.1:123 2021-11-15T20:59:53.684 INFO:teuthology.orchestra.run.smithi178.stdout:15 Nov 20:59:53 ntpd[9748]: Listen normally on 3 enp3s0f1 172.21.15.178:123 2021-11-15T20:59:53.684 INFO:teuthology.orchestra.run.smithi178.stdout:15 Nov 20:59:53 ntpd[9748]: Listen normally on 4 lo [::1]:123 2021-11-15T20:59:53.684 INFO:teuthology.orchestra.run.smithi178.stdout:15 Nov 20:59:53 ntpd[9748]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7ef9%5]:123 2021-11-15T20:59:53.684 INFO:teuthology.orchestra.run.smithi178.stdout:15 Nov 20:59:53 ntpd[9748]: Listening on routing socket on fd #22 for interface updates 2021-11-15T20:59:54.680 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:54 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:54.681 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:54 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:54.681 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:54 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:54.681 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:54 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:54.681 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:54 ntpd[9748]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2021-11-15T20:59:54.681 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:54 ntpd[9748]: can't open /var/log/ntpstats/peerstats.20211115: Permission denied 2021-11-15T20:59:56.681 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:56.682 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:56.682 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:56.682 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:56.683 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:56.683 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:56.683 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:56.683 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:56.683 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2021-11-15T20:59:56.684 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: can't open /var/log/ntpstats/peerstats.20211115: Permission denied 2021-11-15T20:59:56.684 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:56.684 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:56.684 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2021-11-15T20:59:56.684 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: can't open /var/log/ntpstats/peerstats.20211115: Permission denied 2021-11-15T20:59:56.685 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:56.685 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:56.685 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2021-11-15T20:59:56.685 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:56 ntpd[9748]: can't open /var/log/ntpstats/peerstats.20211115: Permission denied 2021-11-15T20:59:58.682 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:58.682 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:58.683 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:58.683 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:58.683 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:58.683 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:58.684 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:58.684 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:58.684 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:58.684 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:58.685 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2021-11-15T20:59:58.685 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: can't open /var/log/ntpstats/peerstats.20211115: Permission denied 2021-11-15T20:59:58.685 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:58.685 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:58.685 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2021-11-15T20:59:58.686 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: can't open /var/log/ntpstats/peerstats.20211115: Permission denied 2021-11-15T20:59:58.686 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:58.686 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:58.686 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2021-11-15T20:59:58.687 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: can't open /var/log/ntpstats/peerstats.20211115: Permission denied 2021-11-15T20:59:58.687 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T20:59:58.687 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T20:59:58.687 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2021-11-15T20:59:58.687 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 20:59:58 ntpd[9748]: can't open /var/log/ntpstats/peerstats.20211115: Permission denied 2021-11-15T21:00:00.681 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T21:00:00.682 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T21:00:00.682 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T21:00:00.682 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T21:00:00.682 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T21:00:00.683 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T21:00:00.683 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T21:00:00.683 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T21:00:00.683 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T21:00:00.683 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T21:00:00.684 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2021-11-15T21:00:00.684 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: can't open /var/log/ntpstats/peerstats.20211115: Permission denied 2021-11-15T21:00:00.684 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2021-11-15T21:00:00.684 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: can't open /var/log/ntpstats/rawstats.20211115: Permission denied 2021-11-15T21:00:00.684 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2021-11-15T21:00:00.685 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: can't open /var/log/ntpstats/peerstats.20211115: Permission denied 2021-11-15T21:00:00.685 INFO:teuthology.orchestra.run.smithi178.stdout:15 Nov 21:00:00 ntpd[9748]: ntpd: time slew +0.000552 s 2021-11-15T21:00:00.685 INFO:teuthology.orchestra.run.smithi178.stdout:ntpd: time slew +0.000552s 2021-11-15T21:00:00.686 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2021-11-15T21:00:00.686 INFO:teuthology.orchestra.run.smithi178.stderr:15 Nov 21:00:00 ntpd[9748]: can't open /var/log/ntpstats/loopstats.20211115: Permission denied 2021-11-15T21:00:00.749 INFO:teuthology.orchestra.run.smithi178.stdout: remote refid st t when poll reach delay offset jitter 2021-11-15T21:00:00.749 INFO:teuthology.orchestra.run.smithi178.stdout:============================================================================== 2021-11-15T21:00:00.749 INFO:teuthology.orchestra.run.smithi178.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2021-11-15T21:00:00.750 INFO:teuthology.orchestra.run.smithi178.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2021-11-15T21:00:00.750 INFO:teuthology.orchestra.run.smithi178.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2021-11-15T21:00:00.750 INFO:teuthology.orchestra.run.smithi178.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2021-11-15T21:00:00.751 INFO:teuthology.run_tasks:Running task kubeadm... 2021-11-15T21:00:00.767 INFO:tasks.kubeadm:Kubeadm start 2021-11-15T21:00:00.768 INFO:tasks.kubeadm:Config: {'pod_network': 'flannel', 'version': '1.21'} 2021-11-15T21:00:00.768 DEBUG:teuthology.orchestra.run.smithi178:> sudo modprobe br_netfilter && sudo sysctl net.bridge.bridge-nf-call-ip6tables=1 && sudo sysctl net.bridge.bridge-nf-call-iptables=1 && sudo sysctl net.ipv4.ip_forward=1 && sudo swapoff -a 2021-11-15T21:00:00.795 INFO:teuthology.orchestra.run.smithi178.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2021-11-15T21:00:00.805 INFO:teuthology.orchestra.run.smithi178.stdout:net.bridge.bridge-nf-call-iptables = 1 2021-11-15T21:00:00.814 INFO:teuthology.orchestra.run.smithi178.stdout:net.ipv4.ip_forward = 1 2021-11-15T21:00:00.864 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:00:00.864 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2021-11-15T21:00:00.921 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:00:00.921 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/docker/daemon.json 2021-11-15T21:00:00.931 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl restart docker || true 2021-11-15T21:00:02.045 INFO:tasks.kubeadm:Identifying pod subnet 2021-11-15T21:00:02.050 INFO:tasks.kubeadm:172.21.15.178 is in 172.21.0.0/20 at pos 4017 2021-11-15T21:00:02.064 INFO:tasks.kubeadm:Pod subnet: 10.253.136.0/21 2021-11-15T21:00:02.065 INFO:tasks.kubeadm:Installing kube{adm,ctl,let} 2021-11-15T21:00:02.065 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt update && sudo apt install -y apt-transport-https ca-certificates curl && sudo curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg && echo 'deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main' | sudo tee /etc/apt/sources.list.d/kubernetes.list && sudo apt update && sudo apt install -y kubelet kubeadm kubectl bridge-utils 2021-11-15T21:00:02.092 INFO:teuthology.orchestra.run.smithi178.stderr: 2021-11-15T21:00:02.092 INFO:teuthology.orchestra.run.smithi178.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2021-11-15T21:00:02.092 INFO:teuthology.orchestra.run.smithi178.stderr: 2021-11-15T21:00:04.182 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-11-15T21:00:07.689 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2021-11-15T21:00:07.771 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2021-11-15T21:00:07.854 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2021-11-15T21:00:09.003 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2021-11-15T21:00:09.167 INFO:teuthology.orchestra.run.smithi178.stdout:Building dependency tree... 2021-11-15T21:00:09.168 INFO:teuthology.orchestra.run.smithi178.stdout:Reading state information... 2021-11-15T21:00:09.251 INFO:teuthology.orchestra.run.smithi178.stdout:57 packages can be upgraded. Run 'apt list --upgradable' to see them. 2021-11-15T21:00:09.264 INFO:teuthology.orchestra.run.smithi178.stderr: 2021-11-15T21:00:09.265 INFO:teuthology.orchestra.run.smithi178.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2021-11-15T21:00:09.265 INFO:teuthology.orchestra.run.smithi178.stderr: 2021-11-15T21:00:09.318 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2021-11-15T21:00:09.486 INFO:teuthology.orchestra.run.smithi178.stdout:Building dependency tree... 2021-11-15T21:00:09.487 INFO:teuthology.orchestra.run.smithi178.stdout:Reading state information... 2021-11-15T21:00:09.624 INFO:teuthology.orchestra.run.smithi178.stdout:ca-certificates is already the newest version (20210119~20.04.2). 2021-11-15T21:00:09.624 INFO:teuthology.orchestra.run.smithi178.stdout:curl is already the newest version (7.68.0-1ubuntu2.7). 2021-11-15T21:00:09.625 INFO:teuthology.orchestra.run.smithi178.stdout:The following packages were automatically installed and are no longer required: 2021-11-15T21:00:09.625 INFO:teuthology.orchestra.run.smithi178.stdout: libllvm11 linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic 2021-11-15T21:00:09.625 INFO:teuthology.orchestra.run.smithi178.stdout: linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic 2021-11-15T21:00:09.625 INFO:teuthology.orchestra.run.smithi178.stdout: linux-modules-extra-5.4.0-66-generic 2021-11-15T21:00:09.626 INFO:teuthology.orchestra.run.smithi178.stdout:Use 'sudo apt autoremove' to remove them. 2021-11-15T21:00:09.654 INFO:teuthology.orchestra.run.smithi178.stdout:The following NEW packages will be installed: 2021-11-15T21:00:09.655 INFO:teuthology.orchestra.run.smithi178.stdout: apt-transport-https 2021-11-15T21:00:09.874 INFO:teuthology.orchestra.run.smithi178.stdout:0 upgraded, 1 newly installed, 0 to remove and 57 not upgraded. 2021-11-15T21:00:09.875 INFO:teuthology.orchestra.run.smithi178.stdout:Need to get 4,680 B of archives. 2021-11-15T21:00:09.875 INFO:teuthology.orchestra.run.smithi178.stdout:After this operation, 162 kB of additional disk space will be used. 2021-11-15T21:00:09.875 INFO:teuthology.orchestra.run.smithi178.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4,680 B] 2021-11-15T21:00:10.094 INFO:teuthology.orchestra.run.smithi178.stderr:debconf: unable to initialize frontend: Dialog 2021-11-15T21:00:10.095 INFO:teuthology.orchestra.run.smithi178.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2021-11-15T21:00:10.095 INFO:teuthology.orchestra.run.smithi178.stderr:debconf: falling back to frontend: Readline 2021-11-15T21:00:10.115 INFO:teuthology.orchestra.run.smithi178.stderr:debconf: unable to initialize frontend: Readline 2021-11-15T21:00:10.116 INFO:teuthology.orchestra.run.smithi178.stderr:debconf: (This frontend requires a controlling tty.) 2021-11-15T21:00:10.116 INFO:teuthology.orchestra.run.smithi178.stderr:debconf: falling back to frontend: Teletype 2021-11-15T21:00:10.121 INFO:teuthology.orchestra.run.smithi178.stderr:dpkg-preconfigure: unable to re-open stdin: 2021-11-15T21:00:10.170 INFO:teuthology.orchestra.run.smithi178.stdout:Fetched 4,680 B in 0s (21.9 kB/s) 2021-11-15T21:00:10.297 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package apt-transport-https. 2021-11-15T21:00:10.365 INFO:teuthology.orchestra.run.smithi178.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 174687 files and directories currently installed.) 2021-11-15T21:00:10.370 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 2021-11-15T21:00:10.404 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking apt-transport-https (2.0.6) ... 2021-11-15T21:00:10.699 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up apt-transport-https (2.0.6) ... 2021-11-15T21:00:11.301 INFO:teuthology.orchestra.run.smithi178.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2021-11-15T21:00:11.318 INFO:teuthology.orchestra.run.smithi178.stderr: 2021-11-15T21:00:11.318 INFO:teuthology.orchestra.run.smithi178.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2021-11-15T21:00:11.319 INFO:teuthology.orchestra.run.smithi178.stderr: 2021-11-15T21:00:11.441 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-11-15T21:00:11.588 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease 2021-11-15T21:00:11.695 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2021-11-15T21:00:11.786 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2021-11-15T21:00:11.862 INFO:teuthology.orchestra.run.smithi178.stdout:Get:2 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9,383 B] 2021-11-15T21:00:12.129 INFO:teuthology.orchestra.run.smithi178.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 Packages [50.9 kB] 2021-11-15T21:00:12.301 INFO:teuthology.orchestra.run.smithi178.stdout:Fetched 60.3 kB in 1s (72.1 kB/s) 2021-11-15T21:00:13.103 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2021-11-15T21:00:13.265 INFO:teuthology.orchestra.run.smithi178.stdout:Building dependency tree... 2021-11-15T21:00:13.266 INFO:teuthology.orchestra.run.smithi178.stdout:Reading state information... 2021-11-15T21:00:13.351 INFO:teuthology.orchestra.run.smithi178.stdout:57 packages can be upgraded. Run 'apt list --upgradable' to see them. 2021-11-15T21:00:13.361 INFO:teuthology.orchestra.run.smithi178.stderr: 2021-11-15T21:00:13.361 INFO:teuthology.orchestra.run.smithi178.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2021-11-15T21:00:13.361 INFO:teuthology.orchestra.run.smithi178.stderr: 2021-11-15T21:00:13.415 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2021-11-15T21:00:13.582 INFO:teuthology.orchestra.run.smithi178.stdout:Building dependency tree... 2021-11-15T21:00:13.583 INFO:teuthology.orchestra.run.smithi178.stdout:Reading state information... 2021-11-15T21:00:13.725 INFO:teuthology.orchestra.run.smithi178.stdout:bridge-utils is already the newest version (1.6-2ubuntu1). 2021-11-15T21:00:13.726 INFO:teuthology.orchestra.run.smithi178.stdout:bridge-utils set to manually installed. 2021-11-15T21:00:13.726 INFO:teuthology.orchestra.run.smithi178.stdout:The following packages were automatically installed and are no longer required: 2021-11-15T21:00:13.726 INFO:teuthology.orchestra.run.smithi178.stdout: libllvm11 linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic 2021-11-15T21:00:13.726 INFO:teuthology.orchestra.run.smithi178.stdout: linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic 2021-11-15T21:00:13.727 INFO:teuthology.orchestra.run.smithi178.stdout: linux-modules-extra-5.4.0-66-generic 2021-11-15T21:00:13.727 INFO:teuthology.orchestra.run.smithi178.stdout:Use 'sudo apt autoremove' to remove them. 2021-11-15T21:00:13.727 INFO:teuthology.orchestra.run.smithi178.stdout:The following additional packages will be installed: 2021-11-15T21:00:13.728 INFO:teuthology.orchestra.run.smithi178.stdout: conntrack cri-tools ebtables kubernetes-cni socat 2021-11-15T21:00:13.728 INFO:teuthology.orchestra.run.smithi178.stdout:Suggested packages: 2021-11-15T21:00:13.728 INFO:teuthology.orchestra.run.smithi178.stdout: nftables 2021-11-15T21:00:13.776 INFO:teuthology.orchestra.run.smithi178.stdout:The following NEW packages will be installed: 2021-11-15T21:00:13.777 INFO:teuthology.orchestra.run.smithi178.stdout: conntrack cri-tools ebtables kubeadm kubectl kubelet kubernetes-cni socat 2021-11-15T21:00:13.969 INFO:teuthology.orchestra.run.smithi178.stdout:0 upgraded, 8 newly installed, 0 to remove and 57 not upgraded. 2021-11-15T21:00:13.969 INFO:teuthology.orchestra.run.smithi178.stdout:Need to get 73.5 MB of archives. 2021-11-15T21:00:13.969 INFO:teuthology.orchestra.run.smithi178.stdout:After this operation, 318 MB of additional disk space will be used. 2021-11-15T21:00:13.970 INFO:teuthology.orchestra.run.smithi178.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2021-11-15T21:00:14.004 INFO:teuthology.orchestra.run.smithi178.stdout:Get:1 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 cri-tools amd64 1.19.0-00 [11.2 MB] 2021-11-15T21:00:14.163 INFO:teuthology.orchestra.run.smithi178.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2021-11-15T21:00:14.280 INFO:teuthology.orchestra.run.smithi178.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2021-11-15T21:00:14.340 INFO:teuthology.orchestra.run.smithi178.stdout:Get:2 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubernetes-cni amd64 0.8.7-00 [25.0 MB] 2021-11-15T21:00:15.472 INFO:teuthology.orchestra.run.smithi178.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubelet amd64 1.22.3-00 [19.1 MB] 2021-11-15T21:00:16.362 INFO:teuthology.orchestra.run.smithi178.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubectl amd64 1.22.3-00 [9,039 kB] 2021-11-15T21:00:16.523 INFO:teuthology.orchestra.run.smithi178.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubeadm amd64 1.22.3-00 [8,712 kB] 2021-11-15T21:00:17.041 INFO:teuthology.orchestra.run.smithi178.stderr:debconf: unable to initialize frontend: Dialog 2021-11-15T21:00:17.042 INFO:teuthology.orchestra.run.smithi178.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2021-11-15T21:00:17.042 INFO:teuthology.orchestra.run.smithi178.stderr:debconf: falling back to frontend: Readline 2021-11-15T21:00:17.049 INFO:teuthology.orchestra.run.smithi178.stderr:debconf: unable to initialize frontend: Readline 2021-11-15T21:00:17.049 INFO:teuthology.orchestra.run.smithi178.stderr:debconf: (This frontend requires a controlling tty.) 2021-11-15T21:00:17.050 INFO:teuthology.orchestra.run.smithi178.stderr:debconf: falling back to frontend: Teletype 2021-11-15T21:00:17.054 INFO:teuthology.orchestra.run.smithi178.stderr:dpkg-preconfigure: unable to re-open stdin: 2021-11-15T21:00:17.099 INFO:teuthology.orchestra.run.smithi178.stdout:Fetched 73.5 MB in 3s (24.2 MB/s) 2021-11-15T21:00:17.192 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package conntrack. 2021-11-15T21:00:17.259 INFO:teuthology.orchestra.run.smithi178.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 174691 files and directories currently installed.) 2021-11-15T21:00:17.264 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../0-conntrack_1%3a1.4.5-2_amd64.deb ... 2021-11-15T21:00:17.308 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking conntrack (1:1.4.5-2) ... 2021-11-15T21:00:17.622 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package cri-tools. 2021-11-15T21:00:17.645 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../1-cri-tools_1.19.0-00_amd64.deb ... 2021-11-15T21:00:17.708 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking cri-tools (1.19.0-00) ... 2021-11-15T21:00:18.872 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ebtables. 2021-11-15T21:00:18.891 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../2-ebtables_2.0.11-3build1_amd64.deb ... 2021-11-15T21:00:18.950 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ebtables (2.0.11-3build1) ... 2021-11-15T21:00:19.274 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package kubernetes-cni. 2021-11-15T21:00:19.294 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../3-kubernetes-cni_0.8.7-00_amd64.deb ... 2021-11-15T21:00:19.332 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking kubernetes-cni (0.8.7-00) ... 2021-11-15T21:00:20.739 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package socat. 2021-11-15T21:00:20.762 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../4-socat_1.7.3.3-2_amd64.deb ... 2021-11-15T21:00:20.807 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking socat (1.7.3.3-2) ... 2021-11-15T21:00:21.268 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package kubelet. 2021-11-15T21:00:21.287 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../5-kubelet_1.22.3-00_amd64.deb ... 2021-11-15T21:00:21.352 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking kubelet (1.22.3-00) ... 2021-11-15T21:00:23.809 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package kubectl. 2021-11-15T21:00:23.828 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../6-kubectl_1.22.3-00_amd64.deb ... 2021-11-15T21:00:23.867 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking kubectl (1.22.3-00) ... 2021-11-15T21:00:25.133 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package kubeadm. 2021-11-15T21:00:25.152 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../7-kubeadm_1.22.3-00_amd64.deb ... 2021-11-15T21:00:25.208 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking kubeadm (1.22.3-00) ... 2021-11-15T21:00:26.384 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up conntrack (1:1.4.5-2) ... 2021-11-15T21:00:26.549 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up kubectl (1.22.3-00) ... 2021-11-15T21:00:26.671 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ebtables (2.0.11-3build1) ... 2021-11-15T21:00:27.606 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up socat (1.7.3.3-2) ... 2021-11-15T21:00:27.725 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up cri-tools (1.19.0-00) ... 2021-11-15T21:00:27.879 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up kubernetes-cni (0.8.7-00) ... 2021-11-15T21:00:28.034 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up kubelet (1.22.3-00) ... 2021-11-15T21:00:28.248 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/kubelet.service -> /lib/systemd/system/kubelet.service. 2021-11-15T21:00:28.696 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up kubeadm (1.22.3-00) ... 2021-11-15T21:00:29.182 INFO:teuthology.orchestra.run.smithi178.stdout:Processing triggers for man-db (2.9.1-1) ... 2021-11-15T21:00:29.993 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl enable --now kubelet && sudo kubeadm config images pull 2021-11-15T21:00:43.806 INFO:teuthology.orchestra.run.smithi178.stdout:[config/images] Pulled k8s.gcr.io/kube-apiserver:v1.22.3 2021-11-15T21:00:47.607 INFO:teuthology.orchestra.run.smithi178.stdout:[config/images] Pulled k8s.gcr.io/kube-controller-manager:v1.22.3 2021-11-15T21:00:50.497 INFO:teuthology.orchestra.run.smithi178.stdout:[config/images] Pulled k8s.gcr.io/kube-scheduler:v1.22.3 2021-11-15T21:00:55.420 INFO:teuthology.orchestra.run.smithi178.stdout:[config/images] Pulled k8s.gcr.io/kube-proxy:v1.22.3 2021-11-15T21:00:57.478 INFO:teuthology.orchestra.run.smithi178.stdout:[config/images] Pulled k8s.gcr.io/pause:3.5 2021-11-15T21:01:05.177 INFO:teuthology.orchestra.run.smithi178.stdout:[config/images] Pulled k8s.gcr.io/etcd:3.5.0-0 2021-11-15T21:01:07.426 INFO:teuthology.orchestra.run.smithi178.stdout:[config/images] Pulled k8s.gcr.io/coredns/coredns:v1.8.4 2021-11-15T21:01:07.430 INFO:tasks.kubeadm:Token: abcdef.w5fyw4a9pn2bcmcc 2021-11-15T21:01:07.431 INFO:tasks.kubeadm:Remotes: {Remote(name='ubuntu@smithi178.front.sepia.ceph.com'): '172.21.15.178'} 2021-11-15T21:01:07.431 DEBUG:teuthology.orchestra.run.smithi178:> sudo kubeadm init --node-name smithi178 --token abcdef.w5fyw4a9pn2bcmcc --pod-network-cidr 10.253.136.0/21 2021-11-15T21:01:07.662 INFO:teuthology.orchestra.run.smithi178.stdout:[init] Using Kubernetes version: v1.22.3 2021-11-15T21:01:07.735 INFO:teuthology.orchestra.run.smithi178.stdout:[preflight] Running pre-flight checks 2021-11-15T21:01:08.053 INFO:teuthology.orchestra.run.smithi178.stdout:[preflight] Pulling images required for setting up a Kubernetes cluster 2021-11-15T21:01:08.054 INFO:teuthology.orchestra.run.smithi178.stdout:[preflight] This might take a minute or two, depending on the speed of your internet connection 2021-11-15T21:01:08.054 INFO:teuthology.orchestra.run.smithi178.stdout:[preflight] You can also perform this action in beforehand using 'kubeadm config images pull' 2021-11-15T21:01:08.330 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] Using certificateDir folder "/etc/kubernetes/pki" 2021-11-15T21:01:08.438 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] Generating "ca" certificate and key 2021-11-15T21:01:08.603 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] Generating "apiserver" certificate and key 2021-11-15T21:01:08.604 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] apiserver serving cert is signed for DNS names [kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local smithi178] and IPs [10.96.0.1 172.21.15.178] 2021-11-15T21:01:08.667 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] Generating "apiserver-kubelet-client" certificate and key 2021-11-15T21:01:08.829 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] Generating "front-proxy-ca" certificate and key 2021-11-15T21:01:08.995 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] Generating "front-proxy-client" certificate and key 2021-11-15T21:01:09.372 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] Generating "etcd/ca" certificate and key 2021-11-15T21:01:09.472 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] Generating "etcd/server" certificate and key 2021-11-15T21:01:09.473 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] etcd/server serving cert is signed for DNS names [localhost smithi178] and IPs [172.21.15.178 127.0.0.1 ::1] 2021-11-15T21:01:09.574 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] Generating "etcd/peer" certificate and key 2021-11-15T21:01:09.574 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] etcd/peer serving cert is signed for DNS names [localhost smithi178] and IPs [172.21.15.178 127.0.0.1 ::1] 2021-11-15T21:01:09.695 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] Generating "etcd/healthcheck-client" certificate and key 2021-11-15T21:01:09.809 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] Generating "apiserver-etcd-client" certificate and key 2021-11-15T21:01:09.924 INFO:teuthology.orchestra.run.smithi178.stdout:[certs] Generating "sa" key and public key 2021-11-15T21:01:09.925 INFO:teuthology.orchestra.run.smithi178.stdout:[kubeconfig] Using kubeconfig folder "/etc/kubernetes" 2021-11-15T21:01:10.060 INFO:teuthology.orchestra.run.smithi178.stdout:[kubeconfig] Writing "admin.conf" kubeconfig file 2021-11-15T21:01:10.246 INFO:teuthology.orchestra.run.smithi178.stdout:[kubeconfig] Writing "kubelet.conf" kubeconfig file 2021-11-15T21:01:10.417 INFO:teuthology.orchestra.run.smithi178.stdout:[kubeconfig] Writing "controller-manager.conf" kubeconfig file 2021-11-15T21:01:10.547 INFO:teuthology.orchestra.run.smithi178.stdout:[kubeconfig] Writing "scheduler.conf" kubeconfig file 2021-11-15T21:01:10.563 INFO:teuthology.orchestra.run.smithi178.stdout:[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" 2021-11-15T21:01:10.566 INFO:teuthology.orchestra.run.smithi178.stdout:[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" 2021-11-15T21:01:10.566 INFO:teuthology.orchestra.run.smithi178.stdout:[kubelet-start] Starting the kubelet 2021-11-15T21:01:10.765 INFO:teuthology.orchestra.run.smithi178.stdout:[control-plane] Using manifest folder "/etc/kubernetes/manifests" 2021-11-15T21:01:10.765 INFO:teuthology.orchestra.run.smithi178.stdout:[control-plane] Creating static Pod manifest for "kube-apiserver" 2021-11-15T21:01:10.774 INFO:teuthology.orchestra.run.smithi178.stdout:[control-plane] Creating static Pod manifest for "kube-controller-manager" 2021-11-15T21:01:10.775 INFO:teuthology.orchestra.run.smithi178.stdout:[control-plane] Creating static Pod manifest for "kube-scheduler" 2021-11-15T21:01:10.776 INFO:teuthology.orchestra.run.smithi178.stdout:[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests" 2021-11-15T21:01:10.780 INFO:teuthology.orchestra.run.smithi178.stdout:[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s 2021-11-15T21:01:30.295 INFO:teuthology.orchestra.run.smithi178.stdout:[apiclient] All control plane components are healthy after 19.514436 seconds 2021-11-15T21:01:30.296 INFO:teuthology.orchestra.run.smithi178.stdout:[upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace 2021-11-15T21:01:30.320 INFO:teuthology.orchestra.run.smithi178.stdout:[kubelet] Creating a ConfigMap "kubelet-config-1.22" in namespace kube-system with the configuration for the kubelets in the cluster 2021-11-15T21:01:30.878 INFO:teuthology.orchestra.run.smithi178.stdout:[upload-certs] Skipping phase. Please see --upload-certs 2021-11-15T21:01:30.878 INFO:teuthology.orchestra.run.smithi178.stdout:[mark-control-plane] Marking the node smithi178 as control-plane by adding the labels: [node-role.kubernetes.io/master(deprecated) node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers] 2021-11-15T21:01:30.878 INFO:teuthology.orchestra.run.smithi178.stdout:[mark-control-plane] Marking the node smithi178 as control-plane by adding the taints [node-role.kubernetes.io/master:NoSchedule] 2021-11-15T21:01:31.493 INFO:teuthology.orchestra.run.smithi178.stdout:[bootstrap-token] Using token: abcdef.w5fyw4a9pn2bcmcc 2021-11-15T21:01:31.493 INFO:teuthology.orchestra.run.smithi178.stdout:[bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles 2021-11-15T21:01:31.512 INFO:teuthology.orchestra.run.smithi178.stdout:[bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to get nodes 2021-11-15T21:01:31.544 INFO:teuthology.orchestra.run.smithi178.stdout:[bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials 2021-11-15T21:01:31.568 INFO:teuthology.orchestra.run.smithi178.stdout:[bootstrap-token] configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token 2021-11-15T21:01:31.577 INFO:teuthology.orchestra.run.smithi178.stdout:[bootstrap-token] configured RBAC rules to allow certificate rotation for all node client certificates in the cluster 2021-11-15T21:01:31.586 INFO:teuthology.orchestra.run.smithi178.stdout:[bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace 2021-11-15T21:01:31.711 INFO:teuthology.orchestra.run.smithi178.stdout:[kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key 2021-11-15T21:01:32.179 INFO:teuthology.orchestra.run.smithi178.stdout:[addons] Applied essential addon: CoreDNS 2021-11-15T21:01:32.404 INFO:teuthology.orchestra.run.smithi178.stdout:[addons] Applied essential addon: kube-proxy 2021-11-15T21:01:32.409 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:01:32.409 INFO:teuthology.orchestra.run.smithi178.stdout:Your Kubernetes control-plane has initialized successfully! 2021-11-15T21:01:32.410 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:01:32.410 INFO:teuthology.orchestra.run.smithi178.stdout:To start using your cluster, you need to run the following as a regular user: 2021-11-15T21:01:32.410 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:01:32.410 INFO:teuthology.orchestra.run.smithi178.stdout: mkdir -p $HOME/.kube 2021-11-15T21:01:32.411 INFO:teuthology.orchestra.run.smithi178.stdout: sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config 2021-11-15T21:01:32.411 INFO:teuthology.orchestra.run.smithi178.stdout: sudo chown $(id -u):$(id -g) $HOME/.kube/config 2021-11-15T21:01:32.411 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:01:32.411 INFO:teuthology.orchestra.run.smithi178.stdout:Alternatively, if you are the root user, you can run: 2021-11-15T21:01:32.411 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:01:32.412 INFO:teuthology.orchestra.run.smithi178.stdout: export KUBECONFIG=/etc/kubernetes/admin.conf 2021-11-15T21:01:32.412 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:01:32.412 INFO:teuthology.orchestra.run.smithi178.stdout:You should now deploy a pod network to the cluster. 2021-11-15T21:01:32.412 INFO:teuthology.orchestra.run.smithi178.stdout:Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: 2021-11-15T21:01:32.412 INFO:teuthology.orchestra.run.smithi178.stdout: https://kubernetes.io/docs/concepts/cluster-administration/addons/ 2021-11-15T21:01:32.413 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:01:32.413 INFO:teuthology.orchestra.run.smithi178.stdout:Then you can join any number of worker nodes by running the following on each as root: 2021-11-15T21:01:32.413 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:01:32.413 INFO:teuthology.orchestra.run.smithi178.stdout:kubeadm join 172.21.15.178:6443 --token abcdef.w5fyw4a9pn2bcmcc \ 2021-11-15T21:01:32.414 INFO:teuthology.orchestra.run.smithi178.stdout: --discovery-token-ca-cert-hash sha256:e72d034d5149d6412cc08ff86b900dbb0fd026d1e5961bbdd5f935c262b8dc02 2021-11-15T21:01:32.415 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:01:32.415 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/etc/kubernetes/admin.conf of=/dev/stdout 2021-11-15T21:01:32.425 INFO:tasks.kubeadm:Setting up kubectl 2021-11-15T21:01:32.425 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p .kube && sudo mkdir -p /root/.kube 2021-11-15T21:01:32.484 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:01:32.484 DEBUG:teuthology.orchestra.run.smithi178:> dd of=.kube/config 2021-11-15T21:01:32.489 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:01:32.489 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/root/.kube/config 2021-11-15T21:01:32.506 DEBUG:teuthology.orchestra.run.smithi178:> curl https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml 2021-11-15T21:01:32.515 INFO:teuthology.orchestra.run.smithi178.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2021-11-15T21:01:32.516 INFO:teuthology.orchestra.run.smithi178.stderr: Dload Upload Total Spent Left Speed 2021-11-15T21:01:32.560 INFO:teuthology.orchestra.run.smithi178.stdout:--- 2021-11-15T21:01:32.560 INFO:teuthology.orchestra.run.smithi178.stdout:apiVersion: policy/v1beta1 2021-11-15T21:01:32.561 INFO:teuthology.orchestra.run.smithi178.stdout:kind: PodSecurityPolicy 2021-11-15T21:01:32.561 INFO:teuthology.orchestra.run.smithi178.stdout:metadata: 2021-11-15T21:01:32.561 INFO:teuthology.orchestra.run.smithi178.stdout: name: psp.flannel.unprivileged 2021-11-15T21:01:32.561 INFO:teuthology.orchestra.run.smithi178.stdout: annotations: 2021-11-15T21:01:32.561 INFO:teuthology.orchestra.run.smithi178.stdout: seccomp.security.alpha.kubernetes.io/allowedProfileNames: docker/default 2021-11-15T21:01:32.562 INFO:teuthology.orchestra.run.smithi178.stdout: seccomp.security.alpha.kubernetes.io/defaultProfileName: docker/default 2021-11-15T21:01:32.562 INFO:teuthology.orchestra.run.smithi178.stdout: apparmor.security.beta.kubernetes.io/allowedProfileNames: runtime/default 2021-11-15T21:01:32.562 INFO:teuthology.orchestra.run.smithi178.stdout: apparmor.security.beta.kubernetes.io/defaultProfileName: runtime/default 2021-11-15T21:01:32.562 INFO:teuthology.orchestra.run.smithi178.stdout:spec: 2021-11-15T21:01:32.563 INFO:teuthology.orchestra.run.smithi178.stdout: privileged: false 2021-11-15T21:01:32.563 INFO:teuthology.orchestra.run.smithi178.stdout: volumes: 2021-11-15T21:01:32.563 INFO:teuthology.orchestra.run.smithi178.stdout: - configMap 2021-11-15T21:01:32.563 INFO:teuthology.orchestra.run.smithi178.stdout: - secret 2021-11-15T21:01:32.563 INFO:teuthology.orchestra.run.smithi178.stdout: - emptyDir 2021-11-15T21:01:32.564 INFO:teuthology.orchestra.run.smithi178.stdout: - hostPath 2021-11-15T21:01:32.564 INFO:teuthology.orchestra.run.smithi178.stdout: allowedHostPaths: 2021-11-15T21:01:32.564 INFO:teuthology.orchestra.run.smithi178.stdout: - pathPrefix: "/etc/cni/net.d" 2021-11-15T21:01:32.564 INFO:teuthology.orchestra.run.smithi178.stdout: - pathPrefix: "/etc/kube-flannel" 2021-11-15T21:01:32.564 INFO:teuthology.orchestra.run.smithi178.stdout: - pathPrefix: "/run/flannel" 2021-11-15T21:01:32.565 INFO:teuthology.orchestra.run.smithi178.stdout: readOnlyRootFilesystem: false 2021-11-15T21:01:32.565 INFO:teuthology.orchestra.run.smithi178.stdout: # Users and groups 2021-11-15T21:01:32.565 INFO:teuthology.orchestra.run.smithi178.stdout: runAsUser: 2021-11-15T21:01:32.565 INFO:teuthology.orchestra.run.smithi178.stdout: rule: RunAsAny 2021-11-15T21:01:32.565 INFO:teuthology.orchestra.run.smithi178.stdout: supplementalGroups: 2021-11-15T21:01:32.566 INFO:teuthology.orchestra.run.smithi178.stdout: rule: RunAsAny 2021-11-15T21:01:32.566 INFO:teuthology.orchestra.run.smithi178.stdout: fsGroup: 2021-11-15T21:01:32.566 INFO:teuthology.orchestra.run.smithi178.stdout: rule: RunAsAny 2021-11-15T21:01:32.566 INFO:teuthology.orchestra.run.smithi178.stdout: # Privilege Escalation 2021-11-15T21:01:32.567 INFO:teuthology.orchestra.run.smithi178.stdout: allowPrivilegeEscalation: false 2021-11-15T21:01:32.567 INFO:teuthology.orchestra.run.smithi178.stdout: defaultAllowPrivilegeEscalation: false 2021-11-15T21:01:32.567 INFO:teuthology.orchestra.run.smithi178.stdout: # Capabilities 2021-11-15T21:01:32.567 INFO:teuthology.orchestra.run.smithi178.stdout: allowedCapabilities: ['NET_ADMIN', 'NET_RAW'] 2021-11-15T21:01:32.567 INFO:teuthology.orchestra.run.smithi178.stdout: defaultAddCapabilities: [] 2021-11-15T21:01:32.568 INFO:teuthology.orchestra.run.smithi178.stdout: requiredDropCapabilities: [] 2021-11-15T21:01:32.568 INFO:teuthology.orchestra.run.smithi178.stdout: # Host namespaces 2021-11-15T21:01:32.568 INFO:teuthology.orchestra.run.smithi178.stdout: hostPID: false 2021-11-15T21:01:32.568 INFO:teuthology.orchestra.run.smithi178.stdout: hostIPC: false 2021-11-15T21:01:32.569 INFO:teuthology.orchestra.run.smithi178.stdout: hostNetwork: true 2021-11-15T21:01:32.569 INFO:teuthology.orchestra.run.smithi178.stdout: hostPorts: 2021-11-15T21:01:32.569 INFO:teuthology.orchestra.run.smithi178.stdout: - min: 0 2021-11-15T21:01:32.569 INFO:teuthology.orchestra.run.smithi178.stdout: max: 65535 2021-11-15T21:01:32.569 INFO:teuthology.orchestra.run.smithi178.stdout: # SELinux 2021-11-15T21:01:32.570 INFO:teuthology.orchestra.run.smithi178.stdout: seLinux: 2021-11-15T21:01:32.570 INFO:teuthology.orchestra.run.smithi178.stdout: # SELinux is unused in CaaSP 2021-11-15T21:01:32.570 INFO:teuthology.orchestra.run.smithi178.stdout: rule: 'RunAsAny' 2021-11-15T21:01:32.570 INFO:teuthology.orchestra.run.smithi178.stdout:--- 2021-11-15T21:01:32.571 INFO:teuthology.orchestra.run.smithi178.stdout:kind: ClusterRole 2021-11-15T21:01:32.571 INFO:teuthology.orchestra.run.smithi178.stdout:apiVersion: rbac.authorization.k8s.io/v1 2021-11-15T21:01:32.571 INFO:teuthology.orchestra.run.smithi178.stdout:metadata: 2021-11-15T21:01:32.571 INFO:teuthology.orchestra.run.smithi178.stdout: name: flannel 2021-11-15T21:01:32.571 INFO:teuthology.orchestra.run.smithi178.stdout:rules: 2021-11-15T21:01:32.572 INFO:teuthology.orchestra.run.smithi178.stdout:- apiGroups: ['extensions'] 2021-11-15T21:01:32.572 INFO:teuthology.orchestra.run.smithi178.stdout: resources: ['podsecuritypolicies'] 2021-11-15T21:01:32.572 INFO:teuthology.orchestra.run.smithi178.stdout: verbs: ['use'] 2021-11-15T21:01:32.572 INFO:teuthology.orchestra.run.smithi178.stdout: resourceNames: ['psp.flannel.unprivileged'] 2021-11-15T21:01:32.572 INFO:teuthology.orchestra.run.smithi178.stdout:- apiGroups: 2021-11-15T21:01:32.573 INFO:teuthology.orchestra.run.smithi178.stdout: - "" 2021-11-15T21:01:32.573 INFO:teuthology.orchestra.run.smithi178.stdout: resources: 2021-11-15T21:01:32.573 INFO:teuthology.orchestra.run.smithi178.stdout: - pods 2021-11-15T21:01:32.573 INFO:teuthology.orchestra.run.smithi178.stdout: verbs: 2021-11-15T21:01:32.574 INFO:teuthology.orchestra.run.smithi178.stdout: - get 2021-11-15T21:01:32.574 INFO:teuthology.orchestra.run.smithi178.stdout:- apiGroups: 2021-11-15T21:01:32.574 INFO:teuthology.orchestra.run.smithi178.stdout: - "" 2021-11-15T21:01:32.574 INFO:teuthology.orchestra.run.smithi178.stdout: resources: 2021-11-15T21:01:32.574 INFO:teuthology.orchestra.run.smithi178.stdout: - nodes 2021-11-15T21:01:32.575 INFO:teuthology.orchestra.run.smithi178.stdout: verbs: 2021-11-15T21:01:32.575 INFO:teuthology.orchestra.run.smithi178.stdout: - list 2021-11-15T21:01:32.575 INFO:teuthology.orchestra.run.smithi178.stdout: - watch 2021-11-15T21:01:32.575 INFO:teuthology.orchestra.run.smithi178.stdout:- apiGroups: 2021-11-15T21:01:32.575 INFO:teuthology.orchestra.run.smithi178.stdout: - "" 2021-11-15T21:01:32.576 INFO:teuthology.orchestra.run.smithi178.stdout: resources: 2021-11-15T21:01:32.576 INFO:teuthology.orchestra.run.smithi178.stdout: - nodes/status 2021-11-15T21:01:32.576 INFO:teuthology.orchestra.run.smithi178.stdout: verbs: 2021-11-15T21:01:32.576 INFO:teuthology.orchestra.run.smithi178.stdout: - patch 2021-11-15T21:01:32.576 INFO:teuthology.orchestra.run.smithi178.stdout:--- 2021-11-15T21:01:32.577 INFO:teuthology.orchestra.run.smithi178.stdout:kind: ClusterRoleBinding 2021-11-15T21:01:32.577 INFO:teuthology.orchestra.run.smithi178.stdout:apiVersion: rbac.authorization.k8s.io/v1 2021-11-15T21:01:32.577 INFO:teuthology.orchestra.run.smithi178.stdout:metadata: 2021-11-15T21:01:32.577 INFO:teuthology.orchestra.run.smithi178.stdout: name: flannel 2021-11-15T21:01:32.577 INFO:teuthology.orchestra.run.smithi178.stdout:roleRef: 2021-11-15T21:01:32.577 INFO:teuthology.orchestra.run.smithi178.stdout: apiGroup: rbac.authorization.k8s.io 2021-11-15T21:01:32.578 INFO:teuthology.orchestra.run.smithi178.stdout: kind: ClusterRole 2021-11-15T21:01:32.578 INFO:teuthology.orchestra.run.smithi178.stdout: name: flannel 2021-11-15T21:01:32.578 INFO:teuthology.orchestra.run.smithi178.stdout:subjects: 2021-11-15T21:01:32.578 INFO:teuthology.orchestra.run.smithi178.stdout:- kind: ServiceAccount 2021-11-15T21:01:32.578 INFO:teuthology.orchestra.run.smithi178.stdout: name: flannel 2021-11-15T21:01:32.579 INFO:teuthology.orchestra.run.smithi178.stdout: namespace: kube-system 2021-11-15T21:01:32.579 INFO:teuthology.orchestra.run.smithi178.stdout:--- 2021-11-15T21:01:32.579 INFO:teuthology.orchestra.run.smithi178.stdout:apiVersion: v1 2021-11-15T21:01:32.579 INFO:teuthology.orchestra.run.smithi178.stdout:kind: ServiceAccount 2021-11-15T21:01:32.580 INFO:teuthology.orchestra.run.smithi178.stdout:metadata: 2021-11-15T21:01:32.580 INFO:teuthology.orchestra.run.smithi178.stdout: name: flannel 2021-11-15T21:01:32.580 INFO:teuthology.orchestra.run.smithi178.stdout: namespace: kube-system 2021-11-15T21:01:32.580 INFO:teuthology.orchestra.run.smithi178.stdout:--- 2021-11-15T21:01:32.580 INFO:teuthology.orchestra.run.smithi178.stdout:kind: ConfigMap 2021-11-15T21:01:32.581 INFO:teuthology.orchestra.run.smithi178.stdout:apiVersion: v1 2021-11-15T21:01:32.581 INFO:teuthology.orchestra.run.smithi178.stdout:metadata: 2021-11-15T21:01:32.581 INFO:teuthology.orchestra.run.smithi178.stdout: name: kube-flannel-cfg 2021-11-15T21:01:32.581 INFO:teuthology.orchestra.run.smithi178.stdout: namespace: kube-system 2021-11-15T21:01:32.581 INFO:teuthology.orchestra.run.smithi178.stdout: labels: 2021-11-15T21:01:32.581 INFO:teuthology.orchestra.run.smithi178.stdout: tier: node 2021-11-15T21:01:32.582 INFO:teuthology.orchestra.run.smithi178.stdout: app: flannel 2021-11-15T21:01:32.582 INFO:teuthology.orchestra.run.smithi178.stdout:data: 2021-11-15T21:01:32.582 INFO:teuthology.orchestra.run.smithi178.stdout: cni-conf.json: | 2021-11-15T21:01:32.582 INFO:teuthology.orchestra.run.smithi178.stdout: { 2021-11-15T21:01:32.583 INFO:teuthology.orchestra.run.smithi178.stdout: "name": "cbr0", 2021-11-15T21:01:32.583 INFO:teuthology.orchestra.run.smithi178.stdout: "cniVersion": "0.3.1", 2021-11-15T21:01:32.583 INFO:teuthology.orchestra.run.smithi178.stdout: "plugins": [ 2021-11-15T21:01:32.583 INFO:teuthology.orchestra.run.smithi178.stdout: { 2021-11-15T21:01:32.583 INFO:teuthology.orchestra.run.smithi178.stdout: "type": "flannel", 2021-11-15T21:01:32.584 INFO:teuthology.orchestra.run.smithi178.stdout: "delegate": { 2021-11-15T21:01:32.584 INFO:teuthology.orchestra.run.smithi178.stdout: "hairpinMode": true, 2021-11-15T21:01:32.584 INFO:teuthology.orchestra.run.smithi178.stdout: "isDefaultGateway": true 2021-11-15T21:01:32.584 INFO:teuthology.orchestra.run.smithi178.stdout: } 2021-11-15T21:01:32.584 INFO:teuthology.orchestra.run.smithi178.stdout: }, 2021-11-15T21:01:32.585 INFO:teuthology.orchestra.run.smithi178.stdout: { 2021-11-15T21:01:32.585 INFO:teuthology.orchestra.run.smithi178.stdout: "type": "portmap", 2021-11-15T21:01:32.585 INFO:teuthology.orchestra.run.smithi178.stdout: "capabilities": { 2021-11-15T21:01:32.585 INFO:teuthology.orchestra.run.smithi178.stdout: "portMappings": true 2021-11-15T21:01:32.586 INFO:teuthology.orchestra.run.smithi178.stdout: } 2021-11-15T21:01:32.586 INFO:teuthology.orchestra.run.smithi178.stdout: } 2021-11-15T21:01:32.586 INFO:teuthology.orchestra.run.smithi178.stdout: ] 2021-11-15T21:01:32.586 INFO:teuthology.orchestra.run.smithi178.stdout: } 2021-11-15T21:01:32.586 INFO:teuthology.orchestra.run.smithi178.stdout: net-conf.json: | 2021-11-15T21:01:32.587 INFO:teuthology.orchestra.run.smithi178.stdout: { 2021-11-15T21:01:32.587 INFO:teuthology.orchestra.run.smithi178.stdout: "Network": "10.244.0.0/16", 2021-11-15T21:01:32.587 INFO:teuthology.orchestra.run.smithi178.stdout: "Backend": { 2021-11-15T21:01:32.587 INFO:teuthology.orchestra.run.smithi178.stdout: "Type": "vxlan" 2021-11-15T21:01:32.588 INFO:teuthology.orchestra.run.smithi178.stdout: } 2021-11-15T21:01:32.588 INFO:teuthology.orchestra.run.smithi178.stdout: } 2021-11-15T21:01:32.588 INFO:teuthology.orchestra.run.smithi178.stdout:--- 2021-11-15T21:01:32.588 INFO:teuthology.orchestra.run.smithi178.stdout:apiVersion: apps/v1 2021-11-15T21:01:32.588 INFO:teuthology.orchestra.run.smithi178.stdout:kind: DaemonSet 2021-11-15T21:01:32.589 INFO:teuthology.orchestra.run.smithi178.stdout:metadata: 2021-11-15T21:01:32.589 INFO:teuthology.orchestra.run.smithi178.stdout: name: kube-flannel-ds 2021-11-15T21:01:32.589 INFO:teuthology.orchestra.run.smithi178.stdout: namespace: kube-system 2021-11-15T21:01:32.589 INFO:teuthology.orchestra.run.smithi178.stdout: labels: 2021-11-15T21:01:32.590 INFO:teuthology.orchestra.run.smithi178.stdout: tier: node 2021-11-15T21:01:32.590 INFO:teuthology.orchestra.run.smithi178.stdout: app: flannel 2021-11-15T21:01:32.590 INFO:teuthology.orchestra.run.smithi178.stdout:spec: 2021-11-15T21:01:32.590 INFO:teuthology.orchestra.run.smithi178.stdout: selector: 2021-11-15T21:01:32.590 INFO:teuthology.orchestra.run.smithi178.stdout: matchLabels: 2021-11-15T21:01:32.591 INFO:teuthology.orchestra.run.smithi178.stdout: app: flannel 2021-11-15T21:01:32.591 INFO:teuthology.orchestra.run.smithi178.stdout: template: 2021-11-15T21:01:32.591 INFO:teuthology.orchestra.run.smithi178.stdout: metadata: 2021-11-15T21:01:32.591 INFO:teuthology.orchestra.run.smithi178.stdout: labels: 2021-11-15T21:01:32.591 INFO:teuthology.orchestra.run.smithi178.stdout: tier: node 2021-11-15T21:01:32.592 INFO:teuthology.orchestra.run.smithi178.stdout: app: flannel 2021-11-15T21:01:32.592 INFO:teuthology.orchestra.run.smithi178.stdout: spec: 2021-11-15T21:01:32.592 INFO:teuthology.orchestra.run.smithi178.stdout: affinity: 2021-11-15T21:01:32.592 INFO:teuthology.orchestra.run.smithi178.stdout: nodeAffinity: 2021-11-15T21:01:32.593 INFO:teuthology.orchestra.run.smithi178.stdout: requiredDuringSchedulingIgnoredDuringExecution: 2021-11-15T21:01:32.593 INFO:teuthology.orchestra.run.smithi178.stdout: nodeSelectorTerms: 2021-11-15T21:01:32.593 INFO:teuthology.orchestra.run.smithi178.stdout: - matchExpressions: 2021-11-15T21:01:32.593 INFO:teuthology.orchestra.run.smithi178.stdout: - key: kubernetes.io/os 2021-11-15T21:01:32.593 INFO:teuthology.orchestra.run.smithi178.stdout: operator: In 2021-11-15T21:01:32.594 INFO:teuthology.orchestra.run.smithi178.stdout: values: 2021-11-15T21:01:32.594 INFO:teuthology.orchestra.run.smithi178.stdout: - linux 2021-11-15T21:01:32.594 INFO:teuthology.orchestra.run.smithi178.stdout: hostNetwork: true 2021-11-15T21:01:32.594 INFO:teuthology.orchestra.run.smithi178.stdout: priorityClassName: system-node-critical 2021-11-15T21:01:32.594 INFO:teuthology.orchestra.run.smithi178.stdout: tolerations: 2021-11-15T21:01:32.595 INFO:teuthology.orchestra.run.smithi178.stdout: - operator: Exists 2021-11-15T21:01:32.595 INFO:teuthology.orchestra.run.smithi178.stdout: effect: NoSchedule 2021-11-15T21:01:32.595 INFO:teuthology.orchestra.run.smithi178.stdout: serviceAccountName: flannel 2021-11-15T21:01:32.595 INFO:teuthology.orchestra.run.smithi178.stdout: initContainers: 2021-11-15T21:01:32.595 INFO:teuthology.orchestra.run.smithi178.stdout: - name: install-cni-plugin 2021-11-15T21:01:32.596 INFO:teuthology.orchestra.run.smithi178.stdout: image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.0.0 2021-11-15T21:01:32.596 INFO:teuthology.orchestra.run.smithi178.stdout: command: 2021-11-15T21:01:32.596 INFO:teuthology.orchestra.run.smithi178.stdout: - cp 2021-11-15T21:01:32.596 INFO:teuthology.orchestra.run.smithi178.stdout: args: 2021-11-15T21:01:32.596 INFO:teuthology.orchestra.run.smithi178.stdout: - -f 2021-11-15T21:01:32.597 INFO:teuthology.orchestra.run.smithi178.stdout: - /flannel 2021-11-15T21:01:32.597 INFO:teuthology.orchestra.run.smithi178.stdout: - /opt/cni/bin/flannel 2021-11-15T21:01:32.597 INFO:teuthology.orchestra.run.smithi178.stdout: volumeMounts: 2021-11-15T21:01:32.597 INFO:teuthology.orchestra.run.smithi178.stdout: - name: cni-plugin 2021-11-15T21:01:32.597 INFO:teuthology.orchestra.run.smithi178.stdout: mountPath: /opt/cni/bin 2021-11-15T21:01:32.598 INFO:teuthology.orchestra.run.smithi178.stdout: - name: install-cni 2021-11-15T21:01:32.598 INFO:teuthology.orchestra.run.smithi178.stdout: image: quay.io/coreos/flannel:v0.15.1 2021-11-15T21:01:32.598 INFO:teuthology.orchestra.run.smithi178.stdout: command: 2021-11-15T21:01:32.598 INFO:teuthology.orchestra.run.smithi178.stdout: - cp 2021-11-15T21:01:32.599 INFO:teuthology.orchestra.run.smithi178.stdout: args: 2021-11-15T21:01:32.599 INFO:teuthology.orchestra.run.smithi178.stdout: - -f 2021-11-15T21:01:32.599 INFO:teuthology.orchestra.run.smithi178.stdout: - /etc/kube-flannel/cni-conf.json 2021-11-15T21:01:32.599 INFO:teuthology.orchestra.run.smithi178.stdout: - /etc/cni/net.d/10-flannel.conflist 2021-11-15T21:01:32.599 INFO:teuthology.orchestra.run.smithi178.stdout: volumeMounts: 2021-11-15T21:01:32.600 INFO:teuthology.orchestra.run.smithi178.stdout: - name: cni 2021-11-15T21:01:32.600 INFO:teuthology.orchestra.run.smithi178.stdout: mountPath: /etc/cni/net.d 2021-11-15T21:01:32.600 INFO:teuthology.orchestra.run.smithi178.stdout: - name: flannel-cfg 2021-11-15T21:01:32.600 INFO:teuthology.orchestra.run.smithi178.stdout: mountPath: /etc/kube-flannel/ 2021-11-15T21:01:32.600 INFO:teuthology.orchestra.run.smithi178.stdout: containers: 2021-11-15T21:01:32.601 INFO:teuthology.orchestra.run.smithi178.stdout: - name: kube-flannel 2021-11-15T21:01:32.601 INFO:teuthology.orchestra.run.smithi178.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5177 100 5177 0 0 114k 0 --:--:-- --:--:-- --:--:-- 114k 2021-11-15T21:01:32.602 INFO:teuthology.orchestra.run.smithi178.stdout: image: quay.io/coreos/flannel:v0.15.1 2021-11-15T21:01:32.602 INFO:teuthology.orchestra.run.smithi178.stdout: command: 2021-11-15T21:01:32.602 INFO:teuthology.orchestra.run.smithi178.stdout: - /opt/bin/flanneld 2021-11-15T21:01:32.603 INFO:teuthology.orchestra.run.smithi178.stdout: args: 2021-11-15T21:01:32.603 INFO:teuthology.orchestra.run.smithi178.stdout: - --ip-masq 2021-11-15T21:01:32.603 INFO:teuthology.orchestra.run.smithi178.stdout: - --kube-subnet-mgr 2021-11-15T21:01:32.603 INFO:teuthology.orchestra.run.smithi178.stdout: resources: 2021-11-15T21:01:32.604 INFO:teuthology.orchestra.run.smithi178.stdout: requests: 2021-11-15T21:01:32.604 INFO:teuthology.orchestra.run.smithi178.stdout: cpu: "100m" 2021-11-15T21:01:32.604 INFO:teuthology.orchestra.run.smithi178.stdout: memory: "50Mi" 2021-11-15T21:01:32.604 INFO:teuthology.orchestra.run.smithi178.stdout: limits: 2021-11-15T21:01:32.604 INFO:teuthology.orchestra.run.smithi178.stdout: cpu: "100m" 2021-11-15T21:01:32.605 INFO:teuthology.orchestra.run.smithi178.stdout: memory: "50Mi" 2021-11-15T21:01:32.605 INFO:teuthology.orchestra.run.smithi178.stdout: securityContext: 2021-11-15T21:01:32.605 INFO:teuthology.orchestra.run.smithi178.stdout: privileged: false 2021-11-15T21:01:32.605 INFO:teuthology.orchestra.run.smithi178.stdout: capabilities: 2021-11-15T21:01:32.605 INFO:teuthology.orchestra.run.smithi178.stdout: add: ["NET_ADMIN", "NET_RAW"] 2021-11-15T21:01:32.606 INFO:teuthology.orchestra.run.smithi178.stdout: env: 2021-11-15T21:01:32.606 INFO:teuthology.orchestra.run.smithi178.stdout: - name: POD_NAME 2021-11-15T21:01:32.606 INFO:teuthology.orchestra.run.smithi178.stdout: valueFrom: 2021-11-15T21:01:32.606 INFO:teuthology.orchestra.run.smithi178.stdout: fieldRef: 2021-11-15T21:01:32.606 INFO:teuthology.orchestra.run.smithi178.stdout: fieldPath: metadata.name 2021-11-15T21:01:32.607 INFO:teuthology.orchestra.run.smithi178.stdout: - name: POD_NAMESPACE 2021-11-15T21:01:32.607 INFO:teuthology.orchestra.run.smithi178.stdout: valueFrom: 2021-11-15T21:01:32.607 INFO:teuthology.orchestra.run.smithi178.stdout: fieldRef: 2021-11-15T21:01:32.607 INFO:teuthology.orchestra.run.smithi178.stdout: fieldPath: metadata.namespace 2021-11-15T21:01:32.607 INFO:teuthology.orchestra.run.smithi178.stdout: volumeMounts: 2021-11-15T21:01:32.608 INFO:teuthology.orchestra.run.smithi178.stdout: - name: run 2021-11-15T21:01:32.608 INFO:teuthology.orchestra.run.smithi178.stdout: mountPath: /run/flannel 2021-11-15T21:01:32.608 INFO:teuthology.orchestra.run.smithi178.stdout: - name: flannel-cfg 2021-11-15T21:01:32.608 INFO:teuthology.orchestra.run.smithi178.stdout: mountPath: /etc/kube-flannel/ 2021-11-15T21:01:32.608 INFO:teuthology.orchestra.run.smithi178.stdout: volumes: 2021-11-15T21:01:32.609 INFO:teuthology.orchestra.run.smithi178.stdout: - name: run 2021-11-15T21:01:32.609 INFO:teuthology.orchestra.run.smithi178.stdout: hostPath: 2021-11-15T21:01:32.609 INFO:teuthology.orchestra.run.smithi178.stdout: path: /run/flannel 2021-11-15T21:01:32.609 INFO:teuthology.orchestra.run.smithi178.stdout: - name: cni-plugin 2021-11-15T21:01:32.609 INFO:teuthology.orchestra.run.smithi178.stdout: hostPath: 2021-11-15T21:01:32.610 INFO:teuthology.orchestra.run.smithi178.stdout: path: /opt/cni/bin 2021-11-15T21:01:32.610 INFO:teuthology.orchestra.run.smithi178.stdout: - name: cni 2021-11-15T21:01:32.610 INFO:teuthology.orchestra.run.smithi178.stdout: hostPath: 2021-11-15T21:01:32.610 INFO:teuthology.orchestra.run.smithi178.stdout: path: /etc/cni/net.d 2021-11-15T21:01:32.611 INFO:teuthology.orchestra.run.smithi178.stdout: - name: flannel-cfg 2021-11-15T21:01:32.611 INFO:teuthology.orchestra.run.smithi178.stdout: configMap: 2021-11-15T21:01:32.611 INFO:teuthology.orchestra.run.smithi178.stdout: name: kube-flannel-cfg 2021-11-15T21:01:32.635 INFO:tasks.kubeadm:Updating {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'kube-flannel-cfg', 'namespace': 'kube-system', 'labels': {'tier': 'node', 'app': 'flannel'}}, 'data': {'cni-conf.json': '{\n "name": "cbr0",\n "cniVersion": "0.3.1",\n "plugins": [\n {\n "type": "flannel",\n "delegate": {\n "hairpinMode": true,\n "isDefaultGateway": true\n }\n },\n {\n "type": "portmap",\n "capabilities": {\n "portMappings": true\n }\n }\n ]\n}\n', 'net-conf.json': '{\n "Network": "10.244.0.0/16",\n "Backend": {\n "Type": "vxlan"\n }\n}\n'}} 2021-11-15T21:01:32.635 INFO:tasks.kubeadm:Now {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'kube-flannel-cfg', 'namespace': 'kube-system', 'labels': {'tier': 'node', 'app': 'flannel'}}, 'data': {'cni-conf.json': '{\n "name": "cbr0",\n "cniVersion": "0.3.1",\n "plugins": [\n {\n "type": "flannel",\n "delegate": {\n "hairpinMode": true,\n "isDefaultGateway": true\n }\n },\n {\n "type": "portmap",\n "capabilities": {\n "portMappings": true\n }\n }\n ]\n}\n', 'net-conf.json': '{\n "Network": "10.253.136.0/21",\n "Backend": {\n "Type": "vxlan"\n }\n}\n'}} 2021-11-15T21:01:32.648 DEBUG:tasks.kubeadm:Flannel: apiVersion: policy/v1beta1 kind: PodSecurityPolicy metadata: annotations: apparmor.security.beta.kubernetes.io/allowedProfileNames: runtime/default apparmor.security.beta.kubernetes.io/defaultProfileName: runtime/default seccomp.security.alpha.kubernetes.io/allowedProfileNames: docker/default seccomp.security.alpha.kubernetes.io/defaultProfileName: docker/default name: psp.flannel.unprivileged spec: allowPrivilegeEscalation: false allowedCapabilities: - NET_ADMIN - NET_RAW allowedHostPaths: - pathPrefix: /etc/cni/net.d - pathPrefix: /etc/kube-flannel - pathPrefix: /run/flannel defaultAddCapabilities: [] defaultAllowPrivilegeEscalation: false fsGroup: rule: RunAsAny hostIPC: false hostNetwork: true hostPID: false hostPorts: - max: 65535 min: 0 privileged: false readOnlyRootFilesystem: false requiredDropCapabilities: [] runAsUser: rule: RunAsAny seLinux: rule: RunAsAny supplementalGroups: rule: RunAsAny volumes: - configMap - secret - emptyDir - hostPath --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: flannel rules: - apiGroups: - extensions resourceNames: - psp.flannel.unprivileged resources: - podsecuritypolicies verbs: - use - apiGroups: - '' resources: - pods verbs: - get - apiGroups: - '' resources: - nodes verbs: - list - watch - apiGroups: - '' resources: - nodes/status verbs: - patch --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: flannel roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: flannel subjects: - kind: ServiceAccount name: flannel namespace: kube-system --- apiVersion: v1 kind: ServiceAccount metadata: name: flannel namespace: kube-system --- apiVersion: v1 data: cni-conf.json: "{\n \"name\": \"cbr0\",\n \"cniVersion\": \"0.3.1\",\n \"plugins\"\ : [\n {\n \"type\": \"flannel\",\n \"delegate\": {\n \"hairpinMode\"\ : true,\n \"isDefaultGateway\": true\n }\n },\n {\n \"\ type\": \"portmap\",\n \"capabilities\": {\n \"portMappings\": true\n\ \ }\n }\n ]\n}\n" net-conf.json: "{\n \"Network\": \"10.253.136.0/21\",\n \"Backend\": {\n \"\ Type\": \"vxlan\"\n }\n}\n" kind: ConfigMap metadata: labels: app: flannel tier: node name: kube-flannel-cfg namespace: kube-system --- apiVersion: apps/v1 kind: DaemonSet metadata: labels: app: flannel tier: node name: kube-flannel-ds namespace: kube-system spec: selector: matchLabels: app: flannel template: metadata: labels: app: flannel tier: node spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: kubernetes.io/os operator: In values: - linux containers: - args: - --ip-masq - --kube-subnet-mgr command: - /opt/bin/flanneld env: - name: POD_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: POD_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace image: quay.io/coreos/flannel:v0.15.1 name: kube-flannel resources: limits: cpu: 100m memory: 50Mi requests: cpu: 100m memory: 50Mi securityContext: capabilities: add: - NET_ADMIN - NET_RAW privileged: false volumeMounts: - mountPath: /run/flannel name: run - mountPath: /etc/kube-flannel/ name: flannel-cfg hostNetwork: true initContainers: - args: - -f - /flannel - /opt/cni/bin/flannel command: - cp image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.0.0 name: install-cni-plugin volumeMounts: - mountPath: /opt/cni/bin name: cni-plugin - args: - -f - /etc/kube-flannel/cni-conf.json - /etc/cni/net.d/10-flannel.conflist command: - cp image: quay.io/coreos/flannel:v0.15.1 name: install-cni volumeMounts: - mountPath: /etc/cni/net.d name: cni - mountPath: /etc/kube-flannel/ name: flannel-cfg priorityClassName: system-node-critical serviceAccountName: flannel tolerations: - effect: NoSchedule operator: Exists volumes: - hostPath: path: /run/flannel name: run - hostPath: path: /opt/cni/bin name: cni-plugin - hostPath: path: /etc/cni/net.d name: cni - configMap: name: kube-flannel-cfg name: flannel-cfg 2021-11-15T21:01:32.648 DEBUG:teuthology.orchestra.run.smithi178:> kubectl apply -f - 2021-11-15T21:01:34.759 INFO:teuthology.orchestra.run.smithi178.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2021-11-15T21:01:34.767 INFO:teuthology.orchestra.run.smithi178.stdout:podsecuritypolicy.policy/psp.flannel.unprivileged created 2021-11-15T21:01:34.781 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrole.rbac.authorization.k8s.io/flannel created 2021-11-15T21:01:34.789 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/flannel created 2021-11-15T21:01:34.812 INFO:teuthology.orchestra.run.smithi178.stdout:serviceaccount/flannel created 2021-11-15T21:01:34.824 INFO:teuthology.orchestra.run.smithi178.stdout:configmap/kube-flannel-cfg created 2021-11-15T21:01:34.921 INFO:teuthology.orchestra.run.smithi178.stdout:daemonset.apps/kube-flannel-ds created 2021-11-15T21:01:34.926 INFO:tasks.kubeadm:Scanning for scratch devices 2021-11-15T21:01:34.926 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:01:34.927 DEBUG:teuthology.orchestra.run.smithi178:> dd if=/scratch_devs of=/dev/stdout 2021-11-15T21:01:34.934 INFO:tasks.kubeadm:Scratch devices on smithi178: ['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2021-11-15T21:01:34.934 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 2021-11-15T21:01:34.961 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records in 2021-11-15T21:01:34.961 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2021-11-15T21:01:34.961 INFO:teuthology.orchestra.run.smithi178.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0143771 s, 729 MB/s 2021-11-15T21:01:34.962 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 2021-11-15T21:01:35.036 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records in 2021-11-15T21:01:35.037 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2021-11-15T21:01:35.037 INFO:teuthology.orchestra.run.smithi178.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0158498 s, 662 MB/s 2021-11-15T21:01:35.038 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 2021-11-15T21:01:35.067 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records in 2021-11-15T21:01:35.067 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2021-11-15T21:01:35.068 INFO:teuthology.orchestra.run.smithi178.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0155734 s, 673 MB/s 2021-11-15T21:01:35.069 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 2021-11-15T21:01:35.092 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records in 2021-11-15T21:01:35.092 INFO:teuthology.orchestra.run.smithi178.stderr:10+0 records out 2021-11-15T21:01:35.092 INFO:teuthology.orchestra.run.smithi178.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0146155 s, 717 MB/s 2021-11-15T21:01:35.098 INFO:tasks.kubeadm:Creating PVs + StorageClass 2021-11-15T21:01:35.099 DEBUG:tasks.kubeadm:apiVersion: v1 kind: PersistentVolume metadata: name: smithi178-lv-1 spec: accessModes: - ReadWriteOnce capacity: storage: 100Gi local: path: /dev/vg_nvme/lv_1 nodeAffinity: required: nodeSelectorTerms: - matchExpressions: - key: kubernetes.io/hostname operator: In values: - smithi178 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi178-lv-2 spec: accessModes: - ReadWriteOnce capacity: storage: 100Gi local: path: /dev/vg_nvme/lv_2 nodeAffinity: required: nodeSelectorTerms: - matchExpressions: - key: kubernetes.io/hostname operator: In values: - smithi178 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi178-lv-3 spec: accessModes: - ReadWriteOnce capacity: storage: 100Gi local: path: /dev/vg_nvme/lv_3 nodeAffinity: required: nodeSelectorTerms: - matchExpressions: - key: kubernetes.io/hostname operator: In values: - smithi178 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi178-lv-4 spec: accessModes: - ReadWriteOnce capacity: storage: 100Gi local: path: /dev/vg_nvme/lv_4 nodeAffinity: required: nodeSelectorTerms: - matchExpressions: - key: kubernetes.io/hostname operator: In values: - smithi178 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: scratch provisioner: kubernetes.io/no-provisioner volumeBindingMode: WaitForFirstConsumer 2021-11-15T21:01:35.099 DEBUG:teuthology.orchestra.run.smithi178:> kubectl create -f - 2021-11-15T21:01:35.399 INFO:teuthology.orchestra.run.smithi178.stdout:persistentvolume/smithi178-lv-1 created 2021-11-15T21:01:35.411 INFO:teuthology.orchestra.run.smithi178.stdout:persistentvolume/smithi178-lv-2 created 2021-11-15T21:01:35.424 INFO:teuthology.orchestra.run.smithi178.stdout:persistentvolume/smithi178-lv-3 created 2021-11-15T21:01:35.436 INFO:teuthology.orchestra.run.smithi178.stdout:persistentvolume/smithi178-lv-4 created 2021-11-15T21:01:35.444 INFO:teuthology.orchestra.run.smithi178.stdout:storageclass.storage.k8s.io/scratch created 2021-11-15T21:01:35.451 DEBUG:teuthology.orchestra.run.smithi178:> kubectl taint node smithi178 node-role.kubernetes.io/master- || true 2021-11-15T21:01:35.557 INFO:teuthology.orchestra.run.smithi178.stdout:node/smithi178 untainted 2021-11-15T21:01:35.560 INFO:tasks.kubeadm:Kubeadm complete, yielding 2021-11-15T21:01:35.561 INFO:teuthology.run_tasks:Running task rook... 2021-11-15T21:01:35.628 INFO:tasks.rook:Rook start 2021-11-15T21:01:35.628 INFO:tasks.rook:Config: {'conf': {'global': {'osd crush chooseleaf type': 0}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-whitelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'f51261b810e0a244c0d8f9a37834e5287f5f60c3', 'rook_image': 'rook/ceph:master'} 2021-11-15T21:01:35.629 INFO:tasks.rook:Ceph image is quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3 2021-11-15T21:01:35.629 INFO:tasks.rook:Cloning https://github.com/rook/rook branch master 2021-11-15T21:01:35.629 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf rook && git clone --single-branch --branch master https://github.com/rook/rook rook 2021-11-15T21:01:35.639 INFO:teuthology.orchestra.run.smithi178.stderr:Cloning into 'rook'... 2021-11-15T21:01:38.142 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:01:38.143 DEBUG:teuthology.orchestra.run.smithi178:> dd if=rook/cluster/examples/kubernetes/ceph/operator.yaml of=/dev/stdout 2021-11-15T21:01:38.152 INFO:tasks.rook:Patching operator to use image rook/ceph:master 2021-11-15T21:01:38.189 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:01:38.189 DEBUG:teuthology.orchestra.run.smithi178:> dd of=operator.yaml 2021-11-15T21:01:38.200 INFO:tasks.rook:Deploying operator 2021-11-15T21:01:38.201 DEBUG:teuthology.orchestra.run.smithi178:> kubectl create -f rook/cluster/examples/kubernetes/ceph/crds.yaml -f rook/cluster/examples/kubernetes/ceph/common.yaml -f operator.yaml 2021-11-15T21:01:38.454 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/cephblockpools.ceph.rook.io created 2021-11-15T21:01:38.466 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/cephbucketnotifications.ceph.rook.io created 2021-11-15T21:01:38.568 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/cephbuckettopics.ceph.rook.io created 2021-11-15T21:01:38.573 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/cephclients.ceph.rook.io created 2021-11-15T21:01:38.776 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/cephclusters.ceph.rook.io created 2021-11-15T21:01:38.799 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystemmirrors.ceph.rook.io created 2021-11-15T21:01:38.838 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystems.ceph.rook.io created 2021-11-15T21:01:38.909 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/cephnfses.ceph.rook.io created 2021-11-15T21:01:38.915 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectrealms.ceph.rook.io created 2021-11-15T21:01:38.995 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstores.ceph.rook.io created 2021-11-15T21:01:39.102 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstoreusers.ceph.rook.io created 2021-11-15T21:01:39.109 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzonegroups.ceph.rook.io created 2021-11-15T21:01:39.151 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzones.ceph.rook.io created 2021-11-15T21:01:39.192 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/cephrbdmirrors.ceph.rook.io created 2021-11-15T21:01:39.261 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/objectbucketclaims.objectbucket.io created 2021-11-15T21:01:39.275 INFO:teuthology.orchestra.run.smithi178.stdout:customresourcedefinition.apiextensions.k8s.io/objectbuckets.objectbucket.io created 2021-11-15T21:01:39.352 INFO:teuthology.orchestra.run.smithi178.stdout:namespace/rook-ceph created 2021-11-15T21:01:39.451 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2021-11-15T21:01:39.460 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2021-11-15T21:01:39.467 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-system created 2021-11-15T21:01:39.492 INFO:teuthology.orchestra.run.smithi178.stdout:role.rbac.authorization.k8s.io/rook-ceph-system created 2021-11-15T21:01:39.521 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-global created 2021-11-15T21:01:39.636 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2021-11-15T21:01:39.640 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2021-11-15T21:01:39.668 INFO:teuthology.orchestra.run.smithi178.stdout:serviceaccount/rook-ceph-system created 2021-11-15T21:01:39.693 INFO:teuthology.orchestra.run.smithi178.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2021-11-15T21:01:39.718 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2021-11-15T21:01:39.819 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-global created 2021-11-15T21:01:39.822 INFO:teuthology.orchestra.run.smithi178.stdout:serviceaccount/rook-ceph-osd created 2021-11-15T21:01:39.834 INFO:teuthology.orchestra.run.smithi178.stdout:serviceaccount/rook-ceph-mgr created 2021-11-15T21:01:39.843 INFO:teuthology.orchestra.run.smithi178.stdout:serviceaccount/rook-ceph-cmd-reporter created 2021-11-15T21:01:39.868 INFO:teuthology.orchestra.run.smithi178.stdout:role.rbac.authorization.k8s.io/rook-ceph-osd created 2021-11-15T21:01:39.894 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-osd created 2021-11-15T21:01:39.919 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2021-11-15T21:01:39.969 INFO:teuthology.orchestra.run.smithi178.stdout:role.rbac.authorization.k8s.io/rook-ceph-mgr created 2021-11-15T21:01:39.972 INFO:teuthology.orchestra.run.smithi178.stdout:role.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2021-11-15T21:01:39.985 INFO:teuthology.orchestra.run.smithi178.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2021-11-15T21:01:40.015 INFO:teuthology.orchestra.run.smithi178.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2021-11-15T21:01:40.043 INFO:teuthology.orchestra.run.smithi178.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr created 2021-11-15T21:01:40.051 INFO:teuthology.orchestra.run.smithi178.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2021-11-15T21:01:40.059 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2021-11-15T21:01:40.068 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2021-11-15T21:01:40.102 INFO:teuthology.orchestra.run.smithi178.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2021-11-15T21:01:40.107 INFO:teuthology.orchestra.run.smithi178.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2021-11-15T21:01:40.108 INFO:teuthology.orchestra.run.smithi178.stdout:podsecuritypolicy.policy/00-rook-privileged created 2021-11-15T21:01:40.135 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrole.rbac.authorization.k8s.io/psp:rook created 2021-11-15T21:01:40.143 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system-psp created 2021-11-15T21:01:40.151 INFO:teuthology.orchestra.run.smithi178.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-default-psp created 2021-11-15T21:01:40.159 INFO:teuthology.orchestra.run.smithi178.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd-psp created 2021-11-15T21:01:40.168 INFO:teuthology.orchestra.run.smithi178.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-psp created 2021-11-15T21:01:40.194 INFO:teuthology.orchestra.run.smithi178.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter-psp created 2021-11-15T21:01:40.268 INFO:teuthology.orchestra.run.smithi178.stdout:serviceaccount/rook-csi-cephfs-plugin-sa created 2021-11-15T21:01:40.276 INFO:teuthology.orchestra.run.smithi178.stdout:serviceaccount/rook-csi-cephfs-provisioner-sa created 2021-11-15T21:01:40.284 INFO:teuthology.orchestra.run.smithi178.stdout:role.rbac.authorization.k8s.io/cephfs-external-provisioner-cfg created 2021-11-15T21:01:40.310 INFO:teuthology.orchestra.run.smithi178.stdout:rolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role-cfg created 2021-11-15T21:01:40.317 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2021-11-15T21:01:40.326 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-external-provisioner-runner created 2021-11-15T21:01:40.352 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-plugin-sa-psp created 2021-11-15T21:01:40.456 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-provisioner-sa-psp created 2021-11-15T21:01:40.460 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2021-11-15T21:01:40.468 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role created 2021-11-15T21:01:40.493 INFO:teuthology.orchestra.run.smithi178.stdout:serviceaccount/rook-csi-rbd-plugin-sa created 2021-11-15T21:01:40.501 INFO:teuthology.orchestra.run.smithi178.stdout:serviceaccount/rook-csi-rbd-provisioner-sa created 2021-11-15T21:01:40.509 INFO:teuthology.orchestra.run.smithi178.stdout:role.rbac.authorization.k8s.io/rbd-external-provisioner-cfg created 2021-11-15T21:01:40.536 INFO:teuthology.orchestra.run.smithi178.stdout:rolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role-cfg created 2021-11-15T21:01:40.610 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrole.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2021-11-15T21:01:40.617 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrole.rbac.authorization.k8s.io/rbd-external-provisioner-runner created 2021-11-15T21:01:40.670 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-plugin-sa-psp created 2021-11-15T21:01:40.685 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-provisioner-sa-psp created 2021-11-15T21:01:40.693 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2021-11-15T21:01:40.702 INFO:teuthology.orchestra.run.smithi178.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role created 2021-11-15T21:01:40.709 INFO:teuthology.orchestra.run.smithi178.stdout:role.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2021-11-15T21:01:40.760 INFO:teuthology.orchestra.run.smithi178.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2021-11-15T21:01:40.764 INFO:teuthology.orchestra.run.smithi178.stdout:serviceaccount/rook-ceph-purge-osd created 2021-11-15T21:01:40.776 INFO:teuthology.orchestra.run.smithi178.stdout:configmap/rook-ceph-operator-config created 2021-11-15T21:01:40.785 INFO:teuthology.orchestra.run.smithi178.stdout:deployment.apps/rook-ceph-operator created 2021-11-15T21:01:40.788 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2021-11-15T21:01:40.850 INFO:teuthology.orchestra.run.smithi178.stderr:No resources found in rook-ceph namespace. 2021-11-15T21:01:50.853 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2021-11-15T21:01:50.922 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:01:50.923 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-operator-757546f8c7-7cbn8 0/1 Pending 0 5s 2021-11-15T21:02:00.927 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2021-11-15T21:02:00.992 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:02:00.992 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-operator-757546f8c7-7cbn8 0/1 Pending 0 15s 2021-11-15T21:02:10.994 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2021-11-15T21:02:11.055 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:02:11.056 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-operator-757546f8c7-7cbn8 0/1 ContainerCreating 0 26s 2021-11-15T21:02:21.057 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2021-11-15T21:02:21.123 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:02:21.123 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-operator-757546f8c7-7cbn8 0/1 ContainerCreating 0 36s 2021-11-15T21:02:31.126 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2021-11-15T21:02:31.192 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:02:31.192 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-operator-757546f8c7-7cbn8 0/1 ContainerCreating 0 46s 2021-11-15T21:02:41.194 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2021-11-15T21:02:41.257 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:02:41.257 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-operator-757546f8c7-7cbn8 1/1 Running 0 56s 2021-11-15T21:02:41.259 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph logs -f rook-ceph-operator-757546f8c7-7cbn8 2021-11-15T21:02:41.268 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:02:41.268 DEBUG:teuthology.orchestra.run.smithi178:> dd if=/scratch_devs of=/dev/stdout 2021-11-15T21:02:41.320 INFO:tasks.rook: override: [global] osd crush chooseleaf type = 0 2021-11-15T21:02:41.320 INFO:tasks.rook: override: [mgr] debug mgr = 20 2021-11-15T21:02:41.320 INFO:tasks.rook: override: [mgr] debug ms = 1 2021-11-15T21:02:41.321 INFO:tasks.rook: override: [mon] debug mon = 20 2021-11-15T21:02:41.321 INFO:tasks.rook: override: [mon] debug ms = 1 2021-11-15T21:02:41.321 INFO:tasks.rook: override: [mon] debug paxos = 20 2021-11-15T21:02:41.322 INFO:tasks.rook: override: [osd] debug ms = 1 2021-11-15T21:02:41.322 INFO:tasks.rook: override: [osd] debug osd = 20 2021-11-15T21:02:41.322 INFO:tasks.rook:Config: b"[global]\n\nlog to file = true\n\nmon clock drift allowed = 1.000\n\n# replicate across OSDs, not hosts\nosd crush chooseleaf type = 0\n\n# enable some debugging\nauth debug = true\nms die on old message = true\nms die on bug = true\ndebug asserts on shutdown = true\n\n\n[osd]\n# debugging\nosd debug shutdown = true\nosd debug op order = true\nosd debug verify stray on activate = true\nosd debug pg log writeout = true\nosd debug verify cached snaps = true\nosd debug verify missing on start = true\nosd debug misdirected ops = true\nosd op queue = debug_random\nosd op queue cut off = debug_random\nosd shutdown pgref assert = true\nbdev debug aio = true\nosd sloppy crc = true\ndebug ms = 1\ndebug osd = 20\n\n\n[mon]\n# rotate auth tickets quickly to exercise renewal paths\nauth mon ticket ttl = 660# 11m\nauth service ticket ttl = 240# 4m\n\n# don't complain about global id reclaim\nmon_warn_on_insecure_global_id_reclaim = false\nmon_warn_on_insecure_global_id_reclaim_allowed = false\ndebug mon = 20\ndebug ms = 1\ndebug paxos = 20\n[mgr]\ndebug mgr = 20\ndebug ms = 1\n" 2021-11-15T21:02:41.325 DEBUG:teuthology.orchestra.run.smithi178:> kubectl create -f - 2021-11-15T21:02:41.361 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.035345 I | rookcmd: starting Rook v1.7.0-alpha.0.625.g54a2b56 with arguments '/usr/local/bin/rook ceph operator' 2021-11-15T21:02:41.362 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.035835 I | rookcmd: flag values: --enable-machine-disruption-budget=false, --help=false, --kubeconfig=, --log-level=INFO, --operator-image=, --service-account= 2021-11-15T21:02:41.362 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.035840 I | cephcmd: starting Rook-Ceph operator 2021-11-15T21:02:41.362 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.202255 I | cephcmd: base ceph version inside the rook operator image is "ceph version 16.2.6 (ee28fb57e47e9f88813e24bbf4c14496ca299d31) pacific (stable)" 2021-11-15T21:02:41.363 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.210423 I | op-k8sutil: ROOK_CURRENT_NAMESPACE_ONLY="false" (env var) 2021-11-15T21:02:41.363 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.210448 I | operator: watching all namespaces for Ceph CRs 2021-11-15T21:02:41.363 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.210551 I | operator: setting up schemes 2021-11-15T21:02:41.363 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.214853 I | operator: setting up the controller-runtime manager 2021-11-15T21:02:41.363 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.322297 I | operator: looking for admission webhook secret "rook-ceph-admission-controller" 2021-11-15T21:02:41.364 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.325958 I | operator: admission webhook secret "rook-ceph-admission-controller" not found. proceeding without the admission controller 2021-11-15T21:02:41.364 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326018 I | ceph-cluster-controller: successfully started 2021-11-15T21:02:41.364 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326175 I | ceph-cluster-controller: enabling hotplug orchestration 2021-11-15T21:02:41.364 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326201 I | ceph-crashcollector-controller: successfully started 2021-11-15T21:02:41.364 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326220 I | ceph-block-pool-controller: successfully started 2021-11-15T21:02:41.365 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326239 I | ceph-object-store-user-controller: successfully started 2021-11-15T21:02:41.365 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326269 I | ceph-object-realm-controller: successfully started 2021-11-15T21:02:41.365 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326285 I | ceph-object-zonegroup-controller: successfully started 2021-11-15T21:02:41.365 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326299 I | ceph-object-zone-controller: successfully started 2021-11-15T21:02:41.365 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326422 I | ceph-object-controller: successfully started 2021-11-15T21:02:41.366 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326459 I | ceph-file-controller: successfully started 2021-11-15T21:02:41.366 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326504 I | ceph-nfs-controller: successfully started 2021-11-15T21:02:41.366 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326565 I | ceph-rbd-mirror-controller: successfully started 2021-11-15T21:02:41.367 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326606 I | ceph-client-controller: successfully started 2021-11-15T21:02:41.368 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326649 I | ceph-filesystem-mirror-controller: successfully started 2021-11-15T21:02:41.368 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326677 I | operator: rook-ceph-operator-config-controller successfully started 2021-11-15T21:02:41.368 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326710 I | ceph-csi: rook-ceph-operator-csi-controller successfully started 2021-11-15T21:02:41.368 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326747 I | op-bucket-prov: rook-ceph-operator-bucket-controller successfully started 2021-11-15T21:02:41.368 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326781 I | ceph-bucket-topic: successfully started 2021-11-15T21:02:41.369 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326794 I | ceph-bucket-notification: successfully started 2021-11-15T21:02:41.369 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.326805 I | ceph-bucket-notification: successfully started 2021-11-15T21:02:41.369 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.327715 I | operator: starting the controller-runtime manager 2021-11-15T21:02:41.369 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.434550 I | op-k8sutil: ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS="15" (configmap) 2021-11-15T21:02:41.370 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.434590 I | op-k8sutil: ROOK_LOG_LEVEL="INFO" (configmap) 2021-11-15T21:02:41.370 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.434614 I | op-k8sutil: ROOK_ENABLE_DISCOVERY_DAEMON="false" (configmap) 2021-11-15T21:02:41.370 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:36.490684 I | operator: rook-ceph-operator-config-controller done reconciling 2021-11-15T21:02:41.661 INFO:teuthology.orchestra.run.smithi178.stdout:configmap/rook-config-override created 2021-11-15T21:02:41.666 INFO:tasks.rook:Cluster: apiVersion: ceph.rook.io/v1 kind: CephCluster metadata: name: rook-ceph namespace: rook-ceph spec: cephVersion: allowUnsupported: true image: quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3 dataDirHostPath: /var/lib/rook mgr: count: 1 modules: - enabled: true name: rook mon: allowMultiplePerNode: true count: 1 skipUpgradeChecks: true 2021-11-15T21:02:41.667 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:02:41.667 DEBUG:teuthology.orchestra.run.smithi178:> dd of=cluster.yaml 2021-11-15T21:02:41.673 DEBUG:teuthology.orchestra.run.smithi178:> kubectl create -f cluster.yaml 2021-11-15T21:02:44.085 INFO:teuthology.orchestra.run.smithi178.stdout:cephcluster.ceph.rook.io/rook-ceph created 2021-11-15T21:02:44.090 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.087837 I | clusterdisruption-controller: create event from ceph cluster CR 2021-11-15T21:02:44.091 DEBUG:teuthology.orchestra.run.smithi178:> kubectl create -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2021-11-15T21:02:44.094 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.088051 I | ceph-spec: adding finalizer "cephcluster.ceph.rook.io" on "rook-ceph" 2021-11-15T21:02:44.116 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.114688 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2021-11-15T21:02:44.126 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.124652 I | ceph-cluster-controller: clusterInfo not yet found, must be a new cluster 2021-11-15T21:02:44.142 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.140812 I | ceph-spec: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3... 2021-11-15T21:02:44.183 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.181282 I | ceph-csi: successfully created csi config map "rook-ceph-csi-config" 2021-11-15T21:02:44.193 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190806 I | op-k8sutil: ROOK_CSI_ENABLE_RBD="true" (configmap) 2021-11-15T21:02:44.194 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190825 I | op-k8sutil: ROOK_CSI_ENABLE_CEPHFS="true" (configmap) 2021-11-15T21:02:44.194 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190830 I | op-k8sutil: ROOK_CSI_ALLOW_UNSUPPORTED_VERSION="false" (configmap) 2021-11-15T21:02:44.194 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190834 I | op-k8sutil: ROOK_CSI_ENABLE_GRPC_METRICS="false" (configmap) 2021-11-15T21:02:44.195 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190838 I | op-k8sutil: CSI_ENABLE_HOST_NETWORK="true" (default) 2021-11-15T21:02:44.195 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190842 I | op-k8sutil: ROOK_CSI_CEPH_IMAGE="quay.io/cephcsi/cephcsi:v3.4.0" (default) 2021-11-15T21:02:44.195 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190847 I | op-k8sutil: ROOK_CSI_REGISTRAR_IMAGE="k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0" (default) 2021-11-15T21:02:44.195 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190851 I | op-k8sutil: ROOK_CSI_PROVISIONER_IMAGE="k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0" (default) 2021-11-15T21:02:44.195 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190856 I | op-k8sutil: ROOK_CSI_ATTACHER_IMAGE="k8s.gcr.io/sig-storage/csi-attacher:v3.3.0" (default) 2021-11-15T21:02:44.196 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190860 I | op-k8sutil: ROOK_CSI_SNAPSHOTTER_IMAGE="k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0" (default) 2021-11-15T21:02:44.196 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190863 I | op-k8sutil: ROOK_CSI_KUBELET_DIR_PATH="/var/lib/kubelet" (default) 2021-11-15T21:02:44.196 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190867 I | op-k8sutil: CSI_VOLUME_REPLICATION_IMAGE="quay.io/csiaddons/volumereplication-operator:v0.1.0" (default) 2021-11-15T21:02:44.196 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190872 I | op-k8sutil: ROOK_CSI_CEPHFS_POD_LABELS="" (default) 2021-11-15T21:02:44.197 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190884 I | op-k8sutil: ROOK_CSI_RBD_POD_LABELS="" (default) 2021-11-15T21:02:44.197 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190891 I | ceph-csi: detecting the ceph csi image version for image "quay.io/cephcsi/cephcsi:v3.4.0" 2021-11-15T21:02:44.197 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190957 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2021-11-15T21:02:44.197 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:02:44.190969 I | op-k8sutil: CSI_PROVISIONER_NODE_AFFINITY="" (default) 2021-11-15T21:02:44.377 INFO:teuthology.orchestra.run.smithi178.stdout:deployment.apps/rook-ceph-tools created 2021-11-15T21:02:44.382 INFO:tasks.rook:Waiting for tools container to start 2021-11-15T21:02:44.382 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:02:44.549 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:02:44.549 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 Pending 0 0s 2021-11-15T21:02:49.554 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:02:49.791 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:02:49.791 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 ContainerCreating 0 5s 2021-11-15T21:02:54.795 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:02:54.858 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:02:54.858 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 ContainerCreating 0 10s 2021-11-15T21:02:59.861 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:02:59.934 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:02:59.934 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 ContainerCreating 0 15s 2021-11-15T21:03:04.936 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:03:04.999 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:03:05.000 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 ContainerCreating 0 20s 2021-11-15T21:03:10.002 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:03:10.438 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:03:10.438 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 ContainerCreating 0 26s 2021-11-15T21:03:15.440 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:03:15.724 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:03:15.725 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 ContainerCreating 0 31s 2021-11-15T21:03:20.728 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:03:20.841 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:03:20.914 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 ContainerCreating 0 36s 2021-11-15T21:03:25.916 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:03:25.990 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:03:25.990 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 ContainerCreating 0 41s 2021-11-15T21:03:30.994 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:03:31.227 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:03:31.227 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 ContainerCreating 0 47s 2021-11-15T21:03:35.100 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.097730 I | ceph-spec: detected ceph image version: "17.0.0-8953 quincy" 2021-11-15T21:03:35.100 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.097779 I | ceph-cluster-controller: validating ceph version from provided image 2021-11-15T21:03:35.101 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.097810 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-8953 quincy", pursuing 2021-11-15T21:03:35.462 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.428704 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-8953 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3" 2021-11-15T21:03:35.967 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964288 I | ceph-csi: Detected ceph CSI image version: "v3.4.0" 2021-11-15T21:03:35.968 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964337 I | op-k8sutil: CSI_FORCE_CEPHFS_KERNEL_CLIENT="true" (configmap) 2021-11-15T21:03:35.968 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964352 I | op-k8sutil: CSI_CEPHFS_GRPC_METRICS_PORT="9091" (default) 2021-11-15T21:03:35.968 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964470 I | op-k8sutil: CSI_CEPHFS_GRPC_METRICS_PORT="9091" (default) 2021-11-15T21:03:35.968 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964486 I | op-k8sutil: CSI_CEPHFS_LIVENESS_METRICS_PORT="9081" (default) 2021-11-15T21:03:35.968 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964494 I | op-k8sutil: CSI_CEPHFS_LIVENESS_METRICS_PORT="9081" (default) 2021-11-15T21:03:35.969 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964501 I | op-k8sutil: CSI_RBD_GRPC_METRICS_PORT="9090" (default) 2021-11-15T21:03:35.969 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964507 I | op-k8sutil: CSI_RBD_GRPC_METRICS_PORT="9090" (default) 2021-11-15T21:03:35.970 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964514 I | op-k8sutil: CSI_RBD_LIVENESS_METRICS_PORT="9080" (default) 2021-11-15T21:03:35.970 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964518 I | op-k8sutil: CSI_RBD_LIVENESS_METRICS_PORT="9080" (default) 2021-11-15T21:03:35.970 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964522 I | op-k8sutil: CSI_PLUGIN_PRIORITY_CLASSNAME="" (default) 2021-11-15T21:03:35.970 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964526 I | op-k8sutil: CSI_PROVISIONER_PRIORITY_CLASSNAME="" (default) 2021-11-15T21:03:35.971 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964530 I | op-k8sutil: CSI_ENABLE_OMAP_GENERATOR="false" (default) 2021-11-15T21:03:35.971 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964535 I | op-k8sutil: CSI_ENABLE_RBD_SNAPSHOTTER="true" (configmap) 2021-11-15T21:03:35.971 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964550 I | op-k8sutil: CSI_ENABLE_CEPHFS_SNAPSHOTTER="true" (configmap) 2021-11-15T21:03:35.971 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964558 I | op-k8sutil: CSI_ENABLE_VOLUME_REPLICATION="false" (configmap) 2021-11-15T21:03:35.972 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964566 I | op-k8sutil: CSI_CEPHFS_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2021-11-15T21:03:35.972 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964572 I | op-k8sutil: CSI_RBD_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2021-11-15T21:03:35.972 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964579 I | ceph-csi: Kubernetes version is 1.22 2021-11-15T21:03:35.972 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964587 I | op-k8sutil: ROOK_CSI_RESIZER_IMAGE="k8s.gcr.io/sig-storage/csi-resizer:v1.3.0" (default) 2021-11-15T21:03:35.972 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.964593 I | op-k8sutil: CSI_LOG_LEVEL="" (default) 2021-11-15T21:03:35.978 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.977035 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2021-11-15T21:03:35.978 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.977055 I | op-k8sutil: CSI_PROVISIONER_NODE_AFFINITY="" (default) 2021-11-15T21:03:35.978 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.977059 I | op-k8sutil: CSI_PLUGIN_TOLERATIONS="" (default) 2021-11-15T21:03:35.979 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.977062 I | op-k8sutil: CSI_PLUGIN_NODE_AFFINITY="" (default) 2021-11-15T21:03:35.979 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.977065 I | op-k8sutil: CSI_RBD_PLUGIN_TOLERATIONS="" (default) 2021-11-15T21:03:35.979 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.977069 I | op-k8sutil: CSI_RBD_PLUGIN_NODE_AFFINITY="" (default) 2021-11-15T21:03:35.979 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.977074 I | op-k8sutil: CSI_RBD_PLUGIN_RESOURCE="" (default) 2021-11-15T21:03:35.998 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:35.997078 I | op-mon: start running mons 2021-11-15T21:03:36.043 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:36.041216 I | op-k8sutil: CSI_RBD_PROVISIONER_TOLERATIONS="" (default) 2021-11-15T21:03:36.043 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:36.041332 I | op-k8sutil: CSI_RBD_PROVISIONER_NODE_AFFINITY="" (default) 2021-11-15T21:03:36.043 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:36.041371 I | op-k8sutil: CSI_RBD_PROVISIONER_RESOURCE="" (default) 2021-11-15T21:03:36.087 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:36.086577 I | op-mon: creating mon secrets for a new cluster 2021-11-15T21:03:36.213 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:36.211152 I | ceph-csi: successfully started CSI Ceph RBD driver 2021-11-15T21:03:36.235 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:03:36.407 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:36.404417 I | op-mon: existing maxMonID not found or failed to load. configmaps "rook-ceph-mon-endpoints" not found 2021-11-15T21:03:36.413 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:03:36.414 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 ContainerCreating 0 52s 2021-11-15T21:03:36.415 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:36.413893 I | op-k8sutil: CSI_CEPHFS_PLUGIN_TOLERATIONS="" (default) 2021-11-15T21:03:36.415 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:36.413926 I | op-k8sutil: CSI_CEPHFS_PLUGIN_NODE_AFFINITY="" (default) 2021-11-15T21:03:36.416 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:36.413933 I | op-k8sutil: CSI_CEPHFS_PLUGIN_RESOURCE="" (default) 2021-11-15T21:03:36.454 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:36.418137 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":[]}] data: mapping:{"node":{}} maxMonId:-1] 2021-11-15T21:03:36.635 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:36.633767 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_TOLERATIONS="" (default) 2021-11-15T21:03:36.636 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:36.633798 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_NODE_AFFINITY="" (default) 2021-11-15T21:03:36.636 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:36.633806 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_RESOURCE="" (default) 2021-11-15T21:03:36.995 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:36.993487 I | ceph-csi: successfully started CSI CephFS driver 2021-11-15T21:03:37.536 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:37.535020 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2021-11-15T21:03:37.541 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:37.535571 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2021-11-15T21:03:37.952 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:37.949946 I | op-k8sutil: CSI_RBD_FSGROUPPOLICY="ReadWriteOnceWithFSType" (configmap) 2021-11-15T21:03:38.700 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:38.698863 I | ceph-csi: CSIDriver object created for driver "rook-ceph.rbd.csi.ceph.com" 2021-11-15T21:03:38.701 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:38.698910 I | op-k8sutil: CSI_CEPHFS_FSGROUPPOLICY="None" (configmap) 2021-11-15T21:03:38.814 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:38.812402 I | ceph-csi: CSIDriver object created for driver "rook-ceph.cephfs.csi.ceph.com" 2021-11-15T21:03:38.968 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:38.966262 I | op-mon: targeting the mon count 1 2021-11-15T21:03:38.976 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:38.975506 I | op-mon: created canary deployment rook-ceph-mon-a-canary 2021-11-15T21:03:39.212 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:39.210438 I | op-mon: waiting for canary pod creation rook-ceph-mon-a-canary 2021-11-15T21:03:41.418 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:03:41.485 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:03:41.485 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 ContainerCreating 0 57s 2021-11-15T21:03:44.235 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:44.233583 I | op-mon: canary monitor deployment rook-ceph-mon-a-canary scheduled to smithi178 2021-11-15T21:03:44.235 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:44.233618 I | op-mon: mon a assigned to node smithi178 2021-11-15T21:03:44.239 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:44.238454 I | op-mon: cleaning up canary monitor deployment "rook-ceph-mon-a-canary" 2021-11-15T21:03:44.246 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:44.243538 I | op-mon: creating mon a 2021-11-15T21:03:44.410 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:44.408230 I | op-mon: mon "a" endpoint is [v2:10.103.233.231:3300,v1:10.103.233.231:6789] 2021-11-15T21:03:44.575 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:44.570622 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.103.233.231:6789"]}] data:a=10.103.233.231:6789 mapping:{"node":{"a":{"Name":"smithi178","Hostname":"smithi178","Address":"172.21.15.178"}}} maxMonId:-1] 2021-11-15T21:03:44.576 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:44.570652 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2021-11-15T21:03:44.579 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:44.570725 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2021-11-15T21:03:44.630 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:44.627459 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2021-11-15T21:03:44.631 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:44.627628 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2021-11-15T21:03:44.656 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:44.655186 I | op-mon: 0 of 1 expected mons are ready. creating or updating deployments without checking quorum in attempt to achieve a healthy mon cluster 2021-11-15T21:03:44.789 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:44.787684 I | op-mon: updating maxMonID from -1 to 0 after committing mon "a" 2021-11-15T21:03:45.617 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:45.616157 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:03:45.618 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:45.616239 I | op-k8sutil: ROOK_OBC_WATCH_OPERATOR_NAMESPACE="true" (configmap) 2021-11-15T21:03:45.618 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:45.616253 I | op-bucket-prov: ceph bucket provisioner launched watching for provisioner "rook-ceph.ceph.rook.io/bucket" 2021-11-15T21:03:45.623 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:45.619124 I | op-bucket-prov: successfully reconciled bucket provisioner 2021-11-15T21:03:45.624 INFO:tasks.rook.operator.smithi178.stdout:I1115 21:03:45.619228 1 manager.go:135] objectbucket.io/provisioner-manager "msg"="starting provisioner" "name"="rook-ceph.ceph.rook.io/bucket" 2021-11-15T21:03:45.985 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:45.984222 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.103.233.231:6789"]}] data:a=10.103.233.231:6789 mapping:{"node":{"a":{"Name":"smithi178","Hostname":"smithi178","Address":"172.21.15.178"}}} maxMonId:0] 2021-11-15T21:03:45.986 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:45.984257 I | op-mon: waiting for mon quorum with [a] 2021-11-15T21:03:46.293 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:03:46.292089 I | op-mon: mons running: [a] 2021-11-15T21:03:46.488 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:03:46.554 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:03:46.554 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 ContainerCreating 0 62s 2021-11-15T21:03:51.561 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:03:51.788 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:03:51.789 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 ContainerCreating 0 67s 2021-11-15T21:03:56.791 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:03:56.867 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:03:56.868 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 0/1 ContainerCreating 0 72s 2021-11-15T21:04:01.870 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2021-11-15T21:04:01.945 INFO:teuthology.orchestra.run.smithi178.stdout:NAME READY STATUS RESTARTS AGE 2021-11-15T21:04:01.945 INFO:teuthology.orchestra.run.smithi178.stdout:rook-ceph-tools-555c879675-wtn8f 1/1 Running 0 77s 2021-11-15T21:04:01.948 INFO:tasks.rook:Waiting for mgr/rook orchestrator to be available 2021-11-15T21:04:01.948 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch status -f json 2021-11-15T21:04:03.896 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:04:03.897 INFO:teuthology.orchestra.run.smithi178.stderr:no valid command found; 10 closest matches: 2021-11-15T21:04:03.897 INFO:teuthology.orchestra.run.smithi178.stderr:pg stat 2021-11-15T21:04:03.897 INFO:teuthology.orchestra.run.smithi178.stderr:pg getmap 2021-11-15T21:04:03.898 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2021-11-15T21:04:03.898 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2021-11-15T21:04:03.898 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump_pools_json 2021-11-15T21:04:03.898 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls-by-pool [...] 2021-11-15T21:04:03.898 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls-by-primary [] [...] 2021-11-15T21:04:03.899 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls-by-osd [] [...] 2021-11-15T21:04:03.899 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls [] [...] 2021-11-15T21:04:03.899 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2021-11-15T21:04:03.899 INFO:teuthology.orchestra.run.smithi178.stderr:Error EINVAL: invalid command 2021-11-15T21:04:03.900 INFO:teuthology.orchestra.run.smithi178.stderr:command terminated with exit code 22 2021-11-15T21:04:03.901 DEBUG:teuthology.orchestra.run:got remote process result: 22 2021-11-15T21:04:06.482 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:06.481373 I | op-mon: mons running: [a] 2021-11-15T21:04:06.738 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:06.736949 I | op-mon: Monitors in quorum: [a] 2021-11-15T21:04:06.738 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:06.736981 I | op-mon: mons created: 1 2021-11-15T21:04:07.078 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:07.077196 I | op-mon: waiting for mon quorum with [a] 2021-11-15T21:04:07.232 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:07.227009 I | op-mon: mons running: [a] 2021-11-15T21:04:07.540 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:07.450084 I | op-mon: Monitors in quorum: [a] 2021-11-15T21:04:07.540 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:07.450134 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2021-11-15T21:04:07.894 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:07.892751 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2021-11-15T21:04:07.894 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:07.892794 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2021-11-15T21:04:08.591 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:08.590458 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2021-11-15T21:04:08.592 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:08.590499 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2021-11-15T21:04:09.013 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:09.012399 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2021-11-15T21:04:09.014 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:09.012438 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2021-11-15T21:04:09.994 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:09.992841 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2021-11-15T21:04:09.994 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:09.992878 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2021-11-15T21:04:10.584 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:10.583634 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2021-11-15T21:04:10.585 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:10.583660 I | op-config: deleting "log file" option from the mon configuration database 2021-11-15T21:04:10.807 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:10.806208 I | op-config: successfully deleted "log file" option from the mon configuration database 2021-11-15T21:04:10.807 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:10.806249 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2021-11-15T21:04:11.284 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:11.283699 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2021-11-15T21:04:12.155 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:12.154674 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2021-11-15T21:04:12.808 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:12.807760 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2021-11-15T21:04:13.903 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch status -f json 2021-11-15T21:04:14.194 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:14.193453 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2021-11-15T21:04:14.195 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:14.193488 I | cephclient: getting or creating ceph auth key "client.crash" 2021-11-15T21:04:14.606 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:04:14.607 INFO:teuthology.orchestra.run.smithi178.stderr:no valid command found; 10 closest matches: 2021-11-15T21:04:14.607 INFO:teuthology.orchestra.run.smithi178.stderr:pg stat 2021-11-15T21:04:14.607 INFO:teuthology.orchestra.run.smithi178.stderr:pg getmap 2021-11-15T21:04:14.607 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2021-11-15T21:04:14.607 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2021-11-15T21:04:14.608 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump_pools_json 2021-11-15T21:04:14.608 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls-by-pool [...] 2021-11-15T21:04:14.608 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls-by-primary [] [...] 2021-11-15T21:04:14.608 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls-by-osd [] [...] 2021-11-15T21:04:14.609 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls [] [...] 2021-11-15T21:04:14.609 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2021-11-15T21:04:14.609 INFO:teuthology.orchestra.run.smithi178.stderr:Error EINVAL: invalid command 2021-11-15T21:04:14.610 INFO:teuthology.orchestra.run.smithi178.stderr:command terminated with exit code 22 2021-11-15T21:04:14.613 DEBUG:teuthology.orchestra.run:got remote process result: 22 2021-11-15T21:04:14.932 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:14.931153 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2021-11-15T21:04:15.251 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:15.250681 I | cephclient: successfully enabled msgr2 protocol 2021-11-15T21:04:15.252 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:15.250704 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2021-11-15T21:04:15.252 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:15.250707 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2021-11-15T21:04:15.999 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:15.998382 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2021-11-15T21:04:16.063 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:16.053188 I | op-mgr: start running mgr 2021-11-15T21:04:16.063 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:16.053231 I | cephclient: getting or creating ceph auth key "mgr.a" 2021-11-15T21:04:17.800 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:17.799384 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi178": the object has been modified; please apply your changes to the latest version and try again 2021-11-15T21:04:24.615 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch status -f json 2021-11-15T21:04:25.186 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:04:25.187 INFO:teuthology.orchestra.run.smithi178.stderr:no valid command found; 10 closest matches: 2021-11-15T21:04:25.187 INFO:teuthology.orchestra.run.smithi178.stderr:pg stat 2021-11-15T21:04:25.188 INFO:teuthology.orchestra.run.smithi178.stderr:pg getmap 2021-11-15T21:04:25.188 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2021-11-15T21:04:25.188 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2021-11-15T21:04:25.188 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump_pools_json 2021-11-15T21:04:25.189 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls-by-pool [...] 2021-11-15T21:04:25.189 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls-by-primary [] [...] 2021-11-15T21:04:25.189 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls-by-osd [] [...] 2021-11-15T21:04:25.189 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls [] [...] 2021-11-15T21:04:25.189 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2021-11-15T21:04:25.190 INFO:teuthology.orchestra.run.smithi178.stderr:Error EINVAL: invalid command 2021-11-15T21:04:25.190 INFO:teuthology.orchestra.run.smithi178.stderr:command terminated with exit code 22 2021-11-15T21:04:25.191 DEBUG:teuthology.orchestra.run:got remote process result: 22 2021-11-15T21:04:28.700 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:28.699182 I | op-k8sutil: finished waiting for updated deployment "rook-ceph-mgr-a" 2021-11-15T21:04:28.705 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:28.704931 I | op-mgr: setting services to point to mgr "a" 2021-11-15T21:04:28.741 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:28.736208 I | op-mgr: successful modules: balancer 2021-11-15T21:04:28.752 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:28.751746 I | op-osd: start running osds in namespace "rook-ceph" 2021-11-15T21:04:28.752 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:28.751766 W | op-osd: useAllNodes is set to false and no nodes, storageClassDevicesets or volumeSources are specified, no OSD pods are going to be created 2021-11-15T21:04:28.752 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:28.751774 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2021-11-15T21:04:28.822 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:28.821683 I | op-osd: start provisioning the OSDs on PVCs, if needed 2021-11-15T21:04:28.829 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:28.825937 I | op-osd: no storageClassDeviceSets defined to configure OSDs on PVCs 2021-11-15T21:04:28.830 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:28.825961 I | op-osd: start provisioning the OSDs on nodes, if needed 2021-11-15T21:04:28.830 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:28.825966 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2021-11-15T21:04:29.075 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:29.074242 I | op-osd: finished running OSDs in namespace "rook-ceph" 2021-11-15T21:04:29.075 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:29.074279 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2021-11-15T21:04:29.085 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:29.085391 I | op-mgr: successful modules: dashboard 2021-11-15T21:04:29.132 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:29.131020 I | ceph-cluster-controller: enabling ceph mon monitoring goroutine for cluster "rook-ceph" 2021-11-15T21:04:29.132 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:29.131055 I | ceph-cluster-controller: enabling ceph osd monitoring goroutine for cluster "rook-ceph" 2021-11-15T21:04:29.132 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:29.131069 I | ceph-cluster-controller: enabling ceph status monitoring goroutine for cluster "rook-ceph" 2021-11-15T21:04:29.132 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:29.131098 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Normal:ReconcileSucceeded:successfully configured CephCluster "rook-ceph/rook-ceph" 2021-11-15T21:04:29.145 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:29.138936 W | cephclient: failed to enable mgr module "rook". trying again... 2021-11-15T21:04:30.137 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:30.137101 I | op-mgr: successful modules: prometheus 2021-11-15T21:04:34.535 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:34.534955 I | op-mgr: successful modules: mgr module(s) from the spec 2021-11-15T21:04:35.193 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch status -f json 2021-11-15T21:04:35.619 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:04:35.620 INFO:teuthology.orchestra.run.smithi178.stderr:no valid command found; 10 closest matches: 2021-11-15T21:04:35.620 INFO:teuthology.orchestra.run.smithi178.stderr:pg stat 2021-11-15T21:04:35.621 INFO:teuthology.orchestra.run.smithi178.stderr:pg getmap 2021-11-15T21:04:35.621 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2021-11-15T21:04:35.621 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2021-11-15T21:04:35.621 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump_pools_json 2021-11-15T21:04:35.622 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls-by-pool [...] 2021-11-15T21:04:35.622 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls-by-primary [] [...] 2021-11-15T21:04:35.622 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls-by-osd [] [...] 2021-11-15T21:04:35.622 INFO:teuthology.orchestra.run.smithi178.stderr:pg ls [] [...] 2021-11-15T21:04:35.622 INFO:teuthology.orchestra.run.smithi178.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2021-11-15T21:04:35.623 INFO:teuthology.orchestra.run.smithi178.stderr:Error EINVAL: invalid command 2021-11-15T21:04:35.624 INFO:teuthology.orchestra.run.smithi178.stderr:command terminated with exit code 22 2021-11-15T21:04:35.626 DEBUG:teuthology.orchestra.run:got remote process result: 22 2021-11-15T21:04:36.089 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:36.089475 I | cephclient: command failed for set rook backend. trying again... 2021-11-15T21:04:41.377 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:41.376452 I | cephclient: command failed for set rook backend. trying again... 2021-11-15T21:04:45.628 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch status -f json 2021-11-15T21:04:46.135 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:04:46.136 INFO:teuthology.orchestra.run.smithi178.stderr:Error ENOENT: No orchestrator configured (try `ceph orch set backend`) 2021-11-15T21:04:46.141 INFO:teuthology.orchestra.run.smithi178.stderr:command terminated with exit code 2 2021-11-15T21:04:46.144 DEBUG:teuthology.orchestra.run:got remote process result: 2 2021-11-15T21:04:46.833 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:46.832881 I | cephclient: action set rook backend succeeded on attempt 2 2021-11-15T21:04:46.834 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:46.832914 I | op-mgr: successful modules: orchestrator modules 2021-11-15T21:04:56.146 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch status -f json 2021-11-15T21:04:56.687 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:04:56.687 INFO:teuthology.orchestra.run.smithi178.stdout:{"available": true, "backend": "rook"} 2021-11-15T21:04:56.704 INFO:tasks.rook: mgr/rook orchestrator is active 2021-11-15T21:04:56.705 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph config set mgr mgr/rook/storage_class scratch 2021-11-15T21:04:57.285 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch apply osd --all-available-devices 2021-11-15T21:04:58.075 INFO:teuthology.orchestra.run.smithi178.stdout:['Success'] 2021-11-15T21:04:58.077 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.074490 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff= v1.ClusterSpec{ 2021-11-15T21:04:58.079 INFO:tasks.rook.operator.smithi178.stdout: CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3", AllowUnsupported: true}, 2021-11-15T21:04:58.079 INFO:tasks.rook.operator.smithi178.stdout: Storage: v1.StorageScopeSpec{ 2021-11-15T21:04:58.079 INFO:tasks.rook.operator.smithi178.stdout: ... // 3 identical fields 2021-11-15T21:04:58.080 INFO:tasks.rook.operator.smithi178.stdout: Config: nil, 2021-11-15T21:04:58.080 INFO:tasks.rook.operator.smithi178.stdout: Selection: {}, 2021-11-15T21:04:58.080 INFO:tasks.rook.operator.smithi178.stdout:- StorageClassDeviceSets: nil, 2021-11-15T21:04:58.080 INFO:tasks.rook.operator.smithi178.stdout:+ StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2021-11-15T21:04:58.081 INFO:tasks.rook.operator.smithi178.stdout:+ { 2021-11-15T21:04:58.081 INFO:tasks.rook.operator.smithi178.stdout:+ Name: "smithi178-lv-1", 2021-11-15T21:04:58.081 INFO:tasks.rook.operator.smithi178.stdout:+ Count: 1, 2021-11-15T21:04:58.081 INFO:tasks.rook.operator.smithi178.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2021-11-15T21:04:58.081 INFO:tasks.rook.operator.smithi178.stdout:+ }, 2021-11-15T21:04:58.082 INFO:tasks.rook.operator.smithi178.stdout:+ { 2021-11-15T21:04:58.082 INFO:tasks.rook.operator.smithi178.stdout:+ Name: "smithi178-lv-1", 2021-11-15T21:04:58.082 INFO:tasks.rook.operator.smithi178.stdout:+ Count: 1, 2021-11-15T21:04:58.082 INFO:tasks.rook.operator.smithi178.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2021-11-15T21:04:58.083 INFO:tasks.rook.operator.smithi178.stdout:+ }, 2021-11-15T21:04:58.083 INFO:tasks.rook.operator.smithi178.stdout:+ { 2021-11-15T21:04:58.084 INFO:tasks.rook.operator.smithi178.stdout:+ Name: "smithi178-lv-2", 2021-11-15T21:04:58.084 INFO:tasks.rook.operator.smithi178.stdout:+ Count: 1, 2021-11-15T21:04:58.084 INFO:tasks.rook.operator.smithi178.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2021-11-15T21:04:58.084 INFO:tasks.rook.operator.smithi178.stdout:+ }, 2021-11-15T21:04:58.084 INFO:tasks.rook.operator.smithi178.stdout:+ { 2021-11-15T21:04:58.085 INFO:tasks.rook.operator.smithi178.stdout:+ Name: "smithi178-lv-2", 2021-11-15T21:04:58.085 INFO:tasks.rook.operator.smithi178.stdout:+ Count: 1, 2021-11-15T21:04:58.085 INFO:tasks.rook.operator.smithi178.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2021-11-15T21:04:58.085 INFO:tasks.rook.operator.smithi178.stdout:+ }, 2021-11-15T21:04:58.086 INFO:tasks.rook.operator.smithi178.stdout:+ { 2021-11-15T21:04:58.086 INFO:tasks.rook.operator.smithi178.stdout:+ Name: "smithi178-lv-3", 2021-11-15T21:04:58.086 INFO:tasks.rook.operator.smithi178.stdout:+ Count: 1, 2021-11-15T21:04:58.086 INFO:tasks.rook.operator.smithi178.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2021-11-15T21:04:58.086 INFO:tasks.rook.operator.smithi178.stdout:+ }, 2021-11-15T21:04:58.087 INFO:tasks.rook.operator.smithi178.stdout:+ { 2021-11-15T21:04:58.087 INFO:tasks.rook.operator.smithi178.stdout:+ Name: "smithi178-lv-3", 2021-11-15T21:04:58.087 INFO:tasks.rook.operator.smithi178.stdout:+ Count: 1, 2021-11-15T21:04:58.087 INFO:tasks.rook.operator.smithi178.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2021-11-15T21:04:58.088 INFO:tasks.rook.operator.smithi178.stdout:+ }, 2021-11-15T21:04:58.088 INFO:tasks.rook.operator.smithi178.stdout:+ { 2021-11-15T21:04:58.088 INFO:tasks.rook.operator.smithi178.stdout:+ Name: "smithi178-lv-4", 2021-11-15T21:04:58.088 INFO:tasks.rook.operator.smithi178.stdout:+ Count: 1, 2021-11-15T21:04:58.088 INFO:tasks.rook.operator.smithi178.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2021-11-15T21:04:58.089 INFO:tasks.rook.operator.smithi178.stdout:+ }, 2021-11-15T21:04:58.089 INFO:tasks.rook.operator.smithi178.stdout:+ { 2021-11-15T21:04:58.089 INFO:tasks.rook.operator.smithi178.stdout:+ Name: "smithi178-lv-4", 2021-11-15T21:04:58.089 INFO:tasks.rook.operator.smithi178.stdout:+ Count: 1, 2021-11-15T21:04:58.089 INFO:tasks.rook.operator.smithi178.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2021-11-15T21:04:58.090 INFO:tasks.rook.operator.smithi178.stdout:+ }, 2021-11-15T21:04:58.090 INFO:tasks.rook.operator.smithi178.stdout:+ }, 2021-11-15T21:04:58.090 INFO:tasks.rook.operator.smithi178.stdout: }, 2021-11-15T21:04:58.090 INFO:tasks.rook.operator.smithi178.stdout: Annotations: nil, 2021-11-15T21:04:58.091 INFO:tasks.rook.operator.smithi178.stdout: Labels: nil, 2021-11-15T21:04:58.091 INFO:tasks.rook.operator.smithi178.stdout: ... // 20 identical fields 2021-11-15T21:04:58.091 INFO:tasks.rook.operator.smithi178.stdout: } 2021-11-15T21:04:58.091 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.074644 I | operator: reloading operator's CRDs manager, cancelling all orchestrations! 2021-11-15T21:04:58.091 INFO:tasks.rook.operator.smithi178.stdout:I1115 21:04:58.075267 1 manager.go:148] objectbucket.io/provisioner-manager "msg"="stopping provisioner" "name"="rook-ceph.ceph.rook.io/bucket" "reason"={} 2021-11-15T21:04:58.092 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.075347 I | ceph-cluster-controller: stopping monitoring of ceph status 2021-11-15T21:04:58.092 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.075401 I | op-osd: stopping monitoring of OSDs in namespace "rook-ceph" 2021-11-15T21:04:58.092 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.075594 I | op-mon: stopping monitoring of mons in namespace "rook-ceph" 2021-11-15T21:04:58.092 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.076417 I | operator: successfully started the controller-runtime manager 2021-11-15T21:04:58.097 INFO:tasks.rook:Waiting for 4 OSDs 2021-11-15T21:04:58.097 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd stat -f json 2021-11-15T21:04:58.099 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.097621 I | op-k8sutil: ROOK_CURRENT_NAMESPACE_ONLY="false" (env var) 2021-11-15T21:04:58.099 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.097652 I | operator: watching all namespaces for Ceph CRs 2021-11-15T21:04:58.099 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.097725 I | operator: setting up schemes 2021-11-15T21:04:58.103 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.101730 I | operator: setting up the controller-runtime manager 2021-11-15T21:04:58.208 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.207834 I | operator: looking for admission webhook secret "rook-ceph-admission-controller" 2021-11-15T21:04:58.259 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.258266 I | operator: admission webhook secret "rook-ceph-admission-controller" not found. proceeding without the admission controller 2021-11-15T21:04:58.259 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.258422 I | ceph-cluster-controller: successfully started 2021-11-15T21:04:58.259 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.258558 I | ceph-cluster-controller: enabling hotplug orchestration 2021-11-15T21:04:58.259 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.258624 I | ceph-crashcollector-controller: successfully started 2021-11-15T21:04:58.268 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.259070 I | ceph-block-pool-controller: successfully started 2021-11-15T21:04:58.268 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.259474 I | ceph-object-store-user-controller: successfully started 2021-11-15T21:04:58.268 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.259552 I | ceph-object-realm-controller: successfully started 2021-11-15T21:04:58.268 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.259591 I | ceph-object-zonegroup-controller: successfully started 2021-11-15T21:04:58.269 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.259728 I | ceph-object-zone-controller: successfully started 2021-11-15T21:04:58.269 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.259987 I | ceph-object-controller: successfully started 2021-11-15T21:04:58.269 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.260043 I | ceph-file-controller: successfully started 2021-11-15T21:04:58.269 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.260078 I | ceph-nfs-controller: successfully started 2021-11-15T21:04:58.269 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.260110 I | ceph-rbd-mirror-controller: successfully started 2021-11-15T21:04:58.270 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.260157 I | ceph-client-controller: successfully started 2021-11-15T21:04:58.270 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.260183 I | ceph-filesystem-mirror-controller: successfully started 2021-11-15T21:04:58.270 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.260212 I | operator: rook-ceph-operator-config-controller successfully started 2021-11-15T21:04:58.270 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.260237 I | ceph-csi: rook-ceph-operator-csi-controller successfully started 2021-11-15T21:04:58.271 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.260255 I | op-bucket-prov: rook-ceph-operator-bucket-controller successfully started 2021-11-15T21:04:58.271 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.260315 I | ceph-bucket-topic: successfully started 2021-11-15T21:04:58.271 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.260335 I | ceph-bucket-notification: successfully started 2021-11-15T21:04:58.271 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.260353 I | ceph-bucket-notification: successfully started 2021-11-15T21:04:58.276 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.262076 I | operator: starting the controller-runtime manager 2021-11-15T21:04:58.367 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.366983 I | op-k8sutil: ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS="15" (configmap) 2021-11-15T21:04:58.368 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.367050 I | op-k8sutil: ROOK_LOG_LEVEL="INFO" (configmap) 2021-11-15T21:04:58.368 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.367066 I | op-k8sutil: ROOK_ENABLE_DISCOVERY_DAEMON="false" (configmap) 2021-11-15T21:04:58.374 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.371340 I | clusterdisruption-controller: create event from ceph cluster CR 2021-11-15T21:04:58.374 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.372402 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2021-11-15T21:04:58.442 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.441515 I | operator: rook-ceph-operator-config-controller done reconciling 2021-11-15T21:04:58.446 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.446548 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:04:58.450 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.446888 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:04:58.450 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.446976 I | op-k8sutil: ROOK_OBC_WATCH_OPERATOR_NAMESPACE="true" (configmap) 2021-11-15T21:04:58.451 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.447034 I | op-bucket-prov: ceph bucket provisioner launched watching for provisioner "rook-ceph.ceph.rook.io/bucket" 2021-11-15T21:04:58.451 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.448800 I | op-bucket-prov: successfully reconciled bucket provisioner 2021-11-15T21:04:58.451 INFO:tasks.rook.operator.smithi178.stdout:I1115 21:04:58.448873 1 manager.go:135] objectbucket.io/provisioner-manager "msg"="starting provisioner" "name"="rook-ceph.ceph.rook.io/bucket" 2021-11-15T21:04:58.475 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.474128 I | ceph-csi: successfully created csi config map "rook-ceph-csi-config" 2021-11-15T21:04:58.478 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.476325 I | ceph-spec: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3... 2021-11-15T21:04:58.535 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533447 I | op-k8sutil: ROOK_CSI_ENABLE_RBD="true" (configmap) 2021-11-15T21:04:58.535 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533487 I | op-k8sutil: ROOK_CSI_ENABLE_CEPHFS="true" (configmap) 2021-11-15T21:04:58.535 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533500 I | op-k8sutil: ROOK_CSI_ALLOW_UNSUPPORTED_VERSION="false" (configmap) 2021-11-15T21:04:58.535 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533512 I | op-k8sutil: ROOK_CSI_ENABLE_GRPC_METRICS="false" (configmap) 2021-11-15T21:04:58.536 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533524 I | op-k8sutil: CSI_ENABLE_HOST_NETWORK="true" (default) 2021-11-15T21:04:58.536 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533537 I | op-k8sutil: ROOK_CSI_CEPH_IMAGE="quay.io/cephcsi/cephcsi:v3.4.0" (default) 2021-11-15T21:04:58.536 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533550 I | op-k8sutil: ROOK_CSI_REGISTRAR_IMAGE="k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0" (default) 2021-11-15T21:04:58.536 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533562 I | op-k8sutil: ROOK_CSI_PROVISIONER_IMAGE="k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0" (default) 2021-11-15T21:04:58.536 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533575 I | op-k8sutil: ROOK_CSI_ATTACHER_IMAGE="k8s.gcr.io/sig-storage/csi-attacher:v3.3.0" (default) 2021-11-15T21:04:58.537 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533586 I | op-k8sutil: ROOK_CSI_SNAPSHOTTER_IMAGE="k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0" (default) 2021-11-15T21:04:58.537 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533598 I | op-k8sutil: ROOK_CSI_KUBELET_DIR_PATH="/var/lib/kubelet" (default) 2021-11-15T21:04:58.537 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533612 I | op-k8sutil: CSI_VOLUME_REPLICATION_IMAGE="quay.io/csiaddons/volumereplication-operator:v0.1.0" (default) 2021-11-15T21:04:58.537 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533621 I | op-k8sutil: ROOK_CSI_CEPHFS_POD_LABELS="" (default) 2021-11-15T21:04:58.537 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533632 I | op-k8sutil: ROOK_CSI_RBD_POD_LABELS="" (default) 2021-11-15T21:04:58.538 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.533645 I | ceph-csi: detecting the ceph csi image version for image "quay.io/cephcsi/cephcsi:v3.4.0" 2021-11-15T21:04:58.541 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.535377 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2021-11-15T21:04:58.541 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:04:58.535411 I | op-k8sutil: CSI_PROVISIONER_NODE_AFFINITY="" (default) 2021-11-15T21:04:58.861 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:04:58.880 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":3,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2021-11-15T21:04:58.881 INFO:tasks.rook: have 0/4 OSDs 2021-11-15T21:05:07.476 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473801 I | ceph-csi: Detected ceph CSI image version: "v3.4.0" 2021-11-15T21:05:07.477 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473840 I | op-k8sutil: CSI_FORCE_CEPHFS_KERNEL_CLIENT="true" (configmap) 2021-11-15T21:05:07.477 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473851 I | op-k8sutil: CSI_CEPHFS_GRPC_METRICS_PORT="9091" (default) 2021-11-15T21:05:07.477 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473858 I | op-k8sutil: CSI_CEPHFS_GRPC_METRICS_PORT="9091" (default) 2021-11-15T21:05:07.477 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473877 I | op-k8sutil: CSI_CEPHFS_LIVENESS_METRICS_PORT="9081" (default) 2021-11-15T21:05:07.478 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473894 I | op-k8sutil: CSI_CEPHFS_LIVENESS_METRICS_PORT="9081" (default) 2021-11-15T21:05:07.478 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473903 I | op-k8sutil: CSI_RBD_GRPC_METRICS_PORT="9090" (default) 2021-11-15T21:05:07.478 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473913 I | op-k8sutil: CSI_RBD_GRPC_METRICS_PORT="9090" (default) 2021-11-15T21:05:07.478 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473923 I | op-k8sutil: CSI_RBD_LIVENESS_METRICS_PORT="9080" (default) 2021-11-15T21:05:07.478 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473935 I | op-k8sutil: CSI_RBD_LIVENESS_METRICS_PORT="9080" (default) 2021-11-15T21:05:07.479 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473944 I | op-k8sutil: CSI_PLUGIN_PRIORITY_CLASSNAME="" (default) 2021-11-15T21:05:07.479 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473954 I | op-k8sutil: CSI_PROVISIONER_PRIORITY_CLASSNAME="" (default) 2021-11-15T21:05:07.479 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473964 I | op-k8sutil: CSI_ENABLE_OMAP_GENERATOR="false" (default) 2021-11-15T21:05:07.479 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473977 I | op-k8sutil: CSI_ENABLE_RBD_SNAPSHOTTER="true" (configmap) 2021-11-15T21:05:07.479 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473987 I | op-k8sutil: CSI_ENABLE_CEPHFS_SNAPSHOTTER="true" (configmap) 2021-11-15T21:05:07.480 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.473997 I | op-k8sutil: CSI_ENABLE_VOLUME_REPLICATION="false" (configmap) 2021-11-15T21:05:07.480 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.474008 I | op-k8sutil: CSI_CEPHFS_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2021-11-15T21:05:07.480 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.474019 I | op-k8sutil: CSI_RBD_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2021-11-15T21:05:07.480 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.474032 I | ceph-csi: Kubernetes version is 1.22 2021-11-15T21:05:07.480 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.474045 I | op-k8sutil: ROOK_CSI_RESIZER_IMAGE="k8s.gcr.io/sig-storage/csi-resizer:v1.3.0" (default) 2021-11-15T21:05:07.481 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.474055 I | op-k8sutil: CSI_LOG_LEVEL="" (default) 2021-11-15T21:05:07.870 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.870029 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2021-11-15T21:05:07.871 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.870054 I | op-k8sutil: CSI_PROVISIONER_NODE_AFFINITY="" (default) 2021-11-15T21:05:07.871 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.870058 I | op-k8sutil: CSI_PLUGIN_TOLERATIONS="" (default) 2021-11-15T21:05:07.871 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.870060 I | op-k8sutil: CSI_PLUGIN_NODE_AFFINITY="" (default) 2021-11-15T21:05:07.871 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.870063 I | op-k8sutil: CSI_RBD_PLUGIN_TOLERATIONS="" (default) 2021-11-15T21:05:07.872 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.870066 I | op-k8sutil: CSI_RBD_PLUGIN_NODE_AFFINITY="" (default) 2021-11-15T21:05:07.872 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:07.870068 I | op-k8sutil: CSI_RBD_PLUGIN_RESOURCE="" (default) 2021-11-15T21:05:08.600 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:08.599897 I | ceph-spec: detected ceph image version: "17.0.0-8953 quincy" 2021-11-15T21:05:08.601 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:08.599932 I | ceph-cluster-controller: validating ceph version from provided image 2021-11-15T21:05:08.601 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:08.599953 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-8953 quincy", pursuing 2021-11-15T21:05:08.628 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:08.627503 I | op-k8sutil: CSI_RBD_PROVISIONER_TOLERATIONS="" (default) 2021-11-15T21:05:08.633 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:08.627544 I | op-k8sutil: CSI_RBD_PROVISIONER_NODE_AFFINITY="" (default) 2021-11-15T21:05:08.634 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:08.627557 I | op-k8sutil: CSI_RBD_PROVISIONER_RESOURCE="" (default) 2021-11-15T21:05:08.634 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:08.631438 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:05:08.685 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:08.684420 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2021-11-15T21:05:08.685 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:08.684795 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2021-11-15T21:05:08.834 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:08.833963 I | ceph-csi: successfully started CSI Ceph RBD driver 2021-11-15T21:05:08.882 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd stat -f json 2021-11-15T21:05:09.159 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:09.159300 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-8953 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3" 2021-11-15T21:05:09.175 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:09.175180 I | op-k8sutil: CSI_CEPHFS_PLUGIN_TOLERATIONS="" (default) 2021-11-15T21:05:09.175 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:09.175195 I | op-k8sutil: CSI_CEPHFS_PLUGIN_NODE_AFFINITY="" (default) 2021-11-15T21:05:09.175 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:09.175199 I | op-k8sutil: CSI_CEPHFS_PLUGIN_RESOURCE="" (default) 2021-11-15T21:05:09.487 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:05:09.511 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":3,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2021-11-15T21:05:09.511 INFO:tasks.rook: have 0/4 OSDs 2021-11-15T21:05:09.785 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:09.784793 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_TOLERATIONS="" (default) 2021-11-15T21:05:09.786 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:09.784823 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_NODE_AFFINITY="" (default) 2021-11-15T21:05:09.786 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:09.784832 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_RESOURCE="" (default) 2021-11-15T21:05:10.092 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:10.091539 I | op-mon: start running mons 2021-11-15T21:05:10.137 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:10.137058 I | ceph-csi: successfully started CSI CephFS driver 2021-11-15T21:05:10.274 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:10.272750 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:05:10.906 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:10.905994 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.103.233.231:6789"]}] data:a=10.103.233.231:6789 mapping:{"node":{"a":{"Name":"smithi178","Hostname":"smithi178","Address":"172.21.15.178"}}} maxMonId:0] 2021-11-15T21:05:11.134 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:11.133932 I | op-k8sutil: CSI_RBD_FSGROUPPOLICY="ReadWriteOnceWithFSType" (configmap) 2021-11-15T21:05:11.139 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:11.138462 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2021-11-15T21:05:11.139 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:11.138642 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2021-11-15T21:05:11.142 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:11.142002 I | ceph-csi: CSIDriver object updated for driver "rook-ceph.rbd.csi.ceph.com" 2021-11-15T21:05:11.143 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:11.142023 I | op-k8sutil: CSI_CEPHFS_FSGROUPPOLICY="None" (configmap) 2021-11-15T21:05:11.147 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:11.145598 I | ceph-csi: CSIDriver object updated for driver "rook-ceph.cephfs.csi.ceph.com" 2021-11-15T21:05:11.499 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:11.499045 I | op-mon: targeting the mon count 1 2021-11-15T21:05:11.505 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:11.504961 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2021-11-15T21:05:11.849 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:11.848656 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2021-11-15T21:05:11.849 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:11.848692 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2021-11-15T21:05:12.186 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:12.185629 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2021-11-15T21:05:12.186 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:12.185663 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2021-11-15T21:05:12.533 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:12.533176 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2021-11-15T21:05:12.534 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:12.533208 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2021-11-15T21:05:12.870 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:12.869818 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2021-11-15T21:05:12.870 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:12.869839 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2021-11-15T21:05:13.219 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:13.218362 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2021-11-15T21:05:13.219 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:13.218397 I | op-config: deleting "log file" option from the mon configuration database 2021-11-15T21:05:13.560 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:13.559508 I | op-config: successfully deleted "log file" option from the mon configuration database 2021-11-15T21:05:13.561 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:13.559541 I | op-mon: checking for basic quorum with existing mons 2021-11-15T21:05:13.766 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:13.766143 I | op-mon: mon "a" endpoint is [v2:10.103.233.231:3300,v1:10.103.233.231:6789] 2021-11-15T21:05:13.860 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:13.859582 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.103.233.231:6789"]}] data:a=10.103.233.231:6789 mapping:{"node":{"a":{"Name":"smithi178","Hostname":"smithi178","Address":"172.21.15.178"}}} maxMonId:0] 2021-11-15T21:05:13.869 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:13.869062 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2021-11-15T21:05:13.869 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:13.869352 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2021-11-15T21:05:13.976 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:13.976099 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2021-11-15T21:05:13.986 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:13.985572 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2021-11-15T21:05:13.986 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:13.985605 I | op-mon: waiting for mon quorum with [a] 2021-11-15T21:05:14.169 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:14.169064 I | op-mon: mons running: [a] 2021-11-15T21:05:14.571 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:14.570414 I | op-mon: Monitors in quorum: [a] 2021-11-15T21:05:14.571 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:14.570448 I | op-mon: mons created: 1 2021-11-15T21:05:14.984 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:14.983860 I | op-mon: waiting for mon quorum with [a] 2021-11-15T21:05:14.991 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:14.991187 I | op-mon: mons running: [a] 2021-11-15T21:05:15.396 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:15.396072 I | op-mon: Monitors in quorum: [a] 2021-11-15T21:05:15.397 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:15.396099 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2021-11-15T21:05:15.788 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:15.787630 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2021-11-15T21:05:16.193 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:16.192685 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2021-11-15T21:05:16.661 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:16.660764 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2021-11-15T21:05:17.130 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:17.129443 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2021-11-15T21:05:17.130 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:17.129465 I | cephclient: getting or creating ceph auth key "client.crash" 2021-11-15T21:05:17.558 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:17.558067 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2021-11-15T21:05:17.959 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:17.958910 I | cephclient: successfully enabled msgr2 protocol 2021-11-15T21:05:17.960 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:17.958951 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2021-11-15T21:05:17.960 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:17.958960 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2021-11-15T21:05:18.374 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:18.373607 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2021-11-15T21:05:18.415 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:18.415519 I | op-mgr: start running mgr 2021-11-15T21:05:18.416 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:18.415555 I | cephclient: getting or creating ceph auth key "mgr.a" 2021-11-15T21:05:18.888 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:18.887904 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2021-11-15T21:05:18.899 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:18.899148 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2021-11-15T21:05:18.903 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:18.903226 I | op-mgr: setting services to point to mgr "a" 2021-11-15T21:05:18.981 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:18.980498 I | op-mgr: successful modules: balancer 2021-11-15T21:05:19.002 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.002525 I | op-osd: start running osds in namespace "rook-ceph" 2021-11-15T21:05:19.003 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.002559 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2021-11-15T21:05:19.029 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.029212 I | op-osd: start provisioning the OSDs on PVCs, if needed 2021-11-15T21:05:19.113 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.112292 I | op-osd: creating 1 new PVCs for device set "smithi178-lv-1" 2021-11-15T21:05:19.316 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.316248 I | op-osd: successfully provisioned PVC "smithi178-lv-1-data-0zkp5l" 2021-11-15T21:05:19.317 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.316280 I | op-osd: creating 1 new PVCs for device set "smithi178-lv-1" 2021-11-15T21:05:19.513 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd stat -f json 2021-11-15T21:05:19.516 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.516192 I | op-osd: successfully provisioned PVC "smithi178-lv-1-data-04hvp5" 2021-11-15T21:05:19.516 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.516319 I | op-osd: creating 1 new PVCs for device set "smithi178-lv-2" 2021-11-15T21:05:19.718 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.717629 I | op-osd: successfully provisioned PVC "smithi178-lv-2-data-0kwnmw" 2021-11-15T21:05:19.718 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.717670 I | op-osd: creating 1 new PVCs for device set "smithi178-lv-2" 2021-11-15T21:05:19.874 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.874273 I | op-mgr: successful modules: prometheus 2021-11-15T21:05:19.876 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.874643 I | op-mgr: successful modules: dashboard 2021-11-15T21:05:19.880 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.880363 I | op-mgr: successful modules: mgr module(s) from the spec 2021-11-15T21:05:19.914 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.913773 I | op-osd: successfully provisioned PVC "smithi178-lv-2-data-06blnp" 2021-11-15T21:05:19.914 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:19.913820 I | op-osd: creating 1 new PVCs for device set "smithi178-lv-3" 2021-11-15T21:05:20.049 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:05:20.066 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":3,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2021-11-15T21:05:20.066 INFO:tasks.rook: have 0/4 OSDs 2021-11-15T21:05:20.115 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:20.114624 I | op-osd: successfully provisioned PVC "smithi178-lv-3-data-09nv8d" 2021-11-15T21:05:20.115 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:20.114714 I | op-osd: creating 1 new PVCs for device set "smithi178-lv-3" 2021-11-15T21:05:20.347 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:20.347429 I | op-osd: successfully provisioned PVC "smithi178-lv-3-data-0njwbs" 2021-11-15T21:05:20.348 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:20.347465 I | op-osd: creating 1 new PVCs for device set "smithi178-lv-4" 2021-11-15T21:05:20.516 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:20.515900 I | op-osd: successfully provisioned PVC "smithi178-lv-4-data-0b6w9m" 2021-11-15T21:05:20.516 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:20.515959 I | op-osd: creating 1 new PVCs for device set "smithi178-lv-4" 2021-11-15T21:05:20.716 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:20.716116 I | op-osd: successfully provisioned PVC "smithi178-lv-4-data-05nb4k" 2021-11-15T21:05:20.770 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:20.770277 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-1-data-0zkp5l" 2021-11-15T21:05:21.129 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:21.128521 I | op-osd: started OSD provisioning job for PVC "smithi178-lv-1-data-0zkp5l" 2021-11-15T21:05:21.129 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:21.128562 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-1-data-04hvp5" 2021-11-15T21:05:21.473 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:21.473223 I | op-mgr: successful modules: orchestrator modules 2021-11-15T21:05:21.562 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:21.562392 I | op-osd: started OSD provisioning job for PVC "smithi178-lv-1-data-04hvp5" 2021-11-15T21:05:21.563 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:21.562436 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-2-data-0kwnmw" 2021-11-15T21:05:21.941 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:21.940352 I | op-osd: started OSD provisioning job for PVC "smithi178-lv-2-data-0kwnmw" 2021-11-15T21:05:21.941 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:21.940394 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-2-data-06blnp" 2021-11-15T21:05:22.357 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:22.357164 I | op-osd: started OSD provisioning job for PVC "smithi178-lv-2-data-06blnp" 2021-11-15T21:05:22.358 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:22.357198 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-3-data-09nv8d" 2021-11-15T21:05:22.784 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:22.783907 I | op-osd: started OSD provisioning job for PVC "smithi178-lv-3-data-09nv8d" 2021-11-15T21:05:22.784 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:22.783948 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-3-data-0njwbs" 2021-11-15T21:05:23.168 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:23.167900 I | op-osd: started OSD provisioning job for PVC "smithi178-lv-3-data-0njwbs" 2021-11-15T21:05:23.169 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:23.167935 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-4-data-0b6w9m" 2021-11-15T21:05:23.594 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:23.593504 I | op-osd: started OSD provisioning job for PVC "smithi178-lv-4-data-0b6w9m" 2021-11-15T21:05:23.595 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:23.593558 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-4-data-05nb4k" 2021-11-15T21:05:23.932 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:23.931133 I | op-osd: started OSD provisioning job for PVC "smithi178-lv-4-data-05nb4k" 2021-11-15T21:05:23.932 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:23.931162 I | op-osd: start provisioning the OSDs on nodes, if needed 2021-11-15T21:05:23.932 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:23.931167 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2021-11-15T21:05:24.116 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:24.114728 I | op-osd: OSD orchestration status for PVC smithi178-lv-1-data-04hvp5 is "starting" 2021-11-15T21:05:24.116 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:24.114764 I | op-osd: OSD orchestration status for PVC smithi178-lv-1-data-0zkp5l is "starting" 2021-11-15T21:05:24.116 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:24.114778 I | op-osd: OSD orchestration status for PVC smithi178-lv-2-data-06blnp is "starting" 2021-11-15T21:05:24.116 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:24.114789 I | op-osd: OSD orchestration status for PVC smithi178-lv-2-data-0kwnmw is "starting" 2021-11-15T21:05:24.116 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:24.114799 I | op-osd: OSD orchestration status for PVC smithi178-lv-3-data-09nv8d is "starting" 2021-11-15T21:05:24.117 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:24.114810 I | op-osd: OSD orchestration status for PVC smithi178-lv-3-data-0njwbs is "starting" 2021-11-15T21:05:24.117 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:24.114820 I | op-osd: OSD orchestration status for PVC smithi178-lv-4-data-05nb4k is "starting" 2021-11-15T21:05:24.117 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:24.114832 I | op-osd: OSD orchestration status for PVC smithi178-lv-4-data-0b6w9m is "starting" 2021-11-15T21:05:30.068 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd stat -f json 2021-11-15T21:05:30.566 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:05:30.589 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":3,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2021-11-15T21:05:30.589 INFO:tasks.rook: have 0/4 OSDs 2021-11-15T21:05:40.591 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd stat -f json 2021-11-15T21:05:41.491 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:05:41.509 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":3,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2021-11-15T21:05:41.510 INFO:tasks.rook: have 0/4 OSDs 2021-11-15T21:05:50.756 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:50.755859 I | op-osd: OSD orchestration status for node smithi178-lv-1-data-0zkp5l is "orchestrating" 2021-11-15T21:05:50.798 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:50.797813 I | op-osd: OSD orchestration status for node smithi178-lv-4-data-0b6w9m is "orchestrating" 2021-11-15T21:05:50.830 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:50.830181 I | op-osd: OSD orchestration status for node smithi178-lv-3-data-09nv8d is "orchestrating" 2021-11-15T21:05:51.510 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd stat -f json 2021-11-15T21:05:51.561 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:51.560793 I | op-osd: OSD orchestration status for PVC smithi178-lv-3-data-09nv8d is "orchestrating" 2021-11-15T21:05:51.772 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:51.768998 I | op-osd: OSD orchestration status for PVC smithi178-lv-4-data-0b6w9m is "orchestrating" 2021-11-15T21:05:51.773 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:51.769094 I | op-osd: OSD orchestration status for PVC smithi178-lv-1-data-0zkp5l is "orchestrating" 2021-11-15T21:05:52.516 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:52.516374 I | op-osd: OSD orchestration status for node smithi178-lv-2-data-0kwnmw is "orchestrating" 2021-11-15T21:05:52.639 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:05:52.661 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":3,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2021-11-15T21:05:52.661 INFO:tasks.rook: have 0/4 OSDs 2021-11-15T21:05:52.965 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:52.965191 I | op-osd: OSD orchestration status for PVC smithi178-lv-2-data-0kwnmw is "orchestrating" 2021-11-15T21:05:58.208 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:58.208370 I | op-osd: OSD orchestration status for PVC smithi178-lv-3-data-09nv8d is "completed" 2021-11-15T21:05:58.209 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:58.208402 I | op-osd: creating OSD 0 on PVC "smithi178-lv-3-data-09nv8d" 2021-11-15T21:05:58.209 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:58.208413 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-3-data-09nv8d" 2021-11-15T21:05:59.298 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:59.297273 I | op-osd: OSD orchestration status for PVC smithi178-lv-1-data-0zkp5l is "completed" 2021-11-15T21:05:59.298 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:59.297313 I | op-osd: creating OSD 2 on PVC "smithi178-lv-1-data-0zkp5l" 2021-11-15T21:05:59.298 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:05:59.297326 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-1-data-0zkp5l" 2021-11-15T21:06:00.209 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:06:00.209408 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi178": the object has been modified; please apply your changes to the latest version and try again 2021-11-15T21:06:01.075 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:06:01.074001 I | op-osd: OSD orchestration status for PVC smithi178-lv-4-data-0b6w9m is "completed" 2021-11-15T21:06:01.075 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:06:01.074134 I | op-osd: creating OSD 1 on PVC "smithi178-lv-4-data-0b6w9m" 2021-11-15T21:06:01.076 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:06:01.074153 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-4-data-0b6w9m" 2021-11-15T21:06:02.663 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd stat -f json 2021-11-15T21:06:04.166 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:06:04.164334 I | op-osd: OSD orchestration status for PVC smithi178-lv-2-data-0kwnmw is "completed" 2021-11-15T21:06:04.167 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:06:04.164359 I | op-osd: creating OSD 3 on PVC "smithi178-lv-2-data-0kwnmw" 2021-11-15T21:06:04.167 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:06:04.164370 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-2-data-0kwnmw" 2021-11-15T21:06:05.447 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:06:05.466 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":7,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1637010354,"num_remapped_pgs":0} 2021-11-15T21:06:05.467 INFO:tasks.rook: have 0/4 OSDs 2021-11-15T21:06:15.468 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd stat -f json 2021-11-15T21:06:16.855 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:06:16.873 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":7,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1637010354,"num_remapped_pgs":0} 2021-11-15T21:06:16.873 INFO:tasks.rook: have 0/4 OSDs 2021-11-15T21:06:23.932 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:06:23.931492 I | op-osd: waiting... 4 of 8 OSD prepare jobs have finished processing and 0 of 0 OSDs have been updated 2021-11-15T21:06:26.874 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd stat -f json 2021-11-15T21:06:27.751 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:06:27.771 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":7,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1637010354,"num_remapped_pgs":0} 2021-11-15T21:06:27.771 INFO:tasks.rook: have 0/4 OSDs 2021-11-15T21:06:37.772 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd stat -f json 2021-11-15T21:06:39.017 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:06:39.039 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":7,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1637010354,"num_remapped_pgs":0} 2021-11-15T21:06:39.039 INFO:tasks.rook: have 0/4 OSDs 2021-11-15T21:06:49.040 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd stat -f json 2021-11-15T21:06:49.577 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:06:49.598 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":10,"num_osds":4,"num_up_osds":4,"osd_up_since":1637010409,"num_in_osds":4,"osd_in_since":1637010354,"num_remapped_pgs":0} 2021-11-15T21:06:49.599 INFO:tasks.rook:Distributing ceph config and client.admin keyring 2021-11-15T21:06:49.599 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- cat /etc/ceph/ceph.conf 2021-11-15T21:06:49.774 INFO:teuthology.orchestra.run.smithi178.stdout:[global] 2021-11-15T21:06:49.774 INFO:teuthology.orchestra.run.smithi178.stdout:mon_host = 10.103.233.231:6789 2021-11-15T21:06:49.775 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:06:49.775 INFO:teuthology.orchestra.run.smithi178.stdout:[client.admin] 2021-11-15T21:06:49.775 INFO:teuthology.orchestra.run.smithi178.stdout:keyring = /etc/ceph/keyring 2021-11-15T21:06:49.778 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- cat /etc/ceph/keyring 2021-11-15T21:06:49.968 INFO:teuthology.orchestra.run.smithi178.stdout:[client.admin] 2021-11-15T21:06:49.969 INFO:teuthology.orchestra.run.smithi178.stdout:key = AQAoy5Jh2QkWBRAAN11hb1ZOsURvCtD9vA42Lg== 2021-11-15T21:06:49.973 DEBUG:teuthology.orchestra.run.smithi178:> sudo mkdir -p /etc/ceph 2021-11-15T21:06:49.983 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:06:49.984 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/ceph/ceph.conf 2021-11-15T21:06:49.994 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:06:49.995 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/ceph/keyring 2021-11-15T21:06:50.005 INFO:tasks.rook:Setting up client nodes... 2021-11-15T21:06:50.006 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph auth get-or-create client.a mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2021-11-15T21:06:50.856 INFO:teuthology.orchestra.run.smithi178.stdout:[client.a] 2021-11-15T21:06:50.857 INFO:teuthology.orchestra.run.smithi178.stdout: key = AQDqy5JhDlh+LxAAqilVd2DpmUEBOvpMJUWuFw== 2021-11-15T21:06:50.877 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:06:50.878 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/ceph/ceph.client.a.keyring 2021-11-15T21:06:50.878 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod 0644 /etc/ceph/ceph.client.a.keyring 2021-11-15T21:06:50.899 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd dump --format=json 2021-11-15T21:06:51.387 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:06:51.388 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":11,"fsid":"086b6ed5-8af4-44d3-9479-4b9b9cbc1648","created":"2021-11-15T21:04:02.011867+0000","modified":"2021-11-15T21:06:50.475575+0000","last_up_change":"2021-11-15T21:06:49.155843+0000","last_in_change":"2021-11-15T21:05:54.383011+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":3,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":4,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2021-11-15T21:06:50.475402+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"on","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":"11","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":{}}],"osds":[{"osd":0,"uuid":"fb02bcfc-8d82-4e88-9af0-ea5c8b3f95dc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.20:6800","nonce":2750004940},{"type":"v1","addr":"10.253.136.20:6801","nonce":2750004940}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.20:6802","nonce":2750004940},{"type":"v1","addr":"10.253.136.20:6803","nonce":2750004940}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.20:6806","nonce":2750004940},{"type":"v1","addr":"10.253.136.20:6807","nonce":2750004940}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.20:6804","nonce":2750004940},{"type":"v1","addr":"10.253.136.20:6805","nonce":2750004940}]},"public_addr":"10.253.136.20:6801/2750004940","cluster_addr":"10.253.136.20:6803/2750004940","heartbeat_back_addr":"10.253.136.20:6807/2750004940","heartbeat_front_addr":"10.253.136.20:6805/2750004940","state":["exists","up"]},{"osd":1,"uuid":"1870dd85-e9cf-496b-beb6-76ba15e8379a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.24:6800","nonce":180099732},{"type":"v1","addr":"10.253.136.24:6801","nonce":180099732}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.24:6802","nonce":180099732},{"type":"v1","addr":"10.253.136.24:6803","nonce":180099732}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.24:6806","nonce":180099732},{"type":"v1","addr":"10.253.136.24:6807","nonce":180099732}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.24:6804","nonce":180099732},{"type":"v1","addr":"10.253.136.24:6805","nonce":180099732}]},"public_addr":"10.253.136.24:6801/180099732","cluster_addr":"10.253.136.24:6803/180099732","heartbeat_back_addr":"10.253.136.24:6807/180099732","heartbeat_front_addr":"10.253.136.24:6805/180099732","state":["exists","up"]},{"osd":2,"uuid":"0020d75b-23f8-452a-976e-a4f3ce1107b3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.22:6800","nonce":3138821787},{"type":"v1","addr":"10.253.136.22:6801","nonce":3138821787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.22:6802","nonce":3138821787},{"type":"v1","addr":"10.253.136.22:6803","nonce":3138821787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.22:6806","nonce":3138821787},{"type":"v1","addr":"10.253.136.22:6807","nonce":3138821787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.22:6804","nonce":3138821787},{"type":"v1","addr":"10.253.136.22:6805","nonce":3138821787}]},"public_addr":"10.253.136.22:6801/3138821787","cluster_addr":"10.253.136.22:6803/3138821787","heartbeat_back_addr":"10.253.136.22:6807/3138821787","heartbeat_front_addr":"10.253.136.22:6805/3138821787","state":["exists","up"]},{"osd":3,"uuid":"acd6bc2f-675e-450a-a285-1da3a59dac0f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.23:6800","nonce":1789553540},{"type":"v1","addr":"10.253.136.23:6801","nonce":1789553540}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.23:6802","nonce":1789553540},{"type":"v1","addr":"10.253.136.23:6803","nonce":1789553540}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.23:6806","nonce":1789553540},{"type":"v1","addr":"10.253.136.23:6807","nonce":1789553540}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.23:6804","nonce":1789553540},{"type":"v1","addr":"10.253.136.23:6805","nonce":1789553540}]},"public_addr":"10.253.136.23:6801/1789553540","cluster_addr":"10.253.136.23:6803/1789553540","heartbeat_back_addr":"10.253.136.23:6807/1789553540","heartbeat_front_addr":"10.253.136.23:6805/1789553540","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2021-11-15T21:06:47.321170+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2021-11-15T21:06:46.872936+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2021-11-15T21:06:47.397104+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2021-11-15T21:06:47.264265+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"k":"2","m":"2","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2021-11-15T21:06:51.405 INFO:tasks.rook.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2021-11-15T21:06:50.475402+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'on', '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': '11', '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': {}}] 2021-11-15T21:06:51.406 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd pool get .mgr pg_num 2021-11-15T21:06:51.897 INFO:teuthology.orchestra.run.smithi178.stdout:pg_num: 1 2021-11-15T21:06:51.922 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2021-11-15T21:06:51.923 INFO:tasks.rook.ceph_manager.ceph:waiting for mgr available 2021-11-15T21:06:51.924 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph mgr dump --format=json 2021-11-15T21:06:52.508 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:06:52.524 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":12,"active_gid":4162,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.12:6800","nonce":1777577302},{"type":"v1","addr":"10.253.136.12:6801","nonce":1777577302}]},"active_addr":"10.253.136.12:6801/1777577302","active_change":"2021-11-15T21:04:43.828579+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[],"modules":["iostat","nfs","prometheus","restful","rook"],"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":{"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"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":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/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":"quay.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":"quay.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/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":"quay.io/prometheus/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","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_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","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_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","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_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":[]},"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":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"0.0.0.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","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":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","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":"value to set min_size to (unchanged from Ceph's default if this option is not set)","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":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","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_perf_query","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":"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":{"autoscale_profile":{"name":"autoscale_profile","type":"str","level":"advanced","flags":1,"default_value":"scale-down","min":"","max":"","enum_allowed":[],"desc":"pg_autoscale profiler","long_desc":"Determines the behavior of the autoscaler algorithm, `scale-down means start out with full pgs and scalesdown when there is pressure`scale-up` means that it starts out with minmum pgs and scales up when there is pressure","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":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","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":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","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":[]},"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":"0.0.0.0","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","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":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","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":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","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":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share perf counter metrics summed across the whole cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","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":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","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":"","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":{"prometheus":"http://10.253.136.12:9283/"},"always_on_modules":{"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"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":3,"active_clients":[{"addrvec":[{"type":"v2","addr":"10.253.136.12:0","nonce":2922691810}]},{"addrvec":[{"type":"v2","addr":"10.253.136.12:0","nonce":2036879814}]},{"addrvec":[{"type":"v2","addr":"10.253.136.12:0","nonce":2286370979}]}]}} 2021-11-15T21:06:52.527 INFO:tasks.rook.ceph_manager.ceph:mgr available! 2021-11-15T21:06:52.527 INFO:tasks.rook.ceph_manager.ceph:waiting for all up 2021-11-15T21:06:52.528 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd dump --format=json 2021-11-15T21:06:53.135 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:06:53.135 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":13,"fsid":"086b6ed5-8af4-44d3-9479-4b9b9cbc1648","created":"2021-11-15T21:04:02.011867+0000","modified":"2021-11-15T21:06:52.731456+0000","last_up_change":"2021-11-15T21:06:49.155843+0000","last_in_change":"2021-11-15T21:05:54.383011+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":3,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":4,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2021-11-15T21:06:50.475402+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"on","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":"13","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":{}}}],"osds":[{"osd":0,"uuid":"fb02bcfc-8d82-4e88-9af0-ea5c8b3f95dc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.20:6800","nonce":2750004940},{"type":"v1","addr":"10.253.136.20:6801","nonce":2750004940}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.20:6802","nonce":2750004940},{"type":"v1","addr":"10.253.136.20:6803","nonce":2750004940}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.20:6806","nonce":2750004940},{"type":"v1","addr":"10.253.136.20:6807","nonce":2750004940}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.20:6804","nonce":2750004940},{"type":"v1","addr":"10.253.136.20:6805","nonce":2750004940}]},"public_addr":"10.253.136.20:6801/2750004940","cluster_addr":"10.253.136.20:6803/2750004940","heartbeat_back_addr":"10.253.136.20:6807/2750004940","heartbeat_front_addr":"10.253.136.20:6805/2750004940","state":["exists","up"]},{"osd":1,"uuid":"1870dd85-e9cf-496b-beb6-76ba15e8379a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":11,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.24:6800","nonce":180099732},{"type":"v1","addr":"10.253.136.24:6801","nonce":180099732}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.24:6802","nonce":180099732},{"type":"v1","addr":"10.253.136.24:6803","nonce":180099732}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.24:6806","nonce":180099732},{"type":"v1","addr":"10.253.136.24:6807","nonce":180099732}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.24:6804","nonce":180099732},{"type":"v1","addr":"10.253.136.24:6805","nonce":180099732}]},"public_addr":"10.253.136.24:6801/180099732","cluster_addr":"10.253.136.24:6803/180099732","heartbeat_back_addr":"10.253.136.24:6807/180099732","heartbeat_front_addr":"10.253.136.24:6805/180099732","state":["exists","up"]},{"osd":2,"uuid":"0020d75b-23f8-452a-976e-a4f3ce1107b3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.22:6800","nonce":3138821787},{"type":"v1","addr":"10.253.136.22:6801","nonce":3138821787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.22:6802","nonce":3138821787},{"type":"v1","addr":"10.253.136.22:6803","nonce":3138821787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.22:6806","nonce":3138821787},{"type":"v1","addr":"10.253.136.22:6807","nonce":3138821787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.22:6804","nonce":3138821787},{"type":"v1","addr":"10.253.136.22:6805","nonce":3138821787}]},"public_addr":"10.253.136.22:6801/3138821787","cluster_addr":"10.253.136.22:6803/3138821787","heartbeat_back_addr":"10.253.136.22:6807/3138821787","heartbeat_front_addr":"10.253.136.22:6805/3138821787","state":["exists","up"]},{"osd":3,"uuid":"acd6bc2f-675e-450a-a285-1da3a59dac0f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.23:6800","nonce":1789553540},{"type":"v1","addr":"10.253.136.23:6801","nonce":1789553540}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.23:6802","nonce":1789553540},{"type":"v1","addr":"10.253.136.23:6803","nonce":1789553540}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.23:6806","nonce":1789553540},{"type":"v1","addr":"10.253.136.23:6807","nonce":1789553540}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.23:6804","nonce":1789553540},{"type":"v1","addr":"10.253.136.23:6805","nonce":1789553540}]},"public_addr":"10.253.136.23:6801/1789553540","cluster_addr":"10.253.136.23:6803/1789553540","heartbeat_back_addr":"10.253.136.23:6807/1789553540","heartbeat_front_addr":"10.253.136.23:6805/1789553540","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2021-11-15T21:06:47.321170+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2021-11-15T21:06:46.872936+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2021-11-15T21:06:47.397104+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2021-11-15T21:06:47.264265+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"k":"2","m":"2","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2021-11-15T21:06:53.154 INFO:tasks.rook.ceph_manager.ceph:all up! 2021-11-15T21:06:53.154 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd dump --format=json 2021-11-15T21:06:53.686 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:06:53.686 INFO:teuthology.orchestra.run.smithi178.stdout:{"epoch":13,"fsid":"086b6ed5-8af4-44d3-9479-4b9b9cbc1648","created":"2021-11-15T21:04:02.011867+0000","modified":"2021-11-15T21:06:52.731456+0000","last_up_change":"2021-11-15T21:06:49.155843+0000","last_in_change":"2021-11-15T21:05:54.383011+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":3,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":4,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2021-11-15T21:06:50.475402+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"on","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":"13","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":{}}}],"osds":[{"osd":0,"uuid":"fb02bcfc-8d82-4e88-9af0-ea5c8b3f95dc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.20:6800","nonce":2750004940},{"type":"v1","addr":"10.253.136.20:6801","nonce":2750004940}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.20:6802","nonce":2750004940},{"type":"v1","addr":"10.253.136.20:6803","nonce":2750004940}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.20:6806","nonce":2750004940},{"type":"v1","addr":"10.253.136.20:6807","nonce":2750004940}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.20:6804","nonce":2750004940},{"type":"v1","addr":"10.253.136.20:6805","nonce":2750004940}]},"public_addr":"10.253.136.20:6801/2750004940","cluster_addr":"10.253.136.20:6803/2750004940","heartbeat_back_addr":"10.253.136.20:6807/2750004940","heartbeat_front_addr":"10.253.136.20:6805/2750004940","state":["exists","up"]},{"osd":1,"uuid":"1870dd85-e9cf-496b-beb6-76ba15e8379a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":11,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.24:6800","nonce":180099732},{"type":"v1","addr":"10.253.136.24:6801","nonce":180099732}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.24:6802","nonce":180099732},{"type":"v1","addr":"10.253.136.24:6803","nonce":180099732}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.24:6806","nonce":180099732},{"type":"v1","addr":"10.253.136.24:6807","nonce":180099732}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.24:6804","nonce":180099732},{"type":"v1","addr":"10.253.136.24:6805","nonce":180099732}]},"public_addr":"10.253.136.24:6801/180099732","cluster_addr":"10.253.136.24:6803/180099732","heartbeat_back_addr":"10.253.136.24:6807/180099732","heartbeat_front_addr":"10.253.136.24:6805/180099732","state":["exists","up"]},{"osd":2,"uuid":"0020d75b-23f8-452a-976e-a4f3ce1107b3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.22:6800","nonce":3138821787},{"type":"v1","addr":"10.253.136.22:6801","nonce":3138821787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.22:6802","nonce":3138821787},{"type":"v1","addr":"10.253.136.22:6803","nonce":3138821787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.22:6806","nonce":3138821787},{"type":"v1","addr":"10.253.136.22:6807","nonce":3138821787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.22:6804","nonce":3138821787},{"type":"v1","addr":"10.253.136.22:6805","nonce":3138821787}]},"public_addr":"10.253.136.22:6801/3138821787","cluster_addr":"10.253.136.22:6803/3138821787","heartbeat_back_addr":"10.253.136.22:6807/3138821787","heartbeat_front_addr":"10.253.136.22:6805/3138821787","state":["exists","up"]},{"osd":3,"uuid":"acd6bc2f-675e-450a-a285-1da3a59dac0f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.23:6800","nonce":1789553540},{"type":"v1","addr":"10.253.136.23:6801","nonce":1789553540}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.23:6802","nonce":1789553540},{"type":"v1","addr":"10.253.136.23:6803","nonce":1789553540}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.23:6806","nonce":1789553540},{"type":"v1","addr":"10.253.136.23:6807","nonce":1789553540}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.136.23:6804","nonce":1789553540},{"type":"v1","addr":"10.253.136.23:6805","nonce":1789553540}]},"public_addr":"10.253.136.23:6801/1789553540","cluster_addr":"10.253.136.23:6803/1789553540","heartbeat_back_addr":"10.253.136.23:6807/1789553540","heartbeat_front_addr":"10.253.136.23:6805/1789553540","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2021-11-15T21:06:47.321170+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2021-11-15T21:06:46.872936+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2021-11-15T21:06:47.397104+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2021-11-15T21:06:47.264265+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"k":"2","m":"2","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2021-11-15T21:06:53.709 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph tell osd.0 flush_pg_stats 2021-11-15T21:06:54.029 INFO:teuthology.orchestra.run.smithi178.stdout:42949672962 2021-11-15T21:06:54.029 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph tell osd.1 flush_pg_stats 2021-11-15T21:06:54.427 INFO:teuthology.orchestra.run.smithi178.stdout:42949672963 2021-11-15T21:06:54.428 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph tell osd.2 flush_pg_stats 2021-11-15T21:06:55.347 INFO:teuthology.orchestra.run.smithi178.stdout:42949672964 2021-11-15T21:06:55.347 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph tell osd.3 flush_pg_stats 2021-11-15T21:06:56.266 INFO:teuthology.orchestra.run.smithi178.stdout:42949672963 2021-11-15T21:06:56.267 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd last-stat-seq osd.0 2021-11-15T21:06:56.939 INFO:teuthology.orchestra.run.smithi178.stdout:42949672963 2021-11-15T21:06:56.956 INFO:tasks.rook.ceph_manager.ceph:need seq 42949672962 got 42949672963 for osd.0 2021-11-15T21:06:56.956 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd last-stat-seq osd.1 2021-11-15T21:06:57.438 INFO:teuthology.orchestra.run.smithi178.stdout:42949672964 2021-11-15T21:06:57.457 INFO:tasks.rook.ceph_manager.ceph:need seq 42949672963 got 42949672964 for osd.1 2021-11-15T21:06:57.458 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd last-stat-seq osd.2 2021-11-15T21:06:57.958 INFO:teuthology.orchestra.run.smithi178.stdout:42949672964 2021-11-15T21:06:57.977 INFO:tasks.rook.ceph_manager.ceph:need seq 42949672964 got 42949672964 for osd.2 2021-11-15T21:06:57.977 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd last-stat-seq osd.3 2021-11-15T21:06:58.496 INFO:teuthology.orchestra.run.smithi178.stdout:42949672963 2021-11-15T21:06:58.516 INFO:tasks.rook.ceph_manager.ceph:need seq 42949672963 got 42949672963 for osd.3 2021-11-15T21:06:58.516 INFO:tasks.rook.ceph_manager.ceph:waiting for clean 2021-11-15T21:06:58.517 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph pg dump --format=json 2021-11-15T21:06:58.982 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:06:58.985 INFO:teuthology.orchestra.run.smithi178.stderr:dumped all 2021-11-15T21:06:59.001 INFO:teuthology.orchestra.run.smithi178.stdout:{"pg_ready":true,"pg_map":{"version":70,"stamp":"2021-11-15T21:06:57.992224+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":123,"num_write_kb":1632,"num_scrub_errors":0,"num_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":85,"ondisk_log_size":85,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":2,"num_osds":4,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":374980608,"kb_used":23384,"kb_used_data":2184,"kb_used_omap":0,"kb_used_meta":20160,"kb_avail":374957224,"statfs":{"total":383980142592,"available":383956197376,"internally_reserved":0,"allocated":2236416,"data_stored":1882805,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20643840},"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":"2.000507"},"pg_stats":[{"pgid":"1.0","version":"13'85","reported_seq":122,"reported_epoch":13,"state":"active+clean","last_fresh":"2021-11-15T21:06:53.404380+0000","last_change":"2021-11-15T21:06:52.345212+0000","last_active":"2021-11-15T21:06:53.404380+0000","last_peered":"2021-11-15T21:06:53.404380+0000","last_clean":"2021-11-15T21:06:53.404380+0000","last_became_active":"2021-11-15T21:06:52.342593+0000","last_became_peered":"2021-11-15T21:06:52.342593+0000","last_unstale":"2021-11-15T21:06:53.404380+0000","last_undegraded":"2021-11-15T21:06:53.404380+0000","last_fullsized":"2021-11-15T21:06:53.404380+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-11-15T21:06:50.475575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-11-15T21:06:50.475575+0000","last_clean_scrub_stamp":"2021-11-15T21:06:50.475575+0000","log_size":85,"ondisk_log_size":85,"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,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2021-11-17T02:16:08.805379+0000","stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":123,"num_write_kb":1632,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,2],"acting":[1,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":123,"num_write_kb":1632,"num_scrub_errors":0,"num_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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":85,"ondisk_log_size":85,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":3,"up_from":10,"seq":42949672963,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":4920,"kb_used_data":112,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740232,"statfs":{"total":95995035648,"available":95989997568,"internally_reserved":0,"allocated":114688,"data_stored":28124,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73999999999999999}]},{"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.087}]},{"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.1950000000000001}]}]},{"osd":2,"up_from":10,"seq":42949672964,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6196,"kb_used_data":692,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93738956,"statfs":{"total":95995035648,"available":95988690944,"internally_reserved":0,"allocated":708608,"data_stored":618492,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55500000000000005}]},{"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.746}]},{"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.47999999999999998}]}]},{"osd":0,"up_from":10,"seq":42949672963,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6132,"kb_used_data":688,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739020,"statfs":{"total":95995035648,"available":95988756480,"internally_reserved":0,"allocated":704512,"data_stored":617697,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[1,2,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"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.3360000000000001}]},{"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.2130000000000001}]},{"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.2589999999999999}]}]},{"osd":1,"up_from":10,"seq":42949672964,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6136,"kb_used_data":692,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739016,"statfs":{"total":95995035648,"available":95988752384,"internally_reserved":0,"allocated":708608,"data_stored":618492,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,2,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.141}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.80700000000000005}]},{"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.70199999999999996}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2021-11-15T21:06:59.002 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph pg dump --format=json 2021-11-15T21:06:59.522 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:06:59.525 INFO:teuthology.orchestra.run.smithi178.stderr:dumped all 2021-11-15T21:06:59.539 INFO:teuthology.orchestra.run.smithi178.stdout:{"pg_ready":true,"pg_map":{"version":70,"stamp":"2021-11-15T21:06:57.992224+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":123,"num_write_kb":1632,"num_scrub_errors":0,"num_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":85,"ondisk_log_size":85,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":2,"num_osds":4,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":374980608,"kb_used":23384,"kb_used_data":2184,"kb_used_omap":0,"kb_used_meta":20160,"kb_avail":374957224,"statfs":{"total":383980142592,"available":383956197376,"internally_reserved":0,"allocated":2236416,"data_stored":1882805,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20643840},"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":"2.000507"},"pg_stats":[{"pgid":"1.0","version":"13'85","reported_seq":122,"reported_epoch":13,"state":"active+clean","last_fresh":"2021-11-15T21:06:53.404380+0000","last_change":"2021-11-15T21:06:52.345212+0000","last_active":"2021-11-15T21:06:53.404380+0000","last_peered":"2021-11-15T21:06:53.404380+0000","last_clean":"2021-11-15T21:06:53.404380+0000","last_became_active":"2021-11-15T21:06:52.342593+0000","last_became_peered":"2021-11-15T21:06:52.342593+0000","last_unstale":"2021-11-15T21:06:53.404380+0000","last_undegraded":"2021-11-15T21:06:53.404380+0000","last_fullsized":"2021-11-15T21:06:53.404380+0000","mapping_epoch":11,"log_start":"0'0","ondisk_log_start":"0'0","created":11,"last_epoch_clean":12,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2021-11-15T21:06:50.475575+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2021-11-15T21:06:50.475575+0000","last_clean_scrub_stamp":"2021-11-15T21:06:50.475575+0000","log_size":85,"ondisk_log_size":85,"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,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2021-11-17T02:16:08.805379+0000","stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":123,"num_write_kb":1632,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,2],"acting":[1,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":123,"num_write_kb":1632,"num_scrub_errors":0,"num_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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":85,"ondisk_log_size":85,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":3,"up_from":10,"seq":42949672963,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":4920,"kb_used_data":112,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740232,"statfs":{"total":95995035648,"available":95989997568,"internally_reserved":0,"allocated":114688,"data_stored":28124,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73999999999999999}]},{"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.087}]},{"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.1950000000000001}]}]},{"osd":2,"up_from":10,"seq":42949672964,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6196,"kb_used_data":692,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93738956,"statfs":{"total":95995035648,"available":95988690944,"internally_reserved":0,"allocated":708608,"data_stored":618492,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55500000000000005}]},{"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.746}]},{"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.47999999999999998}]}]},{"osd":0,"up_from":10,"seq":42949672963,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6132,"kb_used_data":688,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739020,"statfs":{"total":95995035648,"available":95988756480,"internally_reserved":0,"allocated":704512,"data_stored":617697,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[1,2,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"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.3360000000000001}]},{"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.2130000000000001}]},{"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.2589999999999999}]}]},{"osd":1,"up_from":10,"seq":42949672964,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6136,"kb_used_data":692,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739016,"statfs":{"total":95995035648,"available":95988752384,"internally_reserved":0,"allocated":708608,"data_stored":618492,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,2,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.141}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.80700000000000005}]},{"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.70199999999999996}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2021-11-15T21:06:59.540 INFO:tasks.rook.ceph_manager.ceph:clean! 2021-11-15T21:06:59.540 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2021-11-15T21:06:59.541 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy 2021-11-15T21:06:59.541 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph health --format=json 2021-11-15T21:07:00.065 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:07:00.066 INFO:teuthology.orchestra.run.smithi178.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2021-11-15T21:07:00.089 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy done 2021-11-15T21:07:00.090 INFO:tasks.rook:Rook complete, yielding 2021-11-15T21:07:00.090 INFO:teuthology.run_tasks:Running task rook.shell... 2021-11-15T21:07:00.101 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph -s 2021-11-15T21:07:00.673 INFO:teuthology.orchestra.run.smithi178.stdout: cluster: 2021-11-15T21:07:00.673 INFO:teuthology.orchestra.run.smithi178.stdout: id: 086b6ed5-8af4-44d3-9479-4b9b9cbc1648 2021-11-15T21:07:00.674 INFO:teuthology.orchestra.run.smithi178.stdout: health: HEALTH_OK 2021-11-15T21:07:00.674 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:07:00.674 INFO:teuthology.orchestra.run.smithi178.stdout: services: 2021-11-15T21:07:00.674 INFO:teuthology.orchestra.run.smithi178.stdout: mon: 1 daemons, quorum a (age -1660522977) 2021-11-15T21:07:00.674 INFO:teuthology.orchestra.run.smithi178.stdout: mgr: a(active, since 2m) 2021-11-15T21:07:00.675 INFO:teuthology.orchestra.run.smithi178.stdout: osd: 4 osds: 4 up (since 11s), 4 in (since 66s) 2021-11-15T21:07:00.675 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:07:00.675 INFO:teuthology.orchestra.run.smithi178.stdout: data: 2021-11-15T21:07:00.675 INFO:teuthology.orchestra.run.smithi178.stdout: pools: 1 pools, 1 pgs 2021-11-15T21:07:00.675 INFO:teuthology.orchestra.run.smithi178.stdout: objects: 2 objects, 577 KiB 2021-11-15T21:07:00.676 INFO:teuthology.orchestra.run.smithi178.stdout: usage: 23 MiB used, 358 GiB / 358 GiB avail 2021-11-15T21:07:00.676 INFO:teuthology.orchestra.run.smithi178.stdout: pgs: 1 active+clean 2021-11-15T21:07:00.676 INFO:teuthology.orchestra.run.smithi178.stdout: 2021-11-15T21:07:00.694 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch status 2021-11-15T21:07:01.319 INFO:teuthology.orchestra.run.smithi178.stdout:Backend: rook 2021-11-15T21:07:01.319 INFO:teuthology.orchestra.run.smithi178.stdout:Available: Yes 2021-11-15T21:07:01.338 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch ps 2021-11-15T21:07:01.896 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2021-11-15T21:07:01.896 INFO:teuthology.orchestra.run.smithi178.stdout:crashcollector.crash smithi178 Running (60s) 0s ago 61s - - 2f8c2c2973d5 2021-11-15T21:07:01.897 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.a smithi178 Running (2m) 0s ago 2m - - 2f8c2c2973d5 2021-11-15T21:07:01.897 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 Running (3m) 0s ago 3m - - 2f8c2c2973d5 2021-11-15T21:07:01.897 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 Running (62s) 0s ago 63s - - 2f8c2c2973d5 2021-11-15T21:07:01.897 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 Running (57s) 0s ago 58s - - 2f8c2c2973d5 2021-11-15T21:07:01.898 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 Running (60s) 0s ago 60s - - 2f8c2c2973d5 2021-11-15T21:07:01.898 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 Running (55s) 0s ago 55s - - 2f8c2c2973d5 2021-11-15T21:07:01.919 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch ls 2021-11-15T21:07:02.579 INFO:teuthology.orchestra.run.smithi178.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2021-11-15T21:07:02.580 INFO:teuthology.orchestra.run.smithi178.stdout:crash 1/1 0s ago 62s * 2021-11-15T21:07:02.580 INFO:teuthology.orchestra.run.smithi178.stdout:mgr 1/1 0s ago 2m count:1 2021-11-15T21:07:02.580 INFO:teuthology.orchestra.run.smithi178.stdout:mon 1/1 0s ago 3m count:1 2021-11-15T21:07:02.580 INFO:teuthology.orchestra.run.smithi178.stdout:osd 4 0s ago - 2021-11-15T21:07:02.581 INFO:teuthology.orchestra.run.smithi178.stdout:osd.all-available-devices 0 0s ago - * 2021-11-15T21:07:02.605 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch device ls 2021-11-15T21:07:03.131 INFO:teuthology.orchestra.run.smithi178.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2021-11-15T21:07:03.131 INFO:teuthology.orchestra.run.smithi178.stdout:smithi178 /dev/vg_nvme/lv_1 unknown None 107G 2021-11-15T21:07:03.131 INFO:teuthology.orchestra.run.smithi178.stdout:smithi178 /dev/vg_nvme/lv_2 unknown None 107G 2021-11-15T21:07:03.132 INFO:teuthology.orchestra.run.smithi178.stdout:smithi178 /dev/vg_nvme/lv_3 unknown None 107G 2021-11-15T21:07:03.132 INFO:teuthology.orchestra.run.smithi178.stdout:smithi178 /dev/vg_nvme/lv_4 unknown None 107G 2021-11-15T21:07:03.152 INFO:teuthology.run_tasks:Running task install... 2021-11-15T21:07:03.162 DEBUG:teuthology.task.install:project ceph 2021-11-15T21:07:03.162 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'sha1': 'f51261b810e0a244c0d8f9a37834e5287f5f60c3'}} 2021-11-15T21:07:03.163 DEBUG:teuthology.task.install:config {'host.a': None, 'sha1': 'f51261b810e0a244c0d8f9a37834e5287f5f60c3'} 2021-11-15T21:07:03.163 INFO:teuthology.task.install:Using flavor: default 2021-11-15T21:07:03.169 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', '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', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2021-11-15T21:07:03.169 INFO:teuthology.task.install:extra packages: [] 2021-11-15T21:07:03.170 DEBUG:teuthology.orchestra.run.smithi178:> sudo lsb_release -is 2021-11-15T21:07:03.219 INFO:teuthology.orchestra.run.smithi178.stdout:Ubuntu 2021-11-15T21:07:03.225 DEBUG:teuthology.misc:System to be installed: Ubuntu 2021-11-15T21:07:03.225 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt-key list | grep Ceph 2021-11-15T21:07:03.320 INFO:teuthology.orchestra.run.smithi178.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2021-11-15T21:07:03.382 INFO:teuthology.orchestra.run.smithi178.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2021-11-15T21:07:03.382 INFO:teuthology.orchestra.run.smithi178.stdout:uid [ unknown] Ceph.com (release key) 2021-11-15T21:07:03.384 DEBUG:teuthology.orchestra.run.smithi178:> sudo lsb_release -is 2021-11-15T21:07:03.431 INFO:teuthology.orchestra.run.smithi178.stdout:Ubuntu 2021-11-15T21:07:03.437 DEBUG:teuthology.misc:System to be installed: Ubuntu 2021-11-15T21:07:03.437 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2021-11-15T21:07:03.438 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=f51261b810e0a244c0d8f9a37834e5287f5f60c3 2021-11-15T21:07:03.654 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default/ 2021-11-15T21:07:03.654 INFO:teuthology.task.install.deb:Package version is 17.0.0-8953-gf51261b8-1focal 2021-11-15T21:07:03.839 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:07:03.840 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2021-11-15T21:07:03.858 DEBUG:teuthology.orchestra.run.smithi178:> sudo apt-get update 2021-11-15T21:07:04.028 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-11-15T21:07:04.140 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease 2021-11-15T21:07:04.190 INFO:teuthology.orchestra.run.smithi178.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal InRelease 2021-11-15T21:07:04.200 INFO:teuthology.orchestra.run.smithi178.stdout:Get:2 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9,383 B] 2021-11-15T21:07:04.222 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2021-11-15T21:07:04.229 INFO:teuthology.orchestra.run.smithi178.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal Release [7,662 B] 2021-11-15T21:07:04.268 INFO:teuthology.orchestra.run.smithi178.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal Release.gpg 2021-11-15T21:07:04.304 INFO:teuthology.orchestra.run.smithi178.stdout:Hit:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2021-11-15T21:07:04.344 INFO:teuthology.orchestra.run.smithi178.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 Packages [17.3 kB] 2021-11-15T21:07:04.391 INFO:teuthology.orchestra.run.smithi178.stdout:Get:10 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main i386 Packages [3,362 B] 2021-11-15T21:07:04.795 INFO:teuthology.orchestra.run.smithi178.stdout:Fetched 37.7 kB in 1s (50.6 kB/s) 2021-11-15T21:07:05.669 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2021-11-15T21:07:05.692 DEBUG:teuthology.orchestra.run.smithi178:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=17.0.0-8953-gf51261b8-1focal cephadm=17.0.0-8953-gf51261b8-1focal ceph-mds=17.0.0-8953-gf51261b8-1focal ceph-mgr=17.0.0-8953-gf51261b8-1focal ceph-common=17.0.0-8953-gf51261b8-1focal ceph-fuse=17.0.0-8953-gf51261b8-1focal ceph-test=17.0.0-8953-gf51261b8-1focal ceph-volume=17.0.0-8953-gf51261b8-1focal radosgw=17.0.0-8953-gf51261b8-1focal python3-rados=17.0.0-8953-gf51261b8-1focal python3-rgw=17.0.0-8953-gf51261b8-1focal python3-cephfs=17.0.0-8953-gf51261b8-1focal python3-rbd=17.0.0-8953-gf51261b8-1focal libcephfs2=17.0.0-8953-gf51261b8-1focal libcephfs-dev=17.0.0-8953-gf51261b8-1focal librados2=17.0.0-8953-gf51261b8-1focal librbd1=17.0.0-8953-gf51261b8-1focal rbd-fuse=17.0.0-8953-gf51261b8-1focal 2021-11-15T21:07:05.764 INFO:teuthology.orchestra.run.smithi178.stdout:Reading package lists... 2021-11-15T21:07:05.937 INFO:teuthology.orchestra.run.smithi178.stdout:Building dependency tree... 2021-11-15T21:07:05.938 INFO:teuthology.orchestra.run.smithi178.stdout:Reading state information... 2021-11-15T21:07:06.086 INFO:teuthology.orchestra.run.smithi178.stdout:The following packages were automatically installed and are no longer required: 2021-11-15T21:07:06.087 INFO:teuthology.orchestra.run.smithi178.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 libllvm11 2021-11-15T21:07:06.088 INFO:teuthology.orchestra.run.smithi178.stdout: linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic 2021-11-15T21:07:06.088 INFO:teuthology.orchestra.run.smithi178.stdout: linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic 2021-11-15T21:07:06.088 INFO:teuthology.orchestra.run.smithi178.stdout: linux-modules-extra-5.4.0-66-generic 2021-11-15T21:07:06.088 INFO:teuthology.orchestra.run.smithi178.stdout:Use 'sudo apt autoremove' to remove them. 2021-11-15T21:07:06.088 INFO:teuthology.orchestra.run.smithi178.stdout:The following additional packages will be installed: 2021-11-15T21:07:06.089 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-base ceph-mgr-dashboard ceph-mgr-diskprediction-local 2021-11-15T21:07:06.089 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq libjq1 2021-11-15T21:07:06.089 INFO:teuthology.orchestra.run.smithi178.stdout: libjs-sphinxdoc libjs-underscore liblbfgsb0 libleveldb1d liblttng-ust0 2021-11-15T21:07:06.089 INFO:teuthology.orchestra.run.smithi178.stdout: liblua5.3-0 liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 2021-11-15T21:07:06.090 INFO:teuthology.orchestra.run.smithi178.stdout: librgw2 libsqlite3-mod-ceph libxslt1.1 nvme-cli python-pastedeploy-tpl 2021-11-15T21:07:06.090 INFO:teuthology.orchestra.run.smithi178.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2021-11-15T21:07:06.091 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common 2021-11-15T21:07:06.091 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2021-11-15T21:07:06.091 INFO:teuthology.orchestra.run.smithi178.stdout: python3-html5lib python3-joblib python3-jwt python3-kubernetes 2021-11-15T21:07:06.091 INFO:teuthology.orchestra.run.smithi178.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2021-11-15T21:07:06.091 INFO:teuthology.orchestra.run.smithi178.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2021-11-15T21:07:06.092 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2021-11-15T21:07:06.092 INFO:teuthology.orchestra.run.smithi178.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2021-11-15T21:07:06.092 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2021-11-15T21:07:06.092 INFO:teuthology.orchestra.run.smithi178.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2021-11-15T21:07:06.093 INFO:teuthology.orchestra.run.smithi178.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2021-11-15T21:07:06.093 INFO:teuthology.orchestra.run.smithi178.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2021-11-15T21:07:06.093 INFO:teuthology.orchestra.run.smithi178.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2021-11-15T21:07:06.093 INFO:teuthology.orchestra.run.smithi178.stdout: python3-websocket python3-webtest python3-werkzeug xmlstarlet 2021-11-15T21:07:06.093 INFO:teuthology.orchestra.run.smithi178.stdout:Suggested packages: 2021-11-15T21:07:06.094 INFO:teuthology.orchestra.run.smithi178.stdout: python3-influxdb python-attr-doc python-blinker-doc python-cryptography-doc 2021-11-15T21:07:06.094 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cryptography-vectors python3-genshi python3-crypto python3-lxml-dbg 2021-11-15T21:07:06.094 INFO:teuthology.orchestra.run.smithi178.stdout: python-lxml-doc python3-beaker python-mako-doc python-openssl-doc 2021-11-15T21:07:06.094 INFO:teuthology.orchestra.run.smithi178.stdout: python3-openssl-dbg httpd-wsgi libapache2-mod-python libapache2-mod-scgi 2021-11-15T21:07:06.094 INFO:teuthology.orchestra.run.smithi178.stdout: libjs-mochikit python-pecan-doc python-psutil-doc subversion 2021-11-15T21:07:06.095 INFO:teuthology.orchestra.run.smithi178.stdout: python-pyinotify-doc python-scipy-doc python3-dap python-sklearn-doc 2021-11-15T21:07:06.095 INFO:teuthology.orchestra.run.smithi178.stdout: ipython3 python-waitress-doc python-webob-doc python-webtest-doc 2021-11-15T21:07:06.095 INFO:teuthology.orchestra.run.smithi178.stdout: python-werkzeug-doc python3-termcolor python3-watchdog 2021-11-15T21:07:06.095 INFO:teuthology.orchestra.run.smithi178.stdout:Recommended packages: 2021-11-15T21:07:06.095 INFO:teuthology.orchestra.run.smithi178.stdout: btrfs-tools ceph-mgr-cephadm 2021-11-15T21:07:06.198 INFO:teuthology.orchestra.run.smithi178.stdout:The following NEW packages will be installed: 2021-11-15T21:07:06.198 INFO:teuthology.orchestra.run.smithi178.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-dashboard 2021-11-15T21:07:06.198 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2021-11-15T21:07:06.200 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-mon ceph-osd ceph-test ceph-volume cephadm jq libcephfs-dev libcephfs2 2021-11-15T21:07:06.200 INFO:teuthology.orchestra.run.smithi178.stdout: libjq1 libjs-sphinxdoc libjs-underscore liblbfgsb0 libleveldb1d 2021-11-15T21:07:06.200 INFO:teuthology.orchestra.run.smithi178.stdout: liblttng-ust0 liblua5.3-0 liboath0 libonig5 librabbitmq4 libradosstriper1 2021-11-15T21:07:06.200 INFO:teuthology.orchestra.run.smithi178.stdout: librdkafka1 librgw2 libsqlite3-mod-ceph libxslt1.1 nvme-cli 2021-11-15T21:07:06.201 INFO:teuthology.orchestra.run.smithi178.stdout: python-pastedeploy-tpl python3-atomicwrites python3-attr python3-bcrypt 2021-11-15T21:07:06.201 INFO:teuthology.orchestra.run.smithi178.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2021-11-15T21:07:06.201 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ceph-common python3-cephfs python3-cherrypy3 python3-cryptography 2021-11-15T21:07:06.201 INFO:teuthology.orchestra.run.smithi178.stdout: python3-decorator python3-google-auth python3-html5lib python3-joblib 2021-11-15T21:07:06.202 INFO:teuthology.orchestra.run.smithi178.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2021-11-15T21:07:06.202 INFO:teuthology.orchestra.run.smithi178.stdout: python3-markupsafe python3-oauthlib python3-openssl python3-packaging 2021-11-15T21:07:06.202 INFO:teuthology.orchestra.run.smithi178.stdout: python3-paste python3-pastedeploy python3-pastescript python3-pecan 2021-11-15T21:07:06.202 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pluggy python3-prettytable python3-psutil python3-py python3-pyasn1 2021-11-15T21:07:06.202 INFO:teuthology.orchestra.run.smithi178.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-rados 2021-11-15T21:07:06.203 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rbd python3-repoze.lru python3-requests-oauthlib python3-rgw 2021-11-15T21:07:06.203 INFO:teuthology.orchestra.run.smithi178.stdout: python3-routes python3-rsa python3-scipy python3-simplegeneric 2021-11-15T21:07:06.203 INFO:teuthology.orchestra.run.smithi178.stdout: python3-simplejson python3-singledispatch python3-sklearn 2021-11-15T21:07:06.203 INFO:teuthology.orchestra.run.smithi178.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2021-11-15T21:07:06.204 INFO:teuthology.orchestra.run.smithi178.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2021-11-15T21:07:06.204 INFO:teuthology.orchestra.run.smithi178.stdout: python3-webtest python3-werkzeug radosgw rbd-fuse xmlstarlet 2021-11-15T21:07:06.204 INFO:teuthology.orchestra.run.smithi178.stdout:The following packages will be upgraded: 2021-11-15T21:07:06.204 INFO:teuthology.orchestra.run.smithi178.stdout: librados2 librbd1 2021-11-15T21:07:06.391 INFO:teuthology.orchestra.run.smithi178.stdout:2 upgraded, 96 newly installed, 0 to remove and 57 not upgraded. 2021-11-15T21:07:06.392 INFO:teuthology.orchestra.run.smithi178.stdout:Need to get 179 MB of archives. 2021-11-15T21:07:06.392 INFO:teuthology.orchestra.run.smithi178.stdout:After this operation, 836 MB of additional disk space will be used. 2021-11-15T21:07:06.392 INFO:teuthology.orchestra.run.smithi178.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2021-11-15T21:07:06.561 INFO:teuthology.orchestra.run.smithi178.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 17.0.0-8953-gf51261b8-1focal [3,476 kB] 2021-11-15T21:07:06.763 INFO:teuthology.orchestra.run.smithi178.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2021-11-15T21:07:06.772 INFO:teuthology.orchestra.run.smithi178.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2021-11-15T21:07:06.777 INFO:teuthology.orchestra.run.smithi178.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2021-11-15T21:07:06.845 INFO:teuthology.orchestra.run.smithi178.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2021-11-15T21:07:06.948 INFO:teuthology.orchestra.run.smithi178.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libleveldb1d amd64 1.22-3ubuntu2 [139 kB] 2021-11-15T21:07:06.970 INFO:teuthology.orchestra.run.smithi178.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2021-11-15T21:07:06.978 INFO:teuthology.orchestra.run.smithi178.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2021-11-15T21:07:07.010 INFO:teuthology.orchestra.run.smithi178.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2021-11-15T21:07:07.013 INFO:teuthology.orchestra.run.smithi178.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2021-11-15T21:07:07.016 INFO:teuthology.orchestra.run.smithi178.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2021-11-15T21:07:07.029 INFO:teuthology.orchestra.run.smithi178.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jwt all 1.7.1-2ubuntu2 [17.4 kB] 2021-11-15T21:07:07.031 INFO:teuthology.orchestra.run.smithi178.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2021-11-15T21:07:07.033 INFO:teuthology.orchestra.run.smithi178.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2021-11-15T21:07:07.092 INFO:teuthology.orchestra.run.smithi178.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2 [59.1 kB] 2021-11-15T21:07:07.094 INFO:teuthology.orchestra.run.smithi178.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2021-11-15T21:07:07.095 INFO:teuthology.orchestra.run.smithi178.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2021-11-15T21:07:07.174 INFO:teuthology.orchestra.run.smithi178.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2021-11-15T21:07:07.177 INFO:teuthology.orchestra.run.smithi178.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2021-11-15T21:07:07.178 INFO:teuthology.orchestra.run.smithi178.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2021-11-15T21:07:07.182 INFO:teuthology.orchestra.run.smithi178.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-waitress all 1.4.1-1 [80.6 kB] 2021-11-15T21:07:07.185 INFO:teuthology.orchestra.run.smithi178.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2021-11-15T21:07:07.186 INFO:teuthology.orchestra.run.smithi178.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2021-11-15T21:07:07.206 INFO:teuthology.orchestra.run.smithi178.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2021-11-15T21:07:07.255 INFO:teuthology.orchestra.run.smithi178.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2021-11-15T21:07:07.256 INFO:teuthology.orchestra.run.smithi178.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2021-11-15T21:07:07.258 INFO:teuthology.orchestra.run.smithi178.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2021-11-15T21:07:07.338 INFO:teuthology.orchestra.run.smithi178.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-werkzeug all 0.16.1+dfsg1-2 [183 kB] 2021-11-15T21:07:07.344 INFO:teuthology.orchestra.run.smithi178.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2021-11-15T21:07:07.345 INFO:teuthology.orchestra.run.smithi178.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2021-11-15T21:07:07.348 INFO:teuthology.orchestra.run.smithi178.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2021-11-15T21:07:07.351 INFO:teuthology.orchestra.run.smithi178.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2021-11-15T21:07:07.354 INFO:teuthology.orchestra.run.smithi178.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2021-11-15T21:07:07.355 INFO:teuthology.orchestra.run.smithi178.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2021-11-15T21:07:07.420 INFO:teuthology.orchestra.run.smithi178.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2021-11-15T21:07:07.759 INFO:teuthology.orchestra.run.smithi178.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2021-11-15T21:07:07.819 INFO:teuthology.orchestra.run.smithi178.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2021-11-15T21:07:07.820 INFO:teuthology.orchestra.run.smithi178.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2021-11-15T21:07:07.885 INFO:teuthology.orchestra.run.smithi178.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2021-11-15T21:07:07.885 INFO:teuthology.orchestra.run.smithi178.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2021-11-15T21:07:07.886 INFO:teuthology.orchestra.run.smithi178.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2021-11-15T21:07:07.886 INFO:teuthology.orchestra.run.smithi178.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2021-11-15T21:07:07.887 INFO:teuthology.orchestra.run.smithi178.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2021-11-15T21:07:07.887 INFO:teuthology.orchestra.run.smithi178.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2021-11-15T21:07:07.888 INFO:teuthology.orchestra.run.smithi178.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2021-11-15T21:07:07.925 INFO:teuthology.orchestra.run.smithi178.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2021-11-15T21:07:07.926 INFO:teuthology.orchestra.run.smithi178.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2021-11-15T21:07:08.007 INFO:teuthology.orchestra.run.smithi178.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2021-11-15T21:07:08.012 INFO:teuthology.orchestra.run.smithi178.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2021-11-15T21:07:08.015 INFO:teuthology.orchestra.run.smithi178.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2021-11-15T21:07:08.018 INFO:teuthology.orchestra.run.smithi178.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2021-11-15T21:07:08.019 INFO:teuthology.orchestra.run.smithi178.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libxslt1.1 amd64 1.1.34-4 [152 kB] 2021-11-15T21:07:08.022 INFO:teuthology.orchestra.run.smithi178.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2021-11-15T21:07:08.024 INFO:teuthology.orchestra.run.smithi178.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2021-11-15T21:07:08.027 INFO:teuthology.orchestra.run.smithi178.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2021-11-15T21:07:08.089 INFO:teuthology.orchestra.run.smithi178.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2021-11-15T21:07:08.090 INFO:teuthology.orchestra.run.smithi178.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2021-11-15T21:07:08.171 INFO:teuthology.orchestra.run.smithi178.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2021-11-15T21:07:08.173 INFO:teuthology.orchestra.run.smithi178.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.3 [1,382 kB] 2021-11-15T21:07:08.194 INFO:teuthology.orchestra.run.smithi178.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2021-11-15T21:07:08.194 INFO:teuthology.orchestra.run.smithi178.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2021-11-15T21:07:08.195 INFO:teuthology.orchestra.run.smithi178.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2021-11-15T21:07:08.195 INFO:teuthology.orchestra.run.smithi178.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2021-11-15T21:07:08.195 INFO:teuthology.orchestra.run.smithi178.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2021-11-15T21:07:08.196 INFO:teuthology.orchestra.run.smithi178.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2021-11-15T21:07:08.253 INFO:teuthology.orchestra.run.smithi178.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2021-11-15T21:07:08.254 INFO:teuthology.orchestra.run.smithi178.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2021-11-15T21:07:08.336 INFO:teuthology.orchestra.run.smithi178.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2021-11-15T21:07:10.692 INFO:teuthology.orchestra.run.smithi178.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 17.0.0-8953-gf51261b8-1focal [3,522 kB] 2021-11-15T21:07:11.843 INFO:teuthology.orchestra.run.smithi178.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 17.0.0-8953-gf51261b8-1focal [746 kB] 2021-11-15T21:07:12.024 INFO:teuthology.orchestra.run.smithi178.stdout:Get:72 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 17.0.0-8953-gf51261b8-1focal [413 kB] 2021-11-15T21:07:12.115 INFO:teuthology.orchestra.run.smithi178.stdout:Get:73 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 17.0.0-8953-gf51261b8-1focal [22.4 kB] 2021-11-15T21:07:12.115 INFO:teuthology.orchestra.run.smithi178.stdout:Get:74 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 17.0.0-8953-gf51261b8-1focal [200 kB] 2021-11-15T21:07:12.201 INFO:teuthology.orchestra.run.smithi178.stdout:Get:75 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 17.0.0-8953-gf51261b8-1focal [31.9 kB] 2021-11-15T21:07:12.202 INFO:teuthology.orchestra.run.smithi178.stdout:Get:76 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 17.0.0-8953-gf51261b8-1focal [385 kB] 2021-11-15T21:07:12.293 INFO:teuthology.orchestra.run.smithi178.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 17.0.0-8953-gf51261b8-1focal [4,000 kB] 2021-11-15T21:07:12.930 INFO:teuthology.orchestra.run.smithi178.stdout:Get:78 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 17.0.0-8953-gf51261b8-1focal [116 kB] 2021-11-15T21:07:12.932 INFO:teuthology.orchestra.run.smithi178.stdout:Get:79 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 17.0.0-8953-gf51261b8-1focal [477 kB] 2021-11-15T21:07:12.962 INFO:teuthology.orchestra.run.smithi178.stdout:Get:80 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 17.0.0-8953-gf51261b8-1focal [23.7 MB] 2021-11-15T21:07:14.271 INFO:teuthology.orchestra.run.smithi178.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 17.0.0-8953-gf51261b8-1focal [6,408 kB] 2021-11-15T21:07:14.477 INFO:teuthology.orchestra.run.smithi178.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 17.0.0-8953-gf51261b8-1focal [201 kB] 2021-11-15T21:07:14.504 INFO:teuthology.orchestra.run.smithi178.stdout:Get:83 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 17.0.0-8953-gf51261b8-1focal [152 kB] 2021-11-15T21:07:14.545 INFO:teuthology.orchestra.run.smithi178.stdout:Get:84 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 17.0.0-8953-gf51261b8-1focal [1,552 kB] 2021-11-15T21:07:14.680 INFO:teuthology.orchestra.run.smithi178.stdout:Get:85 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 17.0.0-8953-gf51261b8-1focal [7,832 kB] 2021-11-15T21:07:15.200 INFO:teuthology.orchestra.run.smithi178.stdout:Get:86 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 17.0.0-8953-gf51261b8-1focal [28.4 MB] 2021-11-15T21:07:16.459 INFO:teuthology.orchestra.run.smithi178.stdout:Get:87 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 17.0.0-8953-gf51261b8-1focal [3,816 B] 2021-11-15T21:07:16.483 INFO:teuthology.orchestra.run.smithi178.stdout:Get:88 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 17.0.0-8953-gf51261b8-1focal [852 kB] 2021-11-15T21:07:16.483 INFO:teuthology.orchestra.run.smithi178.stdout:Get:89 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 17.0.0-8953-gf51261b8-1focal [2,355 kB] 2021-11-15T21:07:16.547 INFO:teuthology.orchestra.run.smithi178.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 17.0.0-8953-gf51261b8-1focal [1,600 kB] 2021-11-15T21:07:16.652 INFO:teuthology.orchestra.run.smithi178.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 17.0.0-8953-gf51261b8-1focal [7,887 kB] 2021-11-15T21:07:17.175 INFO:teuthology.orchestra.run.smithi178.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 17.0.0-8953-gf51261b8-1focal [3,928 B] 2021-11-15T21:07:17.176 INFO:teuthology.orchestra.run.smithi178.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 17.0.0-8953-gf51261b8-1focal [49.7 MB] 2021-11-15T21:07:19.913 INFO:teuthology.orchestra.run.smithi178.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 17.0.0-8953-gf51261b8-1focal [217 kB] 2021-11-15T21:07:19.917 INFO:teuthology.orchestra.run.smithi178.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 17.0.0-8953-gf51261b8-1focal [66.8 kB] 2021-11-15T21:07:19.919 INFO:teuthology.orchestra.run.smithi178.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 17.0.0-8953-gf51261b8-1focal [21.0 kB] 2021-11-15T21:07:19.920 INFO:teuthology.orchestra.run.smithi178.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 17.0.0-8953-gf51261b8-1focal [12.3 MB] 2021-11-15T21:07:20.284 INFO:teuthology.orchestra.run.smithi178.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-sage2-testing-2021-11-10-1508/f51261b810e0a244c0d8f9a37834e5287f5f60c3/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 17.0.0-8953-gf51261b8-1focal [79.0 kB] 2021-11-15T21:07:20.872 INFO:teuthology.orchestra.run.smithi178.stdout:Fetched 179 MB in 14s (12.7 MB/s) 2021-11-15T21:07:21.068 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2021-11-15T21:07:21.137 INFO:teuthology.orchestra.run.smithi178.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 174784 files and directories currently installed.) 2021-11-15T21:07:21.143 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../00-liblttng-ust0_2.11.0-1_amd64.deb ... 2021-11-15T21:07:21.259 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2021-11-15T21:07:21.807 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../01-librbd1_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:21.963 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking librbd1 (17.0.0-8953-gf51261b8-1focal) over (15.2.14-0ubuntu0.20.04.1) ... 2021-11-15T21:07:22.741 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../02-librados2_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:22.970 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking librados2 (17.0.0-8953-gf51261b8-1focal) over (15.2.14-0ubuntu0.20.04.1) ... 2021-11-15T21:07:23.775 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package libcephfs2. 2021-11-15T21:07:23.796 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../03-libcephfs2_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:23.824 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking libcephfs2 (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:23.932 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:07:23.931688 I | op-osd: waiting... 4 of 8 OSD prepare jobs have finished processing and 0 of 0 OSDs have been updated 2021-11-15T21:07:24.253 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-rados. 2021-11-15T21:07:24.276 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../04-python3-rados_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:24.361 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-rados (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:24.813 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-ceph-argparse. 2021-11-15T21:07:24.835 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../05-python3-ceph-argparse_17.0.0-8953-gf51261b8-1focal_all.deb ... 2021-11-15T21:07:24.883 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-ceph-argparse (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:25.297 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-cephfs. 2021-11-15T21:07:25.320 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../06-python3-cephfs_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:25.450 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-cephfs (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:25.826 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-ceph-common. 2021-11-15T21:07:25.847 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../07-python3-ceph-common_17.0.0-8953-gf51261b8-1focal_all.deb ... 2021-11-15T21:07:25.876 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-ceph-common (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:26.343 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-prettytable. 2021-11-15T21:07:26.366 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../08-python3-prettytable_0.7.2-5_all.deb ... 2021-11-15T21:07:26.415 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2021-11-15T21:07:26.725 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-rbd. 2021-11-15T21:07:26.744 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../09-python3-rbd_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:26.791 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-rbd (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:27.212 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2021-11-15T21:07:27.234 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../10-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2021-11-15T21:07:27.320 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2021-11-15T21:07:27.771 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package librabbitmq4:amd64. 2021-11-15T21:07:27.793 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../11-librabbitmq4_0.10.0-1_amd64.deb ... 2021-11-15T21:07:27.873 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2021-11-15T21:07:28.311 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package librdkafka1:amd64. 2021-11-15T21:07:28.331 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../12-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2021-11-15T21:07:28.392 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2021-11-15T21:07:28.821 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package librgw2. 2021-11-15T21:07:28.843 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../13-librgw2_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:28.895 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking librgw2 (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:29.650 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-rgw. 2021-11-15T21:07:29.671 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../14-python3-rgw_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:29.717 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-rgw (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:30.171 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package libleveldb1d:amd64. 2021-11-15T21:07:30.189 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../15-libleveldb1d_1.22-3ubuntu2_amd64.deb ... 2021-11-15T21:07:30.287 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking libleveldb1d:amd64 (1.22-3ubuntu2) ... 2021-11-15T21:07:30.649 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package liboath0. 2021-11-15T21:07:30.671 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../16-liboath0_2.6.1-1.3_amd64.deb ... 2021-11-15T21:07:30.732 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2021-11-15T21:07:31.027 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package libradosstriper1. 2021-11-15T21:07:31.047 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../17-libradosstriper1_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:31.118 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking libradosstriper1 (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:31.765 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ceph-common. 2021-11-15T21:07:31.783 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../18-ceph-common_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:31.848 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ceph-common (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:34.537 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ceph-base. 2021-11-15T21:07:34.556 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../19-ceph-base_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:34.607 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ceph-base (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:35.953 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-cryptography. 2021-11-15T21:07:35.972 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../20-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2021-11-15T21:07:36.047 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2021-11-15T21:07:36.573 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-openssl. 2021-11-15T21:07:36.595 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../21-python3-openssl_19.0.0-1build1_all.deb ... 2021-11-15T21:07:36.653 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2021-11-15T21:07:37.030 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2021-11-15T21:07:37.048 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../22-ceph-mgr-modules-core_17.0.0-8953-gf51261b8-1focal_all.deb ... 2021-11-15T21:07:37.114 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ceph-mgr-modules-core (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:37.656 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-bcrypt. 2021-11-15T21:07:37.676 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../23-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2021-11-15T21:07:37.787 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2021-11-15T21:07:38.226 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-cherrypy3. 2021-11-15T21:07:38.249 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../24-python3-cherrypy3_8.9.1-6_all.deb ... 2021-11-15T21:07:38.283 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2021-11-15T21:07:39.725 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-jwt. 2021-11-15T21:07:39.747 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../25-python3-jwt_1.7.1-2ubuntu2_all.deb ... 2021-11-15T21:07:39.810 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2) ... 2021-11-15T21:07:40.260 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-logutils. 2021-11-15T21:07:40.280 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../26-python3-logutils_0.3.3-7_all.deb ... 2021-11-15T21:07:40.417 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-logutils (0.3.3-7) ... 2021-11-15T21:07:40.829 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-markupsafe. 2021-11-15T21:07:40.848 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../27-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2021-11-15T21:07:40.886 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2021-11-15T21:07:41.248 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-mako. 2021-11-15T21:07:41.267 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../28-python3-mako_1.1.0+ds1-1ubuntu2_all.deb ... 2021-11-15T21:07:41.306 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2) ... 2021-11-15T21:07:41.877 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-simplegeneric. 2021-11-15T21:07:41.898 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../29-python3-simplegeneric_0.8.1-3_all.deb ... 2021-11-15T21:07:41.944 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2021-11-15T21:07:42.347 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-singledispatch. 2021-11-15T21:07:42.368 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../30-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2021-11-15T21:07:42.451 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2021-11-15T21:07:42.876 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-webob. 2021-11-15T21:07:42.897 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../31-python3-webob_1%3a1.8.5-2_all.deb ... 2021-11-15T21:07:42.975 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2021-11-15T21:07:43.538 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-soupsieve. 2021-11-15T21:07:43.560 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../32-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2021-11-15T21:07:43.604 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2021-11-15T21:07:44.043 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-bs4. 2021-11-15T21:07:44.065 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../33-python3-bs4_4.8.2-1_all.deb ... 2021-11-15T21:07:44.124 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2021-11-15T21:07:45.624 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-waitress. 2021-11-15T21:07:45.643 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../34-python3-waitress_1.4.1-1_all.deb ... 2021-11-15T21:07:45.684 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-waitress (1.4.1-1) ... 2021-11-15T21:07:46.093 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-tempita. 2021-11-15T21:07:46.114 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../35-python3-tempita_0.5.2-6_all.deb ... 2021-11-15T21:07:46.193 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-tempita (0.5.2-6) ... 2021-11-15T21:07:46.807 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-paste. 2021-11-15T21:07:46.823 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../36-python3-paste_3.4.0+dfsg1-1_all.deb ... 2021-11-15T21:07:46.870 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2021-11-15T21:07:47.275 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2021-11-15T21:07:47.294 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../37-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2021-11-15T21:07:47.341 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2021-11-15T21:07:47.745 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-pastedeploy. 2021-11-15T21:07:47.763 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../38-python3-pastedeploy_2.1.0-1_all.deb ... 2021-11-15T21:07:47.871 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2021-11-15T21:07:48.296 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-webtest. 2021-11-15T21:07:48.316 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../39-python3-webtest_2.0.32-2_all.deb ... 2021-11-15T21:07:48.348 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-webtest (2.0.32-2) ... 2021-11-15T21:07:48.777 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-pecan. 2021-11-15T21:07:48.791 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../40-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2021-11-15T21:07:48.835 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2021-11-15T21:07:49.493 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-werkzeug. 2021-11-15T21:07:49.512 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../41-python3-werkzeug_0.16.1+dfsg1-2_all.deb ... 2021-11-15T21:07:49.551 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2) ... 2021-11-15T21:07:49.955 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2021-11-15T21:07:49.974 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../42-libsqlite3-mod-ceph_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:50.063 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking libsqlite3-mod-ceph (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:50.643 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ceph-mgr. 2021-11-15T21:07:50.661 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../43-ceph-mgr_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:50.750 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ceph-mgr (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:51.413 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ceph-mon. 2021-11-15T21:07:51.431 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../44-ceph-mon_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:51.480 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ceph-mon (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:53.030 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ceph-osd. 2021-11-15T21:07:53.048 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../45-ceph-osd_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:53.096 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ceph-osd (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:56.367 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ceph. 2021-11-15T21:07:56.388 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../46-ceph_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:56.460 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ceph (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:56.911 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ceph-fuse. 2021-11-15T21:07:56.927 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../47-ceph-fuse_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:56.966 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ceph-fuse (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:57.713 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ceph-mds. 2021-11-15T21:07:57.732 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../48-ceph-mds_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:07:57.775 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ceph-mds (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:07:58.469 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-repoze.lru. 2021-11-15T21:07:58.490 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../49-python3-repoze.lru_0.7-2_all.deb ... 2021-11-15T21:07:58.640 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2021-11-15T21:07:59.045 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package libjs-underscore. 2021-11-15T21:07:59.067 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../50-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2021-11-15T21:07:59.215 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2021-11-15T21:07:59.667 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package libjs-sphinxdoc. 2021-11-15T21:07:59.689 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../51-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2021-11-15T21:07:59.734 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2021-11-15T21:08:00.133 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-routes. 2021-11-15T21:08:00.150 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../52-python3-routes_2.4.1-2_all.deb ... 2021-11-15T21:08:00.219 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-routes (2.4.1-2) ... 2021-11-15T21:08:00.895 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2021-11-15T21:08:00.914 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../53-ceph-mgr-dashboard_17.0.0-8953-gf51261b8-1focal_all.deb ... 2021-11-15T21:08:00.962 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ceph-mgr-dashboard (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:01.684 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-decorator. 2021-11-15T21:08:01.699 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../54-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2021-11-15T21:08:01.765 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2021-11-15T21:08:02.239 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2021-11-15T21:08:02.259 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../55-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2021-11-15T21:08:02.297 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2021-11-15T21:08:02.718 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-scipy. 2021-11-15T21:08:02.738 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../56-python3-scipy_1.3.3-3build1_amd64.deb ... 2021-11-15T21:08:02.784 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2021-11-15T21:08:04.889 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-sklearn-lib. 2021-11-15T21:08:04.906 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../57-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2021-11-15T21:08:04.990 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2021-11-15T21:08:05.839 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-joblib. 2021-11-15T21:08:05.860 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../58-python3-joblib_0.14.0-3_all.deb ... 2021-11-15T21:08:05.953 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-joblib (0.14.0-3) ... 2021-11-15T21:08:06.434 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-sklearn. 2021-11-15T21:08:06.453 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../59-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2021-11-15T21:08:06.541 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2021-11-15T21:08:07.672 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2021-11-15T21:08:07.693 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../60-ceph-mgr-diskprediction-local_17.0.0-8953-gf51261b8-1focal_all.deb ... 2021-11-15T21:08:07.736 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ceph-mgr-diskprediction-local (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:09.378 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-cachetools. 2021-11-15T21:08:09.396 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../61-python3-cachetools_4.0.0-1_all.deb ... 2021-11-15T21:08:09.458 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2021-11-15T21:08:09.887 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-pyasn1. 2021-11-15T21:08:09.904 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../62-python3-pyasn1_0.4.2-3build1_all.deb ... 2021-11-15T21:08:09.945 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2021-11-15T21:08:10.400 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-pyasn1-modules. 2021-11-15T21:08:10.423 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../63-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2021-11-15T21:08:10.503 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2021-11-15T21:08:11.380 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-rsa. 2021-11-15T21:08:11.403 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../64-python3-rsa_4.0-3_all.deb ... 2021-11-15T21:08:11.446 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-rsa (4.0-3) ... 2021-11-15T21:08:11.867 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-google-auth. 2021-11-15T21:08:11.886 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../65-python3-google-auth_1.5.1-2_all.deb ... 2021-11-15T21:08:11.925 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2021-11-15T21:08:12.475 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-blinker. 2021-11-15T21:08:12.494 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../66-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2021-11-15T21:08:12.538 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2021-11-15T21:08:12.950 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-oauthlib. 2021-11-15T21:08:12.971 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../67-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2021-11-15T21:08:13.075 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2021-11-15T21:08:13.538 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-requests-oauthlib. 2021-11-15T21:08:13.557 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../68-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2021-11-15T21:08:13.604 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2021-11-15T21:08:14.008 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-websocket. 2021-11-15T21:08:14.022 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../69-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2021-11-15T21:08:14.118 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2021-11-15T21:08:14.573 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-kubernetes. 2021-11-15T21:08:14.595 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../70-python3-kubernetes_7.0.0~a1-2_all.deb ... 2021-11-15T21:08:14.717 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2021-11-15T21:08:15.563 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2021-11-15T21:08:15.582 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../71-ceph-mgr-k8sevents_17.0.0-8953-gf51261b8-1focal_all.deb ... 2021-11-15T21:08:15.644 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ceph-mgr-k8sevents (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:16.245 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package libonig5:amd64. 2021-11-15T21:08:16.265 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../72-libonig5_6.9.4-1_amd64.deb ... 2021-11-15T21:08:16.926 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2021-11-15T21:08:17.632 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package libjq1:amd64. 2021-11-15T21:08:17.653 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../73-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2021-11-15T21:08:17.698 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2021-11-15T21:08:18.069 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package jq. 2021-11-15T21:08:18.089 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../74-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2021-11-15T21:08:18.126 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2021-11-15T21:08:18.715 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package libxslt1.1:amd64. 2021-11-15T21:08:18.734 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../75-libxslt1.1_1.1.34-4_amd64.deb ... 2021-11-15T21:08:18.781 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking libxslt1.1:amd64 (1.1.34-4) ... 2021-11-15T21:08:19.252 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package xmlstarlet. 2021-11-15T21:08:19.271 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../76-xmlstarlet_1.6.1-2build1_amd64.deb ... 2021-11-15T21:08:19.410 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2021-11-15T21:08:19.833 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ceph-test. 2021-11-15T21:08:19.856 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../77-ceph-test_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:08:19.899 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ceph-test (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:23.933 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:08:23.931367 I | op-osd: waiting... 4 of 8 OSD prepare jobs have finished processing and 0 of 0 OSDs have been updated 2021-11-15T21:08:25.139 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package ceph-volume. 2021-11-15T21:08:25.159 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../78-ceph-volume_17.0.0-8953-gf51261b8-1focal_all.deb ... 2021-11-15T21:08:25.206 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking ceph-volume (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:25.820 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package cephadm. 2021-11-15T21:08:25.836 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../79-cephadm_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:08:25.946 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking cephadm (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:26.267 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package libcephfs-dev. 2021-11-15T21:08:26.287 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../80-libcephfs-dev_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:08:26.358 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking libcephfs-dev (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:27.125 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package nvme-cli. 2021-11-15T21:08:27.149 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../81-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2021-11-15T21:08:27.260 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2021-11-15T21:08:27.774 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-atomicwrites. 2021-11-15T21:08:27.794 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../82-python3-atomicwrites_1.1.5-2build1_all.deb ... 2021-11-15T21:08:27.875 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2021-11-15T21:08:28.336 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-attr. 2021-11-15T21:08:28.356 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../83-python3-attr_19.3.0-2_all.deb ... 2021-11-15T21:08:28.447 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-attr (19.3.0-2) ... 2021-11-15T21:08:28.915 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-webencodings. 2021-11-15T21:08:28.934 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../84-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2021-11-15T21:08:28.973 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2021-11-15T21:08:29.620 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-html5lib. 2021-11-15T21:08:29.641 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../85-python3-html5lib_1.0.1-2_all.deb ... 2021-11-15T21:08:29.678 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2021-11-15T21:08:30.132 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-lxml:amd64. 2021-11-15T21:08:30.150 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../86-python3-lxml_4.5.0-1ubuntu0.3_amd64.deb ... 2021-11-15T21:08:30.274 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.3) ... 2021-11-15T21:08:31.014 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-packaging. 2021-11-15T21:08:31.034 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../87-python3-packaging_20.3-1_all.deb ... 2021-11-15T21:08:31.105 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-packaging (20.3-1) ... 2021-11-15T21:08:31.510 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-pastescript. 2021-11-15T21:08:31.528 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../88-python3-pastescript_2.0.2-4_all.deb ... 2021-11-15T21:08:31.592 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2021-11-15T21:08:32.090 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-pluggy. 2021-11-15T21:08:32.112 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../89-python3-pluggy_0.13.0-2_all.deb ... 2021-11-15T21:08:32.189 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2021-11-15T21:08:32.627 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-psutil. 2021-11-15T21:08:32.643 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../90-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2021-11-15T21:08:32.685 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2021-11-15T21:08:33.332 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-py. 2021-11-15T21:08:33.355 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../91-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2021-11-15T21:08:33.398 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2021-11-15T21:08:33.903 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-pyinotify. 2021-11-15T21:08:33.919 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../92-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2021-11-15T21:08:34.004 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2021-11-15T21:08:34.451 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-wcwidth. 2021-11-15T21:08:34.473 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../93-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2021-11-15T21:08:34.582 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2021-11-15T21:08:34.961 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-pytest. 2021-11-15T21:08:34.981 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../94-python3-pytest_4.6.9-1_all.deb ... 2021-11-15T21:08:35.078 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-pytest (4.6.9-1) ... 2021-11-15T21:08:35.635 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package python3-simplejson. 2021-11-15T21:08:35.657 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../95-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2021-11-15T21:08:35.701 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2021-11-15T21:08:36.297 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package radosgw. 2021-11-15T21:08:36.316 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../96-radosgw_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:08:36.415 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking radosgw (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:38.046 INFO:teuthology.orchestra.run.smithi178.stdout:Selecting previously unselected package rbd-fuse. 2021-11-15T21:08:38.068 INFO:teuthology.orchestra.run.smithi178.stdout:Preparing to unpack .../97-rbd-fuse_17.0.0-8953-gf51261b8-1focal_amd64.deb ... 2021-11-15T21:08:38.149 INFO:teuthology.orchestra.run.smithi178.stdout:Unpacking rbd-fuse (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:38.534 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-attr (19.3.0-2) ... 2021-11-15T21:08:38.937 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up libleveldb1d:amd64 (1.22-3ubuntu2) ... 2021-11-15T21:08:39.099 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2021-11-15T21:08:39.298 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2021-11-15T21:08:39.566 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up cephadm (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:40.556 INFO:teuthology.orchestra.run.smithi178.stdout:Adding system user cephadm....done 2021-11-15T21:08:40.767 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-waitress (1.4.1-1) ... 2021-11-15T21:08:41.170 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-repoze.lru (0.7-2) ... 2021-11-15T21:08:41.475 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up liboath0 (2.6.1-1.3) ... 2021-11-15T21:08:41.661 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2021-11-15T21:08:42.031 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-joblib (0.14.0-3) ... 2021-11-15T21:08:42.544 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-jwt (1.7.1-2ubuntu2) ... 2021-11-15T21:08:42.895 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-cachetools (4.0.0-1) ... 2021-11-15T21:08:43.182 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2021-11-15T21:08:43.511 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2021-11-15T21:08:43.880 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-ceph-argparse (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:44.331 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2021-11-15T21:08:44.474 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2021-11-15T21:08:44.826 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2021-11-15T21:08:45.164 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2021-11-15T21:08:45.599 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2021-11-15T21:08:45.918 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2021-11-15T21:08:46.320 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2021-11-15T21:08:46.671 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-tempita (0.5.2-6) ... 2021-11-15T21:08:46.972 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-packaging (20.3-1) ... 2021-11-15T21:08:47.332 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2021-11-15T21:08:47.496 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2021-11-15T21:08:48.793 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2021-11-15T21:08:49.830 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2) ... 2021-11-15T21:08:50.309 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2021-11-15T21:08:50.719 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-ceph-common (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:51.113 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-html5lib (1.0.1-2) ... 2021-11-15T21:08:51.582 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2021-11-15T21:08:51.750 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-pluggy (0.13.0-2) ... 2021-11-15T21:08:52.060 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2021-11-15T21:08:52.236 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up libxslt1.1:amd64 (1.1.34-4) ... 2021-11-15T21:08:52.534 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2021-11-15T21:08:52.907 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2021-11-15T21:08:53.284 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-logutils (0.3.3-7) ... 2021-11-15T21:08:53.594 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2021-11-15T21:08:53.762 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2021-11-15T21:08:54.148 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-prettytable (0.7.2-5) ... 2021-11-15T21:08:54.441 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2021-11-15T21:08:54.793 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2021-11-15T21:08:54.920 INFO:teuthology.orchestra.run.smithi178.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2021-11-15T21:08:55.196 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2021-11-15T21:08:55.355 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2) ... 2021-11-15T21:08:55.792 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2021-11-15T21:08:56.256 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2021-11-15T21:08:56.423 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2021-11-15T21:08:56.619 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-webob (1:1.8.5-2) ... 2021-11-15T21:08:57.020 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2021-11-15T21:08:57.381 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up librados2 (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:57.597 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2021-11-15T21:08:59.273 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up librgw2 (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:59.434 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up libsqlite3-mod-ceph (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:08:59.644 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2021-11-15T21:08:59.820 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-pytest (4.6.9-1) ... 2021-11-15T21:09:00.394 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2021-11-15T21:09:00.852 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2021-11-15T21:09:01.196 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-bs4 (4.8.2-1) ... 2021-11-15T21:09:01.675 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up libcephfs2 (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:01.809 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2021-11-15T21:09:02.253 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up libradosstriper1 (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:02.413 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2021-11-15T21:09:02.791 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2021-11-15T21:09:03.893 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up librbd1 (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:04.102 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2021-11-15T21:09:04.270 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2021-11-15T21:09:04.447 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.3) ... 2021-11-15T21:09:04.829 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2021-11-15T21:09:04.964 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-rsa (4.0-3) ... 2021-11-15T21:09:05.299 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-webtest (2.0.32-2) ... 2021-11-15T21:09:05.695 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ceph-mgr-modules-core (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:05.890 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ceph-fuse (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:06.251 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2021-11-15T21:09:06.252 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2021-11-15T21:09:07.157 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up libcephfs-dev (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:07.309 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2021-11-15T21:09:07.658 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-pastescript (2.0.2-4) ... 2021-11-15T21:09:08.032 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2021-11-15T21:09:08.453 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-rados (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:08.579 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-rbd (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:08.739 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up rbd-fuse (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:08.915 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-routes (2.4.1-2) ... 2021-11-15T21:09:09.238 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-google-auth (1.5.1-2) ... 2021-11-15T21:09:09.753 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-rgw (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:09.971 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-cephfs (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:10.276 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2021-11-15T21:09:11.339 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ceph-common (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:12.236 INFO:teuthology.orchestra.run.smithi178.stdout:Adding group ceph....done 2021-11-15T21:09:12.721 INFO:teuthology.orchestra.run.smithi178.stdout:Adding system user ceph....done 2021-11-15T21:09:12.974 INFO:teuthology.orchestra.run.smithi178.stdout:Setting system user ceph properties....done 2021-11-15T21:09:12.996 INFO:teuthology.orchestra.run.smithi178.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2021-11-15T21:09:13.148 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2021-11-15T21:09:13.658 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2021-11-15T21:09:14.649 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ceph-test (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:14.831 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up radosgw (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:15.355 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2021-11-15T21:09:15.355 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2021-11-15T21:09:16.571 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ceph-base (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:17.001 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2021-11-15T21:09:17.833 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ceph-mds (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:18.075 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2021-11-15T21:09:18.075 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2021-11-15T21:09:18.962 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ceph-mgr (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:19.270 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2021-11-15T21:09:19.270 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2021-11-15T21:09:20.935 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ceph-osd (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:23.846 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2021-11-15T21:09:23.847 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2021-11-15T21:09:23.933 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:09:23.931275 I | op-osd: waiting... 4 of 8 OSD prepare jobs have finished processing and 0 of 0 OSDs have been updated 2021-11-15T21:09:24.766 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ceph-mgr-k8sevents (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:24.959 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ceph-mgr-diskprediction-local (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:25.103 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ceph-mon (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:25.358 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2021-11-15T21:09:25.359 INFO:teuthology.orchestra.run.smithi178.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2021-11-15T21:09:26.248 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ceph (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:26.438 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ceph-mgr-dashboard (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:26.583 INFO:teuthology.orchestra.run.smithi178.stdout:Setting up ceph-volume (17.0.0-8953-gf51261b8-1focal) ... 2021-11-15T21:09:26.752 INFO:teuthology.orchestra.run.smithi178.stdout:Processing triggers for systemd (245.4-4ubuntu3.13) ... 2021-11-15T21:09:27.313 INFO:teuthology.orchestra.run.smithi178.stdout:Processing triggers for man-db (2.9.1-1) ... 2021-11-15T21:09:29.849 INFO:teuthology.orchestra.run.smithi178.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2021-11-15T21:09:30.390 INFO:teuthology.orchestra.run.smithi178.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2021-11-15T21:09:30.393 DEBUG:teuthology.parallel:result is None 2021-11-15T21:09:30.395 DEBUG:teuthology.orchestra.run.smithi178:> sudo lsb_release -is 2021-11-15T21:09:30.440 INFO:teuthology.orchestra.run.smithi178.stdout:Ubuntu 2021-11-15T21:09:30.445 DEBUG:teuthology.misc:System to be installed: Ubuntu 2021-11-15T21:09:30.446 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=f51261b810e0a244c0d8f9a37834e5287f5f60c3 2021-11-15T21:09:30.654 DEBUG:teuthology.orchestra.run.smithi178:> dpkg-query -W -f '${Version}' ceph 2021-11-15T21:09:30.676 INFO:teuthology.orchestra.run.smithi178.stdout:17.0.0-8953-gf51261b8-1focal 2021-11-15T21:09:30.677 INFO:teuthology.packaging:The installed version of ceph is 17.0.0-8953-gf51261b8-1focal 2021-11-15T21:09:30.677 INFO:teuthology.task.install:The correct ceph version 17.0.0-8953-gf51261b8-1focal is installed. 2021-11-15T21:09:30.678 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2021-11-15T21:09:30.678 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:09:30.678 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2021-11-15T21:09:30.735 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2021-11-15T21:09:30.736 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:09:30.736 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/usr/bin/daemon-helper 2021-11-15T21:09:30.747 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod a=rx -- /usr/bin/daemon-helper 2021-11-15T21:09:30.805 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2021-11-15T21:09:30.805 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2021-11-15T21:09:30.805 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/usr/bin/adjust-ulimits 2021-11-15T21:09:30.819 DEBUG:teuthology.orchestra.run.smithi178:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2021-11-15T21:09:30.830 INFO:teuthology.run_tasks:Running task radosbench... 2021-11-15T21:09:30.842 INFO:tasks.radosbench:Beginning radosbench... 2021-11-15T21:09:30.843 INFO:tasks.rook.ceph_manager.ceph:creating pool_name unique_pool_0 2021-11-15T21:09:30.843 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd pool create unique_pool_0 16 2021-11-15T21:09:32.038 INFO:teuthology.orchestra.run.smithi178.stderr:pool 'unique_pool_0' created 2021-11-15T21:09:32.044 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph osd pool application enable unique_pool_0 rados --yes-i-really-mean-it || true 2021-11-15T21:09:33.159 INFO:teuthology.orchestra.run.smithi178.stderr:enabled application 'rados' on pool 'unique_pool_0' 2021-11-15T21:09:34.204 DEBUG:teuthology.orchestra.run.smithi178:> /bin/sh -c 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rados --no-log-to-stderr --name client.a -b 65536 --object-size 65536 -p unique_pool_0 bench 360 write' 2021-11-15T21:09:34.208 INFO:teuthology.run_tasks:Running task rook.shell... 2021-11-15T21:09:34.218 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch host label add '`hostname`' 'foo 2021-11-15T21:09:34.218 DEBUG:teuthology.orchestra.run.smithi178:> ceph' orch host ls '|' grep 'foo 2021-11-15T21:09:34.219 DEBUG:teuthology.orchestra.run.smithi178:> ceph' orch host label rm '`hostname`' 'foo 2021-11-15T21:09:34.219 DEBUG:teuthology.orchestra.run.smithi178:> ceph' orch host ls '|' grep -v 'foo 2021-11-15T21:09:34.219 DEBUG:teuthology.orchestra.run.smithi178:> ' 2021-11-15T21:09:34.395 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:hints = 1 2021-11-15T21:09:34.396 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 360 seconds or 0 objects 2021-11-15T21:09:34.396 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Object prefix: benchmark_data_smithi178_43264 2021-11-15T21:09:34.396 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:09:34.397 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 0 0 0 0 0 0 - 0 2021-11-15T21:09:34.545 INFO:teuthology.orchestra.run.smithi178.stdout:ceph version 16.2.6 (ee28fb57e47e9f88813e24bbf4c14496ca299d31) pacific (stable) 2021-11-15T21:09:34.624 INFO:teuthology.run_tasks:Running task rook.shell... 2021-11-15T21:09:34.638 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch status 2021-11-15T21:09:35.396 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 1 16 1249 1233 76.9641 77.0625 0.0130545 0.0128999 2021-11-15T21:09:35.772 INFO:teuthology.orchestra.run.smithi178.stdout:Backend: rook 2021-11-15T21:09:35.772 INFO:teuthology.orchestra.run.smithi178.stdout:Available: Yes 2021-11-15T21:09:35.831 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch ps 2021-11-15T21:09:36.397 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 2 16 2589 2573 80.3514 83.75 0.0130571 0.012391 2021-11-15T21:09:36.732 INFO:teuthology.orchestra.run.smithi178.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2021-11-15T21:09:36.733 INFO:teuthology.orchestra.run.smithi178.stdout:crashcollector.crash smithi178 Running (3m) 0s ago 3m - - 2f8c2c2973d5 2021-11-15T21:09:36.733 INFO:teuthology.orchestra.run.smithi178.stdout:mgr.a smithi178 Running (5m) 0s ago 5m - - 2f8c2c2973d5 2021-11-15T21:09:36.733 INFO:teuthology.orchestra.run.smithi178.stdout:mon.a smithi178 Running (5m) 0s ago 5m - - 2f8c2c2973d5 2021-11-15T21:09:36.733 INFO:teuthology.orchestra.run.smithi178.stdout:osd.0 smithi178 Running (3m) 0s ago 3m - - 2f8c2c2973d5 2021-11-15T21:09:36.734 INFO:teuthology.orchestra.run.smithi178.stdout:osd.1 smithi178 Running (3m) 0s ago 3m - - 2f8c2c2973d5 2021-11-15T21:09:36.734 INFO:teuthology.orchestra.run.smithi178.stdout:osd.2 smithi178 Running (3m) 0s ago 3m - - 2f8c2c2973d5 2021-11-15T21:09:36.734 INFO:teuthology.orchestra.run.smithi178.stdout:osd.3 smithi178 Running (3m) 0s ago 3m - - 2f8c2c2973d5 2021-11-15T21:09:36.771 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch ls 2021-11-15T21:09:37.397 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 3 16 3901 3885 80.8981 82 0.0114874 0.0123402 2021-11-15T21:09:37.801 INFO:teuthology.orchestra.run.smithi178.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2021-11-15T21:09:37.802 INFO:teuthology.orchestra.run.smithi178.stdout:crash 1/1 0s ago 3m * 2021-11-15T21:09:37.802 INFO:teuthology.orchestra.run.smithi178.stdout:mgr 1/1 0s ago 5m count:1 2021-11-15T21:09:37.802 INFO:teuthology.orchestra.run.smithi178.stdout:mon 1/1 0s ago 5m count:1 2021-11-15T21:09:37.802 INFO:teuthology.orchestra.run.smithi178.stdout:osd 4 0s ago - 2021-11-15T21:09:37.802 INFO:teuthology.orchestra.run.smithi178.stdout:osd.all-available-devices 0 0s ago - * 2021-11-15T21:09:37.852 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch host ls 2021-11-15T21:09:38.397 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 4 16 5199 5183 80.953 81.125 0.0131475 0.0123402 2021-11-15T21:09:38.827 INFO:teuthology.orchestra.run.smithi178.stdout:HOST ADDR LABELS STATUS 2021-11-15T21:09:38.828 INFO:teuthology.orchestra.run.smithi178.stdout:smithi178 172.21.15.178/smithi178 2021-11-15T21:09:38.852 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch device ls 2021-11-15T21:09:39.397 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 5 16 6392 6376 79.6737 74.5625 0.0133935 0.0125164 2021-11-15T21:09:39.792 INFO:teuthology.orchestra.run.smithi178.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2021-11-15T21:09:39.793 INFO:teuthology.orchestra.run.smithi178.stdout:smithi178 /dev/vg_nvme/lv_1 unknown None 107G 2021-11-15T21:09:39.793 INFO:teuthology.orchestra.run.smithi178.stdout:smithi178 /dev/vg_nvme/lv_2 unknown None 107G 2021-11-15T21:09:39.793 INFO:teuthology.orchestra.run.smithi178.stdout:smithi178 /dev/vg_nvme/lv_3 unknown None 107G 2021-11-15T21:09:39.793 INFO:teuthology.orchestra.run.smithi178.stdout:smithi178 /dev/vg_nvme/lv_4 unknown None 107G 2021-11-15T21:09:39.821 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch apply rgw foo 2021-11-15T21:09:40.397 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 6 16 7632 7616 79.3103 77.5 0.015539 0.0125842 2021-11-15T21:09:40.772 INFO:teuthology.orchestra.run.smithi178.stdout:Created 2021-11-15T21:09:40.773 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:09:40.770632 I | ceph-spec: adding finalizer "cephobjectstore.ceph.rook.io" on "foo" 2021-11-15T21:09:40.811 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec rook-ceph-tools-555c879675-wtn8f -- ceph orch apply mds foo 2021-11-15T21:09:40.928 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:09:40.922857 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:09:40.928 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:09:40.922906 I | ceph-spec: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3... 2021-11-15T21:09:41.397 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 7 16 8823 8807 78.6134 74.4375 0.0124493 0.012702 2021-11-15T21:09:41.715 INFO:teuthology.orchestra.run.smithi178.stdout:Created 2021-11-15T21:09:41.718 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:09:41.711437 I | ceph-spec: adding finalizer "cephfilesystem.ceph.rook.io" on "foo" 2021-11-15T21:09:41.764 INFO:teuthology.run_tasks:Running task exec... 2021-11-15T21:09:41.777 INFO:teuthology.task.exec:Executing custom commands... 2021-11-15T21:09:41.778 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi178.front.sepia.ceph.com 2021-11-15T21:09:41.778 DEBUG:teuthology.orchestra.run.smithi178:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2021-11-15T21:09:41.779 DEBUG:teuthology.orchestra.run.smithi178:> toolbox() { 2021-11-15T21:09:41.779 DEBUG:teuthology.orchestra.run.smithi178:> kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- "$@" 2021-11-15T21:09:41.779 DEBUG:teuthology.orchestra.run.smithi178:> } 2021-11-15T21:09:41.779 DEBUG:teuthology.orchestra.run.smithi178:> toolbox ceph orch osd rm 0 --force 2021-11-15T21:09:41.780 DEBUG:teuthology.orchestra.run.smithi178:> removed_pv="" 2021-11-15T21:09:41.780 DEBUG:teuthology.orchestra.run.smithi178:> while [ "$removed_pv" = "" ] 2021-11-15T21:09:41.780 DEBUG:teuthology.orchestra.run.smithi178:> do 2021-11-15T21:09:41.781 DEBUG:teuthology.orchestra.run.smithi178:> removed_pv=`kubectl get pv | grep Released | cut -f1 -d " "` 2021-11-15T21:09:41.781 DEBUG:teuthology.orchestra.run.smithi178:> sleep 3s 2021-11-15T21:09:41.781 DEBUG:teuthology.orchestra.run.smithi178:> done 2021-11-15T21:09:41.782 DEBUG:teuthology.orchestra.run.smithi178:> target_path=`kubectl get pv $removed_pv -o jsonpath='"'"'{.spec.local.path}'"'"'` 2021-11-15T21:09:41.782 DEBUG:teuthology.orchestra.run.smithi178:> toolbox ceph orch device zap `hostname` $target_path --force 2021-11-15T21:09:41.782 DEBUG:teuthology.orchestra.run.smithi178:> zap_completion="0" 2021-11-15T21:09:41.782 DEBUG:teuthology.orchestra.run.smithi178:> while [ "$zap_completion" = "0" ] 2021-11-15T21:09:41.783 DEBUG:teuthology.orchestra.run.smithi178:> do 2021-11-15T21:09:41.783 DEBUG:teuthology.orchestra.run.smithi178:> zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap -o jsonpath='"'"'{.status.succeeded.path}'"'"'` 2021-11-15T21:09:41.783 DEBUG:teuthology.orchestra.run.smithi178:> sleep 3s 2021-11-15T21:09:41.784 DEBUG:teuthology.orchestra.run.smithi178:> done 2021-11-15T21:09:41.784 DEBUG:teuthology.orchestra.run.smithi178:> kubectl patch pv $removed_pv -p '"'"'{"spec":{"claimRef": null}}'"'"' 2021-11-15T21:09:41.784 DEBUG:teuthology.orchestra.run.smithi178:> toolbox ceph orch apply osd --all-available-devices 2021-11-15T21:09:41.784 DEBUG:teuthology.orchestra.run.smithi178:> kubectl delete job rook-ceph-device-zap -n rook-ceph 2021-11-15T21:09:41.785 DEBUG:teuthology.orchestra.run.smithi178:> num_osd="0" 2021-11-15T21:09:41.785 DEBUG:teuthology.orchestra.run.smithi178:> while [ "$num_osd" != "$orig_num_osd" ] 2021-11-15T21:09:41.785 DEBUG:teuthology.orchestra.run.smithi178:> do 2021-11-15T21:09:41.786 DEBUG:teuthology.orchestra.run.smithi178:> echo "waiting for osd to come back up" 2021-11-15T21:09:41.786 DEBUG:teuthology.orchestra.run.smithi178:> num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2021-11-15T21:09:41.786 DEBUG:teuthology.orchestra.run.smithi178:> sleep 30s 2021-11-15T21:09:41.787 DEBUG:teuthology.orchestra.run.smithi178:> done 2021-11-15T21:09:41.787 DEBUG:teuthology.orchestra.run.smithi178:> ' 2021-11-15T21:09:41.797 INFO:teuthology.orchestra.run.smithi178.stderr:+ toolbox ceph orch osd rm 0 --force 2021-11-15T21:09:41.797 INFO:teuthology.orchestra.run.smithi178.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch osd rm 0 --force 2021-11-15T21:09:41.955 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:09:41.947917 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:09:41.955 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:09:41.947961 I | ceph-spec: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3... 2021-11-15T21:09:42.397 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 8 16 9775 9759 76.2239 59.5 0.00652284 0.0131036 2021-11-15T21:09:43.397 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 9 16 9807 9791 67.9779 2 0.00520996 0.0131002 2021-11-15T21:09:44.398 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 10 16 10724 10708 66.9108 57.3125 0.00561901 0.0149285 2021-11-15T21:09:45.398 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 11 16 10861 10845 61.6067 8.5625 0.00841671 0.0149545 2021-11-15T21:09:46.398 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 12 16 11231 11215 58.3999 23.125 0.0111862 0.0170982 2021-11-15T21:09:47.398 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 13 16 12143 12127 58.2916 57 0.00798943 0.0171422 2021-11-15T21:09:48.398 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 14 16 13294 13278 59.2658 71.9375 0.00293176 0.016861 2021-11-15T21:09:49.398 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 15 16 14170 14154 58.9638 54.75 0.0108633 0.0169468 2021-11-15T21:09:50.398 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 16 16 14768 14752 57.6142 37.375 0.0310104 0.0168556 2021-11-15T21:09:51.399 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 17 16 14768 14752 54.2253 0 - 0.0168556 2021-11-15T21:09:52.399 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 18 16 14768 14752 51.2128 0 - 0.0168556 2021-11-15T21:09:53.399 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 19 16 14768 14752 48.5176 0 - 0.0168556 2021-11-15T21:09:54.399 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:09:54.397875+0000 min lat: 0.00147038 max lat: 3.78737 avg lat: 0.0207599 2021-11-15T21:09:54.399 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:09:54.400 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 20 16 15411 15395 48.1007 10.0469 0.00232424 0.0207599 2021-11-15T21:09:55.399 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 21 16 16364 16348 48.6454 59.5625 0.0112424 0.0205462 2021-11-15T21:09:56.399 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 22 16 17464 17448 49.5588 68.75 0.0103761 0.0201652 2021-11-15T21:09:57.400 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 23 16 18482 18466 50.1701 63.625 0.0111175 0.0199257 2021-11-15T21:09:58.400 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 24 16 19599 19583 50.988 69.8125 0.00451654 0.0196033 2021-11-15T21:09:59.400 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 25 16 20416 20400 50.9908 51.0625 0.0014591 0.019317 2021-11-15T21:10:00.400 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 26 16 20416 20400 49.0297 0 - 0.019317 2021-11-15T21:10:01.400 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 27 16 20416 20400 47.2139 0 - 0.019317 2021-11-15T21:10:02.400 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 28 16 20416 20400 45.5277 0 - 0.019317 2021-11-15T21:10:03.401 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 29 16 20416 20400 43.9579 0 - 0.019317 2021-11-15T21:10:04.109 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:10:04.400 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 30 16 20646 20630 42.9718 2.875 0.00468029 0.0231971 2021-11-15T21:10:05.401 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 31 16 20686 20670 41.6663 2.5 0.0017151 0.0231606 2021-11-15T21:10:06.401 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 32 16 20843 20827 40.6709 9.8125 0.00249697 0.023713 2021-11-15T21:10:06.733 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:06.728056 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff= v1.ClusterSpec{ 2021-11-15T21:10:06.734 INFO:tasks.rook.operator.smithi178.stdout: CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3", AllowUnsupported: true}, 2021-11-15T21:10:06.734 INFO:tasks.rook.operator.smithi178.stdout: Storage: v1.StorageScopeSpec{ 2021-11-15T21:10:06.734 INFO:tasks.rook.operator.smithi178.stdout: ... // 3 identical fields 2021-11-15T21:10:06.734 INFO:tasks.rook.operator.smithi178.stdout: Config: nil, 2021-11-15T21:10:06.735 INFO:tasks.rook.operator.smithi178.stdout: Selection: {}, 2021-11-15T21:10:06.735 INFO:tasks.rook.operator.smithi178.stdout: StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2021-11-15T21:10:06.735 INFO:tasks.rook.operator.smithi178.stdout: ... // 3 identical elements 2021-11-15T21:10:06.735 INFO:tasks.rook.operator.smithi178.stdout: {Name: "smithi178-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi178-lv-2", StorageClassName: &"scratch", ...}}}}, 2021-11-15T21:10:06.735 INFO:tasks.rook.operator.smithi178.stdout: {Name: "smithi178-lv-3", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi178-lv-3", StorageClassName: &"scratch", ...}}}}, 2021-11-15T21:10:06.736 INFO:tasks.rook.operator.smithi178.stdout:- { 2021-11-15T21:10:06.736 INFO:tasks.rook.operator.smithi178.stdout:- Name: "smithi178-lv-3", 2021-11-15T21:10:06.737 INFO:tasks.rook.operator.smithi178.stdout:- Count: 1, 2021-11-15T21:10:06.737 INFO:tasks.rook.operator.smithi178.stdout:- VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2021-11-15T21:10:06.737 INFO:tasks.rook.operator.smithi178.stdout:- }, 2021-11-15T21:10:06.738 INFO:tasks.rook.operator.smithi178.stdout: {Name: "smithi178-lv-4", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi178-lv-4", StorageClassName: &"scratch", ...}}}}, 2021-11-15T21:10:06.738 INFO:tasks.rook.operator.smithi178.stdout: {Name: "smithi178-lv-4", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi178-lv-4", StorageClassName: &"scratch", ...}}}}, 2021-11-15T21:10:06.738 INFO:tasks.rook.operator.smithi178.stdout: }, 2021-11-15T21:10:06.738 INFO:tasks.rook.operator.smithi178.stdout: }, 2021-11-15T21:10:06.738 INFO:tasks.rook.operator.smithi178.stdout: Annotations: nil, 2021-11-15T21:10:06.739 INFO:tasks.rook.operator.smithi178.stdout: Labels: nil, 2021-11-15T21:10:06.739 INFO:tasks.rook.operator.smithi178.stdout: ... // 20 identical fields 2021-11-15T21:10:06.739 INFO:tasks.rook.operator.smithi178.stdout: } 2021-11-15T21:10:06.739 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:06.728172 I | operator: reloading operator's CRDs manager, cancelling all orchestrations! 2021-11-15T21:10:06.740 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:06.728486 I | op-osd: restarting watcher for OSD provisioning status ConfigMaps. the watcher closed the channel 2021-11-15T21:10:06.740 INFO:tasks.rook.operator.smithi178.stdout:I1115 21:10:06.728553 1 manager.go:148] objectbucket.io/provisioner-manager "msg"="stopping provisioner" "name"="rook-ceph.ceph.rook.io/bucket" "reason"={} 2021-11-15T21:10:06.740 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:06.729920 E | ceph-file-controller: failed to reconcile failed to detect running and desired ceph version: failed to detect ceph image version: failed to complete ceph version job: failed to run CmdReporter ceph-file-controller-detect-version successfully. failed waiting for results ConfigMap ceph-file-controller-detect-version. timed out waiting for results ConfigMap 2021-11-15T21:10:06.740 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:06.729994 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to detect running and desired ceph version: failed to detect ceph image version: failed to complete ceph version job: failed to run CmdReporter ceph-object-controller-detect-version successfully. failed waiting for results ConfigMap ceph-object-controller-detect-version. timed out waiting for results ConfigMap 2021-11-15T21:10:06.740 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:06.730024 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to detect running and desired ceph version: failed to detect ceph image version: failed to complete ceph version job: failed to run CmdReporter ceph-object-controller-detect-version successfully. failed waiting for results ConfigMap ceph-object-controller-detect-version. timed out waiting for results ConfigMap 2021-11-15T21:10:07.212 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.210017 I | op-k8sutil: ROOK_CURRENT_NAMESPACE_ONLY="false" (env var) 2021-11-15T21:10:07.213 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.210060 I | operator: watching all namespaces for Ceph CRs 2021-11-15T21:10:07.213 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.210132 I | operator: setting up schemes 2021-11-15T21:10:07.218 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.214444 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". failed to reconcile cluster "rook-ceph": failed to configure local ceph cluster: failed to create cluster: failed to start ceph osds: failed to update/create OSDs: failed to list OSD provisioning status ConfigMaps: context canceled 2021-11-15T21:10:07.218 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.214466 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Warning:ReconcileFailed:failed to reconcile cluster "rook-ceph": failed to configure local ceph cluster: failed to create cluster: failed to start ceph osds: failed to update/create OSDs: failed to list OSD provisioning status ConfigMaps: context canceled 2021-11-15T21:10:07.219 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.214516 I | operator: successfully started the controller-runtime manager 2021-11-15T21:10:07.219 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.216635 I | operator: setting up the controller-runtime manager 2021-11-15T21:10:07.322 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.320343 I | operator: looking for admission webhook secret "rook-ceph-admission-controller" 2021-11-15T21:10:07.401 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 33 16 20843 20827 39.4385 0 - 0.023713 2021-11-15T21:10:07.573 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.565141 I | operator: admission webhook secret "rook-ceph-admission-controller" not found. proceeding without the admission controller 2021-11-15T21:10:07.574 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.565201 I | ceph-cluster-controller: successfully started 2021-11-15T21:10:07.574 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.565290 I | ceph-cluster-controller: enabling hotplug orchestration 2021-11-15T21:10:07.575 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.565330 I | ceph-crashcollector-controller: successfully started 2021-11-15T21:10:07.575 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.565371 I | ceph-block-pool-controller: successfully started 2021-11-15T21:10:07.575 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.565408 I | ceph-object-store-user-controller: successfully started 2021-11-15T21:10:07.575 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.565452 I | ceph-object-realm-controller: successfully started 2021-11-15T21:10:07.576 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.565492 I | ceph-object-zonegroup-controller: successfully started 2021-11-15T21:10:07.576 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.565514 I | ceph-object-zone-controller: successfully started 2021-11-15T21:10:07.576 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.565871 I | ceph-object-controller: successfully started 2021-11-15T21:10:07.576 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.565937 I | ceph-file-controller: successfully started 2021-11-15T21:10:07.576 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.566006 I | ceph-nfs-controller: successfully started 2021-11-15T21:10:07.577 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.566085 I | ceph-rbd-mirror-controller: successfully started 2021-11-15T21:10:07.577 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.569322 I | ceph-client-controller: successfully started 2021-11-15T21:10:07.577 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.569372 I | ceph-filesystem-mirror-controller: successfully started 2021-11-15T21:10:07.577 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.569950 I | operator: rook-ceph-operator-config-controller successfully started 2021-11-15T21:10:07.578 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.569984 I | ceph-csi: rook-ceph-operator-csi-controller successfully started 2021-11-15T21:10:07.578 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.570014 I | op-bucket-prov: rook-ceph-operator-bucket-controller successfully started 2021-11-15T21:10:07.578 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.570037 I | ceph-bucket-topic: successfully started 2021-11-15T21:10:07.578 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.570063 I | ceph-bucket-notification: successfully started 2021-11-15T21:10:07.579 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.570083 I | ceph-bucket-notification: successfully started 2021-11-15T21:10:07.580 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.578487 I | operator: starting the controller-runtime manager 2021-11-15T21:10:07.684 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.682351 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2021-11-15T21:10:07.690 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.685588 I | clusterdisruption-controller: create event from ceph cluster CR 2021-11-15T21:10:07.691 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.685687 I | op-k8sutil: ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS="15" (configmap) 2021-11-15T21:10:07.691 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.685710 I | op-k8sutil: ROOK_LOG_LEVEL="INFO" (configmap) 2021-11-15T21:10:07.692 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.685719 I | op-k8sutil: ROOK_ENABLE_DISCOVERY_DAEMON="false" (configmap) 2021-11-15T21:10:07.909 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:07.905246 I | operator: rook-ceph-operator-config-controller done reconciling 2021-11-15T21:10:08.234 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:08.231687 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:10:08.235 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:08.232136 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:10:08.235 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:08.232228 I | op-k8sutil: ROOK_OBC_WATCH_OPERATOR_NAMESPACE="true" (configmap) 2021-11-15T21:10:08.235 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:08.232244 I | op-bucket-prov: ceph bucket provisioner launched watching for provisioner "rook-ceph.ceph.rook.io/bucket" 2021-11-15T21:10:08.237 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:08.232640 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:10:08.237 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:08.232670 I | ceph-spec: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3... 2021-11-15T21:10:08.238 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:08.233646 I | op-bucket-prov: successfully reconciled bucket provisioner 2021-11-15T21:10:08.238 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:08.233690 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:10:08.238 INFO:tasks.rook.operator.smithi178.stdout:I1115 21:10:08.233708 1 manager.go:135] objectbucket.io/provisioner-manager "msg"="starting provisioner" "name"="rook-ceph.ceph.rook.io/bucket" 2021-11-15T21:10:08.238 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:08.233750 I | ceph-spec: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3... 2021-11-15T21:10:08.401 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 34 16 20843 20827 38.2786 0 - 0.023713 2021-11-15T21:10:09.169 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.166582 I | ceph-csi: successfully created csi config map "rook-ceph-csi-config" 2021-11-15T21:10:09.172 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.169032 I | ceph-spec: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3... 2021-11-15T21:10:09.226 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.222763 I | op-k8sutil: Removing previous job ceph-file-controller-detect-version to start a new one 2021-11-15T21:10:09.232 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.223139 I | op-k8sutil: Removing previous job ceph-object-controller-detect-version to start a new one 2021-11-15T21:10:09.401 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 35 16 20843 20827 37.185 0 - 0.023713 2021-11-15T21:10:09.496 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.491943 I | op-k8sutil: ROOK_CSI_ENABLE_RBD="true" (configmap) 2021-11-15T21:10:09.496 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.493578 I | op-k8sutil: ROOK_CSI_ENABLE_CEPHFS="true" (configmap) 2021-11-15T21:10:09.497 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.493589 I | op-k8sutil: ROOK_CSI_ALLOW_UNSUPPORTED_VERSION="false" (configmap) 2021-11-15T21:10:09.497 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.493596 I | op-k8sutil: ROOK_CSI_ENABLE_GRPC_METRICS="false" (configmap) 2021-11-15T21:10:09.498 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.493621 I | op-k8sutil: CSI_ENABLE_HOST_NETWORK="true" (default) 2021-11-15T21:10:09.498 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.493628 I | op-k8sutil: ROOK_CSI_CEPH_IMAGE="quay.io/cephcsi/cephcsi:v3.4.0" (default) 2021-11-15T21:10:09.498 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.493635 I | op-k8sutil: ROOK_CSI_REGISTRAR_IMAGE="k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0" (default) 2021-11-15T21:10:09.498 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.493667 I | op-k8sutil: ROOK_CSI_PROVISIONER_IMAGE="k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0" (default) 2021-11-15T21:10:09.499 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.493732 I | op-k8sutil: ROOK_CSI_ATTACHER_IMAGE="k8s.gcr.io/sig-storage/csi-attacher:v3.3.0" (default) 2021-11-15T21:10:09.499 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.493766 I | op-k8sutil: ROOK_CSI_SNAPSHOTTER_IMAGE="k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.0" (default) 2021-11-15T21:10:09.499 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.493818 I | op-k8sutil: ROOK_CSI_KUBELET_DIR_PATH="/var/lib/kubelet" (default) 2021-11-15T21:10:09.499 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.493852 I | op-k8sutil: CSI_VOLUME_REPLICATION_IMAGE="quay.io/csiaddons/volumereplication-operator:v0.1.0" (default) 2021-11-15T21:10:09.499 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.493894 I | op-k8sutil: ROOK_CSI_CEPHFS_POD_LABELS="" (default) 2021-11-15T21:10:09.500 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.493937 I | op-k8sutil: ROOK_CSI_RBD_POD_LABELS="" (default) 2021-11-15T21:10:09.500 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.493995 I | ceph-csi: detecting the ceph csi image version for image "quay.io/cephcsi/cephcsi:v3.4.0" 2021-11-15T21:10:09.500 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.494294 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2021-11-15T21:10:09.500 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.494382 I | op-k8sutil: CSI_PROVISIONER_NODE_AFFINITY="" (default) 2021-11-15T21:10:09.728 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.726496 I | op-k8sutil: batch job ceph-object-controller-detect-version still exists 2021-11-15T21:10:09.995 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:09.993502 I | op-k8sutil: batch job ceph-file-controller-detect-version still exists 2021-11-15T21:10:10.401 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 36 16 20843 20827 36.152 0 - 0.023713 2021-11-15T21:10:11.402 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 37 16 20843 20827 35.175 0 - 0.023713 2021-11-15T21:10:12.402 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 38 16 20843 20827 34.2494 0 - 0.023713 2021-11-15T21:10:12.746 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:12.743962 I | op-k8sutil: batch job ceph-object-controller-detect-version still exists 2021-11-15T21:10:13.249 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:13.246299 I | op-k8sutil: batch job ceph-file-controller-detect-version still exists 2021-11-15T21:10:13.402 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 39 16 20843 20827 33.3712 0 - 0.023713 2021-11-15T21:10:14.402 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:10:14.400704+0000 min lat: 0.00139178 max lat: 5.43328 avg lat: 0.023713 2021-11-15T21:10:14.402 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:10:14.403 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 40 16 20843 20827 32.537 0 - 0.023713 2021-11-15T21:10:15.402 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 41 16 20843 20827 31.7434 0 - 0.023713 2021-11-15T21:10:15.881 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:15.879253 I | op-k8sutil: batch job ceph-object-controller-detect-version still exists 2021-11-15T21:10:16.402 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 42 16 20843 20827 30.9876 0 - 0.023713 2021-11-15T21:10:16.626 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:16.623734 I | op-k8sutil: batch job ceph-file-controller-detect-version still exists 2021-11-15T21:10:17.402 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 43 16 20843 20827 30.267 0 - 0.023713 2021-11-15T21:10:17.756 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:17.754581 I | ceph-spec: object "rook-ceph-osd-0" matched on delete, reconciling 2021-11-15T21:10:18.403 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 44 16 20843 20827 29.5791 0 - 0.023713 2021-11-15T21:10:18.884 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:18.882272 I | op-k8sutil: batch job ceph-object-controller-detect-version still exists 2021-11-15T21:10:19.403 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 45 16 20843 20827 28.9218 0 - 0.023713 2021-11-15T21:10:19.981 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:19.978599 I | op-k8sutil: batch job ceph-file-controller-detect-version still exists 2021-11-15T21:10:20.403 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 46 16 20843 20827 28.2931 0 - 0.023713 2021-11-15T21:10:21.403 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 47 16 20843 20827 27.6911 0 - 0.023713 2021-11-15T21:10:21.897 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:21.894538 I | op-k8sutil: batch job ceph-object-controller-detect-version still exists 2021-11-15T21:10:22.403 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 48 16 20843 20827 27.1142 0 - 0.023713 2021-11-15T21:10:23.181 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:23.178597 I | op-k8sutil: batch job ceph-file-controller-detect-version still exists 2021-11-15T21:10:23.403 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 49 16 20843 20827 26.5608 0 - 0.023713 2021-11-15T21:10:24.404 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 50 16 20843 20827 26.0296 0 - 0.023713 2021-11-15T21:10:24.922 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:24.920437 I | op-k8sutil: batch job ceph-object-controller-detect-version still exists 2021-11-15T21:10:25.404 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 51 16 20843 20827 25.5192 0 - 0.023713 2021-11-15T21:10:26.328 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:26.324651 I | op-k8sutil: batch job ceph-file-controller-detect-version deleted 2021-11-15T21:10:26.404 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 52 16 20843 20827 25.0285 0 - 0.023713 2021-11-15T21:10:27.404 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 53 16 20843 20827 24.5563 0 - 0.023713 2021-11-15T21:10:28.019 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:28.017062 I | op-k8sutil: batch job ceph-object-controller-detect-version deleted 2021-11-15T21:10:28.404 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 54 16 20843 20827 24.1015 0 - 0.023713 2021-11-15T21:10:29.064 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:29.062377 I | ceph-spec: detected ceph image version: "17.0.0-8953 quincy" 2021-11-15T21:10:29.404 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 55 16 20843 20827 23.6633 0 - 0.023713 2021-11-15T21:10:30.404 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 56 16 20843 20827 23.2408 0 - 0.023713 2021-11-15T21:10:31.307 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.304471 I | ceph-spec: detected ceph image version: "17.0.0-8953 quincy" 2021-11-15T21:10:31.307 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.304624 I | ceph-cluster-controller: validating ceph version from provided image 2021-11-15T21:10:31.308 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.304660 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-8953 quincy", pursuing 2021-11-15T21:10:31.405 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 57 16 20843 20827 22.8331 0 - 0.023713 2021-11-15T21:10:31.843 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.837711 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:10:31.843 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838911 I | ceph-csi: Detected ceph CSI image version: "v3.4.0" 2021-11-15T21:10:31.844 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838932 I | op-k8sutil: CSI_FORCE_CEPHFS_KERNEL_CLIENT="true" (configmap) 2021-11-15T21:10:31.844 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838939 I | op-k8sutil: CSI_CEPHFS_GRPC_METRICS_PORT="9091" (default) 2021-11-15T21:10:31.844 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838943 I | op-k8sutil: CSI_CEPHFS_GRPC_METRICS_PORT="9091" (default) 2021-11-15T21:10:31.844 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838947 I | op-k8sutil: CSI_CEPHFS_LIVENESS_METRICS_PORT="9081" (default) 2021-11-15T21:10:31.845 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838951 I | op-k8sutil: CSI_CEPHFS_LIVENESS_METRICS_PORT="9081" (default) 2021-11-15T21:10:31.845 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838955 I | op-k8sutil: CSI_RBD_GRPC_METRICS_PORT="9090" (default) 2021-11-15T21:10:31.845 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838958 I | op-k8sutil: CSI_RBD_GRPC_METRICS_PORT="9090" (default) 2021-11-15T21:10:31.845 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838962 I | op-k8sutil: CSI_RBD_LIVENESS_METRICS_PORT="9080" (default) 2021-11-15T21:10:31.846 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838966 I | op-k8sutil: CSI_RBD_LIVENESS_METRICS_PORT="9080" (default) 2021-11-15T21:10:31.846 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838970 I | op-k8sutil: CSI_PLUGIN_PRIORITY_CLASSNAME="" (default) 2021-11-15T21:10:31.846 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838974 I | op-k8sutil: CSI_PROVISIONER_PRIORITY_CLASSNAME="" (default) 2021-11-15T21:10:31.846 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838978 I | op-k8sutil: CSI_ENABLE_OMAP_GENERATOR="false" (default) 2021-11-15T21:10:31.846 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838983 I | op-k8sutil: CSI_ENABLE_RBD_SNAPSHOTTER="true" (configmap) 2021-11-15T21:10:31.847 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838987 I | op-k8sutil: CSI_ENABLE_CEPHFS_SNAPSHOTTER="true" (configmap) 2021-11-15T21:10:31.847 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838991 I | op-k8sutil: CSI_ENABLE_VOLUME_REPLICATION="false" (configmap) 2021-11-15T21:10:31.847 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.838996 I | op-k8sutil: CSI_CEPHFS_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2021-11-15T21:10:31.847 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.839000 I | op-k8sutil: CSI_RBD_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2021-11-15T21:10:31.848 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.839004 I | ceph-csi: Kubernetes version is 1.22 2021-11-15T21:10:31.848 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.839009 I | op-k8sutil: ROOK_CSI_RESIZER_IMAGE="k8s.gcr.io/sig-storage/csi-resizer:v1.3.0" (default) 2021-11-15T21:10:31.848 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:31.839013 I | op-k8sutil: CSI_LOG_LEVEL="" (default) 2021-11-15T21:10:32.027 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:32.025054 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2021-11-15T21:10:32.033 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:32.026254 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2021-11-15T21:10:32.041 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:32.038650 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2021-11-15T21:10:32.041 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:32.038675 I | op-k8sutil: CSI_PROVISIONER_NODE_AFFINITY="" (default) 2021-11-15T21:10:32.042 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:32.038679 I | op-k8sutil: CSI_PLUGIN_TOLERATIONS="" (default) 2021-11-15T21:10:32.042 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:32.038681 I | op-k8sutil: CSI_PLUGIN_NODE_AFFINITY="" (default) 2021-11-15T21:10:32.042 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:32.038684 I | op-k8sutil: CSI_RBD_PLUGIN_TOLERATIONS="" (default) 2021-11-15T21:10:32.042 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:32.038687 I | op-k8sutil: CSI_RBD_PLUGIN_NODE_AFFINITY="" (default) 2021-11-15T21:10:32.043 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:32.038690 I | op-k8sutil: CSI_RBD_PLUGIN_RESOURCE="" (default) 2021-11-15T21:10:32.405 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 58 16 20843 20827 22.4394 0 - 0.023713 2021-11-15T21:10:32.879 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:32.784939 I | op-k8sutil: CSI_RBD_PROVISIONER_TOLERATIONS="" (default) 2021-11-15T21:10:32.879 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:32.784967 I | op-k8sutil: CSI_RBD_PROVISIONER_NODE_AFFINITY="" (default) 2021-11-15T21:10:32.880 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:32.784974 I | op-k8sutil: CSI_RBD_PROVISIONER_RESOURCE="" (default) 2021-11-15T21:10:33.405 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 59 16 20843 20827 22.0591 0 - 0.023713 2021-11-15T21:10:33.441 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:33.437029 I | ceph-csi: successfully started CSI Ceph RBD driver 2021-11-15T21:10:34.405 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:10:34.403575+0000 min lat: 0.00139178 max lat: 5.43328 avg lat: 0.023713 2021-11-15T21:10:34.405 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:10:34.406 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 60 16 20843 20827 21.6914 0 - 0.023713 2021-11-15T21:10:35.238 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:35.235967 I | op-k8sutil: CSI_CEPHFS_PLUGIN_TOLERATIONS="" (default) 2021-11-15T21:10:35.239 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:35.236005 I | op-k8sutil: CSI_CEPHFS_PLUGIN_NODE_AFFINITY="" (default) 2021-11-15T21:10:35.239 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:35.236019 I | op-k8sutil: CSI_CEPHFS_PLUGIN_RESOURCE="" (default) 2021-11-15T21:10:35.405 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 61 16 20843 20827 21.3358 0 - 0.023713 2021-11-15T21:10:35.504 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:35.501872 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_TOLERATIONS="" (default) 2021-11-15T21:10:35.505 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:35.501908 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_NODE_AFFINITY="" (default) 2021-11-15T21:10:35.505 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:35.501922 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_RESOURCE="" (default) 2021-11-15T21:10:35.759 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:35.753068 I | ceph-csi: successfully started CSI CephFS driver 2021-11-15T21:10:36.405 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 62 16 20843 20827 20.9917 0 - 0.023713 2021-11-15T21:10:37.225 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:37.223490 I | op-k8sutil: CSI_RBD_FSGROUPPOLICY="ReadWriteOnceWithFSType" (configmap) 2021-11-15T21:10:37.230 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:37.228085 I | ceph-csi: CSIDriver object updated for driver "rook-ceph.rbd.csi.ceph.com" 2021-11-15T21:10:37.230 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:37.228105 I | op-k8sutil: CSI_CEPHFS_FSGROUPPOLICY="None" (configmap) 2021-11-15T21:10:37.236 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:37.232180 I | ceph-csi: CSIDriver object updated for driver "rook-ceph.cephfs.csi.ceph.com" 2021-11-15T21:10:37.405 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 63 16 20843 20827 20.6585 0 - 0.023713 2021-11-15T21:10:38.406 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 64 16 20843 20827 20.3357 0 - 0.023713 2021-11-15T21:10:39.406 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 65 16 20843 20827 20.0229 0 - 0.023713 2021-11-15T21:10:40.406 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 66 16 20843 20827 19.7195 0 - 0.023713 2021-11-15T21:10:41.406 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 67 16 20843 20827 19.4252 0 - 0.023713 2021-11-15T21:10:42.406 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 68 16 20843 20827 19.1395 0 - 0.023713 2021-11-15T21:10:43.406 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 69 16 20843 20827 18.8621 0 - 0.023713 2021-11-15T21:10:43.572 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:43.568170 I | ceph-spec: detected ceph image version: "17.0.0-8953 quincy" 2021-11-15T21:10:44.177 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:44.175544 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to detect running and desired ceph version: failed to retrieve current ceph "mon" version: failed to get ceph daemons versions: failed to run 'ceph versions'. . timed out: exit status 1 2021-11-15T21:10:44.178 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:44.175580 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to detect running and desired ceph version: failed to retrieve current ceph "mon" version: failed to get ceph daemons versions: failed to run 'ceph versions'. . timed out: exit status 1 2021-11-15T21:10:44.407 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 70 16 20843 20827 18.5927 0 - 0.023713 2021-11-15T21:10:44.506 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:44.504131 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-8953 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3" 2021-11-15T21:10:44.753 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:44.750201 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:10:44.754 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:44.750304 I | ceph-spec: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3... 2021-11-15T21:10:44.952 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:44.949583 I | op-k8sutil: Removing previous job ceph-object-controller-detect-version to start a new one 2021-11-15T21:10:45.048 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:45.043438 I | op-k8sutil: batch job ceph-object-controller-detect-version still exists 2021-11-15T21:10:45.050 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:45.046583 I | op-mon: start running mons 2021-11-15T21:10:45.070 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:45.067746 I | ceph-file-controller: start running mdses for filesystem "foo" 2021-11-15T21:10:45.136 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:45.133855 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:10:45.164 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:45.162289 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.103.233.231:6789"]}] data:a=10.103.233.231:6789 mapping:{"node":{"a":{"Name":"smithi178","Hostname":"smithi178","Address":"172.21.15.178"}}} maxMonId:0] 2021-11-15T21:10:45.173 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:45.171383 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2021-11-15T21:10:45.176 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:45.171852 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2021-11-15T21:10:45.407 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 71 16 20843 20827 18.3308 0 - 0.023713 2021-11-15T21:10:45.476 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:45.474058 I | cephclient: getting or creating ceph auth key "mds.foo-a" 2021-11-15T21:10:46.050 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:46.047869 I | op-mon: targeting the mon count 1 2021-11-15T21:10:46.055 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:46.053797 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2021-11-15T21:10:46.407 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 72 16 20843 20827 18.0762 0 - 0.023713 2021-11-15T21:10:46.418 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:46.415743 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2021-11-15T21:10:46.418 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:46.415796 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2021-11-15T21:10:46.460 INFO:teuthology.orchestra.run.smithi178.stdout:Success 2021-11-15T21:10:46.489 INFO:teuthology.orchestra.run.smithi178.stderr:+ removed_pv= 2021-11-15T21:10:46.489 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' '' = '' ']' 2021-11-15T21:10:46.489 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl get pv 2021-11-15T21:10:46.489 INFO:teuthology.orchestra.run.smithi178.stderr:++ grep Released 2021-11-15T21:10:46.490 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f1 -d ' ' 2021-11-15T21:10:46.543 INFO:teuthology.orchestra.run.smithi178.stderr:+ removed_pv=smithi178-lv-3 2021-11-15T21:10:46.544 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 3s 2021-11-15T21:10:46.558 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:46.555857 I | op-mds: setting mds config flags 2021-11-15T21:10:46.558 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:46.555885 I | op-config: setting "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2021-11-15T21:10:46.770 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:46.768141 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2021-11-15T21:10:46.770 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:46.768173 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2021-11-15T21:10:46.989 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:46.986590 I | op-config: successfully set "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2021-11-15T21:10:47.005 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:47.003636 I | cephclient: getting or creating ceph auth key "mds.foo-b" 2021-11-15T21:10:47.215 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:47.213277 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2021-11-15T21:10:47.216 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:47.213295 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2021-11-15T21:10:47.407 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 73 16 20843 20827 17.8286 0 - 0.023713 2021-11-15T21:10:47.500 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:47.497553 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi178": the object has been modified; please apply your changes to the latest version and try again 2021-11-15T21:10:47.670 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:47.667892 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2021-11-15T21:10:47.670 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:47.667913 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2021-11-15T21:10:47.745 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:47.742663 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi178": the object has been modified; please apply your changes to the latest version and try again 2021-11-15T21:10:47.779 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:47.777636 I | op-mds: setting mds config flags 2021-11-15T21:10:47.780 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:47.777708 I | op-config: setting "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2021-11-15T21:10:48.009 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:48.007357 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2021-11-15T21:10:48.010 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:48.007379 I | op-config: deleting "log file" option from the mon configuration database 2021-11-15T21:10:48.156 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:48.154117 I | op-k8sutil: batch job ceph-object-controller-detect-version deleted 2021-11-15T21:10:48.407 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 74 16 20843 20827 17.5877 0 - 0.023713 2021-11-15T21:10:49.407 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 75 16 20843 20827 17.3532 0 - 0.023713 2021-11-15T21:10:49.545 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' smithi178-lv-3 = '' ']' 2021-11-15T21:10:49.545 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl get pv smithi178-lv-3 -o 'jsonpath={.spec.local.path}' 2021-11-15T21:10:49.679 INFO:teuthology.orchestra.run.smithi178.stderr:+ target_path=/dev/vg_nvme/lv_3 2021-11-15T21:10:49.679 INFO:teuthology.orchestra.run.smithi178.stderr:++ hostname 2021-11-15T21:10:49.680 INFO:teuthology.orchestra.run.smithi178.stderr:+ toolbox ceph orch device zap smithi178 /dev/vg_nvme/lv_3 --force 2021-11-15T21:10:49.681 INFO:teuthology.orchestra.run.smithi178.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch device zap smithi178 /dev/vg_nvme/lv_3 --force 2021-11-15T21:10:50.044 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:10:50.051 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:50.048993 I | op-config: successfully deleted "log file" option from the mon configuration database 2021-11-15T21:10:50.052 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:50.049017 I | op-mon: checking for basic quorum with existing mons 2021-11-15T21:10:50.054 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:50.049400 I | op-config: successfully set "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2021-11-15T21:10:50.407 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 76 16 20843 20827 17.1249 0 - 0.023713 2021-11-15T21:10:51.408 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 77 16 20843 20827 16.9025 0 - 0.023713 2021-11-15T21:10:51.670 INFO:teuthology.orchestra.run.smithi178.stdout:/dev/vg_nvme/lv_3 on smithi178 zapped 2021-11-15T21:10:51.700 INFO:teuthology.orchestra.run.smithi178.stderr:+ zap_completion=0 2021-11-15T21:10:51.700 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 0 = 0 ']' 2021-11-15T21:10:51.732 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl get job -n rook-ceph rook-ceph-device-zap -o 'jsonpath={.status.succeeded.path}' 2021-11-15T21:10:52.408 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 78 16 20843 20827 16.6858 0 - 0.023713 2021-11-15T21:10:52.448 INFO:teuthology.orchestra.run.smithi178.stderr:+ zap_completion= 2021-11-15T21:10:52.448 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 3s 2021-11-15T21:10:52.449 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:52.443232 I | op-mon: mon "a" endpoint is [v2:10.103.233.231:3300,v1:10.103.233.231:6789] 2021-11-15T21:10:52.575 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:52.573077 I | ceph-file-controller: creating filesystem "foo" 2021-11-15T21:10:53.408 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 79 16 20843 20827 16.4746 0 - 0.023713 2021-11-15T21:10:53.750 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:53.625810 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.103.233.231:6789"]}] data:a=10.103.233.231:6789 mapping:{"node":{"a":{"Name":"smithi178","Hostname":"smithi178","Address":"172.21.15.178"}}} maxMonId:0] 2021-11-15T21:10:53.820 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:53.817510 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2021-11-15T21:10:53.821 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:53.818227 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2021-11-15T21:10:53.838 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:53.836265 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2021-11-15T21:10:53.846 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:53.843962 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2021-11-15T21:10:53.846 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:53.843990 I | op-mon: waiting for mon quorum with [a] 2021-11-15T21:10:53.854 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:53.852608 I | op-mon: mons running: [a] 2021-11-15T21:10:54.408 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:10:54.406359+0000 min lat: 0.00139178 max lat: 5.43328 avg lat: 0.023713 2021-11-15T21:10:54.408 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:10:54.409 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 80 16 20843 20827 16.2686 0 - 0.023713 2021-11-15T21:10:54.604 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:54.601586 I | op-mon: Monitors in quorum: [a] 2021-11-15T21:10:54.604 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:54.601620 I | op-mon: mons created: 1 2021-11-15T21:10:55.167 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:55.164445 I | op-mon: waiting for mon quorum with [a] 2021-11-15T21:10:55.323 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:55.320518 I | op-mon: mons running: [a] 2021-11-15T21:10:55.408 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 81 16 20843 20827 16.0678 0 - 0.023713 2021-11-15T21:10:55.449 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' '' = 0 ']' 2021-11-15T21:10:55.449 INFO:teuthology.orchestra.run.smithi178.stderr:+ kubectl patch pv smithi178-lv-3 -p '{"spec":{"claimRef": null}}' 2021-11-15T21:10:55.964 INFO:teuthology.orchestra.run.smithi178.stdout:persistentvolume/smithi178-lv-3 patched 2021-11-15T21:10:55.966 INFO:teuthology.orchestra.run.smithi178.stderr:+ toolbox ceph orch apply osd --all-available-devices 2021-11-15T21:10:55.966 INFO:teuthology.orchestra.run.smithi178.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch apply osd --all-available-devices 2021-11-15T21:10:56.178 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:10:56.309 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:56.302807 I | op-mon: Monitors in quorum: [a] 2021-11-15T21:10:56.309 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:56.302861 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2021-11-15T21:10:56.408 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 82 16 20843 20827 15.8719 0 - 0.023713 2021-11-15T21:10:57.377 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:57.361299 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2021-11-15T21:10:57.408 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 83 16 20854 20838 15.6889 0.0134804 0.00267543 0.0431306 2021-11-15T21:10:58.408 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 84 16 20987 20971 15.6011 8.3125 0.0250489 0.0640864 2021-11-15T21:10:59.408 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 85 16 22125 22109 16.2542 71.125 0.0112938 0.0615111 2021-11-15T21:10:59.557 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:59.554490 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2021-11-15T21:10:59.987 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:10:59.984372 I | cephclient: creating replicated pool foo-metadata succeeded 2021-11-15T21:11:00.174 INFO:teuthology.orchestra.run.smithi178.stdout:['No change'] 2021-11-15T21:11:00.221 INFO:teuthology.orchestra.run.smithi178.stderr:+ kubectl delete job rook-ceph-device-zap -n rook-ceph 2021-11-15T21:11:00.408 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 86 16 22862 22846 16.6007 46.0625 0.0124557 0.0602275 2021-11-15T21:11:00.412 INFO:teuthology.orchestra.run.smithi178.stdout:job.batch "rook-ceph-device-zap" deleted 2021-11-15T21:11:00.840 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=0 2021-11-15T21:11:00.840 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 0 '!=' '' ']' 2021-11-15T21:11:00.840 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:11:00.841 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:11:00.841 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:11:00.842 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:11:00.842 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:11:01.409 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 87 16 23715 23699 17.0226 53.3125 0.012885 0.0587365 2021-11-15T21:11:01.527 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:01.524797 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2021-11-15T21:11:01.609 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:11:02.409 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 88 16 24424 24408 17.3327 44.3125 0.0709881 0.0576651 2021-11-15T21:11:03.409 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 89 16 25004 24988 17.5452 36.25 0.00872663 0.056985 2021-11-15T21:11:04.135 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:04.131798 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2021-11-15T21:11:04.135 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:04.131826 I | cephclient: getting or creating ceph auth key "client.crash" 2021-11-15T21:11:04.409 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 90 16 25870 25854 17.9516 54.125 0.00874008 0.0556577 2021-11-15T21:11:05.182 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:05.167083 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2021-11-15T21:11:05.409 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 91 16 26713 26697 18.3332 52.6875 0.0137578 0.0545371 2021-11-15T21:11:06.409 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 92 16 27432 27416 18.6223 44.9375 0.0221156 0.0536857 2021-11-15T21:11:06.716 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:06.707672 I | cephclient: successfully enabled msgr2 protocol 2021-11-15T21:11:06.720 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:06.707701 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2021-11-15T21:11:06.721 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:06.707707 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2021-11-15T21:11:07.409 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 93 16 28165 28149 18.9146 45.8125 0.00699172 0.0528597 2021-11-15T21:11:08.409 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 94 16 28793 28777 19.1309 39.25 0.0394307 0.0522575 2021-11-15T21:11:08.431 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:11:08.432 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:11:08.437 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:08.435535 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2021-11-15T21:11:08.996 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:08.993090 I | op-mgr: start running mgr 2021-11-15T21:11:08.997 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:08.993125 I | cephclient: getting or creating ceph auth key "mgr.a" 2021-11-15T21:11:09.409 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 95 16 29764 29748 19.5683 60.6875 0.0107515 0.0510939 2021-11-15T21:11:09.939 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:09.936243 I | cephclient: creating replicated pool foo-data0 succeeded 2021-11-15T21:11:09.939 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:09.936279 I | cephclient: creating filesystem "foo" with metadata pool "foo-metadata" and data pools [foo-data0] 2021-11-15T21:11:10.416 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 96 16 30558 30542 19.88 49.625 0.011365 0.050289 2021-11-15T21:11:11.416 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 97 16 31448 31432 20.2484 55.625 0.00834588 0.0493801 2021-11-15T21:11:11.790 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:11.788046 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2021-11-15T21:11:11.799 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:11.796737 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2021-11-15T21:11:12.312 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:12.296949 I | op-mgr: setting services to point to mgr "a" 2021-11-15T21:11:12.416 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 98 16 32343 32327 20.6125 55.9375 0.0325076 0.0485061 2021-11-15T21:11:13.416 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 99 16 33058 33042 20.8556 44.6875 0.0107699 0.0479407 2021-11-15T21:11:14.416 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:11:14.414482+0000 min lat: 0.00139178 max lat: 54.0252 avg lat: 0.0472634 2021-11-15T21:11:14.416 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:11:14.417 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 100 16 33871 33855 21.1551 50.8125 0.0106104 0.0472634 2021-11-15T21:11:14.973 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:14.962192 I | ceph-file-controller: created filesystem "foo" on 1 data pool(s) and metadata pool "foo-metadata" 2021-11-15T21:11:14.974 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:14.962215 I | cephclient: setting allow_standby_replay for filesystem "foo" 2021-11-15T21:11:15.416 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 101 16 34416 34400 21.2828 34.0625 0.0131438 0.0469759 2021-11-15T21:11:16.026 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.023930 I | op-mgr: successful modules: balancer 2021-11-15T21:11:16.120 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.113379 I | op-osd: start running osds in namespace "rook-ceph" 2021-11-15T21:11:16.120 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.113405 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2021-11-15T21:11:16.416 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 102 16 35078 35062 21.4798 41.375 0.0228479 0.0465455 2021-11-15T21:11:16.678 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.588654 I | op-osd: start provisioning the OSDs on PVCs, if needed 2021-11-15T21:11:16.947 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.944987 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi178-lv-1" 2021-11-15T21:11:17.069 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.945035 I | op-osd: OSD PVC "smithi178-lv-1-data-0zkp5l" already exists 2021-11-15T21:11:17.069 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.945048 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi178-lv-1" 2021-11-15T21:11:17.071 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.945058 I | op-osd: OSD PVC "smithi178-lv-1-data-0zkp5l" already exists 2021-11-15T21:11:17.071 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.945069 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi178-lv-2" 2021-11-15T21:11:17.071 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.945078 I | op-osd: OSD PVC "smithi178-lv-2-data-0kwnmw" already exists 2021-11-15T21:11:17.072 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.945084 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi178-lv-2" 2021-11-15T21:11:17.072 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.945092 I | op-osd: OSD PVC "smithi178-lv-2-data-0kwnmw" already exists 2021-11-15T21:11:17.072 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.945098 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi178-lv-3" 2021-11-15T21:11:17.072 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.945106 I | op-osd: OSD PVC "smithi178-lv-3-data-0njwbs" already exists 2021-11-15T21:11:17.073 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.945113 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi178-lv-4" 2021-11-15T21:11:17.073 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.945120 I | op-osd: OSD PVC "smithi178-lv-4-data-0b6w9m" already exists 2021-11-15T21:11:17.073 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.945125 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi178-lv-4" 2021-11-15T21:11:17.073 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:16.945132 I | op-osd: OSD PVC "smithi178-lv-4-data-0b6w9m" already exists 2021-11-15T21:11:17.355 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:17.352936 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-1-data-0zkp5l" 2021-11-15T21:11:17.356 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:17.352956 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-1-data-0zkp5l" 2021-11-15T21:11:17.356 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:17.352959 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-2-data-0kwnmw" 2021-11-15T21:11:17.356 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:17.352962 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-2-data-0kwnmw" 2021-11-15T21:11:17.356 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:17.352966 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-3-data-0njwbs" 2021-11-15T21:11:17.416 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 103 16 35956 35940 21.8039 54.875 0.00707482 0.0458572 2021-11-15T21:11:18.416 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 104 16 36735 36719 22.0623 48.6875 0.0117419 0.045319 2021-11-15T21:11:19.367 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:19.363115 I | op-k8sutil: Found previous job rook-ceph-osd-prepare-smithi178-lv-3-data-0njwbs. Status={Conditions:[] StartTime:2021-11-15 21:05:23 +0000 UTC CompletionTime: Active:1 Succeeded:0 Failed:0 CompletedIndexes: UncountedTerminatedPods:nil} 2021-11-15T21:11:19.368 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:19.363136 I | op-osd: started OSD provisioning job for PVC "smithi178-lv-3-data-0njwbs" 2021-11-15T21:11:19.368 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:19.363144 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-4-data-0b6w9m" 2021-11-15T21:11:19.368 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:19.363150 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-4-data-0b6w9m" 2021-11-15T21:11:19.369 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:19.363155 I | op-osd: start provisioning the OSDs on nodes, if needed 2021-11-15T21:11:19.369 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:19.363159 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2021-11-15T21:11:19.403 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:19.399119 I | op-osd: OSD orchestration status for PVC smithi178-lv-1-data-04hvp5 is "starting" 2021-11-15T21:11:19.404 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:19.399147 I | op-osd: OSD orchestration status for PVC smithi178-lv-2-data-06blnp is "starting" 2021-11-15T21:11:19.404 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:19.399156 I | op-osd: OSD orchestration status for PVC smithi178-lv-3-data-0njwbs is "starting" 2021-11-15T21:11:19.404 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:19.399162 I | op-osd: OSD orchestration status for PVC smithi178-lv-4-data-05nb4k is "starting" 2021-11-15T21:11:19.416 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 105 16 37731 37715 22.445 62.25 0.0180971 0.0445465 2021-11-15T21:11:20.417 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 106 16 38455 38439 22.6601 45.25 0.0158199 0.0440258 2021-11-15T21:11:21.417 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 107 16 39380 39364 22.9885 57.8125 0.0127564 0.0434922 2021-11-15T21:11:22.417 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 108 16 40263 40247 23.2866 55.1875 0.010568 0.0429117 2021-11-15T21:11:23.417 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 109 16 40818 40802 23.3911 34.6875 0.0135419 0.042743 2021-11-15T21:11:24.417 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 110 16 41039 41023 23.304 13.8125 0.013294 0.0425918 2021-11-15T21:11:25.417 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 111 16 41039 41023 23.0941 0 - 0.0425918 2021-11-15T21:11:26.417 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 112 16 41039 41023 22.8879 0 - 0.0425918 2021-11-15T21:11:27.417 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 113 16 41039 41023 22.6854 0 - 0.0425918 2021-11-15T21:11:28.417 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 114 16 41039 41023 22.4864 0 - 0.0425918 2021-11-15T21:11:29.418 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 115 16 41039 41023 22.2909 0 - 0.0425918 2021-11-15T21:11:30.418 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 116 16 41039 41023 22.0987 0 - 0.0425918 2021-11-15T21:11:31.418 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 117 16 41039 41023 21.9099 0 - 0.0425918 2021-11-15T21:11:32.418 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 118 16 41039 41023 21.7242 0 - 0.0425918 2021-11-15T21:11:33.418 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 119 16 41039 41023 21.5417 0 - 0.0425918 2021-11-15T21:11:34.418 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:11:34.416759+0000 min lat: 0.00139178 max lat: 54.0252 avg lat: 0.0425918 2021-11-15T21:11:34.419 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:11:34.419 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 120 16 41039 41023 21.3621 0 - 0.0425918 2021-11-15T21:11:34.684 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:34.681171 W | cephclient: failed to determine the total number of osds. will check if OSDs are ok-to-stop. if there are fewer than 3 OSDs the user will likely need to set continueUpgradeAfterChecksEvenIfNotHealthy to allow OSD updates to proceed. failed to get osd list: exit status 1 2021-11-15T21:11:34.975 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:34.973298 I | ceph-spec: detected ceph image version: "17.0.0-8953 quincy" 2021-11-15T21:11:35.418 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 121 16 41039 41023 21.1856 0 - 0.0425918 2021-11-15T21:11:36.418 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 122 16 41039 41023 21.012 0 - 0.0425918 2021-11-15T21:11:37.190 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:37.138374 I | ceph-object-controller: reconciling object store deployments 2021-11-15T21:11:37.419 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 123 16 41039 41023 20.8411 0 - 0.0425918 2021-11-15T21:11:38.244 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:38.241807 I | ceph-object-controller: ceph object store gateway service running at 10.110.217.39 2021-11-15T21:11:38.245 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:38.242071 I | ceph-object-controller: reconciling object store pools 2021-11-15T21:11:38.419 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 124 16 41039 41023 20.6731 0 - 0.0425918 2021-11-15T21:11:38.433 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:11:38.433 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:11:38.434 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:11:38.434 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:11:38.435 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:11:38.435 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:11:39.044 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:39.042362 I | op-mgr: successful modules: mgr module(s) from the spec 2021-11-15T21:11:39.053 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:39.051060 I | op-mgr: successful modules: dashboard 2021-11-15T21:11:39.056 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:39.054458 I | op-mgr: successful modules: prometheus 2021-11-15T21:11:39.309 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:11:39.419 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 125 16 41039 41023 20.5077 0 - 0.0425918 2021-11-15T21:11:40.419 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 126 16 41039 41023 20.345 0 - 0.0425918 2021-11-15T21:11:41.220 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=2 2021-11-15T21:11:41.221 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:11:41.419 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 127 16 41039 41023 20.1848 0 - 0.0425918 2021-11-15T21:11:42.419 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 128 16 41039 41023 20.0271 0 - 0.0425918 2021-11-15T21:11:43.419 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 129 16 41039 41023 19.8719 0 - 0.0425918 2021-11-15T21:11:44.419 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 130 16 41039 41023 19.719 0 - 0.0425918 2021-11-15T21:11:45.419 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 131 16 41039 41023 19.5685 0 - 0.0425918 2021-11-15T21:11:46.420 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 132 16 41039 41023 19.4203 0 - 0.0425918 2021-11-15T21:11:47.420 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 133 16 41039 41023 19.2742 0 - 0.0425918 2021-11-15T21:11:48.420 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 134 16 41039 41023 19.1304 0 - 0.0425918 2021-11-15T21:11:49.420 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 135 16 41039 41023 18.9887 0 - 0.0425918 2021-11-15T21:11:50.242 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:50.240431 I | op-osd: OSD 1 is not ok-to-stop. will try updating it again later 2021-11-15T21:11:50.251 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:50.240494 I | op-osd: OSD orchestration status for node smithi178-lv-3-data-0njwbs is "orchestrating" 2021-11-15T21:11:50.251 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:50.240663 I | op-osd: OSD orchestration status for PVC smithi178-lv-3-data-0njwbs is "orchestrating" 2021-11-15T21:11:50.420 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 136 16 41039 41023 18.8491 0 - 0.0425918 2021-11-15T21:11:50.697 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:50.694832 I | op-mgr: successful modules: orchestrator modules 2021-11-15T21:11:51.420 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 137 16 41039 41023 18.7115 0 - 0.0425918 2021-11-15T21:11:52.412 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:52.409704 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2021-11-15T21:11:52.420 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 138 16 41150 41134 18.6262 0.247768 0.00218781 0.0513444 2021-11-15T21:11:52.475 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:52.473049 I | op-osd: updating OSD 2 on PVC "smithi178-lv-1-data-0zkp5l" 2021-11-15T21:11:52.475 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:52.473123 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-1-data-0zkp5l" 2021-11-15T21:11:53.024 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:53.019937 I | op-osd: OSD orchestration status for PVC smithi178-lv-3-data-0njwbs is "completed" 2021-11-15T21:11:53.038 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:53.019968 I | op-osd: creating OSD 0 on PVC "smithi178-lv-3-data-0njwbs" 2021-11-15T21:11:53.038 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:53.019979 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-3-data-0njwbs" 2021-11-15T21:11:53.420 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 139 16 41287 41271 18.5538 8.5625 0.053795 0.0523485 2021-11-15T21:11:54.155 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:54.153008 I | cephclient: creating replicated pool foo.rgw.buckets.index succeeded 2021-11-15T21:11:54.155 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:54.153037 I | cephclient: setting pool property "pg_num_min" to "8" on pool "foo.rgw.buckets.index" 2021-11-15T21:11:54.420 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:11:54.419021+0000 min lat: 0.00139178 max lat: 54.0252 avg lat: 0.0534764 2021-11-15T21:11:54.420 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:11:54.421 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 140 16 41907 41891 18.698 38.75 0.00887065 0.0534764 2021-11-15T21:11:55.420 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 141 16 42620 42604 18.8814 44.5625 0.0155158 0.0529557 2021-11-15T21:11:56.421 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 142 16 43244 43228 19.0231 39 0.0345613 0.0525576 2021-11-15T21:11:56.997 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:56.990991 I | cephclient: creating replicated pool foo.rgw.buckets.non-ec succeeded 2021-11-15T21:11:56.997 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:56.991024 I | cephclient: setting pool property "pg_num_min" to "8" on pool "foo.rgw.buckets.non-ec" 2021-11-15T21:11:57.005 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:57.000838 I | cephclient: creating replicated pool .rgw.root succeeded 2021-11-15T21:11:57.005 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:57.000871 I | cephclient: setting pool property "pg_num_min" to "8" on pool ".rgw.root" 2021-11-15T21:11:57.014 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:57.011512 I | cephclient: creating replicated pool foo.rgw.log succeeded 2021-11-15T21:11:57.014 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:57.011542 I | cephclient: setting pool property "pg_num_min" to "8" on pool "foo.rgw.log" 2021-11-15T21:11:57.025 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:57.022082 I | cephclient: creating replicated pool foo.rgw.control succeeded 2021-11-15T21:11:57.025 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:57.022131 I | cephclient: setting pool property "pg_num_min" to "8" on pool "foo.rgw.control" 2021-11-15T21:11:57.029 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:57.023655 I | cephclient: creating replicated pool foo.rgw.meta succeeded 2021-11-15T21:11:57.029 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:57.023676 I | cephclient: setting pool property "pg_num_min" to "8" on pool "foo.rgw.meta" 2021-11-15T21:11:57.397 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:57.395673 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2021-11-15T21:11:57.420 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 143 16 44033 44017 19.2348 49.3125 0.0184844 0.0519683 2021-11-15T21:11:57.601 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:57.598914 I | op-osd: updating OSD 3 on PVC "smithi178-lv-2-data-0kwnmw" 2021-11-15T21:11:57.604 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:11:57.600460 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-2-data-0kwnmw" 2021-11-15T21:11:58.421 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 144 16 44752 44736 19.4133 44.9375 0.0248036 0.0515 2021-11-15T21:11:59.421 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 145 16 45320 45304 19.5242 35.5 0.0118818 0.051203 2021-11-15T21:12:00.421 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 146 16 45802 45786 19.5968 30.125 0.0229069 0.0510208 2021-11-15T21:12:01.421 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 147 16 46358 46342 19.6998 34.75 0.0194104 0.0507545 2021-11-15T21:12:01.920 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:01.908875 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2021-11-15T21:12:02.209 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:02.207299 I | op-osd: updating OSD 1 on PVC "smithi178-lv-4-data-0b6w9m" 2021-11-15T21:12:02.213 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:02.208892 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-4-data-0b6w9m" 2021-11-15T21:12:02.421 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 148 16 46919 46903 19.8036 35.0625 0.150679 0.0504546 2021-11-15T21:12:03.421 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 149 16 47546 47530 19.9336 39.1875 0.0115804 0.050139 2021-11-15T21:12:03.861 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:03.857610 I | op-osd: finished running OSDs in namespace "rook-ceph" 2021-11-15T21:12:03.864 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:03.857635 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2021-11-15T21:12:03.874 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:03.870217 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Normal:ReconcileSucceeded:successfully configured CephCluster "rook-ceph/rook-ceph" 2021-11-15T21:12:03.875 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:03.870320 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2021-11-15T21:12:03.953 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:03.949517 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:12:03.973 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:03.964843 I | ceph-spec: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3... 2021-11-15T21:12:04.421 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 150 16 48213 48197 20.0786 41.6875 0.0186122 0.0497963 2021-11-15T21:12:05.422 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 151 16 49075 49059 20.3023 53.875 0.0167966 0.049248 2021-11-15T21:12:06.422 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 152 16 49848 49832 20.4866 48.3125 0.0287191 0.0487965 2021-11-15T21:12:07.422 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 153 16 49885 49869 20.3678 2.3125 0.0209102 0.048793 2021-11-15T21:12:08.423 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 154 16 49885 49869 20.2355 0 - 0.048793 2021-11-15T21:12:09.423 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 155 16 49885 49869 20.105 0 - 0.048793 2021-11-15T21:12:10.423 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 156 16 49885 49869 19.9761 0 - 0.048793 2021-11-15T21:12:11.228 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 2 '!=' '' ']' 2021-11-15T21:12:11.229 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:12:11.229 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:12:11.229 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:12:11.230 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:12:11.230 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:12:11.368 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:12:11.423 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 157 16 49885 49869 19.8489 0 - 0.048793 2021-11-15T21:12:12.423 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 158 16 49885 49869 19.7232 0 - 0.048793 2021-11-15T21:12:13.423 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 159 16 49885 49869 19.5992 0 - 0.048793 2021-11-15T21:12:14.423 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:12:14.422016+0000 min lat: 0.00139178 max lat: 54.0252 avg lat: 0.048793 2021-11-15T21:12:14.424 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:12:14.424 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 160 16 49885 49869 19.4767 0 - 0.048793 2021-11-15T21:12:15.424 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 161 16 49885 49869 19.3557 0 - 0.048793 2021-11-15T21:12:16.424 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 162 16 49885 49869 19.2363 0 - 0.048793 2021-11-15T21:12:17.424 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 163 16 49885 49869 19.1183 0 - 0.048793 2021-11-15T21:12:18.424 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 164 16 49945 49929 19.0245 0.340909 0.00715552 0.0520742 2021-11-15T21:12:19.424 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 165 16 50107 50091 18.9706 10.125 0.00638632 0.051926 2021-11-15T21:12:19.434 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=2 2021-11-15T21:12:19.435 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:12:20.026 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:20.021741 I | cephclient: creating replicated pool foo.rgw.buckets.data succeeded 2021-11-15T21:12:20.027 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:20.021782 I | ceph-object-controller: setting multisite settings for object store "foo" 2021-11-15T21:12:20.424 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 166 16 50339 50323 18.9436 14.5 0.0385848 0.0527804 2021-11-15T21:12:21.424 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 167 16 50865 50849 19.027 32.875 0.0250489 0.0525487 2021-11-15T21:12:22.274 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:22.271565 I | ceph-object-controller: committing changes to RGW configuration period for CephObjectStore "rook-ceph/foo" 2021-11-15T21:12:22.424 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 168 16 51357 51341 19.0968 30.75 0.0111194 0.0523575 2021-11-15T21:12:23.425 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 169 16 51969 51953 19.2101 38.25 0.0118727 0.0520495 2021-11-15T21:12:24.176 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:24.168756 I | ceph-object-controller: Multisite for object-store: realm=foo, zonegroup=foo, zone=foo 2021-11-15T21:12:24.177 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:24.168790 I | ceph-object-controller: multisite configuration for object-store foo is complete 2021-11-15T21:12:24.177 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:24.168797 I | ceph-object-controller: creating object store "foo" in namespace "rook-ceph" 2021-11-15T21:12:24.177 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:24.168808 I | cephclient: getting or creating ceph auth key "client.rgw.foo.a" 2021-11-15T21:12:24.425 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 170 16 52662 52646 19.3518 43.3125 0.0218645 0.0516679 2021-11-15T21:12:25.426 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 171 16 53520 53504 19.5522 53.625 0.0165712 0.0511383 2021-11-15T21:12:26.425 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 172 16 54219 54203 19.6925 43.6875 0.0313787 0.0507681 2021-11-15T21:12:27.425 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 173 16 54847 54831 19.8055 39.25 0.0199467 0.050483 2021-11-15T21:12:27.683 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:27.671404 I | ceph-object-controller: setting rgw config flags 2021-11-15T21:12:27.683 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:27.671436 I | op-config: setting "client.rgw.foo.a"="rgw_log_nonexistent_bucket"="true" option to the mon configuration database 2021-11-15T21:12:28.425 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 174 16 55073 55057 19.7729 14.125 0.130895 0.0504082 2021-11-15T21:12:28.609 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:28.604481 I | op-config: successfully set "client.rgw.foo.a"="rgw_log_nonexistent_bucket"="true" option to the mon configuration database 2021-11-15T21:12:28.610 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:28.604509 I | op-config: setting "client.rgw.foo.a"="rgw_log_object_name_utc"="true" option to the mon configuration database 2021-11-15T21:12:28.826 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:28.821255 I | ceph-spec: detected ceph image version: "17.0.0-8953 quincy" 2021-11-15T21:12:28.826 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:28.821277 I | ceph-cluster-controller: validating ceph version from provided image 2021-11-15T21:12:28.826 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:28.821285 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-8953 quincy", pursuing 2021-11-15T21:12:29.425 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 175 16 55073 55057 19.6599 0 - 0.0504082 2021-11-15T21:12:29.662 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:29.656952 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:12:29.965 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:29.961043 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2021-11-15T21:12:29.974 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:29.964197 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2021-11-15T21:12:30.425 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 176 16 55075 55059 19.5489 0.0625 2.36334 0.0504919 2021-11-15T21:12:30.601 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:30.572567 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-8953 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:f51261b810e0a244c0d8f9a37834e5287f5f60c3" 2021-11-15T21:12:31.425 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 177 16 55075 55059 19.4385 0 - 0.0504919 2021-11-15T21:12:32.020 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:32.017755 I | op-config: successfully set "client.rgw.foo.a"="rgw_log_object_name_utc"="true" option to the mon configuration database 2021-11-15T21:12:32.020 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:32.017774 I | op-config: setting "client.rgw.foo.a"="rgw_enable_usage_log"="true" option to the mon configuration database 2021-11-15T21:12:32.310 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:32.308554 I | op-mon: start running mons 2021-11-15T21:12:32.425 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 178 16 55075 55059 19.3293 0 - 0.0504919 2021-11-15T21:12:32.898 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:32.896132 I | op-mon: parsing mon endpoints: a=10.103.233.231:6789 2021-11-15T21:12:33.425 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 179 16 55075 55059 19.2213 0 - 0.0504919 2021-11-15T21:12:33.440 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:33.437367 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.103.233.231:6789"]}] data:a=10.103.233.231:6789 mapping:{"node":{"a":{"Name":"smithi178","Hostname":"smithi178","Address":"172.21.15.178"}}} maxMonId:0] 2021-11-15T21:12:33.464 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:33.458613 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2021-11-15T21:12:33.464 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:33.458828 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2021-11-15T21:12:33.488 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:33.486552 I | op-mon: targeting the mon count 1 2021-11-15T21:12:33.524 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:33.491727 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2021-11-15T21:12:33.814 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:33.812516 I | op-config: successfully set "client.rgw.foo.a"="rgw_enable_usage_log"="true" option to the mon configuration database 2021-11-15T21:12:33.815 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:33.812536 I | op-config: setting "client.rgw.foo.a"="rgw_zone"="foo" option to the mon configuration database 2021-11-15T21:12:34.130 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:34.128328 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2021-11-15T21:12:34.130 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:34.128351 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2021-11-15T21:12:34.426 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:12:34.424300+0000 min lat: 0.00139178 max lat: 54.0252 avg lat: 0.0504919 2021-11-15T21:12:34.426 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:12:34.426 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 180 16 55075 55059 19.1145 0 - 0.0504919 2021-11-15T21:12:35.282 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:35.279844 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2021-11-15T21:12:35.282 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:35.279873 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2021-11-15T21:12:35.284 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:35.280539 I | op-config: successfully set "client.rgw.foo.a"="rgw_zone"="foo" option to the mon configuration database 2021-11-15T21:12:35.285 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:35.280553 I | op-config: setting "client.rgw.foo.a"="rgw_zonegroup"="foo" option to the mon configuration database 2021-11-15T21:12:35.426 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 181 16 55075 55059 19.0089 0 - 0.0504919 2021-11-15T21:12:35.861 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:35.859070 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2021-11-15T21:12:35.861 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:35.859101 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2021-11-15T21:12:36.426 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 182 16 55075 55059 18.9045 0 - 0.0504919 2021-11-15T21:12:36.799 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:36.797359 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2021-11-15T21:12:36.800 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:36.797385 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2021-11-15T21:12:36.827 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:36.825432 I | op-config: successfully set "client.rgw.foo.a"="rgw_zonegroup"="foo" option to the mon configuration database 2021-11-15T21:12:36.828 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:36.825594 I | ceph-object-controller: object store "foo" deployment "rook-ceph-rgw-foo-a" created 2021-11-15T21:12:36.971 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:36.968296 I | ceph-object-controller: enabling rgw dashboard 2021-11-15T21:12:37.426 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 183 16 55075 55059 18.8012 0 - 0.0504919 2021-11-15T21:12:37.444 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:37.288417 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2021-11-15T21:12:37.444 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:37.288444 I | op-config: deleting "log file" option from the mon configuration database 2021-11-15T21:12:37.444 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:37.375664 I | ceph-object-controller: created object store "foo" in namespace "rook-ceph" 2021-11-15T21:12:37.888 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:37.886471 I | op-config: successfully deleted "log file" option from the mon configuration database 2021-11-15T21:12:37.889 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:37.886496 I | op-mon: checking for basic quorum with existing mons 2021-11-15T21:12:38.426 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 184 16 55075 55059 18.699 0 - 0.0504919 2021-11-15T21:12:38.475 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:38.473657 I | op-mon: mon "a" endpoint is [v2:10.103.233.231:3300,v1:10.103.233.231:6789] 2021-11-15T21:12:38.745 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:38.742730 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.103.233.231:6789"]}] data:a=10.103.233.231:6789 mapping:{"node":{"a":{"Name":"smithi178","Hostname":"smithi178","Address":"172.21.15.178"}}} maxMonId:0] 2021-11-15T21:12:38.751 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:38.749935 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2021-11-15T21:12:38.905 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:38.903064 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2021-11-15T21:12:39.426 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 185 16 55075 55059 18.5979 0 - 0.0504919 2021-11-15T21:12:39.439 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:39.437387 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2021-11-15T21:12:39.446 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:39.444424 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2021-11-15T21:12:39.446 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:39.444445 I | op-mon: waiting for mon quorum with [a] 2021-11-15T21:12:39.451 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:39.449585 I | op-mon: mons running: [a] 2021-11-15T21:12:39.848 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:39.846257 I | op-mon: Monitors in quorum: [a] 2021-11-15T21:12:39.848 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:39.846279 I | op-mon: mons created: 1 2021-11-15T21:12:40.281 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:40.278992 I | op-mon: waiting for mon quorum with [a] 2021-11-15T21:12:40.392 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:40.390300 I | op-mon: mons running: [a] 2021-11-15T21:12:40.426 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 186 16 55075 55059 18.4979 0 - 0.0504919 2021-11-15T21:12:41.013 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:41.011192 I | op-mon: Monitors in quorum: [a] 2021-11-15T21:12:41.013 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:41.011227 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2021-11-15T21:12:41.427 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 187 16 55075 55059 18.399 0 - 0.0504919 2021-11-15T21:12:41.776 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:41.774521 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2021-11-15T21:12:42.294 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:42.290445 I | ceph-object-controller: starting rgw health checker for CephObjectStore "rook-ceph/foo" 2021-11-15T21:12:42.299 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:42.297056 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2021-11-15T21:12:42.309 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:42.299856 I | op-k8sutil: Reporting Event rook-ceph:foo Normal:ReconcileSucceeded:successfully configured CephObjectStore "rook-ceph/foo" 2021-11-15T21:12:42.426 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 188 16 55153 55137 18.3271 0.40625 0.329976 0.0543277 2021-11-15T21:12:43.102 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:43.099315 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2021-11-15T21:12:43.427 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 189 15 55827 55812 18.4533 42.1875 0.0159343 0.0541838 2021-11-15T21:12:44.427 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 190 16 56400 56384 18.5443 35.75 0.00726448 0.053918 2021-11-15T21:12:45.427 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 191 16 56894 56878 18.6089 30.875 0.0180127 0.0537299 2021-11-15T21:12:45.570 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:45.565487 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2021-11-15T21:12:45.570 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:45.565511 I | cephclient: getting or creating ceph auth key "client.crash" 2021-11-15T21:12:46.354 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:46.351089 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2021-11-15T21:12:46.427 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 192 16 57540 57524 18.7222 40.375 0.0117974 0.0534058 2021-11-15T21:12:47.182 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:47.178295 I | cephclient: successfully enabled msgr2 protocol 2021-11-15T21:12:47.183 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:47.178344 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2021-11-15T21:12:47.183 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:47.178353 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2021-11-15T21:12:47.427 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 193 16 58112 58096 18.8104 35.75 0.0322643 0.0531453 2021-11-15T21:12:48.265 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:48.259942 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2021-11-15T21:12:48.427 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 194 16 58662 58646 18.8906 34.375 0.0220455 0.0529286 2021-11-15T21:12:48.968 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:48.962492 I | op-mgr: start running mgr 2021-11-15T21:12:48.968 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:48.962523 I | cephclient: getting or creating ceph auth key "mgr.a" 2021-11-15T21:12:49.427 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 195 16 59275 59259 18.9902 38.3125 0.0178232 0.052641 2021-11-15T21:12:49.436 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 2 '!=' '' ']' 2021-11-15T21:12:49.436 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:12:49.437 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:12:49.437 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:12:49.437 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:12:49.437 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:12:49.555 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:12:50.427 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 196 16 59967 59951 19.1139 43.25 0.0201547 0.0523109 2021-11-15T21:12:51.427 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 197 16 60662 60646 19.2374 43.4375 0.0150913 0.0519748 2021-11-15T21:12:51.604 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:51.601776 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2021-11-15T21:12:52.166 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:52.085817 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2021-11-15T21:12:52.327 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:52.320925 I | op-mgr: setting services to point to mgr "a" 2021-11-15T21:12:52.428 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 198 16 61369 61353 19.3633 44.1875 0.0417789 0.0516368 2021-11-15T21:12:52.838 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:12:52.838 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:12:53.145 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.143293 I | op-mgr: successful modules: balancer 2021-11-15T21:12:53.152 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.150534 I | op-osd: start running osds in namespace "rook-ceph" 2021-11-15T21:12:53.152 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.150568 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2021-11-15T21:12:53.387 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.381028 I | op-osd: start provisioning the OSDs on PVCs, if needed 2021-11-15T21:12:53.427 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 199 16 61917 61901 19.4381 34.25 0.0144112 0.0514387 2021-11-15T21:12:53.687 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.685457 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi178-lv-1" 2021-11-15T21:12:53.688 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.685562 I | op-osd: OSD PVC "smithi178-lv-1-data-0zkp5l" already exists 2021-11-15T21:12:53.688 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.685580 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi178-lv-1" 2021-11-15T21:12:53.688 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.685592 I | op-osd: OSD PVC "smithi178-lv-1-data-0zkp5l" already exists 2021-11-15T21:12:53.696 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.685618 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi178-lv-2" 2021-11-15T21:12:53.697 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.685631 I | op-osd: OSD PVC "smithi178-lv-2-data-0kwnmw" already exists 2021-11-15T21:12:53.697 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.685639 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi178-lv-2" 2021-11-15T21:12:53.697 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.685650 I | op-osd: OSD PVC "smithi178-lv-2-data-0kwnmw" already exists 2021-11-15T21:12:53.698 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.685657 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi178-lv-3" 2021-11-15T21:12:53.698 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.685668 I | op-osd: OSD PVC "smithi178-lv-3-data-0njwbs" already exists 2021-11-15T21:12:53.698 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.685676 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi178-lv-4" 2021-11-15T21:12:53.698 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.685699 I | op-osd: OSD PVC "smithi178-lv-4-data-0b6w9m" already exists 2021-11-15T21:12:53.699 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.685707 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi178-lv-4" 2021-11-15T21:12:53.699 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:53.685718 I | op-osd: OSD PVC "smithi178-lv-4-data-0b6w9m" already exists 2021-11-15T21:12:54.128 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:54.119711 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-1-data-0zkp5l" 2021-11-15T21:12:54.128 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:54.119737 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-1-data-0zkp5l" 2021-11-15T21:12:54.129 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:54.119743 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-2-data-0kwnmw" 2021-11-15T21:12:54.129 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:54.119748 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-2-data-0kwnmw" 2021-11-15T21:12:54.129 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:54.119753 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-3-data-0njwbs" 2021-11-15T21:12:54.129 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:54.119758 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-4-data-0b6w9m" 2021-11-15T21:12:54.129 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:54.119763 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-4-data-0b6w9m" 2021-11-15T21:12:54.130 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:54.119768 I | op-osd: start provisioning the OSDs on nodes, if needed 2021-11-15T21:12:54.130 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:54.119772 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2021-11-15T21:12:54.428 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:12:54.426491+0000 min lat: 0.00139178 max lat: 54.0252 avg lat: 0.0512664 2021-11-15T21:12:54.428 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:12:54.428 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 200 16 62434 62418 19.5025 32.3125 0.00950472 0.0512664 2021-11-15T21:12:55.428 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 201 16 63064 63048 19.6013 39.375 0.020596 0.0510046 2021-11-15T21:12:55.936 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:55.930213 I | op-mgr: successful modules: prometheus 2021-11-15T21:12:55.942 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:55.934593 I | op-mgr: successful modules: mgr module(s) from the spec 2021-11-15T21:12:55.953 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:55.951391 I | op-mgr: successful modules: dashboard 2021-11-15T21:12:56.428 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 202 16 63577 63561 19.663 32.0625 0.0235808 0.050848 2021-11-15T21:12:57.428 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 203 16 64155 64139 19.7441 36.125 0.068184 0.0506296 2021-11-15T21:12:57.688 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:57.683820 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2021-11-15T21:12:57.770 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:57.767212 I | op-osd: updating OSD 0 on PVC "smithi178-lv-3-data-0njwbs" 2021-11-15T21:12:57.770 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:12:57.767339 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-3-data-0njwbs" 2021-11-15T21:12:58.428 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 204 15 64794 64779 19.8433 40 0.0132376 0.0503876 2021-11-15T21:12:59.428 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 205 16 65391 65375 19.9282 37.25 0.0243374 0.0501731 2021-11-15T21:13:00.072 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:13:00.065686 I | op-mgr: successful modules: orchestrator modules 2021-11-15T21:13:00.428 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 206 16 65873 65857 19.9777 30.125 0.0414341 0.0500476 2021-11-15T21:13:00.936 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:13:00.934006 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2021-11-15T21:13:00.965 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:13:00.949609 I | op-osd: updating OSD 1 on PVC "smithi178-lv-4-data-0b6w9m" 2021-11-15T21:13:00.966 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:13:00.949638 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-4-data-0b6w9m" 2021-11-15T21:13:01.428 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 207 16 66478 66462 20.0638 37.8125 0.0069513 0.0498309 2021-11-15T21:13:02.429 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 208 16 67084 67068 20.1494 37.875 0.0203885 0.0496198 2021-11-15T21:13:02.961 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:13:02.958237 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2021-11-15T21:13:02.975 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:13:02.972571 I | op-osd: updating OSD 2 on PVC "smithi178-lv-1-data-0zkp5l" 2021-11-15T21:13:02.976 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:13:02.972598 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-1-data-0zkp5l" 2021-11-15T21:13:03.429 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 209 16 67684 67668 20.2324 37.5 0.0154262 0.0494198 2021-11-15T21:13:04.429 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 210 16 68161 68145 20.278 29.8125 0.0232549 0.0492913 2021-11-15T21:13:05.429 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 211 16 68748 68732 20.3558 36.6875 0.0150377 0.0491196 2021-11-15T21:13:05.507 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:13:05.504044 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2021-11-15T21:13:05.878 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:13:05.875156 I | op-osd: updating OSD 3 on PVC "smithi178-lv-2-data-0kwnmw" 2021-11-15T21:13:05.878 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:13:05.875176 I | op-osd: OSD will have its main bluestore block on "smithi178-lv-2-data-0kwnmw" 2021-11-15T21:13:06.429 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 212 16 69144 69128 20.3765 24.75 0.0294545 0.0490674 2021-11-15T21:13:07.429 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 213 16 69816 69800 20.478 42 0.0136846 0.0488269 2021-11-15T21:13:08.430 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 214 16 70454 70438 20.5686 39.875 0.0273689 0.0486101 2021-11-15T21:13:09.430 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 215 16 71084 71068 20.656 39.375 0.0193321 0.048401 2021-11-15T21:13:10.430 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 216 16 71764 71748 20.7571 42.5 0.0128883 0.0481675 2021-11-15T21:13:11.430 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 217 16 72409 72393 20.8472 40.3125 0.0201672 0.0479614 2021-11-15T21:13:12.430 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 218 16 72956 72940 20.9084 34.1875 0.0178942 0.0478207 2021-11-15T21:13:13.430 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 219 16 73588 73572 20.9933 39.5 0.0313056 0.0476265 2021-11-15T21:13:14.430 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:13:14.428726+0000 min lat: 0.00139178 max lat: 54.0252 avg lat: 0.0474639 2021-11-15T21:13:14.431 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:13:14.431 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 220 16 74177 74161 21.0652 36.8125 0.010476 0.0474639 2021-11-15T21:13:15.430 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 221 16 74866 74850 21.1647 43.0625 0.0103771 0.0472408 2021-11-15T21:13:16.430 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 222 16 75448 75432 21.2332 36.375 0.0218356 0.0470892 2021-11-15T21:13:17.430 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 223 16 76025 76009 21.2997 36.0625 0.0333322 0.0469405 2021-11-15T21:13:18.431 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 224 16 76477 76461 21.3307 28.25 0.0418475 0.0468678 2021-11-15T21:13:18.749 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:13:18.732046 I | op-osd: finished running OSDs in namespace "rook-ceph" 2021-11-15T21:13:18.750 INFO:tasks.rook.operator.smithi178.stdout:2021-11-15 21:13:18.732063 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2021-11-15T21:13:19.431 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 225 16 77001 76985 21.3814 32.75 0.0324917 0.0467632 2021-11-15T21:13:20.431 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 226 16 77300 77284 21.3695 18.6875 0.0258368 0.0467889 2021-11-15T21:13:21.431 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 227 16 77763 77747 21.4028 28.9375 0.0244449 0.0467146 2021-11-15T21:13:22.431 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 228 16 78283 78267 21.4515 32.5 0.00625616 0.0465279 2021-11-15T21:13:22.839 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:13:22.840 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:13:22.840 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:13:22.841 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:13:22.841 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:13:22.841 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:13:23.097 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:13:23.431 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 229 16 78481 78465 21.4118 12.375 0.00244702 0.0464273 2021-11-15T21:13:23.685 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:13:23.685 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:13:24.431 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 230 16 78481 78465 21.3187 0 - 0.0464273 2021-11-15T21:13:25.431 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 231 16 78481 78465 21.2264 0 - 0.0464273 2021-11-15T21:13:26.431 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 232 16 78481 78465 21.1349 0 - 0.0464273 2021-11-15T21:13:27.432 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 233 16 78481 78465 21.0442 0 - 0.0464273 2021-11-15T21:13:28.432 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 234 16 78481 78465 20.9543 0 - 0.0464273 2021-11-15T21:13:29.432 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 235 16 78481 78465 20.8651 0 - 0.0464273 2021-11-15T21:13:30.432 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 236 16 78481 78465 20.7767 0 - 0.0464273 2021-11-15T21:13:31.432 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 237 16 78481 78465 20.6891 0 - 0.0464273 2021-11-15T21:13:32.432 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 238 16 78481 78465 20.6021 0 - 0.0464273 2021-11-15T21:13:33.432 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 239 16 78481 78465 20.5159 0 - 0.0464273 2021-11-15T21:13:34.432 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:13:34.431051+0000 min lat: 0.00139178 max lat: 54.0252 avg lat: 0.0464273 2021-11-15T21:13:34.433 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:13:34.433 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 240 16 78481 78465 20.4305 0 - 0.0464273 2021-11-15T21:13:35.433 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 241 16 78481 78465 20.3457 0 - 0.0464273 2021-11-15T21:13:36.434 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 242 16 78938 78922 20.3795 2.19712 0.0122531 0.049061 2021-11-15T21:13:37.434 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 243 15 79601 79586 20.4664 41.5 0.020403 0.048854 2021-11-15T21:13:38.434 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 244 16 80323 80307 20.5672 45.0625 0.0478547 0.0486136 2021-11-15T21:13:39.434 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 245 16 80936 80920 20.6396 38.3125 0.0266373 0.0484435 2021-11-15T21:13:40.434 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 246 16 81395 81379 20.6723 28.6875 0.0577452 0.0483659 2021-11-15T21:13:41.434 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 247 16 82084 82068 20.7629 43.0625 0.023985 0.0481563 2021-11-15T21:13:42.435 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 248 16 82375 82359 20.7525 18.1875 0.0178791 0.0481801 2021-11-15T21:13:43.435 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 249 16 83063 83047 20.8419 43 0.0353337 0.0479737 2021-11-15T21:13:44.435 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 250 16 83763 83747 20.9335 43.75 0.0155467 0.0477627 2021-11-15T21:13:45.435 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 251 16 84431 84415 21.0164 41.75 0.0227696 0.0475753 2021-11-15T21:13:46.435 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 252 16 84631 84615 20.9826 12.5 0.04827 0.0476497 2021-11-15T21:13:47.435 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 253 16 85264 85248 21.056 39.5625 0.0253694 0.0474845 2021-11-15T21:13:48.435 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 254 16 85600 85584 21.0558 21 0.0194923 0.0474032 2021-11-15T21:13:49.435 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 255 16 85600 85584 20.9732 0 - 0.0474032 2021-11-15T21:13:50.436 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 256 16 85997 85981 20.9882 12.4062 0.0185647 0.0476387 2021-11-15T21:13:51.436 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 257 16 86511 86495 21.0315 32.125 0.0344977 0.0475413 2021-11-15T21:13:52.436 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 258 16 87125 87109 21.0987 38.375 0.0494803 0.0473894 2021-11-15T21:13:53.436 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 259 15 87548 87533 21.1196 26.5 0.0161282 0.0473424 2021-11-15T21:13:53.686 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:13:53.686 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:13:53.686 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:13:53.687 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:13:53.687 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:13:53.687 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:13:53.811 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:13:54.436 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:13:54.434588+0000 min lat: 0.00139178 max lat: 54.0252 avg lat: 0.0472313 2021-11-15T21:13:54.436 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:13:54.437 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 260 16 88089 88073 21.1681 33.75 0.0310196 0.0472313 2021-11-15T21:13:55.436 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 261 16 88655 88639 21.2225 35.375 0.0521042 0.0471134 2021-11-15T21:13:56.439 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 262 16 89247 89231 21.2825 37 0.0406832 0.0469782 2021-11-15T21:13:56.574 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:13:56.575 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:13:57.439 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 263 16 89870 89854 21.3496 38.9375 0.0173816 0.0468338 2021-11-15T21:13:58.439 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 264 16 90407 90391 21.3959 33.5625 0.0421291 0.0467229 2021-11-15T21:13:59.439 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 265 16 91032 91016 21.4625 39.0625 0.0107584 0.0465858 2021-11-15T21:14:00.439 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 266 15 91717 91702 21.543 42.875 0.0384453 0.046412 2021-11-15T21:14:01.440 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 267 16 92407 92391 21.6235 43.0625 0.0651752 0.0462378 2021-11-15T21:14:02.440 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 268 16 92845 92829 21.6449 27.375 0.0201599 0.0461846 2021-11-15T21:14:03.441 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 269 16 93565 93549 21.7317 45 0.0163758 0.0460093 2021-11-15T21:14:04.441 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 270 16 94287 94271 21.8183 45.125 0.0349854 0.0458262 2021-11-15T21:14:05.441 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 271 16 94527 94511 21.7932 15 0.0417688 0.0458794 2021-11-15T21:14:06.441 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 272 16 95206 95190 21.869 42.4375 0.00933501 0.0457196 2021-11-15T21:14:07.441 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 273 16 95864 95848 21.9396 41.125 0.028511 0.0455735 2021-11-15T21:14:08.441 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 274 16 96568 96552 22.0201 44 0.00729511 0.0454057 2021-11-15T21:14:09.442 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 275 16 97107 97091 22.0625 33.6875 0.0117753 0.0452751 2021-11-15T21:14:10.441 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 276 16 97705 97689 22.1179 37.375 0.0174353 0.0452055 2021-11-15T21:14:11.442 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 277 16 97982 97966 22.1006 17.3125 0.0660264 0.0452351 2021-11-15T21:14:12.442 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 278 16 98601 98585 22.1602 38.6875 0.0201604 0.0450905 2021-11-15T21:14:13.443 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 279 16 98737 98721 22.1112 8.5 0.0220362 0.0450564 2021-11-15T21:14:14.443 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:14:14.441297+0000 min lat: 0.00139178 max lat: 54.0252 avg lat: 0.0449774 2021-11-15T21:14:14.443 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:14:14.443 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 280 16 99083 99067 22.1095 21.625 0.00254728 0.0449774 2021-11-15T21:14:15.443 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 281 16 99083 99067 22.0308 0 - 0.0449774 2021-11-15T21:14:16.443 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 282 16 99083 99067 21.9527 0 - 0.0449774 2021-11-15T21:14:17.443 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 283 16 99083 99067 21.8751 0 - 0.0449774 2021-11-15T21:14:18.443 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 284 16 99083 99067 21.7981 0 - 0.0449774 2021-11-15T21:14:19.443 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 285 16 99083 99067 21.7216 0 - 0.0449774 2021-11-15T21:14:20.443 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 286 16 99083 99067 21.6456 0 - 0.0449774 2021-11-15T21:14:21.443 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 287 16 99083 99067 21.5702 0 - 0.0449774 2021-11-15T21:14:22.444 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 288 16 99083 99067 21.4953 0 - 0.0449774 2021-11-15T21:14:23.444 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 289 16 99083 99067 21.421 0 - 0.0449774 2021-11-15T21:14:24.444 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 290 16 99083 99067 21.3471 0 - 0.0449774 2021-11-15T21:14:25.444 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 291 16 99083 99067 21.2737 0 - 0.0449774 2021-11-15T21:14:26.444 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 292 16 99181 99165 21.2219 0.510417 0.0213123 0.0470389 2021-11-15T21:14:26.575 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:14:26.576 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:14:26.576 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:14:26.577 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:14:26.577 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:14:26.577 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:14:26.909 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:14:27.444 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 293 16 99509 99493 21.2194 20.5 0.0433133 0.0471198 2021-11-15T21:14:27.746 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:14:27.746 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:14:28.444 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 294 16 100253 100237 21.3054 46.5 0.0133919 0.0469301 2021-11-15T21:14:29.444 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 295 16 101029 101013 21.3975 48.5 0.0199599 0.0467276 2021-11-15T21:14:30.444 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 296 16 101641 101625 21.4544 38.25 0.00895887 0.0466039 2021-11-15T21:14:31.445 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 297 16 102267 102251 21.5139 39.125 0.015674 0.0464757 2021-11-15T21:14:32.445 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 298 16 102702 102686 21.533 27.1875 0.0114488 0.0463758 2021-11-15T21:14:33.445 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 299 16 102821 102805 21.4858 7.4375 0.699156 0.046515 2021-11-15T21:14:34.445 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:14:34.443525+0000 min lat: 0.00139178 max lat: 54.0252 avg lat: 0.046615 2021-11-15T21:14:34.445 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:14:34.446 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 300 16 102991 102975 21.4496 10.625 0.0273615 0.046615 2021-11-15T21:14:35.445 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 301 16 103712 103696 21.528 45.0625 0.013632 0.0464445 2021-11-15T21:14:36.445 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 302 16 104511 104495 21.6221 49.9375 0.017861 0.0462426 2021-11-15T21:14:37.445 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 303 16 105236 105220 21.7002 45.3125 0.0224919 0.0460759 2021-11-15T21:14:38.445 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 304 16 105951 105935 21.7758 44.6875 0.0512303 0.0459079 2021-11-15T21:14:39.447 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 305 16 106156 106140 21.7465 12.8125 0.0249522 0.0459786 2021-11-15T21:14:40.446 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 306 16 106915 106899 21.8304 47.4375 0.024396 0.0458011 2021-11-15T21:14:41.446 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 307 16 107305 107289 21.8387 24.375 0.0245243 0.0457096 2021-11-15T21:14:42.446 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 308 16 107311 107295 21.769 0.375 1.30876 0.0457802 2021-11-15T21:14:43.446 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 309 16 107386 107370 21.7137 4.6875 0.0210191 0.0460482 2021-11-15T21:14:44.446 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 310 16 108000 107984 21.7674 38.375 0.0315351 0.045935 2021-11-15T21:14:45.446 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 311 16 108601 108585 21.8182 37.5625 0.0157597 0.0458172 2021-11-15T21:14:46.447 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 312 16 109205 109189 21.8692 37.75 0.0229028 0.0457177 2021-11-15T21:14:47.448 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 313 16 109792 109776 21.9165 36.6875 0.0141288 0.0456217 2021-11-15T21:14:48.448 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 314 16 110100 110084 21.908 19.25 0.0205633 0.0455628 2021-11-15T21:14:49.449 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 315 16 110124 110108 21.8431 1.5 0.033286 0.0457679 2021-11-15T21:14:50.449 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 316 16 110727 110711 21.8933 37.6875 0.0206053 0.0456691 2021-11-15T21:14:51.449 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 317 16 111022 111006 21.8824 18.4375 0.0243402 0.0456209 2021-11-15T21:14:52.449 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 318 16 111261 111245 21.8605 14.9375 0.0167298 0.0457326 2021-11-15T21:14:53.449 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 319 16 111990 111974 21.9348 45.5625 0.0219092 0.0455833 2021-11-15T21:14:54.450 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:14:54.447914+0000 min lat: 0.00139178 max lat: 54.0252 avg lat: 0.0455059 2021-11-15T21:14:54.450 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:14:54.450 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 320 16 112532 112516 21.9721 33.875 0.0206704 0.0455059 2021-11-15T21:14:55.449 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 321 16 113201 113185 22.0339 41.8125 0.0273334 0.0453787 2021-11-15T21:14:56.450 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 322 16 113774 113758 22.0767 35.8125 0.0143597 0.045279 2021-11-15T21:14:57.450 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 323 16 114180 114164 22.0869 25.375 0.0195689 0.0452587 2021-11-15T21:14:57.747 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:14:57.748 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:14:57.748 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:14:57.748 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:14:57.749 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:14:57.749 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:14:58.078 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:14:58.450 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 324 16 114656 114640 22.1105 29.75 0.0148605 0.0452211 2021-11-15T21:14:59.450 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 325 16 115300 115284 22.1663 40.25 0.0210983 0.0451068 2021-11-15T21:15:00.172 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:15:00.172 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:15:00.450 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 326 16 115853 115837 22.2043 34.5625 0.0298542 0.0450302 2021-11-15T21:15:01.450 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 327 16 116523 116507 22.2645 41.875 0.0211019 0.0449084 2021-11-15T21:15:02.450 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 328 16 116892 116876 22.2669 23.0625 0.0217737 0.0449032 2021-11-15T21:15:03.450 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 329 16 117573 117557 22.3286 42.5625 0.0149003 0.0447796 2021-11-15T21:15:04.450 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 330 16 118210 118194 22.3815 39.8125 0.0128332 0.0446731 2021-11-15T21:15:05.451 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 331 16 118935 118919 22.4508 45.3125 0.015437 0.0445364 2021-11-15T21:15:06.451 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 332 16 119718 119702 22.5305 48.9375 0.0281466 0.044378 2021-11-15T21:15:07.451 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 333 16 120439 120423 22.5982 45.0625 0.0202471 0.0442449 2021-11-15T21:15:08.451 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 334 16 120749 120733 22.5885 19.375 0.0364103 0.0442638 2021-11-15T21:15:09.451 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 335 16 121549 121533 22.6703 50 0.0138725 0.044104 2021-11-15T21:15:10.451 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 336 16 122275 122259 22.7379 45.375 0.0139131 0.0439663 2021-11-15T21:15:11.451 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 337 16 122535 122519 22.7186 16.25 0.0161791 0.0440105 2021-11-15T21:15:12.451 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 338 16 123282 123266 22.7895 46.6875 0.0178425 0.0438737 2021-11-15T21:15:13.452 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 339 16 123725 123709 22.804 27.6875 0.0154482 0.0437915 2021-11-15T21:15:14.452 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:15:14.450041+0000 min lat: 0.00139178 max lat: 54.0252 avg lat: 0.0437753 2021-11-15T21:15:14.452 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:15:14.452 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 340 16 124290 124274 22.8407 35.3125 0.0105331 0.0437753 2021-11-15T21:15:15.453 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 341 16 125000 124984 22.9038 44.375 0.0201243 0.0436548 2021-11-15T21:15:16.453 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 342 16 125413 125397 22.9123 25.8125 0.0335725 0.0435778 2021-11-15T21:15:17.453 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 343 16 125927 125911 22.9392 32.125 0.0215655 0.0435868 2021-11-15T21:15:18.453 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 344 16 126432 126416 22.9642 31.5625 0.0177459 0.0435005 2021-11-15T21:15:19.453 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 345 16 127055 127039 23.0105 38.9375 0.015763 0.0434523 2021-11-15T21:15:20.453 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 346 16 127840 127824 23.0858 49.0625 0.0128239 0.0433102 2021-11-15T21:15:21.453 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 347 16 128581 128565 23.1527 46.3125 0.0260963 0.0431851 2021-11-15T21:15:22.453 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 348 16 129306 129290 23.2163 45.3125 0.0239429 0.0430669 2021-11-15T21:15:23.453 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 349 16 129660 129644 23.2132 22.125 0.0172747 0.0430729 2021-11-15T21:15:24.454 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 350 16 130304 130288 23.2619 40.25 0.041097 0.0429632 2021-11-15T21:15:25.454 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 351 16 130610 130594 23.2501 19.125 0.0415562 0.0429823 2021-11-15T21:15:26.454 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 352 16 130970 130954 23.2479 22.5 0.0225622 0.0430089 2021-11-15T21:15:27.454 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 353 16 131682 131666 23.3081 44.5 0.0380773 0.0428975 2021-11-15T21:15:28.454 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 354 16 132440 132424 23.3761 47.375 0.0184871 0.0427728 2021-11-15T21:15:29.454 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 355 16 133229 133213 23.4491 49.3125 0.0210954 0.0426395 2021-11-15T21:15:30.173 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:15:30.174 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:15:30.174 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:15:30.175 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:15:30.175 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:15:30.175 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:15:30.319 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:15:30.454 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 356 16 133991 133975 23.517 47.625 0.0323815 0.0425166 2021-11-15T21:15:31.069 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:15:31.069 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:15:31.454 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 357 16 134562 134546 23.5511 35.6875 0.0148786 0.0424327 2021-11-15T21:15:32.455 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 358 16 134758 134742 23.5195 12.25 0.0157377 0.0424859 2021-11-15T21:15:33.455 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 359 16 135076 135060 23.5094 19.875 0.0167868 0.0425205 2021-11-15T21:15:34.455 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:2021-11-15T21:15:34.453194+0000 min lat: 0.00139178 max lat: 54.0252 avg lat: 0.0425205 2021-11-15T21:15:34.455 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2021-11-15T21:15:34.456 INFO:tasks.radosbench.radosbench.a.smithi178.stdout: 360 16 135076 135060 23.4441 0 - 0.0425205 2021-11-15T21:15:35.455 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Total time run: 360.833 2021-11-15T21:15:35.456 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Total writes made: 135076 2021-11-15T21:15:35.456 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Write size: 65536 2021-11-15T21:15:35.457 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Object size: 65536 2021-11-15T21:15:35.457 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Bandwidth (MB/sec): 23.3965 2021-11-15T21:15:35.457 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Stddev Bandwidth: 22.1296 2021-11-15T21:15:35.457 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Max bandwidth (MB/sec): 83.75 2021-11-15T21:15:35.458 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Min bandwidth (MB/sec): 0 2021-11-15T21:15:35.458 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Average IOPS: 374 2021-11-15T21:15:35.458 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Stddev IOPS: 354.083 2021-11-15T21:15:35.458 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Max IOPS: 1340 2021-11-15T21:15:35.459 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Min IOPS: 0 2021-11-15T21:15:35.459 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Average Latency(s): 0.042734 2021-11-15T21:15:35.459 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Stddev Latency(s): 0.713171 2021-11-15T21:15:35.459 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Max latency(s): 54.0252 2021-11-15T21:15:35.460 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Min latency(s): 0.00139178 2021-11-15T21:15:35.461 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Cleaning up (deleting benchmark objects) 2021-11-15T21:16:01.070 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:16:01.071 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:16:01.072 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:16:01.072 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:16:01.072 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:16:01.074 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:16:01.240 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:16:01.903 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:16:01.903 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:16:31.904 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:16:31.906 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:16:31.906 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:16:31.906 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:16:31.906 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:16:31.907 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:16:32.734 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:16:50.073 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:16:50.073 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:17:20.074 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:17:20.075 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:17:20.075 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:17:20.075 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:17:20.076 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:17:20.076 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:17:20.210 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:17:20.949 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:17:20.949 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:17:50.950 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:17:50.951 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:17:50.951 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:17:50.951 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:17:50.951 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:17:50.952 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:17:51.024 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:17:51.538 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:17:51.538 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:18:21.539 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:18:21.540 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:18:21.540 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:18:21.541 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:18:21.541 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:18:21.541 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:18:21.626 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:18:22.135 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:18:22.136 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:18:52.138 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:18:52.138 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:18:52.138 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:18:52.139 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:18:52.139 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:18:52.140 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:18:52.729 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:18:53.523 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:18:53.523 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:19:23.524 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:19:23.525 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:19:23.526 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:19:23.526 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:19:23.526 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:19:23.527 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:19:24.232 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:19:24.921 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:19:24.921 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:19:54.923 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:19:54.925 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:19:54.925 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:19:54.925 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:19:54.925 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:19:54.925 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:19:59.653 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:20:12.057 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:20:12.058 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:20:40.042 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Removed 135076 objects 2021-11-15T21:20:40.042 INFO:tasks.radosbench.radosbench.a.smithi178.stdout:Clean up completed and total clean up time :304.579 2021-11-15T21:20:42.058 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:20:42.059 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:20:42.059 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:20:42.060 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:20:42.060 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:20:42.060 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:20:45.164 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:20:45.645 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:20:45.646 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:21:15.646 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:21:15.647 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:21:15.648 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:21:15.648 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:21:15.648 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:21:15.648 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:21:15.735 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:21:16.192 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:21:16.192 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:21:46.194 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:21:46.194 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:21:46.195 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:21:46.195 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:21:46.195 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:21:46.196 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:21:46.282 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:21:46.732 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:21:46.907 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:22:16.733 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:22:16.733 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:22:16.734 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:22:16.735 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:22:16.735 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:22:16.735 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:22:16.812 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:22:17.217 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:22:17.218 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:22:47.218 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:22:47.219 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:22:47.220 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:22:47.220 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:22:47.220 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:22:47.220 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:22:47.340 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:22:47.780 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:22:47.781 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:23:17.782 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:23:17.784 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:23:17.784 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:23:17.784 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:23:17.784 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:23:17.785 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:23:17.889 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:23:18.372 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:23:18.372 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:23:48.373 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:23:48.374 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:23:48.375 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:23:48.375 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:23:48.375 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:23:48.375 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:23:48.448 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:23:48.898 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:23:48.899 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:24:18.900 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:24:18.900 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:24:18.901 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:24:18.901 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:24:18.901 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:24:18.902 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:24:18.990 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:24:19.549 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:24:19.550 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:24:49.551 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:24:49.552 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:24:49.552 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:24:49.553 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:24:49.553 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:24:49.553 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:24:49.683 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:24:50.104 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:24:50.104 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:25:20.105 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:25:20.105 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:25:20.106 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:25:20.107 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:25:20.107 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:25:20.107 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:25:20.582 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:25:24.053 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:25:24.053 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:25:54.054 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:25:54.055 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:25:54.055 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:25:54.056 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:25:54.056 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:25:54.056 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:25:54.149 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:25:54.699 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:25:54.700 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:26:24.701 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:26:24.702 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:26:24.702 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:26:24.702 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:26:24.703 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:26:24.703 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:26:24.870 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:26:25.280 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:26:25.280 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:26:55.281 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:26:55.282 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:26:55.283 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:26:55.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:26:55.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:26:55.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:26:55.375 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:26:55.813 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:26:55.813 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:27:25.815 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:27:25.817 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:27:25.818 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:27:25.819 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:27:25.819 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:27:25.819 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:27:25.909 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:27:26.420 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:27:26.421 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:27:56.421 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:27:56.422 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:27:56.423 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:27:56.423 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:27:56.423 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:27:56.424 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:27:56.506 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:27:56.984 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:27:56.984 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:28:26.985 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:28:26.986 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:28:26.987 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:28:26.987 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:28:26.987 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:28:26.987 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:28:27.062 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:28:27.497 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:28:27.498 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:28:57.499 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:28:57.499 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:28:57.500 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:28:57.500 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:28:57.501 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:28:57.501 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:28:57.583 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:28:58.039 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:28:58.039 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:29:28.040 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:29:28.041 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:29:28.041 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:29:28.042 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:29:28.042 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:29:28.042 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:29:28.119 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:29:28.641 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:29:28.641 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:29:58.642 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:29:58.643 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:29:58.643 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:29:58.643 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:29:58.644 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:29:58.644 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:29:58.966 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:29:59.472 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:29:59.472 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:30:29.473 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:30:29.474 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:30:29.474 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:30:29.475 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:30:29.475 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:30:29.475 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:30:30.511 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:30:31.180 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:30:31.180 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:31:01.184 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:31:01.185 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:31:01.186 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:31:01.186 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:31:01.186 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:31:01.186 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:31:05.036 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:31:05.449 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:31:05.450 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:31:35.452 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:31:35.453 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:31:35.453 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:31:35.454 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:31:35.454 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:31:35.454 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:31:35.671 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:31:36.319 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:31:36.320 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:32:06.321 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:32:06.322 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:32:06.322 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:32:06.322 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:32:06.322 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:32:06.323 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:32:06.403 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:32:06.852 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:32:06.852 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:32:36.857 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:32:36.857 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:32:36.858 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:32:36.859 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:32:36.859 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:32:36.859 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:32:36.968 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:32:37.441 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:32:37.441 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:33:07.442 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:33:07.443 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:33:07.444 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:33:07.444 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:33:07.445 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:33:07.445 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:33:07.525 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:33:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:33:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:33:37.966 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:33:37.967 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:33:37.967 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:33:37.968 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:33:37.968 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:33:37.968 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:33:38.062 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:33:38.554 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:33:38.554 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:34:08.556 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:34:08.557 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:34:08.557 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:34:08.557 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:34:08.557 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:34:08.558 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:34:08.638 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:34:09.079 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:34:09.080 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:34:39.081 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:34:39.082 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:34:39.082 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:34:39.083 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:34:39.083 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:34:39.083 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:34:39.166 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:34:39.621 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:34:39.621 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:35:09.623 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:35:09.624 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:35:09.625 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:35:09.625 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:35:09.625 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:35:09.625 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:35:09.711 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:35:10.173 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:35:10.174 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:35:40.175 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:35:40.176 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:35:40.176 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:35:40.177 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:35:40.177 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:35:40.177 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:35:40.283 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:35:40.752 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:35:40.753 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:36:10.754 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:36:10.755 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:36:10.755 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:36:10.756 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:36:10.756 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:36:10.756 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:36:10.835 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:36:11.318 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:36:11.319 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:36:41.320 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:36:41.321 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:36:41.321 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:36:41.322 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:36:41.322 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:36:41.322 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:36:41.394 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:36:41.863 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:36:41.863 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:37:11.864 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:37:11.864 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:37:11.865 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:37:11.865 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:37:11.866 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:37:11.866 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:37:11.944 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:37:12.385 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:37:12.386 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:37:42.387 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:37:42.387 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:37:42.388 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:37:42.388 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:37:42.389 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:37:42.389 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:37:42.513 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:37:42.954 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:37:42.954 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:38:12.955 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:38:12.957 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:38:12.957 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:38:12.957 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:38:12.957 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:38:12.957 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:38:13.040 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:38:13.565 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:38:13.566 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:38:43.567 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:38:43.569 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:38:43.569 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:38:43.570 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:38:43.570 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:38:43.570 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:38:43.651 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:38:44.097 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:38:44.097 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:39:14.098 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:39:14.099 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:39:14.099 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:39:14.099 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:39:14.100 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:39:14.100 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:39:14.191 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:39:14.631 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:39:14.632 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:39:44.633 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:39:44.633 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:39:44.634 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:39:44.634 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:39:44.635 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:39:44.635 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:39:44.725 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:39:45.204 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:39:45.204 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:40:15.205 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:40:15.206 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:40:15.206 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:40:15.207 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:40:15.207 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:40:15.208 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:40:15.635 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:40:16.083 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:40:16.083 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:40:46.084 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:40:46.085 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:40:46.086 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:40:46.086 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:40:46.086 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:40:46.087 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:40:46.233 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:40:46.654 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:40:46.654 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:41:16.655 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:41:16.656 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:41:16.657 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:41:16.657 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:41:16.657 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:41:16.657 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:41:18.779 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:41:19.215 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:41:19.226 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:41:49.216 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:41:49.216 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:41:49.217 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:41:49.217 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:41:49.218 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:41:49.218 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:41:49.355 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:41:49.798 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:41:49.798 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:42:19.799 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:42:19.800 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:42:19.801 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:42:19.801 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:42:19.802 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:42:19.802 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:42:19.892 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:42:20.352 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:42:20.353 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:42:50.354 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:42:50.355 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:42:50.356 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:42:50.356 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:42:50.356 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:42:50.357 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:42:50.458 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:42:50.927 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:42:50.927 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:43:20.932 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:43:20.933 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:43:20.934 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:43:20.934 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:43:20.934 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:43:20.934 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:43:21.011 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:43:21.491 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:43:21.492 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:43:51.493 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:43:51.494 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:43:51.494 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:43:51.494 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:43:51.494 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:43:51.495 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:43:51.573 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:43:52.047 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:43:52.048 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:44:22.049 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:44:22.050 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:44:22.050 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:44:22.051 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:44:22.051 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:44:22.051 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:44:22.170 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:44:22.609 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:44:22.610 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:44:52.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:44:52.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:44:52.612 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:44:52.612 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:44:52.613 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:44:52.613 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:44:52.701 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:44:53.157 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:44:53.157 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:45:23.158 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:45:23.159 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:45:23.159 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:45:23.160 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:45:23.160 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:45:23.160 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:45:23.246 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:45:23.703 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:45:23.704 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:45:53.706 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:45:53.707 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:45:53.708 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:45:53.708 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:45:53.709 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:45:53.709 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:45:53.792 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:45:54.267 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:45:54.267 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:46:24.268 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:46:24.269 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:46:24.269 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:46:24.270 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:46:24.270 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:46:24.270 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:46:24.352 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:46:24.792 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:46:24.792 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:46:54.793 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:46:54.794 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:46:54.795 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:46:54.795 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:46:54.795 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:46:54.796 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:46:54.899 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:46:55.367 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:46:55.367 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:47:25.368 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:47:25.369 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:47:25.369 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:47:25.370 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:47:25.370 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:47:25.370 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:47:25.477 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:47:25.919 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:47:25.920 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:47:55.921 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:47:55.921 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:47:55.922 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:47:55.922 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:47:55.923 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:47:55.923 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:47:56.004 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:47:56.487 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:47:56.487 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:48:26.489 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:48:26.489 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:48:26.490 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:48:26.490 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:48:26.491 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:48:26.491 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:48:26.581 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:48:27.092 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:48:27.092 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:48:57.093 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:48:57.094 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:48:57.094 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:48:57.095 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:48:57.095 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:48:57.095 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:48:57.180 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:48:57.631 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:48:57.631 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:49:27.632 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:49:27.633 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:49:27.634 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:49:27.634 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:49:27.635 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:49:27.635 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:49:27.726 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:49:28.189 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:49:28.189 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:49:58.190 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:49:58.192 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:49:58.192 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:49:58.193 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:49:58.193 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:49:58.193 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:49:58.284 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:49:58.779 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:49:58.780 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:50:28.781 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:50:28.782 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:50:28.782 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:50:28.783 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:50:28.783 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:50:28.783 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:50:29.240 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:50:29.791 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:50:29.792 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:50:59.793 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:50:59.793 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:50:59.794 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:50:59.794 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:50:59.795 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:50:59.795 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:50:59.929 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:51:00.387 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:51:00.388 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:51:30.389 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:51:30.389 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:51:30.390 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:51:30.391 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:51:30.391 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:51:30.391 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:51:32.558 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:51:33.020 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:51:33.020 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:52:03.021 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:52:03.022 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:52:03.023 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:52:03.023 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:52:03.023 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:52:03.024 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:52:03.102 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:52:03.547 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:52:03.547 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:52:33.548 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:52:33.550 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:52:33.550 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:52:33.550 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:52:33.551 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:52:33.551 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:52:33.630 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:52:34.108 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:52:34.108 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:53:04.110 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:53:04.111 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:53:04.111 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:53:04.111 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:53:04.111 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:53:04.112 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:53:04.194 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:53:04.684 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:53:04.685 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:53:34.686 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:53:34.688 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:53:34.688 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:53:34.688 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:53:34.689 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:53:34.689 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:53:34.765 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:53:35.204 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:53:35.204 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:54:05.206 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:54:05.207 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:54:05.208 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:54:05.208 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:54:05.208 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:54:05.208 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:54:05.292 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:54:05.735 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:54:05.735 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:54:35.737 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:54:35.737 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:54:35.738 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:54:35.739 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:54:35.739 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:54:35.739 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:54:35.825 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:54:36.263 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:54:36.263 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:55:06.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:55:06.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:55:06.265 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:55:06.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:55:06.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:55:06.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:55:06.529 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:55:07.022 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:55:07.023 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:55:37.024 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:55:37.025 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:55:37.026 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:55:37.026 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:55:37.026 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:55:37.026 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:55:37.105 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:55:37.593 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:55:37.593 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:56:07.594 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:56:07.595 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:56:07.596 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:56:07.596 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:56:07.596 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:56:07.597 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:56:07.699 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:56:08.170 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:56:08.170 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:56:38.171 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:56:38.172 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:56:38.172 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:56:38.173 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:56:38.173 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:56:38.174 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:56:38.249 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:56:38.681 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:56:38.681 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:57:08.683 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:57:08.684 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:57:08.685 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:57:08.686 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:57:08.686 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:57:08.686 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:57:08.788 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:57:09.237 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:57:09.237 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:57:39.239 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:57:39.240 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:57:39.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:57:39.241 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:57:39.241 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:57:39.241 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:57:39.321 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:57:39.808 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:57:39.808 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:58:09.820 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:58:09.820 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:58:09.821 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:58:09.822 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:58:09.822 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:58:09.822 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:58:09.905 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:58:10.349 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:58:10.349 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:58:40.350 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:58:40.351 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:58:40.352 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:58:40.352 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:58:40.352 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:58:40.352 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:58:40.433 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:58:40.904 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:58:40.904 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:59:10.905 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:59:10.906 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:59:10.906 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:59:10.912 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:59:10.913 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:59:10.927 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:59:11.043 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:59:11.528 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:59:11.529 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T21:59:41.530 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T21:59:41.531 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T21:59:41.531 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T21:59:41.541 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T21:59:41.541 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T21:59:41.542 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T21:59:41.623 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T21:59:42.074 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T21:59:42.074 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:00:12.087 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:00:12.087 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:00:12.088 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:00:12.093 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:00:12.093 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:00:12.094 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:00:12.186 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:00:12.630 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:00:12.631 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:00:42.632 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:00:42.634 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:00:42.634 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:00:42.635 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:00:42.635 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:00:42.635 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:00:43.011 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:00:43.477 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:00:43.478 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:01:13.478 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:01:13.479 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:01:13.479 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:01:13.480 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:01:13.480 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:01:13.480 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:01:13.654 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:01:14.109 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:01:14.109 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:01:44.111 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:01:44.112 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:01:44.113 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:01:44.113 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:01:44.113 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:01:44.113 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:01:46.319 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:01:46.842 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:01:46.842 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:02:16.843 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:02:16.844 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:02:16.844 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:02:16.845 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:02:16.845 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:02:16.845 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:02:16.951 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:02:17.413 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:02:17.414 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:02:47.415 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:02:47.416 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:02:47.416 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:02:47.417 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:02:47.417 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:02:47.417 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:02:47.494 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:02:47.921 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:02:47.921 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:03:17.922 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:03:17.923 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:03:17.923 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:03:17.924 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:03:17.924 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:03:17.924 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:03:18.010 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:03:18.443 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:03:18.444 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:03:48.468 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:03:48.469 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:03:48.469 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:03:48.470 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:03:48.470 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:03:48.470 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:03:48.558 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:03:49.002 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:03:49.002 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:04:19.009 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:04:19.010 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:04:19.011 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:04:19.011 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:04:19.012 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:04:19.012 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:04:19.099 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:04:19.557 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:04:19.558 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:04:49.578 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:04:49.579 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:04:49.579 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:04:49.580 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:04:49.581 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:04:49.581 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:04:49.668 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:04:50.135 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:04:50.136 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:05:20.137 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:05:20.138 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:05:20.139 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:05:20.139 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:05:20.140 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:05:20.140 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:05:20.223 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:05:20.700 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:05:20.701 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:05:50.702 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:05:50.703 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:05:50.703 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:05:50.703 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:05:50.703 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:05:50.704 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:05:50.796 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:05:51.258 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:05:51.258 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:06:21.259 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:06:21.259 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:06:21.260 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:06:21.260 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:06:21.261 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:06:21.261 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:06:21.338 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:06:21.773 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:06:21.773 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:06:51.774 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:06:51.774 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:06:51.775 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:06:51.775 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:06:51.776 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:06:51.776 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:06:51.864 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:06:52.273 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:06:52.273 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:07:22.275 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:07:22.275 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:07:22.276 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:07:22.276 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:07:22.277 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:07:22.277 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:07:22.359 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:07:22.799 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:07:22.799 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:07:52.801 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:07:52.802 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:07:52.803 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:07:52.803 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:07:52.803 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:07:52.804 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:07:52.887 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:07:53.358 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:07:53.359 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:08:23.360 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:08:23.361 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:08:23.361 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:08:23.362 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:08:23.362 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:08:23.362 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:08:23.442 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:08:23.919 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:08:23.919 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:08:53.921 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:08:53.921 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:08:53.922 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:08:53.922 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:08:53.923 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:08:53.923 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:08:54.005 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:08:54.465 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:08:54.465 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:09:24.466 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:09:24.467 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:09:24.467 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:09:24.467 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:09:24.468 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:09:24.468 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:09:24.558 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:09:25.043 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:09:25.043 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:09:55.044 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:09:55.045 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:09:55.045 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:09:55.045 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:09:55.046 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:09:55.046 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:09:55.125 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:09:55.556 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:09:55.556 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:10:25.557 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:10:25.558 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:10:25.558 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:10:25.559 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:10:25.559 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:10:25.559 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:10:25.649 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:10:26.115 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:10:26.115 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:10:56.116 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:10:56.117 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:10:56.117 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:10:56.118 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:10:56.118 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:10:56.118 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:10:56.423 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:10:56.861 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:10:56.861 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:11:26.863 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:11:26.864 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:11:26.864 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:11:26.865 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:11:26.865 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:11:26.865 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:11:26.990 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:11:27.481 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:11:27.481 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:11:57.492 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:11:57.492 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:11:57.493 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:11:57.494 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:11:57.494 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:11:57.494 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:11:59.831 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:12:00.309 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:12:00.309 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:12:30.311 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:12:30.311 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:12:30.312 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:12:30.313 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:12:30.313 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:12:30.313 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:12:30.405 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:12:30.909 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:12:30.910 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:13:00.910 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:13:00.911 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:13:00.912 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:13:00.912 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:13:00.912 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:13:00.913 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:13:00.985 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:13:01.487 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:13:01.487 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:13:31.488 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:13:31.489 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:13:31.490 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:13:31.490 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:13:31.490 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:13:31.490 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:13:31.570 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:13:32.038 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:13:32.038 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:14:02.039 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:14:02.040 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:14:02.041 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:14:02.041 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:14:02.041 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:14:02.042 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:14:02.133 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:14:02.599 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:14:02.599 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:14:32.600 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:14:32.600 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:14:32.601 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:14:32.602 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:14:32.602 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:14:32.602 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:14:32.698 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:14:33.162 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:14:33.163 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:15:03.164 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:15:03.165 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:15:03.166 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:15:03.166 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:15:03.167 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:15:03.167 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:15:03.252 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:15:03.726 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:15:03.726 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:15:33.727 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:15:33.728 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:15:33.729 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:15:33.729 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:15:33.729 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:15:33.730 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:15:33.815 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:15:34.266 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:15:34.267 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:16:04.268 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:16:04.269 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:16:04.269 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:16:04.270 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:16:04.270 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:16:04.270 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:16:04.341 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:16:04.783 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:16:04.784 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:16:34.785 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:16:34.786 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:16:34.787 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:16:34.787 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:16:34.787 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:16:34.787 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:16:34.872 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:16:35.402 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:16:35.402 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:17:05.404 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:17:05.405 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:17:05.405 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:17:05.405 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:17:05.405 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:17:05.405 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:17:05.492 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:17:05.951 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:17:05.952 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:17:35.953 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:17:35.953 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:17:35.954 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:17:35.955 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:17:35.955 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:17:35.955 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:17:36.052 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:17:36.511 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:17:36.511 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:18:06.512 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:18:06.709 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:18:06.710 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:18:06.710 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:18:06.711 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:18:06.711 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:18:06.711 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:18:07.072 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:18:07.072 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:18:37.074 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:18:37.075 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:18:37.076 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:18:37.076 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:18:37.076 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:18:37.076 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:18:37.160 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:18:37.616 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:18:37.617 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:19:07.618 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:19:07.620 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:19:07.620 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:19:07.620 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:19:07.621 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:19:07.621 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:19:07.707 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:19:08.161 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:19:08.161 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:19:38.163 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:19:38.164 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:19:38.164 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:19:38.164 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:19:38.165 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:19:38.165 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:19:38.248 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:19:38.704 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:19:38.704 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:20:08.705 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:20:08.706 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:20:08.707 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:20:08.707 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:20:08.707 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:20:08.707 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:20:08.786 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:20:09.260 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:20:09.260 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:20:39.261 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:20:39.262 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:20:39.263 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:20:39.263 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:20:39.263 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:20:39.263 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:20:39.356 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:20:39.815 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:20:39.815 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:21:09.817 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:21:09.817 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:21:09.818 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:21:09.818 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:21:09.818 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:21:09.819 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:21:10.222 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:21:10.680 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:21:10.680 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:21:40.682 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:21:40.682 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:21:40.683 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:21:40.683 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:21:40.684 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:21:40.684 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:21:40.812 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:21:41.385 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:21:41.385 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:22:11.387 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:22:11.387 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:22:11.388 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:22:11.389 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:22:11.389 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:22:11.389 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:22:13.506 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:22:13.985 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:22:13.985 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:22:43.987 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:22:43.988 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:22:43.988 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:22:43.988 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:22:43.989 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:22:43.989 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:22:44.070 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:22:44.508 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:22:44.508 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:23:14.510 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:23:14.512 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:23:14.512 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:23:14.513 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:23:14.513 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:23:14.513 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:23:14.596 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:23:15.049 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:23:15.050 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:23:45.051 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:23:45.051 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:23:45.052 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:23:45.052 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:23:45.052 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:23:45.053 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:23:45.137 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:23:45.589 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:23:45.589 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:24:15.590 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:24:15.591 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:24:15.592 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:24:15.592 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:24:15.592 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:24:15.593 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:24:15.683 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:24:16.182 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:24:16.183 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:24:46.184 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:24:46.184 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:24:46.184 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:24:46.185 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:24:46.185 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:24:46.186 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:24:46.260 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:24:46.742 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:24:46.743 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:25:16.744 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:25:16.745 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:25:16.746 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:25:16.746 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:25:16.747 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:25:16.816 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:25:16.823 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:25:17.262 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:25:17.263 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:25:47.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:25:47.265 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:25:47.265 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:25:47.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:25:47.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:25:47.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:25:47.347 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:25:47.801 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:25:47.801 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:26:17.803 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:26:17.804 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:26:17.805 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:26:17.806 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:26:17.806 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:26:17.806 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:26:17.918 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:26:18.397 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:26:18.398 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:26:48.399 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:26:48.400 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:26:48.400 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:26:48.401 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:26:48.401 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:26:48.401 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:26:48.482 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:26:48.980 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:26:48.990 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:27:18.982 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:27:18.983 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:27:18.984 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:27:18.984 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:27:18.984 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:27:18.984 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:27:19.065 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:27:19.539 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:27:19.540 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:27:49.541 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:27:49.541 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:27:49.542 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:27:49.542 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:27:49.543 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:27:49.543 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:27:49.633 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:27:50.091 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:27:50.091 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:28:20.092 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:28:20.093 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:28:20.094 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:28:20.094 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:28:20.094 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:28:20.095 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:28:20.175 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:28:20.610 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:28:20.610 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:28:50.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:28:50.611 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:28:50.612 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:28:50.612 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:28:50.613 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:28:50.613 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:28:50.731 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:28:51.213 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:28:51.213 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:29:21.229 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:29:21.229 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:29:21.230 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:29:21.230 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:29:21.230 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:29:21.231 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:29:21.315 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:29:21.745 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:29:21.745 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:29:51.747 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:29:51.748 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:29:51.749 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:29:51.749 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:29:51.749 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:29:51.749 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:29:51.837 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:29:52.315 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:29:52.315 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:30:22.317 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:30:22.318 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:30:22.318 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:30:22.319 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:30:22.319 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:30:22.319 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:30:22.408 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:30:22.874 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:30:22.874 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:30:52.876 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:30:52.877 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:30:52.877 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:30:52.878 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:30:52.878 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:30:52.878 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:30:52.964 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:30:53.429 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:30:53.429 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:31:23.430 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:31:23.431 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:31:23.432 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:31:23.432 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:31:23.433 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:31:23.433 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:31:23.848 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:31:24.344 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:31:24.344 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:31:54.346 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:31:54.347 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:31:54.347 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:31:54.348 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:31:54.348 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:31:54.348 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:31:54.501 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:31:55.035 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:31:55.035 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:32:25.036 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:32:25.036 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:32:25.037 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:32:25.037 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:32:25.038 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:32:25.038 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:32:27.008 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:32:27.471 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:32:27.472 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:32:57.472 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:32:57.473 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:32:57.473 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:32:57.474 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:32:57.474 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:32:57.474 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:32:57.544 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:32:57.992 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:32:57.993 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:33:27.993 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:33:27.994 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:33:27.995 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:33:27.995 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:33:27.996 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:33:27.996 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:33:28.082 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:33:28.518 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:33:28.519 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:33:58.520 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:33:58.522 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:33:58.522 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:33:58.522 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:33:58.523 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:33:58.523 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:33:58.603 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:33:59.059 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:33:59.098 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:34:29.061 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:34:29.061 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:34:29.062 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:34:29.063 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:34:29.063 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:34:29.063 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:34:29.154 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:34:29.662 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:34:29.662 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:34:59.663 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:34:59.664 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:34:59.664 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:34:59.665 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:34:59.665 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:34:59.666 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:34:59.932 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:35:00.448 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:35:00.543 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:35:30.450 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:35:30.450 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:35:30.451 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:35:30.451 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:35:30.452 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:35:30.452 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:35:30.724 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:35:31.568 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:35:31.568 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:36:01.570 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:36:01.570 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:36:01.571 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:36:01.571 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:36:01.572 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:36:01.572 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:36:01.666 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:36:02.227 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:36:02.227 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:36:32.229 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:36:32.229 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:36:32.230 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:36:32.230 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:36:32.231 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:36:32.231 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:36:32.304 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:36:32.746 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:36:32.746 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:37:02.747 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:37:02.748 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:37:02.749 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:37:02.749 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:37:02.749 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:37:02.749 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:37:02.835 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:37:03.324 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:37:03.325 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:37:33.327 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:37:33.328 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:37:33.329 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:37:33.329 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:37:33.329 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:37:33.329 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:37:33.417 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:37:33.868 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:37:33.868 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:38:03.869 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:38:03.870 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:38:03.870 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:38:03.871 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:38:03.872 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:38:03.872 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:38:03.960 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:38:04.443 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:38:04.444 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:38:34.445 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:38:34.446 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:38:34.447 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:38:34.447 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:38:34.447 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:38:34.447 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:38:34.543 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:38:35.332 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:38:35.333 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:39:05.334 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:39:05.335 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:39:05.336 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:39:05.336 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:39:05.336 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:39:05.336 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:39:05.461 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:39:05.918 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:39:05.918 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:39:35.919 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:39:35.920 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:39:35.920 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:39:35.920 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:39:35.920 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:39:35.921 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:39:36.019 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:39:36.479 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:39:36.479 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:40:06.480 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:40:06.480 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:40:06.481 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:40:06.482 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:40:06.482 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:40:06.482 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:40:06.617 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:40:07.074 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:40:07.074 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:40:37.075 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:40:37.076 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:40:37.077 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:40:37.077 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:40:37.077 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:40:37.078 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:40:37.172 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:40:37.672 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:40:37.673 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:41:07.674 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:41:07.676 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:41:07.676 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:41:07.677 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:41:07.677 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:41:07.677 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:41:07.766 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:41:08.232 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:41:08.232 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:41:38.233 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:41:38.234 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:41:38.234 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:41:38.235 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:41:38.235 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:41:38.235 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:41:38.526 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:41:38.980 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:41:38.981 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:42:08.981 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:42:08.982 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:42:08.983 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:42:08.983 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:42:08.984 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:42:08.984 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:42:09.130 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:42:09.624 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:42:09.624 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:42:39.625 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:42:39.626 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:42:39.626 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:42:39.627 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:42:39.627 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:42:39.627 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:42:41.587 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:42:42.071 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:42:42.072 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:43:12.074 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:43:12.075 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:43:12.076 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:43:12.076 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:43:12.077 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:43:12.077 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:43:12.168 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:43:12.621 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:43:12.621 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:43:42.622 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:43:42.623 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:43:42.624 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:43:42.624 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:43:42.625 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:43:42.625 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:43:42.708 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:43:43.159 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:43:43.159 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:44:13.160 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:44:13.161 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:44:13.162 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:44:13.162 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:44:13.162 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:44:13.163 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:44:13.253 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:44:13.710 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:44:13.710 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:44:43.711 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:44:43.712 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:44:43.714 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:44:43.714 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:44:43.715 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:44:43.715 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:44:43.798 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:44:44.247 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:44:44.247 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:45:14.248 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:45:14.249 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:45:14.250 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:45:14.250 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:45:14.250 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:45:14.251 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:45:14.335 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:45:14.805 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:45:14.806 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:45:44.806 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:45:44.807 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:45:44.808 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:45:44.808 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:45:44.808 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:45:44.809 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:45:44.895 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:45:45.536 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:45:45.537 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:46:15.538 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:46:15.539 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:46:15.540 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:46:15.540 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:46:15.540 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:46:15.541 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:46:15.627 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:46:16.078 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:46:16.078 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:46:46.079 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:46:46.080 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:46:46.080 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:46:46.081 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:46:46.081 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:46:46.082 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:46:46.159 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:46:46.603 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:46:46.604 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:47:16.605 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:47:16.607 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:47:16.607 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:47:16.607 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:47:16.607 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:47:16.608 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:47:16.688 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:47:17.180 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:47:17.181 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:47:47.182 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:47:47.183 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:47:47.184 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:47:47.184 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:47:47.185 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:47:47.185 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:47:47.271 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:47:47.701 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:47:47.702 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:48:17.703 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:48:17.705 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:48:17.705 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:48:17.705 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:48:17.706 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:48:17.706 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:48:17.793 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:48:18.247 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:48:18.248 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:48:48.250 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:48:48.251 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:48:48.251 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:48:48.251 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:48:48.252 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:48:48.252 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:48:48.332 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:48:48.767 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:48:48.767 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:49:18.769 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:49:18.770 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:49:18.771 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:49:18.771 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:49:18.771 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:49:18.771 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:49:18.887 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:49:19.338 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:49:19.339 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:49:49.340 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:49:49.341 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:49:49.341 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:49:49.341 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:49:49.342 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:49:49.342 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:49:49.430 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:49:49.874 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:49:49.874 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:50:19.876 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:50:19.877 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:50:19.877 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:50:19.878 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:50:19.878 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:50:19.879 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:50:19.965 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:50:20.437 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:50:20.437 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:50:50.438 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:50:50.439 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:50:50.439 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:50:50.440 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:50:50.440 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:50:50.440 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:50:50.527 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:50:50.994 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:50:50.995 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:51:20.996 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:51:20.998 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:51:20.998 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:51:20.998 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:51:20.999 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:51:20.999 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:51:21.090 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:51:21.568 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:51:21.568 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:51:51.569 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:51:51.570 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:51:51.571 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:51:51.571 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:51:51.571 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:51:51.572 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:51:51.897 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:51:52.360 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:51:52.360 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:52:22.361 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:52:22.362 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:52:22.363 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:52:22.363 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:52:22.363 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:52:22.364 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:52:22.502 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:52:22.960 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:52:22.961 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:52:52.962 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:52:52.963 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:52:52.965 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:52:52.965 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:52:52.965 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:52:52.966 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:52:55.141 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:52:55.597 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:52:55.597 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:53:25.599 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:53:25.599 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:53:25.600 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:53:25.600 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:53:25.601 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:53:25.601 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:53:25.692 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:53:26.128 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:53:26.129 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:53:56.130 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:53:56.131 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:53:56.131 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:53:56.132 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:53:56.132 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:53:56.132 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:53:56.218 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:53:56.697 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:53:56.698 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:54:26.699 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:54:26.700 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:54:26.701 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:54:26.701 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:54:26.701 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:54:26.702 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:54:26.792 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:54:27.221 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:54:27.221 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:54:57.223 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:54:57.224 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:54:57.225 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:54:57.225 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:54:57.225 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:54:57.225 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:54:57.306 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:54:57.743 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:54:57.744 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:55:27.745 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:55:27.747 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:55:27.747 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:55:27.747 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:55:27.747 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:55:27.748 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:55:27.844 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:55:28.287 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:55:28.287 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:55:58.288 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:55:58.289 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:55:58.289 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:55:58.290 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:55:58.290 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:55:58.290 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:55:58.377 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:55:58.876 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:55:58.877 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:56:28.878 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:56:28.878 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:56:28.879 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:56:28.879 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:56:28.880 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:56:28.880 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:56:28.964 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:56:29.445 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:56:29.445 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:56:59.446 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:56:59.446 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:56:59.447 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:56:59.448 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:56:59.448 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:56:59.448 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:56:59.543 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:56:59.991 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:56:59.991 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:57:29.992 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:57:29.993 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:57:29.994 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:57:29.994 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:57:29.994 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:57:30.000 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:57:30.082 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:57:30.677 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:57:30.677 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:58:00.679 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:58:00.679 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:58:00.680 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:58:00.681 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:58:00.681 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:58:00.681 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:58:00.782 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:58:01.239 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:58:01.239 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:58:31.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:58:31.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:58:31.242 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:58:31.242 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:58:31.243 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:58:31.243 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:58:31.326 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:58:31.775 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:58:31.775 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:59:01.776 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:59:01.777 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:59:01.777 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:59:01.778 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:59:01.778 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:59:01.778 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:59:01.859 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:59:02.289 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:59:02.290 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T22:59:32.291 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T22:59:32.291 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T22:59:32.292 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T22:59:32.293 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T22:59:32.293 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T22:59:32.293 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T22:59:32.375 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T22:59:32.850 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T22:59:32.851 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:00:02.852 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:00:02.853 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:00:02.853 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:00:02.854 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:00:02.855 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:00:02.855 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:00:02.930 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:00:03.415 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:00:03.415 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:00:33.416 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:00:33.417 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:00:33.417 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:00:33.418 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:00:33.418 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:00:33.418 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:00:33.505 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:00:33.977 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:00:33.977 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:01:03.979 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:01:03.980 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:01:03.980 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:01:03.980 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:01:03.980 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:01:03.981 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:01:04.061 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:01:04.536 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:01:04.536 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:01:34.538 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:01:34.539 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:01:34.540 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:01:34.540 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:01:34.540 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:01:34.540 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:01:34.619 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:01:35.178 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:01:35.179 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:02:05.180 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:02:05.181 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:02:05.181 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:02:05.182 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:02:05.182 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:02:05.183 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:02:05.529 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:02:05.974 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:02:05.974 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:02:35.976 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:02:35.977 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:02:35.977 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:02:35.977 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:02:35.977 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:02:35.978 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:02:36.187 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:02:36.690 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:02:36.690 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:03:06.691 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:03:06.692 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:03:06.693 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:03:06.693 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:03:06.693 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:03:06.694 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:03:08.797 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:03:09.253 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:03:09.254 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:03:39.255 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:03:39.256 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:03:39.257 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:03:39.258 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:03:39.258 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:03:39.258 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:03:39.346 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:03:40.336 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:03:40.337 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:04:10.338 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:04:10.338 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:04:10.339 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:04:10.340 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:04:10.340 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:04:10.340 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:04:10.418 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:04:10.910 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:04:10.910 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:04:40.911 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:04:40.912 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:04:40.913 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:04:40.913 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:04:40.913 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:04:40.914 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:04:40.993 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:04:41.678 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:04:41.679 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:05:11.680 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:05:11.681 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:05:11.681 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:05:11.682 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:05:11.682 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:05:11.682 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:05:11.794 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:05:12.216 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:05:12.217 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:05:42.218 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:05:42.220 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:05:42.220 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:05:42.221 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:05:42.221 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:05:42.221 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:05:42.293 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:05:42.725 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:05:42.725 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:06:12.726 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:06:12.727 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:06:12.728 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:06:12.728 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:06:12.728 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:06:12.729 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:06:12.822 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:06:13.269 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:06:13.269 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:06:43.271 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:06:43.272 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:06:43.272 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:06:43.273 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:06:43.273 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:06:43.273 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:06:43.357 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:06:43.819 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:06:43.819 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:07:13.820 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:07:13.821 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:07:13.821 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:07:13.822 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:07:13.822 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:07:13.822 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:07:13.902 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:07:14.386 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:07:14.386 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:07:44.387 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:07:44.387 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:07:44.388 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:07:44.389 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:07:44.389 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:07:44.389 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:07:44.469 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:07:44.947 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:07:44.948 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:08:14.948 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:08:14.949 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:08:14.949 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:08:14.950 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:08:14.950 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:08:14.951 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:08:15.020 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:08:15.464 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:08:15.464 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:08:45.466 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:08:45.466 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:08:45.467 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:08:45.468 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:08:45.468 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:08:45.468 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:08:45.573 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:08:46.064 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:08:46.065 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:09:16.066 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:09:16.067 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:09:16.067 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:09:16.068 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:09:16.068 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:09:16.069 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:09:16.164 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:09:16.621 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:09:16.621 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:09:46.623 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:09:46.624 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:09:46.624 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:09:46.624 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:09:46.625 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:09:46.625 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:09:46.707 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:09:47.166 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:09:47.166 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:10:17.167 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:10:17.168 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:10:17.168 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:10:17.169 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:10:17.169 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:10:17.170 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:10:17.253 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:10:17.736 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:10:17.737 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:10:47.737 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:10:47.738 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:10:47.739 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:10:47.739 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:10:47.740 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:10:47.740 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:10:47.829 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:10:48.345 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:10:48.346 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:11:18.347 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:11:18.347 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:11:18.348 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:11:18.348 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:11:18.349 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:11:18.349 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:11:18.432 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:11:18.877 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:11:18.877 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:11:48.878 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:11:48.879 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:11:48.879 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:11:48.880 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:11:48.880 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:11:48.880 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:11:48.967 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:11:49.428 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:11:49.428 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:12:19.429 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:12:19.430 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:12:19.431 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:12:19.431 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:12:19.431 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:12:19.432 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:12:19.833 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:12:20.308 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:12:20.308 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:12:50.309 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:12:50.311 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:12:50.311 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:12:50.311 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:12:50.311 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:12:50.312 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:12:50.468 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:12:50.927 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:12:50.927 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:13:20.929 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:13:20.930 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:13:20.931 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:13:20.931 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:13:20.931 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:13:20.931 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:13:23.720 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:13:24.203 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:13:24.203 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:13:54.204 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:13:54.205 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:13:54.206 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:13:54.206 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:13:54.207 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:13:54.207 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:13:54.286 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:13:55.249 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:13:55.249 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:14:25.250 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:14:25.252 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:14:25.252 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:14:25.253 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:14:25.253 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:14:25.253 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:14:25.336 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:14:25.906 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:14:25.906 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:14:55.907 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:14:55.908 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:14:55.909 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:14:55.909 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:14:55.909 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:14:55.909 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:14:55.985 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:14:56.471 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:14:56.471 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:15:26.473 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:15:26.474 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:15:26.475 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:15:26.475 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:15:26.475 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:15:26.476 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:15:26.562 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:15:27.056 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:15:27.056 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:15:57.057 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:15:57.058 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:15:57.059 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:15:57.059 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:15:57.059 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:15:57.060 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:15:57.147 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:15:57.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:15:57.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:16:27.612 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:16:27.613 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:16:27.614 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:16:27.614 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:16:27.614 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:16:27.615 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:16:27.763 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:16:28.192 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:16:28.192 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:16:58.194 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:16:58.195 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:16:58.195 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:16:58.196 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:16:58.196 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:16:58.196 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:16:58.287 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:16:58.732 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:16:58.733 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:17:28.733 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:17:28.734 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:17:28.735 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:17:28.735 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:17:28.736 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:17:28.736 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:17:28.819 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:17:29.253 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:17:29.253 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:17:59.255 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:17:59.256 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:17:59.256 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:17:59.257 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:17:59.257 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:17:59.257 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:17:59.396 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:17:59.895 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:17:59.896 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:18:29.897 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:18:29.898 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:18:29.898 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:18:29.899 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:18:29.899 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:18:29.899 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:18:29.991 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:18:30.430 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:18:30.430 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:19:00.431 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:19:00.431 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:19:00.432 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:19:00.432 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:19:00.433 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:19:00.433 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:19:00.509 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:19:00.960 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:19:00.960 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:19:30.961 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:19:30.962 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:19:30.963 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:19:30.963 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:19:30.963 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:19:30.963 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:19:31.054 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:19:31.584 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:19:31.585 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:20:01.586 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:20:01.587 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:20:01.588 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:20:01.588 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:20:01.588 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:20:01.588 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:20:02.006 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:20:02.472 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:20:02.472 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:20:32.473 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:20:32.475 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:20:32.475 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:20:32.475 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:20:32.476 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:20:32.476 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:20:32.554 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:20:33.065 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:20:33.066 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:21:03.067 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:21:03.068 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:21:03.069 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:21:03.069 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:21:03.069 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:21:03.070 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:21:03.152 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:21:03.640 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:21:03.640 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:21:33.641 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:21:33.642 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:21:33.643 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:21:33.643 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:21:33.643 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:21:33.644 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:21:33.730 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:21:34.171 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:21:34.172 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:22:04.173 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:22:04.174 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:22:04.175 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:22:04.175 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:22:04.175 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:22:04.175 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:22:04.263 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:22:04.717 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:22:04.718 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:22:34.719 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:22:34.720 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:22:34.720 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:22:34.721 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:22:34.721 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:22:34.721 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:22:35.075 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:22:35.576 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:22:35.576 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:23:05.577 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:23:06.030 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:23:06.032 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:23:06.032 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:23:06.032 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:23:06.032 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:23:06.032 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:23:06.262 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:23:06.262 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:23:36.263 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:23:36.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:23:36.264 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:23:36.265 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:23:36.265 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:23:36.265 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:23:39.046 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:23:39.524 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:23:39.525 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:24:09.526 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:24:09.528 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:24:09.528 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:24:09.529 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:24:09.529 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:24:09.529 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:24:09.614 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:24:10.052 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:24:10.053 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:24:40.053 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:24:40.055 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:24:40.055 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:24:40.055 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:24:40.055 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:24:40.056 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:24:40.137 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:24:40.596 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:24:40.597 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:25:10.597 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:25:10.599 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:25:10.599 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:25:10.599 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:25:10.599 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:25:10.600 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:25:10.706 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:25:11.225 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:25:11.225 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:25:41.226 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:25:41.227 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:25:41.228 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:25:41.228 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:25:41.228 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:25:41.228 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:25:41.301 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:25:41.792 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:25:41.793 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:26:11.794 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:26:11.795 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:26:11.795 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:26:11.795 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:26:11.796 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:26:11.796 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:26:11.865 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:26:12.431 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:26:12.431 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:26:42.432 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:26:42.432 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:26:42.433 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:26:42.434 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:26:42.434 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:26:42.434 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:26:42.546 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:26:42.991 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:26:42.992 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:27:12.993 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:27:12.993 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:27:12.994 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:27:12.994 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:27:12.995 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:27:12.995 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:27:13.083 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:27:13.528 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:27:13.528 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:27:43.529 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:27:43.531 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:27:43.531 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:27:43.531 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:27:43.531 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:27:43.532 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:27:43.619 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:27:44.080 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:27:44.080 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:28:14.081 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:28:14.082 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:28:14.082 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:28:14.083 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:28:14.083 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:28:14.084 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:28:14.171 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:28:14.634 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:28:14.642 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:28:44.636 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:28:44.637 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:28:44.637 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:28:44.637 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:28:44.638 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:28:44.638 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:28:44.749 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:28:45.256 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:28:45.256 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:29:15.257 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:29:15.321 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:29:15.322 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:29:15.322 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:29:15.322 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:29:15.322 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:29:15.348 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:29:15.800 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:29:15.800 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:29:45.801 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:29:45.802 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:29:45.803 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:29:45.803 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:29:45.803 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:29:45.804 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:29:45.901 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:29:46.356 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:29:46.356 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:30:16.357 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:30:16.357 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:30:16.358 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:30:16.358 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:30:16.358 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:30:16.359 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:30:16.443 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:30:16.892 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:30:16.893 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:30:46.893 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:30:46.894 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:30:46.895 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:30:46.895 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:30:46.895 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:30:46.895 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:30:46.969 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:30:47.408 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:30:47.408 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:31:17.411 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:31:17.412 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:31:17.412 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:31:17.413 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:31:17.413 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:31:17.414 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:31:17.500 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:31:17.946 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:31:17.947 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:31:47.948 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:31:47.949 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:31:47.950 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:31:47.950 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:31:47.951 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:31:47.951 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:31:48.034 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:31:48.483 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:31:48.483 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:32:18.485 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:32:18.486 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:32:18.486 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:32:18.486 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:32:18.486 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:32:18.487 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:32:18.582 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:32:19.054 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:32:19.055 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:32:49.056 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:32:49.057 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:32:49.058 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:32:49.058 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:32:49.058 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:32:49.059 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:32:49.354 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:32:49.807 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:32:49.808 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:33:19.809 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:33:19.810 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:33:19.810 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:33:19.810 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:33:19.810 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:33:19.811 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:33:19.976 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:33:20.648 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:33:20.649 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:33:50.649 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:33:50.650 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:33:50.651 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:33:50.651 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:33:50.651 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:33:50.652 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:33:53.407 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:33:54.034 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:33:54.034 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:34:24.035 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:34:24.036 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:34:24.037 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:34:24.037 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:34:24.037 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:34:24.038 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:34:24.172 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:34:24.629 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:34:24.629 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:34:54.631 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:34:54.632 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:34:54.632 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:34:54.632 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:34:54.633 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:34:54.633 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:34:54.722 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:34:55.202 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:34:55.202 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:35:25.203 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:35:25.204 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:35:25.205 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:35:25.206 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:35:25.206 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:35:25.206 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:35:25.287 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:35:25.727 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:35:25.728 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:35:55.729 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:35:55.730 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:35:55.730 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:35:55.730 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:35:55.731 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:35:55.731 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:35:55.818 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:35:56.308 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:35:56.308 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:36:26.310 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:36:26.310 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:36:26.311 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:36:26.312 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:36:26.312 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:36:26.312 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:36:26.398 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:36:26.855 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:36:26.855 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:36:56.857 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:36:56.929 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:36:56.930 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:36:56.931 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:36:56.931 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:36:56.932 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:36:56.951 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:36:57.400 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:36:57.400 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:37:27.401 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:37:27.403 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:37:27.404 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:37:27.404 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:37:27.405 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:37:27.405 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:37:27.484 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:37:27.914 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:37:27.914 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:37:57.915 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:37:57.916 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:37:57.916 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:37:57.917 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:37:57.917 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:37:57.917 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:37:58.001 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:37:58.439 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:37:58.439 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:38:28.440 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:38:28.441 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:38:28.442 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:38:28.442 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:38:28.442 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:38:28.442 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:38:28.526 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:38:28.982 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:38:28.982 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:38:58.984 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:38:58.985 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:38:58.986 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:38:58.986 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:38:58.986 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:38:58.986 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:38:59.098 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:38:59.545 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:38:59.545 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:39:29.546 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:39:29.547 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:39:29.548 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:39:29.548 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:39:29.549 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:39:29.549 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:39:29.639 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:39:30.075 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:39:30.076 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:40:00.077 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:40:00.077 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:40:00.078 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:40:00.079 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:40:00.079 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:40:00.079 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:40:00.219 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:40:00.693 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:40:00.693 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:40:30.694 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:40:30.695 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:40:30.696 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:40:30.696 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:40:30.696 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:40:30.696 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:40:30.793 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:40:31.304 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:40:31.305 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:41:01.306 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:41:01.307 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:41:01.308 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:41:01.308 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:41:01.309 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:41:01.309 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:41:01.415 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:41:01.852 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:41:01.852 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:41:31.853 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:41:31.853 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:41:31.854 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:41:31.855 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:41:31.855 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:41:31.855 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:41:31.937 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:41:32.378 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:41:32.379 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:42:02.380 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:42:02.380 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:42:02.381 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:42:02.381 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:42:02.381 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:42:02.382 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:42:02.468 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:42:02.924 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:42:02.925 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:42:32.926 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:42:32.927 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:42:32.928 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:42:32.928 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:42:32.929 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:42:32.929 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:42:33.042 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:42:33.501 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:42:33.501 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:43:03.502 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:43:03.504 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:43:03.504 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:43:03.505 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:43:03.505 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:43:03.506 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:43:03.796 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:43:04.273 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:43:04.273 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:43:34.274 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:43:34.275 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:43:34.276 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:43:34.276 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:43:34.276 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:43:34.276 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:43:34.411 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:43:35.219 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:43:35.220 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:44:05.221 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:44:05.221 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:44:05.222 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:44:05.222 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:44:05.223 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:44:05.223 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:44:07.693 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:44:08.288 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:44:08.289 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:44:38.293 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:44:38.294 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:44:38.294 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:44:38.295 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:44:38.295 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:44:38.296 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:44:38.388 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:44:38.906 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:44:38.907 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:45:08.907 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:45:08.908 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:45:08.909 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:45:08.909 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:45:08.909 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:45:08.909 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:45:09.001 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:45:09.443 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:45:09.443 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:45:39.444 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:45:39.572 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:45:39.572 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:45:39.573 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:45:39.573 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:45:39.573 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:45:39.573 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:45:39.968 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:45:39.968 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:46:09.970 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:46:10.041 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:46:10.041 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:46:10.042 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:46:10.042 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:46:10.043 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:46:10.065 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:46:10.502 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:46:10.502 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:46:40.504 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:46:40.788 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:46:40.789 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:46:40.789 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:46:40.789 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:46:40.790 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:46:40.790 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:46:41.071 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:46:41.072 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:47:11.073 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:47:11.073 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:47:11.074 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:47:11.075 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:47:11.075 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:47:11.075 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:47:11.153 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:47:11.612 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:47:11.612 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:47:41.613 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:47:41.614 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:47:41.614 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:47:41.615 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:47:41.615 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:47:41.615 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:47:41.698 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:47:42.162 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:47:42.163 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:48:12.163 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:48:12.164 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:48:12.165 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:48:12.165 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:48:12.166 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:48:12.166 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:48:12.253 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:48:12.690 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:48:12.744 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:48:42.688 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:48:42.688 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:48:42.689 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:48:42.689 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:48:42.690 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:48:42.690 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:48:42.771 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:48:43.261 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:48:43.262 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:49:13.263 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:49:13.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:49:13.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:49:13.264 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:49:13.264 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:49:13.265 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:49:13.342 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:49:13.836 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:49:13.837 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:49:43.838 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:49:43.840 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:49:43.841 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:49:43.841 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:49:43.841 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:49:43.841 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:49:43.928 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:49:44.466 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:49:44.467 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:50:14.467 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:50:14.468 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:50:14.468 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:50:14.469 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:50:14.469 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:50:14.469 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:50:14.554 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:50:15.029 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:50:15.029 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:50:45.031 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:50:45.032 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:50:45.033 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:50:45.033 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:50:45.033 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:50:45.033 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:50:45.114 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:50:45.917 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:50:45.918 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:51:15.918 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:51:15.919 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:51:15.919 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:51:15.920 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:51:15.920 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:51:15.921 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:51:16.012 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:51:16.475 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:51:16.475 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:51:46.476 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:51:46.477 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:51:46.477 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:51:46.477 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:51:46.477 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:51:46.478 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:51:46.570 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:51:47.070 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:51:47.070 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:52:17.072 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:52:17.072 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:52:17.073 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:52:17.074 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:52:17.074 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:52:17.074 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:52:17.151 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:52:17.610 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:52:17.610 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:52:47.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:52:47.612 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:52:47.613 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:52:47.613 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:52:47.613 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:52:47.614 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:52:47.776 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:52:48.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:52:48.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:53:18.243 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:53:18.244 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:53:18.245 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:53:18.245 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:53:18.245 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:53:18.245 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:53:18.548 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:53:19.015 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:53:19.016 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:53:49.017 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:53:49.018 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:53:49.018 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:53:49.019 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:53:49.020 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:53:49.020 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:53:49.171 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:53:49.648 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:53:49.648 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:54:19.649 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:54:19.650 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:54:19.651 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:54:19.651 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:54:19.651 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:54:19.651 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:54:22.359 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:54:22.805 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:54:22.805 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:54:52.807 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:54:52.903 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:54:52.904 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:54:52.905 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:54:52.905 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:54:52.905 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:54:52.905 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:54:53.396 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:54:53.397 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:55:23.398 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:55:23.398 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:55:23.399 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:55:23.400 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:55:23.400 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:55:23.400 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:55:23.501 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:55:23.940 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:55:24.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:55:53.939 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:55:53.940 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:55:53.941 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:55:53.941 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:55:53.941 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:55:53.942 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:55:54.024 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:55:54.517 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:55:54.517 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:56:24.521 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:56:24.522 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:56:24.523 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:56:24.524 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:56:24.524 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:56:24.525 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:56:24.598 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:56:25.105 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:56:25.105 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:56:55.106 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:56:55.107 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:56:55.108 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:56:55.108 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:56:55.109 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:56:55.109 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:56:55.199 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:56:55.646 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:56:55.647 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:57:25.648 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:57:25.649 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:57:25.650 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:57:25.650 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:57:25.650 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:57:25.650 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:57:25.734 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:57:26.171 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:57:26.172 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:57:56.174 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:57:56.175 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:57:56.176 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:57:56.176 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:57:56.176 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:57:56.176 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:57:56.264 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:57:56.756 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:57:56.757 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:58:26.758 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:58:26.759 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:58:26.760 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:58:26.761 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:58:26.761 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:58:26.761 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:58:26.844 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:58:27.279 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:58:27.280 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:58:57.281 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:58:57.282 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:58:57.283 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:58:57.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:58:57.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:58:57.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:58:57.377 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:58:57.860 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:58:57.861 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:59:27.862 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:59:27.862 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:59:27.863 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:59:27.864 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:59:27.864 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:59:27.865 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:59:27.951 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:59:28.393 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:59:28.394 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-15T23:59:58.395 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-15T23:59:58.396 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-15T23:59:58.396 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-15T23:59:58.397 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-15T23:59:58.397 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-15T23:59:58.397 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-15T23:59:58.489 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-15T23:59:58.951 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-15T23:59:58.951 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:00:28.953 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:00:28.955 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:00:28.955 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:00:28.956 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:00:28.956 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:00:28.956 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:00:29.048 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:00:29.562 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:00:29.563 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:00:59.564 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:00:59.565 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:00:59.566 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:00:59.566 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:00:59.567 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:00:59.567 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:00:59.662 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:01:00.114 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:01:00.114 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:01:30.116 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:01:30.116 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:01:30.117 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:01:30.117 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:01:30.118 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:01:30.118 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:01:30.203 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:01:30.649 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:01:30.650 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:02:00.651 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:02:00.652 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:02:00.652 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:02:00.653 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:02:00.653 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:02:00.653 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:02:00.732 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:02:01.205 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:02:01.206 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:02:31.207 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:02:31.208 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:02:31.209 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:02:31.209 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:02:31.209 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:02:31.210 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:02:31.292 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:02:31.747 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:02:31.747 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:03:01.748 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:03:01.749 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:03:01.750 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:03:01.751 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:03:01.751 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:03:01.751 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:03:01.827 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:03:02.260 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:03:02.260 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:03:32.262 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:03:32.263 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:03:32.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:03:32.264 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:03:32.264 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:03:32.264 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:03:32.581 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:03:33.023 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:03:33.024 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:04:03.025 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:04:03.026 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:04:03.027 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:04:03.027 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:04:03.027 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:04:03.028 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:04:03.166 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:04:03.618 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:04:03.619 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:04:33.621 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:04:33.622 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:04:33.623 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:04:33.623 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:04:33.623 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:04:33.624 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:04:35.738 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:04:36.200 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:04:36.201 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:05:06.202 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:05:06.202 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:05:06.203 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:05:06.203 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:05:06.204 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:05:06.204 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:05:06.299 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:05:06.753 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:05:06.753 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:05:36.754 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:05:36.755 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:05:36.755 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:05:36.756 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:05:36.756 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:05:36.756 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:05:36.848 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:05:37.291 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:05:37.292 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:06:07.293 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:06:07.294 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:06:07.295 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:06:07.295 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:06:07.295 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:06:07.295 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:06:07.366 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:06:07.788 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:06:07.789 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:06:37.791 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:06:37.792 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:06:37.793 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:06:37.793 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:06:37.793 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:06:37.793 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:06:37.876 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:06:38.322 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:06:38.323 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:07:08.324 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:07:08.325 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:07:08.325 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:07:08.326 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:07:08.327 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:07:08.327 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:07:08.406 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:07:08.836 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:07:08.836 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:07:38.837 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:07:38.837 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:07:38.838 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:07:38.838 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:07:38.839 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:07:38.839 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:07:38.932 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:07:39.418 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:07:39.419 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:08:09.420 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:08:09.420 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:08:09.421 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:08:09.422 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:08:09.422 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:08:09.422 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:08:09.500 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:08:09.964 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:08:09.964 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:08:39.965 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:08:39.966 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:08:39.967 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:08:39.967 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:08:39.967 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:08:39.968 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:08:40.048 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:08:40.521 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:08:40.521 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:09:10.523 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:09:10.524 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:09:10.524 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:09:10.524 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:09:10.524 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:09:10.524 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:09:10.605 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:09:11.067 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:09:11.067 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:09:41.069 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:09:41.070 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:09:41.070 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:09:41.071 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:09:41.071 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:09:41.071 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:09:41.160 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:09:41.598 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:09:41.598 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:10:11.600 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:10:11.602 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:10:11.603 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:10:11.603 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:10:11.603 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:10:11.603 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:10:11.689 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:10:12.087 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:10:12.088 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:10:42.089 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:10:42.090 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:10:42.090 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:10:42.091 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:10:42.091 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:10:42.091 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:10:42.250 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:10:42.682 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:10:42.682 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:11:12.683 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:11:12.684 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:11:12.684 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:11:12.685 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:11:12.685 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:11:12.685 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:11:12.767 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:11:13.231 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:11:13.232 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:11:43.233 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:11:43.234 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:11:43.234 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:11:43.234 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:11:43.235 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:11:43.235 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:11:43.327 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:11:43.783 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:11:43.784 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:12:13.784 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:12:13.785 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:12:13.786 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:12:13.786 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:12:13.786 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:12:13.787 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:12:13.867 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:12:14.301 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:12:14.301 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:12:44.302 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:12:44.303 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:12:44.303 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:12:44.304 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:12:44.304 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:12:44.304 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:12:44.530 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:12:45.047 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:12:45.048 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:13:15.050 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:13:15.050 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:13:15.051 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:13:15.051 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:13:15.052 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:13:15.052 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:13:15.125 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:13:15.575 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:13:15.575 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:13:45.574 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:13:45.575 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:13:45.576 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:13:45.576 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:13:45.576 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:13:45.576 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:13:45.887 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:13:46.366 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:13:46.366 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:14:16.367 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:14:16.368 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:14:16.369 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:14:16.369 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:14:16.369 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:14:16.369 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:14:16.515 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:14:17.061 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:14:17.062 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:14:47.063 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:14:47.064 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:14:47.066 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:14:47.066 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:14:47.066 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:14:47.067 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:14:49.405 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:14:49.877 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:14:49.878 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:15:19.879 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:15:19.879 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:15:19.880 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:15:19.880 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:15:19.881 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:15:19.881 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:15:19.968 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:15:20.436 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:15:20.436 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:15:50.436 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:15:50.437 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:15:50.437 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:15:50.438 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:15:50.438 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:15:50.439 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:15:50.527 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:15:50.975 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:15:50.975 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:16:20.976 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:16:20.977 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:16:20.978 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:16:20.978 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:16:20.978 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:16:20.978 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:16:21.071 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:16:21.517 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:16:21.517 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:16:51.519 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:16:51.521 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:16:51.521 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:16:51.522 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:16:51.522 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:16:51.522 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:16:51.603 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:16:52.058 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:16:52.059 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:17:22.059 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:17:22.061 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:17:22.061 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:17:22.061 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:17:22.061 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:17:22.062 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:17:22.149 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:17:22.599 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:17:22.600 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:17:52.601 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:17:52.602 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:17:52.603 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:17:52.603 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:17:52.603 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:17:52.603 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:17:52.687 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:17:53.169 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:17:53.169 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:18:23.171 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:18:23.172 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:18:23.172 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:18:23.173 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:18:23.173 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:18:23.173 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:18:23.267 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:18:23.739 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:18:23.739 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:18:53.740 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:18:53.740 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:18:53.741 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:18:53.741 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:18:53.742 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:18:53.742 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:18:53.823 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:18:54.281 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:18:54.281 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:19:24.282 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:19:24.283 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:19:24.283 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:19:24.284 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:19:24.284 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:19:24.284 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:19:24.378 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:19:24.870 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:19:24.871 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:19:54.899 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:19:54.900 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:19:54.900 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:19:54.901 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:19:54.901 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:19:54.902 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:19:54.995 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:19:55.436 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:19:55.436 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:20:25.439 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:20:25.440 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:20:25.440 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:20:25.441 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:20:25.441 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:20:25.441 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:20:25.528 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:20:25.975 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:20:25.976 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:20:55.978 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:20:55.978 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:20:55.979 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:20:55.982 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:20:55.983 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:20:55.984 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:20:56.058 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:20:56.527 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:20:56.528 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:21:26.529 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:21:26.530 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:21:26.530 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:21:26.531 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:21:26.531 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:21:26.531 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:21:26.614 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:21:27.095 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:21:27.095 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:21:57.097 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:21:57.097 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:21:57.098 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:21:57.098 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:21:57.099 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:21:57.099 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:21:57.196 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:21:57.677 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:21:57.678 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:22:27.679 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:22:27.679 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:22:27.680 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:22:27.681 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:22:27.681 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:22:27.681 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:22:27.768 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:22:28.237 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:22:28.238 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:22:58.239 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:22:58.240 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:22:58.240 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:22:58.240 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:22:58.240 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:22:58.241 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:22:58.314 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:22:58.772 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:22:58.773 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:23:28.774 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:23:28.776 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:23:28.776 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:23:28.776 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:23:28.776 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:23:28.776 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:23:28.857 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:23:29.329 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:23:29.329 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:23:59.332 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:23:59.333 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:23:59.334 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:23:59.335 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:23:59.335 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:23:59.335 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:23:59.667 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:24:00.114 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:24:00.114 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:24:30.115 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:24:30.116 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:24:30.117 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:24:30.117 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:24:30.117 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:24:30.117 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:24:30.247 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:24:30.682 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:24:30.682 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:25:00.684 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:25:00.685 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:25:00.685 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:25:00.685 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:25:00.686 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:25:00.686 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:25:02.874 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:25:03.329 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:25:03.564 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:25:33.331 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:25:33.332 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:25:33.332 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:25:33.332 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:25:33.332 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:25:33.333 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:25:33.417 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:25:34.315 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:25:34.315 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:26:04.316 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:26:04.317 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:26:04.318 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:26:04.318 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:26:04.318 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:26:04.319 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:26:04.401 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:26:04.857 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:26:04.857 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:26:34.858 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:26:34.859 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:26:34.860 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:26:34.860 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:26:34.860 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:26:34.860 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:26:34.955 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:26:35.382 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:26:35.387 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:27:05.384 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:27:05.385 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:27:05.386 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:27:05.386 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:27:05.386 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:27:05.386 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:27:05.484 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:27:05.909 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:27:05.951 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:27:35.911 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:27:35.912 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:27:35.912 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:27:35.913 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:27:35.913 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:27:35.914 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:27:36.004 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:27:36.479 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:27:36.479 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:28:06.481 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:28:06.483 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:28:06.483 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:28:06.484 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:28:06.484 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:28:06.484 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:28:06.563 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:28:07.230 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:28:07.230 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:28:37.232 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:28:37.233 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:28:37.233 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:28:37.233 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:28:37.233 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:28:37.234 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:28:37.318 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:28:37.746 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:28:37.747 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:29:07.748 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:29:07.749 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:29:07.749 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:29:07.750 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:29:07.750 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:29:07.750 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:29:07.835 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:29:08.275 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:29:08.275 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:29:38.279 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:29:38.280 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:29:38.281 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:29:38.281 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:29:38.281 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:29:38.282 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:29:38.347 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:29:38.814 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:29:38.815 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:30:08.816 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:30:08.816 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:30:08.817 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:30:08.817 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:30:08.818 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:30:08.818 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:30:08.907 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:30:09.375 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:30:09.375 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:30:39.378 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:30:39.379 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:30:39.379 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:30:39.380 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:30:39.380 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:30:39.381 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:30:39.468 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:30:39.922 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:30:39.922 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:31:09.924 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:31:09.925 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:31:09.925 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:31:09.925 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:31:09.926 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:31:09.926 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:31:10.061 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:31:10.496 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:31:10.497 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:31:40.497 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:31:40.498 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:31:40.499 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:31:40.499 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:31:40.499 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:31:40.499 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:31:40.581 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:31:41.117 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:31:41.117 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:32:11.118 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:32:11.119 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:32:11.119 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:32:11.120 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:32:11.120 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:32:11.120 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:32:11.202 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:32:11.595 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:32:11.596 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:32:41.597 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:32:41.598 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:32:41.599 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:32:41.599 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:32:41.599 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:32:41.600 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:32:41.691 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:32:42.106 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:32:42.106 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:33:12.107 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:33:12.107 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:33:12.108 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:33:12.108 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:33:12.109 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:33:12.109 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:33:12.197 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:33:12.640 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:33:12.640 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:33:42.641 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:33:42.642 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:33:42.642 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:33:42.643 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:33:42.644 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:33:42.644 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:33:42.725 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:33:43.182 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:33:43.182 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:34:13.184 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:34:13.185 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:34:13.186 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:34:13.186 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:34:13.187 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:34:13.187 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:34:13.639 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:34:14.125 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:34:14.125 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:34:44.126 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:34:44.128 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:34:44.129 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:34:44.129 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:34:44.129 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:34:44.130 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:34:44.297 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:34:44.762 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:34:44.765 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:35:14.764 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:35:14.766 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:35:14.767 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:35:14.767 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:35:14.767 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:35:14.768 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:35:17.394 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:35:17.872 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:35:18.050 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:35:47.874 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:35:47.875 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:35:47.875 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:35:47.875 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:35:47.876 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:35:47.876 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:35:47.959 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:35:48.395 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:35:48.395 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:36:18.397 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:36:18.398 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:36:18.398 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:36:18.398 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:36:18.398 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:36:18.399 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:36:18.482 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:36:18.947 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:36:18.947 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:36:48.948 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:36:48.949 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:36:48.949 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:36:48.949 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:36:48.950 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:36:48.950 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:36:49.094 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:36:49.550 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:36:49.550 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:37:19.552 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:37:19.553 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:37:19.553 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:37:19.554 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:37:19.554 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:37:19.554 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:37:19.831 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:37:20.307 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:37:20.307 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:37:50.309 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:37:50.310 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:37:50.311 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:37:50.311 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:37:50.312 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:37:50.312 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:37:50.389 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:37:50.846 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:37:50.847 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:38:20.848 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:38:20.848 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:38:20.849 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:38:20.850 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:38:20.850 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:38:20.850 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:38:20.939 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:38:21.431 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:38:21.432 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:38:51.433 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:38:51.433 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:38:51.434 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:38:51.435 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:38:51.435 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:38:51.435 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:38:51.525 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:38:52.001 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:38:52.001 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:39:22.003 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:39:22.004 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:39:22.004 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:39:22.005 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:39:22.005 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:39:22.005 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:39:22.090 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:39:22.535 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:39:22.535 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:39:52.536 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:39:52.537 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:39:52.537 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:39:52.538 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:39:52.538 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:39:52.538 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:39:52.632 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:39:53.078 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:39:53.078 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:40:23.079 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:40:23.080 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:40:23.081 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:40:23.082 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:40:23.082 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:40:23.082 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:40:23.160 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:40:23.631 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:40:23.631 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:40:53.633 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:40:53.635 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:40:53.635 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:40:53.635 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:40:53.635 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:40:53.636 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:40:53.723 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:40:54.191 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:40:54.192 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:41:24.193 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:41:24.194 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:41:24.195 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:41:24.195 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:41:24.195 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:41:24.195 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:41:24.305 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:41:24.779 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:41:24.780 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:41:54.780 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:41:54.781 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:41:54.781 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:41:54.782 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:41:54.782 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:41:54.782 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:41:54.867 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:41:55.286 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:41:55.287 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:42:25.288 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:42:25.288 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:42:25.289 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:42:25.290 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:42:25.290 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:42:25.290 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:42:25.432 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:42:25.887 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:42:25.887 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:42:55.888 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:42:55.889 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:42:55.889 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:42:55.889 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:42:55.890 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:42:55.890 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:42:55.969 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:42:56.404 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:42:56.405 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:43:26.405 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:43:26.406 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:43:26.407 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:43:26.407 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:43:26.407 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:43:26.408 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:43:26.508 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:43:26.986 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:43:26.986 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:43:56.987 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:43:56.988 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:43:56.989 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:43:56.989 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:43:56.989 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:43:56.989 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:43:57.066 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:43:57.538 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:43:57.538 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:44:27.539 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:44:27.541 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:44:27.542 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:44:27.542 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:44:27.543 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:44:27.543 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:44:27.878 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:44:28.380 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:44:28.380 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:44:58.381 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:44:58.381 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:44:58.382 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:44:58.383 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:44:58.383 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:44:58.383 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:44:58.538 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:44:59.000 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:44:59.000 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:45:29.001 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:45:29.002 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:45:29.003 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:45:29.003 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:45:29.004 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:45:29.004 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:45:31.323 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:45:31.771 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:45:31.771 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:46:01.772 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:46:01.773 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:46:01.773 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:46:01.774 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:46:01.774 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:46:01.775 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:46:01.899 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:46:02.366 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:46:02.366 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:46:32.368 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:46:32.369 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:46:32.370 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:46:32.370 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:46:32.370 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:46:32.371 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:46:32.462 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:46:32.914 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:46:32.914 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:47:02.915 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:47:02.916 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:47:02.916 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:47:02.917 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:47:02.917 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:47:02.918 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:47:03.004 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:47:03.434 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:47:03.435 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:47:33.436 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:47:33.437 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:47:33.438 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:47:33.438 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:47:33.439 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:47:33.439 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:47:33.526 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:47:33.986 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:47:33.986 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:48:03.988 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:48:03.989 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:48:03.990 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:48:03.990 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:48:03.991 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:48:03.991 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:48:04.082 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:48:04.565 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:48:04.566 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:48:34.567 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:48:34.568 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:48:34.569 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:48:34.569 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:48:34.569 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:48:34.569 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:48:34.661 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:48:35.147 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:48:35.147 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:49:05.148 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:49:05.149 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:49:05.150 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:49:05.150 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:49:05.150 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:49:05.150 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:49:05.229 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:49:05.658 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:49:05.659 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:49:35.660 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:49:35.660 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:49:35.661 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:49:35.661 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:49:35.662 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:49:35.662 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:49:35.745 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:49:36.179 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:49:36.180 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:50:06.181 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:50:06.182 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:50:06.183 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:50:06.183 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:50:06.183 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:50:06.184 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:50:06.268 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:50:06.734 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:50:06.734 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:50:36.736 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:50:36.737 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:50:36.739 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:50:36.739 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:50:36.740 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:50:36.740 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:50:36.815 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:50:37.240 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:50:37.240 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:51:07.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:51:07.242 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:51:07.242 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:51:07.243 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:51:07.243 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:51:07.244 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:51:07.332 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:51:07.759 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:51:07.759 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:51:37.761 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:51:37.762 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:51:37.762 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:51:37.763 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:51:37.763 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:51:37.763 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:51:37.844 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:51:38.315 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:51:38.460 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:52:08.318 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:52:08.319 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:52:08.319 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:52:08.319 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:52:08.319 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:52:08.320 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:52:08.399 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:52:08.854 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:52:08.855 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:52:38.856 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:52:38.857 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:52:38.857 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:52:38.858 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:52:38.858 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:52:38.858 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:52:38.940 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:52:39.386 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:52:39.386 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:53:09.387 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:53:09.388 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:53:09.388 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:53:09.389 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:53:09.389 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:53:09.389 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:53:09.474 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:53:09.897 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:53:09.898 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:53:39.899 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:53:39.899 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:53:39.900 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:53:39.900 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:53:39.901 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:53:39.901 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:53:39.992 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:53:40.471 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:53:40.471 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:54:10.472 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:54:10.472 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:54:10.473 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:54:10.474 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:54:10.474 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:54:10.474 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:54:10.563 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:54:11.025 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:54:11.026 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:54:41.028 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:54:41.029 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:54:41.029 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:54:41.030 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:54:41.030 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:54:41.030 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:54:41.414 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:54:41.874 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:54:41.874 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:55:11.875 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:55:11.876 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:55:11.877 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:55:11.877 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:55:11.877 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:55:11.877 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:55:12.080 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:55:12.534 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:55:12.535 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:55:42.536 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:55:42.536 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:55:42.537 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:55:42.537 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:55:42.538 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:55:42.538 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:55:44.756 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:55:45.225 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:55:45.225 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:56:15.226 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:56:15.227 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:56:15.228 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:56:15.228 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:56:15.228 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:56:15.228 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:56:15.320 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:56:15.752 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:56:15.752 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:56:45.754 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:56:45.755 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:56:45.756 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:56:45.756 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:56:45.756 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:56:45.757 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:56:45.843 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:56:46.314 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:56:46.314 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:57:16.315 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:57:16.316 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:57:16.316 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:57:16.317 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:57:16.317 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:57:16.318 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:57:16.404 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:57:16.871 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:57:16.872 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:57:46.873 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:57:46.873 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:57:46.874 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:57:46.874 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:57:46.875 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:57:46.875 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:57:46.957 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:57:47.399 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:57:47.399 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:58:17.401 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:58:17.401 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:58:17.402 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:58:17.403 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:58:17.403 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:58:17.403 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:58:17.486 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:58:17.923 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:58:17.924 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:58:47.925 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:58:47.926 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:58:47.926 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:58:47.927 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:58:47.927 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:58:47.928 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:58:48.012 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:58:48.452 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:58:48.452 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:59:18.454 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:59:18.455 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:59:18.455 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:59:18.455 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:59:18.456 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:59:18.456 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:59:18.543 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:59:19.012 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:59:19.012 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T00:59:49.014 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T00:59:49.014 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T00:59:49.015 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T00:59:49.015 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T00:59:49.016 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T00:59:49.016 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T00:59:49.088 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T00:59:49.540 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T00:59:49.540 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:00:19.541 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:00:19.542 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:00:19.543 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:00:19.543 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:00:19.544 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:00:19.544 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:00:19.637 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:00:20.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:00:20.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:00:50.122 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:00:50.123 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:00:50.123 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:00:50.124 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:00:50.124 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:00:50.125 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:00:50.216 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:00:50.672 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:00:50.672 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:01:20.674 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:01:20.675 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:01:20.676 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:01:20.677 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:01:20.677 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:01:20.677 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:01:20.762 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:01:21.229 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:01:21.229 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:01:51.235 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:01:51.236 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:01:51.236 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:01:51.237 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:01:51.237 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:01:51.237 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:01:51.319 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:01:51.786 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:01:51.787 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:02:21.787 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:02:21.788 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:02:21.789 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:02:21.790 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:02:21.790 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:02:21.790 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:02:21.865 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:02:22.345 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:02:22.346 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:02:52.347 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:02:52.348 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:02:52.348 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:02:52.349 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:02:52.349 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:02:52.349 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:02:52.435 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:02:52.860 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:02:52.860 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:03:22.861 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:03:22.862 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:03:22.862 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:03:22.863 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:03:22.863 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:03:22.863 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:03:22.960 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:03:23.476 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:03:23.477 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:03:53.478 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:03:53.479 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:03:53.479 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:03:53.479 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:03:53.480 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:03:53.480 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:03:53.561 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:03:54.057 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:03:54.058 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:04:24.059 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:04:24.060 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:04:24.061 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:04:24.061 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:04:24.061 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:04:24.061 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:04:24.147 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:04:24.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:04:24.612 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:04:54.614 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:04:54.615 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:04:54.616 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:04:54.616 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:04:54.617 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:04:54.617 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:04:54.896 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:04:55.365 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:04:55.366 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:05:25.367 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:05:25.368 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:05:25.368 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:05:25.369 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:05:25.369 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:05:25.369 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:05:25.541 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:05:26.011 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:05:26.012 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:05:56.013 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:05:56.014 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:05:56.015 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:05:56.016 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:05:56.016 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:05:56.017 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:05:58.225 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:05:58.660 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:05:58.660 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:06:28.661 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:06:28.662 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:06:28.662 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:06:28.663 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:06:28.663 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:06:28.663 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:06:28.745 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:06:29.266 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:06:29.267 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:06:59.267 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:06:59.268 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:06:59.268 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:06:59.269 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:06:59.269 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:06:59.269 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:06:59.344 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:06:59.789 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:06:59.789 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:07:29.790 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:07:29.790 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:07:29.791 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:07:29.791 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:07:29.792 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:07:29.792 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:07:29.871 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:07:30.313 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:07:30.314 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:08:00.315 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:08:00.316 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:08:00.316 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:08:00.317 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:08:00.317 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:08:00.318 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:08:00.408 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:08:00.867 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:08:00.868 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:08:30.869 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:08:30.870 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:08:30.870 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:08:30.871 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:08:30.871 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:08:30.872 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:08:30.946 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:08:31.439 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:08:31.439 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:09:01.441 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:09:01.442 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:09:01.442 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:09:01.443 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:09:01.443 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:09:01.444 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:09:01.524 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:09:02.026 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:09:02.026 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:09:32.027 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:09:32.028 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:09:32.029 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:09:32.029 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:09:32.029 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:09:32.029 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:09:32.134 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:09:32.615 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:09:32.615 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:10:02.616 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:10:02.617 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:10:02.618 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:10:02.619 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:10:02.619 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:10:02.619 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:10:02.705 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:10:03.157 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:10:03.158 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:10:33.158 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:10:33.158 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:10:33.159 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:10:33.159 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:10:33.160 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:10:33.160 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:10:33.246 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:10:33.747 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:10:33.748 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:11:03.747 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:11:03.748 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:11:03.748 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:11:03.749 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:11:03.749 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:11:03.749 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:11:03.832 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:11:04.308 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:11:04.308 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:11:34.310 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:11:34.311 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:11:34.312 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:11:34.313 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:11:34.313 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:11:34.313 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:11:34.395 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:11:34.889 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:11:34.889 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:12:04.890 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:12:04.891 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:12:04.892 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:12:04.893 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:12:04.893 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:12:04.894 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:12:04.983 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:12:05.409 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:12:05.410 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:12:35.411 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:12:35.412 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:12:35.412 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:12:35.413 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:12:35.413 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:12:35.413 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:12:35.499 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:12:35.960 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:12:35.961 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:13:05.962 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:13:05.963 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:13:05.964 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:13:05.964 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:13:05.964 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:13:05.964 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:13:06.028 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:13:06.493 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:13:06.493 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:13:36.494 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:13:36.494 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:13:36.495 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:13:36.495 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:13:36.496 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:13:36.496 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:13:36.591 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:13:37.083 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:13:37.083 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:14:07.084 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:14:07.085 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:14:07.086 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:14:07.086 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:14:07.086 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:14:07.087 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:14:07.236 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:14:07.696 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:14:07.696 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:14:37.697 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:14:37.698 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:14:37.699 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:14:37.699 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:14:37.700 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:14:37.700 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:14:37.784 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:14:38.256 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:14:38.257 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:15:08.258 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:15:08.259 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:15:08.260 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:15:08.260 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:15:08.261 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:15:08.261 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:15:08.600 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:15:09.052 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:15:09.053 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:15:39.054 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:15:39.054 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:15:39.055 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:15:39.056 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:15:39.056 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:15:39.056 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:15:39.256 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:15:39.738 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:15:39.739 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:16:09.740 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:16:09.741 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:16:09.741 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:16:09.742 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:16:09.742 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:16:09.742 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:16:11.807 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:16:12.234 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:16:12.235 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:16:42.236 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:16:42.237 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:16:42.238 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:16:42.238 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:16:42.238 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:16:42.238 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:16:42.322 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:16:42.763 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:16:42.763 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:17:12.764 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:17:12.765 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:17:12.766 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:17:12.766 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:17:12.766 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:17:12.767 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:17:12.912 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:17:13.365 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:17:13.365 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:17:43.366 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:17:43.366 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:17:43.367 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:17:43.367 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:17:43.368 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:17:43.368 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:17:43.465 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:17:43.922 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:17:43.922 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:18:13.923 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:18:13.924 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:18:13.924 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:18:13.925 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:18:13.925 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:18:13.926 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:18:14.028 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:18:14.477 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:18:14.477 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:18:44.479 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:18:44.481 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:18:44.481 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:18:44.482 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:18:44.482 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:18:44.482 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:18:44.567 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:18:45.104 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:18:45.105 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:19:15.106 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:19:15.107 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:19:15.107 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:19:15.107 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:19:15.108 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:19:15.108 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:19:15.200 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:19:15.642 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:19:15.642 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:19:45.644 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:19:45.645 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:19:45.646 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:19:45.647 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:19:45.648 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:19:45.648 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:19:45.735 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:19:46.184 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:19:46.185 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:20:16.186 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:20:16.187 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:20:16.188 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:20:16.188 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:20:16.188 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:20:16.188 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:20:16.280 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:20:16.706 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:20:16.707 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:20:46.709 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:20:46.709 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:20:46.710 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:20:46.710 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:20:46.710 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:20:46.711 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:20:46.797 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:20:47.201 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:20:47.201 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:21:17.202 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:21:17.203 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:21:17.203 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:21:17.204 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:21:17.204 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:21:17.204 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:21:17.333 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:21:17.734 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:21:17.735 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:21:47.736 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:21:47.737 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:21:47.738 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:21:47.738 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:21:47.738 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:21:47.739 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:21:47.832 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:21:48.278 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:21:48.278 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:22:18.279 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:22:18.280 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:22:18.281 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:22:18.281 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:22:18.282 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:22:18.282 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:22:18.353 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:22:18.790 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:22:18.790 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:22:48.791 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:22:48.793 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:22:48.793 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:22:48.793 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:22:48.794 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:22:48.794 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:22:48.886 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:22:49.326 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:22:49.327 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:23:19.328 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:23:19.329 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:23:19.329 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:23:19.330 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:23:19.330 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:23:19.330 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:23:19.411 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:23:19.848 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:23:19.871 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:23:49.850 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:23:49.850 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:23:49.851 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:23:49.852 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:23:49.852 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:23:49.852 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:23:49.944 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:23:50.406 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:23:50.407 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:24:20.408 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:24:20.409 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:24:20.409 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:24:20.409 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:24:20.409 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:24:20.409 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:24:20.495 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:24:20.969 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:24:20.969 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:24:50.970 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:24:50.971 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:24:50.972 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:24:50.972 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:24:50.972 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:24:50.973 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:24:51.069 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:24:51.564 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:24:51.565 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:25:21.567 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:25:21.568 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:25:21.569 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:25:21.569 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:25:21.570 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:25:21.570 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:25:21.871 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:25:22.294 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:25:22.295 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:25:52.296 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:25:52.297 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:25:52.298 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:25:52.299 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:25:52.299 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:25:52.299 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:25:52.448 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:25:52.919 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:25:52.919 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:26:22.920 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:26:22.921 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:26:22.922 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:26:22.923 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:26:22.923 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:26:22.923 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:26:24.954 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:26:25.382 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:26:25.382 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:26:55.383 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:26:55.384 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:26:55.385 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:26:55.385 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:26:55.385 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:26:55.385 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:26:55.471 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:26:55.925 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:26:55.926 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:27:25.927 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:27:25.928 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:27:25.928 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:27:25.929 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:27:25.929 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:27:25.930 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:27:26.016 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:27:26.473 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:27:26.474 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:27:56.475 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:27:56.476 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:27:56.476 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:27:56.476 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:27:56.476 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:27:56.477 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:27:56.559 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:27:57.049 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:27:57.049 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:28:27.050 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:28:27.051 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:28:27.052 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:28:27.052 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:28:27.052 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:28:27.052 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:28:27.132 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:28:27.621 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:28:27.621 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:28:57.623 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:28:57.624 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:28:57.625 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:28:57.625 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:28:57.625 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:28:57.626 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:28:57.701 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:28:58.161 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:28:58.161 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:29:28.163 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:29:28.164 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:29:28.164 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:29:28.164 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:29:28.164 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:29:28.165 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:29:28.248 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:29:28.723 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:29:28.723 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:29:58.725 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:29:58.726 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:29:58.727 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:29:58.727 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:29:58.727 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:29:58.727 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:29:58.823 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:29:59.263 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:29:59.263 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:30:29.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:30:29.265 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:30:29.265 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:30:29.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:30:29.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:30:29.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:30:29.351 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:30:29.803 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:30:29.803 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:30:59.801 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:30:59.802 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:30:59.803 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:30:59.804 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:30:59.804 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:30:59.805 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:30:59.889 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:31:00.359 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:31:00.359 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:31:30.360 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:31:30.361 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:31:30.362 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:31:30.362 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:31:30.362 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:31:30.363 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:31:30.439 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:31:30.934 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:31:30.934 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:32:00.935 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:32:00.936 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:32:00.937 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:32:00.937 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:32:00.937 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:32:00.937 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:32:01.005 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:32:01.503 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:32:01.503 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:32:31.505 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:32:31.506 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:32:31.507 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:32:31.508 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:32:31.509 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:32:31.509 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:32:31.645 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:32:32.086 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:32:32.086 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:33:02.087 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:33:02.088 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:33:02.089 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:33:02.089 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:33:02.089 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:33:02.089 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:33:02.168 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:33:02.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:33:02.633 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:33:32.612 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:33:32.613 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:33:32.614 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:33:32.615 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:33:32.615 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:33:32.616 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:33:32.696 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:33:33.136 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:33:33.137 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:34:03.138 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:34:03.138 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:34:03.139 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:34:03.139 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:34:03.140 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:34:03.140 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:34:03.219 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:34:03.708 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:34:03.709 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:34:33.710 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:34:33.711 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:34:33.712 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:34:33.713 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:34:33.713 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:34:33.713 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:34:33.807 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:34:34.279 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:34:34.280 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:35:04.281 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:35:04.282 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:35:04.282 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:35:04.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:35:04.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:35:04.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:35:04.363 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:35:04.821 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:35:04.822 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:35:34.823 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:35:34.824 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:35:34.825 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:35:34.826 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:35:34.826 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:35:34.826 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:35:35.143 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:35:35.586 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:35:35.587 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:36:05.589 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:36:05.590 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:36:05.591 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:36:05.591 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:36:05.591 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:36:05.591 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:36:05.740 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:36:06.199 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:36:06.199 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:36:36.200 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:36:36.201 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:36:36.202 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:36:36.202 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:36:36.202 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:36:36.202 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:36:39.067 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:36:39.523 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:36:39.524 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:37:09.527 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:37:09.528 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:37:09.529 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:37:09.529 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:37:09.529 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:37:09.529 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:37:09.620 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:37:10.053 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:37:10.054 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:37:40.055 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:37:40.057 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:37:40.057 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:37:40.058 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:37:40.058 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:37:40.058 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:37:40.151 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:37:40.596 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:37:40.596 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:38:10.594 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:38:10.596 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:38:10.596 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:38:10.597 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:38:10.597 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:38:10.598 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:38:10.680 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:38:11.150 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:38:11.151 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:38:41.151 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:38:41.152 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:38:41.152 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:38:41.153 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:38:41.153 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:38:41.153 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:38:41.252 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:38:41.719 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:38:41.719 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:39:11.722 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:39:11.723 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:39:11.724 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:39:11.724 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:39:11.724 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:39:11.725 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:39:11.803 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:39:12.224 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:39:12.225 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:39:42.226 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:39:42.227 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:39:42.227 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:39:42.228 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:39:42.228 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:39:42.228 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:39:42.319 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:39:42.754 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:39:42.754 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:40:12.755 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:40:12.756 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:40:12.757 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:40:12.757 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:40:12.757 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:40:12.757 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:40:12.840 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:40:13.293 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:40:13.294 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:40:43.295 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:40:43.296 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:40:43.296 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:40:43.296 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:40:43.296 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:40:43.297 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:40:43.388 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:40:43.852 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:40:43.853 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:41:13.855 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:41:13.855 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:41:13.856 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:41:13.856 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:41:13.856 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:41:13.857 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:41:13.944 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:41:14.455 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:41:14.456 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:41:44.457 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:41:44.457 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:41:44.458 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:41:44.458 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:41:44.459 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:41:44.459 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:41:44.554 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:41:45.089 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:41:45.089 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:42:15.090 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:42:15.091 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:42:15.091 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:42:15.092 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:42:15.092 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:42:15.092 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:42:15.164 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:42:15.616 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:42:15.617 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:42:45.619 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:42:45.620 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:42:45.621 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:42:45.621 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:42:45.622 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:42:45.622 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:42:45.702 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:42:46.151 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:42:46.151 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:43:16.151 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:43:16.152 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:43:16.152 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:43:16.153 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:43:16.153 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:43:16.154 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:43:16.238 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:43:16.702 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:43:16.702 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:43:46.704 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:43:46.704 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:43:46.705 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:43:46.705 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:43:46.706 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:43:46.706 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:43:46.802 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:43:47.256 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:43:47.257 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:44:17.258 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:44:17.259 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:44:17.259 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:44:17.260 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:44:17.260 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:44:17.260 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:44:17.341 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:44:17.732 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:44:17.732 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:44:47.733 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:44:47.733 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:44:47.734 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:44:47.735 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:44:47.735 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:44:47.735 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:44:47.862 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:44:48.306 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:44:48.306 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:45:18.307 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:45:18.308 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:45:18.308 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:45:18.309 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:45:18.309 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:45:18.309 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:45:18.403 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:45:18.914 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:45:18.915 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:45:48.916 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:45:48.917 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:45:48.918 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:45:48.918 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:45:48.918 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:45:48.919 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:45:49.206 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:45:49.687 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:45:49.687 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:46:19.689 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:46:19.691 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:46:19.691 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:46:19.692 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:46:19.692 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:46:19.692 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:46:19.827 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:46:20.318 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:46:20.319 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:46:50.320 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:46:50.321 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:46:50.321 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:46:50.322 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:46:50.322 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:46:50.322 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:46:52.601 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:46:53.053 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:46:53.054 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:47:23.055 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:47:23.056 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:47:23.057 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:47:23.057 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:47:23.058 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:47:23.058 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:47:23.136 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:47:23.583 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:47:23.583 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:47:53.584 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:47:53.585 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:47:53.586 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:47:53.586 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:47:53.586 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:47:53.586 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:47:53.670 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:47:54.108 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:47:54.108 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:48:24.109 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:48:24.110 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:48:24.111 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:48:24.111 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:48:24.111 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:48:24.112 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:48:24.193 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:48:24.664 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:48:24.725 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:48:54.666 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:48:54.666 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:48:54.667 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:48:54.667 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:48:54.668 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:48:54.668 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:48:54.753 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:48:55.229 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:48:55.230 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:49:25.231 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:49:25.233 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:49:25.233 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:49:25.233 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:49:25.233 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:49:25.234 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:49:25.313 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:49:25.760 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:49:25.760 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:49:55.762 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:49:55.764 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:49:55.764 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:49:55.766 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:49:55.766 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:49:55.767 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:49:55.842 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:49:56.313 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:49:56.313 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:50:26.314 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:50:26.315 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:50:26.315 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:50:26.316 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:50:26.316 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:50:26.316 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:50:26.454 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:50:26.940 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:50:26.941 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:50:56.942 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:50:56.943 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:50:56.944 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:50:56.944 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:50:56.944 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:50:56.944 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:50:57.043 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:50:57.480 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:50:57.481 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:51:27.482 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:51:27.482 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:51:27.483 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:51:27.483 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:51:27.484 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:51:27.484 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:51:27.559 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:51:28.028 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:51:28.029 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:51:58.030 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:51:58.031 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:51:58.031 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:51:58.032 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:51:58.032 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:51:58.032 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:51:58.164 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:51:58.592 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:51:58.593 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:52:28.594 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:52:28.595 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:52:28.595 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:52:28.595 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:52:28.596 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:52:28.596 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:52:28.679 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:52:29.112 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:52:29.112 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:52:59.115 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:52:59.116 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:52:59.116 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:52:59.117 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:52:59.117 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:52:59.118 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:52:59.198 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:52:59.647 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:52:59.647 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:53:29.648 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:53:29.649 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:53:29.649 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:53:29.650 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:53:29.650 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:53:29.650 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:53:29.740 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:53:30.231 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:53:30.231 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:54:00.232 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:54:00.232 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:54:00.233 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:54:00.234 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:54:00.234 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:54:00.234 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:54:00.308 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:54:00.789 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:54:00.789 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:54:30.790 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:54:30.791 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:54:30.792 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:54:30.792 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:54:30.793 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:54:30.793 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:54:30.868 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:54:31.339 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:54:31.340 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:55:01.340 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:55:01.341 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:55:01.342 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:55:01.342 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:55:01.342 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:55:01.343 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:55:01.423 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:55:01.893 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:55:01.893 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:55:31.894 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:55:31.895 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:55:31.895 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:55:31.896 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:55:31.896 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:55:31.896 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:55:31.986 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:55:32.446 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:55:32.446 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:56:02.447 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:56:02.448 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:56:02.449 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:56:02.449 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:56:02.449 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:56:02.449 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:56:02.740 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:56:03.206 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:56:03.207 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:56:33.208 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:56:33.210 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:56:33.210 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:56:33.211 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:56:33.211 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:56:33.211 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:56:33.368 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:56:33.833 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:56:33.834 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:57:03.835 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:57:03.836 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:57:03.836 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:57:03.837 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:57:03.837 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:57:03.838 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:57:05.977 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:57:06.506 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:57:06.506 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:57:36.507 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:57:36.508 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:57:36.509 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:57:36.509 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:57:36.509 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:57:36.509 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:57:36.591 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:57:37.100 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:57:37.101 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:58:07.102 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:58:07.103 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:58:07.104 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:58:07.104 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:58:07.104 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:58:07.104 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:58:07.186 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:58:07.628 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:58:07.628 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:58:37.629 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:58:37.630 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:58:37.631 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:58:37.631 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:58:37.631 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:58:37.631 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:58:37.736 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:58:38.161 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:58:38.161 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:59:08.162 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:59:08.163 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:59:08.163 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:59:08.164 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:59:08.164 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:59:08.164 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:59:08.259 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:59:09.118 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:59:09.118 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T01:59:39.119 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T01:59:39.120 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T01:59:39.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T01:59:39.121 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T01:59:39.121 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T01:59:39.122 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T01:59:39.196 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T01:59:39.863 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T01:59:39.863 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:00:09.867 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:00:09.869 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:00:09.869 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:00:09.870 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:00:09.870 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:00:09.871 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:00:09.949 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:00:10.430 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:00:10.430 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:00:40.432 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:00:40.432 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:00:40.433 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:00:40.434 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:00:40.434 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:00:40.434 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:00:40.524 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:00:41.000 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:00:41.000 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:01:11.001 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:01:11.002 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:01:11.003 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:01:11.003 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:01:11.003 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:01:11.003 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:01:11.093 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:01:11.546 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:01:11.546 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:01:41.547 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:01:41.548 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:01:41.548 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:01:41.549 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:01:41.549 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:01:41.549 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:01:41.635 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:01:42.080 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:01:42.080 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:02:12.081 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:02:12.082 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:02:12.082 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:02:12.083 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:02:12.083 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:02:12.084 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:02:12.175 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:02:12.614 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:02:12.615 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:02:42.616 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:02:42.617 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:02:42.617 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:02:42.618 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:02:42.618 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:02:42.619 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:02:42.711 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:02:43.173 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:02:43.173 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:03:13.174 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:03:13.176 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:03:13.177 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:03:13.177 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:03:13.177 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:03:13.177 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:03:13.255 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:03:13.728 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:03:13.728 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:03:43.730 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:03:43.731 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:03:43.731 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:03:43.731 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:03:43.732 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:03:43.732 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:03:43.824 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:03:44.261 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:03:44.261 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:04:14.261 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:04:14.262 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:04:14.262 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:04:14.263 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:04:14.263 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:04:14.264 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:04:14.346 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:04:14.814 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:04:14.814 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:04:44.815 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:04:44.816 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:04:44.817 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:04:44.817 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:04:44.817 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:04:44.818 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:04:44.921 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:04:45.375 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:04:45.376 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:05:15.377 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:05:15.377 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:05:15.378 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:05:15.378 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:05:15.378 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:05:15.379 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:05:15.473 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:05:15.973 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:05:15.973 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:05:45.974 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:05:45.974 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:05:45.975 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:05:45.976 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:05:45.976 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:05:45.976 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:05:46.070 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:05:46.545 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:05:46.546 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:06:16.547 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:06:16.548 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:06:16.548 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:06:16.549 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:06:16.549 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:06:16.549 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:06:16.928 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:06:17.393 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:06:17.394 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:06:47.396 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:06:47.398 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:06:47.399 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:06:47.399 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:06:47.399 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:06:47.399 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:06:47.529 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:06:47.956 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:06:47.957 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:07:17.958 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:07:17.959 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:07:17.960 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:07:17.960 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:07:17.960 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:07:17.961 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:07:19.812 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:07:20.238 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:07:20.238 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:07:50.240 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:07:50.241 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:07:50.243 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:07:50.243 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:07:50.244 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:07:50.244 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:07:50.326 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:07:50.796 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:07:50.796 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:08:20.797 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:08:20.798 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:08:20.799 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:08:20.799 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:08:20.800 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:08:20.800 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:08:20.886 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:08:21.360 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:08:21.361 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:08:51.362 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:08:51.362 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:08:51.362 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:08:51.363 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:08:51.363 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:08:51.364 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:08:51.442 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:08:51.865 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:08:51.866 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:09:21.866 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:09:21.867 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:09:21.867 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:09:21.868 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:09:21.868 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:09:21.868 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:09:21.940 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:09:22.403 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:09:22.403 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:09:52.405 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:09:52.405 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:09:52.406 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:09:52.407 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:09:52.407 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:09:52.407 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:09:52.515 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:09:52.959 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:09:52.959 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:10:22.961 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:10:22.962 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:10:22.963 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:10:22.963 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:10:22.964 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:10:22.964 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:10:23.099 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:10:23.573 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:10:23.574 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:10:53.575 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:10:53.577 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:10:53.578 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:10:53.578 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:10:53.579 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:10:53.579 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:10:53.669 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:10:54.143 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:10:54.143 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:11:24.145 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:11:24.148 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:11:24.148 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:11:24.149 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:11:24.149 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:11:24.149 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:11:24.237 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:11:24.673 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:11:24.673 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:11:54.674 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:11:54.675 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:11:54.676 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:11:54.680 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:11:54.680 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:11:54.680 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:11:54.762 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:11:55.229 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:11:55.230 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:12:25.231 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:12:25.232 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:12:25.233 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:12:25.233 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:12:25.233 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:12:25.233 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:12:25.319 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:12:25.758 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:12:25.758 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:12:55.759 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:12:55.760 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:12:55.760 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:12:55.761 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:12:55.761 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:12:55.762 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:12:55.847 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:12:56.301 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:12:56.301 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:13:26.304 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:13:26.305 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:13:26.306 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:13:26.307 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:13:26.307 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:13:26.308 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:13:26.396 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:13:26.868 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:13:26.869 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:13:56.870 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:13:56.871 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:13:56.872 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:13:56.872 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:13:56.872 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:13:56.872 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:13:56.955 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:13:57.423 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:13:57.424 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:14:27.425 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:14:27.425 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:14:27.426 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:14:27.426 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:14:27.427 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:14:27.427 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:14:27.509 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:14:27.949 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:14:27.949 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:14:57.950 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:14:57.951 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:14:57.952 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:14:57.952 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:14:57.952 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:14:57.953 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:14:58.039 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:14:58.505 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:14:58.506 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:15:28.507 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:15:28.507 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:15:28.508 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:15:28.508 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:15:28.509 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:15:28.509 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:15:28.586 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:15:29.049 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:15:29.050 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:15:59.050 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:15:59.051 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:15:59.052 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:15:59.052 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:15:59.052 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:15:59.053 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:15:59.135 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:15:59.621 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:15:59.621 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:16:29.622 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:16:29.623 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:16:29.623 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:16:29.624 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:16:29.624 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:16:29.624 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:16:30.002 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:16:30.454 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:16:30.454 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:17:00.455 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:17:00.457 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:17:00.457 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:17:00.458 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:17:00.458 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:17:00.458 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:17:00.609 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:17:01.154 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:17:01.155 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:17:31.156 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:17:31.156 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:17:31.157 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:17:31.157 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:17:31.158 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:17:31.158 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:17:33.193 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:17:33.682 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:17:33.682 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:18:03.683 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:18:03.684 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:18:03.684 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:18:03.685 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:18:03.685 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:18:03.685 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:18:03.765 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:18:04.229 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:18:04.230 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:18:34.231 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:18:34.232 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:18:34.232 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:18:34.233 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:18:34.233 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:18:34.233 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:18:34.307 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:18:34.766 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:18:34.766 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:19:04.768 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:19:04.768 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:19:04.769 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:19:04.769 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:19:04.769 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:19:04.769 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:19:04.843 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:19:05.280 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:19:05.280 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:19:35.282 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:19:35.282 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:19:35.283 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:19:35.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:19:35.284 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:19:35.284 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:19:35.366 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:19:35.803 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:19:35.803 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:20:05.804 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:20:05.805 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:20:05.806 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:20:05.806 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:20:05.806 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:20:05.807 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:20:05.897 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:20:06.356 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:20:06.356 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:20:36.358 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:20:36.359 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:20:36.360 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:20:36.360 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:20:36.361 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:20:36.361 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:20:36.444 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:20:36.928 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:20:36.929 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:21:06.930 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:21:06.930 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:21:06.931 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:21:06.931 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:21:06.932 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:21:06.932 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:21:07.006 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:21:07.465 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:21:07.466 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:21:37.467 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:21:37.468 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:21:37.468 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:21:37.468 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:21:37.469 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:21:37.469 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:21:37.541 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:21:37.971 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:21:37.971 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:22:07.972 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:22:07.974 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:22:07.974 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:22:07.974 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:22:07.975 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:22:07.975 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:22:08.072 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:22:08.559 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:22:08.559 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:22:38.561 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:22:38.561 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:22:38.562 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:22:38.562 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:22:38.563 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:22:38.563 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:22:38.650 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:22:39.104 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:22:39.104 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:23:09.105 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:23:09.106 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:23:09.107 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:23:09.107 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:23:09.107 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:23:09.108 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:23:09.197 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:23:09.661 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:23:09.661 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:23:39.663 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:23:39.664 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:23:39.664 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:23:39.665 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:23:39.665 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:23:39.665 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:23:39.765 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:23:40.255 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:23:40.255 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:24:10.256 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:24:10.258 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:24:10.258 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:24:10.258 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:24:10.259 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:24:10.259 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:24:10.336 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:24:10.767 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:24:10.768 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:24:40.769 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:24:40.769 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:24:40.770 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:24:40.771 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:24:40.771 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:24:40.771 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:24:40.863 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:24:41.345 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:24:41.346 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:25:11.346 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:25:11.347 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:25:11.348 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:25:11.348 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:25:11.348 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:25:11.349 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:25:11.808 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:25:12.250 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:25:12.250 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:25:42.252 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:25:42.253 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:25:42.254 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:25:42.254 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:25:42.254 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:25:42.255 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:25:42.334 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:25:42.790 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:25:42.790 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:26:12.791 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:26:12.792 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:26:12.792 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:26:12.793 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:26:12.793 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:26:12.793 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:26:12.879 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:26:13.361 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:26:13.362 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:26:43.364 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:26:43.365 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:26:43.365 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:26:43.366 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:26:43.366 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:26:43.367 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:26:43.646 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:26:44.180 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:26:44.181 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:27:14.182 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:27:14.183 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:27:14.183 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:27:14.184 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:27:14.184 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:27:14.184 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:27:14.389 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:27:14.884 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:27:14.884 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:27:44.888 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:27:44.889 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:27:44.891 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:27:44.891 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:27:44.892 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:27:44.892 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:27:47.576 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:27:48.004 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:27:48.004 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:28:18.005 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:28:18.006 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:28:18.007 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:28:18.007 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:28:18.007 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:28:18.008 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:28:18.092 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:28:18.522 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:28:18.522 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:28:48.524 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:28:48.526 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:28:48.526 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:28:48.527 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:28:48.527 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:28:48.527 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:28:48.613 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:28:49.068 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:28:49.068 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:29:19.069 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:29:19.070 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:29:19.070 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:29:19.071 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:29:19.071 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:29:19.072 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:29:19.195 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:29:19.660 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:29:19.660 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:29:49.661 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:29:49.662 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:29:49.662 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:29:49.662 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:29:49.663 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:29:49.663 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:29:49.743 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:29:50.221 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:29:50.222 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:30:20.223 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:30:20.224 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:30:20.224 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:30:20.225 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:30:20.225 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:30:20.225 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:30:20.325 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:30:20.759 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:30:20.759 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:30:50.761 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:30:50.762 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:30:50.763 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:30:50.763 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:30:50.764 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:30:50.764 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:30:50.843 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:30:51.314 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:30:51.315 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:31:21.316 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:31:21.317 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:31:21.318 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:31:21.318 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:31:21.318 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:31:21.318 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:31:21.400 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:31:21.867 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:31:21.867 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:31:51.868 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:31:51.869 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:31:51.870 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:31:51.870 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:31:51.870 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:31:51.870 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:31:51.979 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:31:52.503 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:31:52.503 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:32:22.505 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:32:22.506 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:32:22.506 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:32:22.507 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:32:22.507 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:32:22.507 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:32:22.595 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:32:23.071 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:32:23.071 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:32:53.072 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:32:53.073 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:32:53.073 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:32:53.074 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:32:53.074 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:32:53.074 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:32:53.301 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:32:53.724 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:32:53.724 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:33:23.725 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:33:23.726 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:33:23.727 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:33:23.727 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:33:23.727 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:33:23.728 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:33:23.807 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:33:24.256 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:33:24.257 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:33:54.258 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:33:54.259 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:33:54.260 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:33:54.260 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:33:54.260 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:33:54.260 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:33:54.333 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:33:54.783 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:33:54.783 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:34:24.785 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:34:24.786 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:34:24.787 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:34:24.787 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:34:24.788 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:34:24.788 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:34:24.866 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:34:25.283 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:34:25.283 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:34:55.284 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:34:55.285 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:34:55.286 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:34:55.286 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:34:55.286 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:34:55.287 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:34:55.368 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:34:55.788 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:34:55.789 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:35:25.790 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:35:25.791 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:35:25.792 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:35:25.792 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:35:25.792 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:35:25.793 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:35:25.875 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:35:26.362 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:35:26.362 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:35:56.363 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:35:56.363 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:35:56.364 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:35:56.365 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:35:56.365 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:35:56.365 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:35:56.445 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:35:56.986 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:35:56.987 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:36:26.987 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:36:26.988 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:36:26.989 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:36:26.990 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:36:26.990 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:36:26.990 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:36:27.069 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:36:27.526 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:36:27.526 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:36:57.527 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:36:57.527 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:36:57.528 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:36:57.529 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:36:57.529 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:36:57.529 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:36:57.873 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:36:58.319 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:36:58.319 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:37:28.320 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:37:28.321 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:37:28.322 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:37:28.322 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:37:28.323 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:37:28.323 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:37:28.496 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:37:28.990 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:37:28.990 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:37:58.992 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:37:58.993 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:37:58.994 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:37:58.994 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:37:58.994 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:37:58.994 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:38:00.988 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:38:01.516 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:38:01.517 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:38:31.518 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:38:31.519 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:38:31.519 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:38:31.520 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:38:31.520 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:38:31.520 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:38:31.672 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:38:32.090 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:38:32.090 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:39:02.091 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:39:02.092 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:39:02.092 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:39:02.093 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:39:02.093 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:39:02.093 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:39:02.173 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:39:02.610 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:39:02.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:39:32.612 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:39:32.612 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:39:32.613 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:39:32.613 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:39:32.613 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:39:32.614 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:39:32.711 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:39:33.180 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:39:33.180 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:40:03.181 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:40:03.182 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:40:03.182 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:40:03.183 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:40:03.183 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:40:03.184 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:40:03.272 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:40:03.750 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:40:03.751 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:40:33.751 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:40:33.752 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:40:33.753 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:40:33.753 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:40:33.753 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:40:33.753 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:40:33.834 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:40:34.293 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:40:34.293 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:41:04.295 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:41:04.295 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:41:04.296 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:41:04.296 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:41:04.297 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:41:04.297 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:41:04.419 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:41:04.897 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:41:04.898 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:41:34.899 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:41:34.899 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:41:34.900 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:41:34.901 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:41:34.901 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:41:34.901 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:41:35.051 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:41:35.476 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:41:35.477 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:42:05.479 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:42:05.480 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:42:05.480 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:42:05.480 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:42:05.480 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:42:05.481 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:42:05.563 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:42:06.006 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:42:06.007 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:42:36.008 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:42:36.009 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:42:36.010 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:42:36.010 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:42:36.010 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:42:36.011 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:42:36.106 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:42:36.569 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:42:36.569 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:43:06.570 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:43:06.571 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:43:06.572 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:43:06.572 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:43:06.572 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:43:06.573 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:43:06.661 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:43:07.141 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:43:07.175 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:43:37.143 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:43:37.143 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:43:37.144 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:43:37.144 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:43:37.144 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:43:37.144 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:43:37.218 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:43:37.684 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:43:37.684 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:44:07.685 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:44:07.686 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:44:07.686 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:44:07.687 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:44:07.687 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:44:07.687 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:44:07.776 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:44:08.233 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:44:08.234 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:44:38.235 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:44:38.236 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:44:38.237 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:44:38.237 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:44:38.238 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:44:38.238 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:44:38.320 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:44:38.778 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:44:38.779 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:45:08.780 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:45:08.781 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:45:08.782 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:45:08.782 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:45:08.782 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:45:08.783 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:45:08.875 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:45:09.332 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:45:09.334 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:45:39.332 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:45:39.333 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:45:39.333 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:45:39.334 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:45:39.335 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:45:39.335 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:45:39.418 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:45:39.870 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:45:39.871 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:46:09.872 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:46:09.873 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:46:09.874 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:46:09.874 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:46:09.874 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:46:09.874 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:46:09.959 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:46:10.401 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:46:10.402 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:46:40.403 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:46:40.404 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:46:40.405 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:46:40.405 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:46:40.405 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:46:40.405 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:46:40.497 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:46:40.969 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:46:40.969 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:47:10.971 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:47:10.972 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:47:10.972 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:47:10.973 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:47:10.973 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:47:10.973 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:47:11.291 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:47:11.730 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:47:11.730 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:47:41.731 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:47:41.732 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:47:41.732 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:47:41.732 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:47:41.732 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:47:41.733 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:47:41.882 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:47:42.351 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:47:42.352 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:48:12.354 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:48:12.355 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:48:12.356 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:48:12.356 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:48:12.356 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:48:12.357 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:48:14.411 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:48:14.887 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:48:14.887 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:48:44.888 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:48:44.889 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:48:44.890 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:48:44.890 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:48:44.890 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:48:44.891 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:48:44.973 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:48:45.403 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:48:45.404 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:49:15.405 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:49:15.405 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:49:15.406 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:49:15.407 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:49:15.407 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:49:15.407 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:49:15.543 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:49:15.982 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:49:15.983 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:49:45.984 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:49:45.985 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:49:45.986 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:49:45.986 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:49:45.986 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:49:45.986 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:49:46.073 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:49:46.544 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:49:46.545 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:50:16.546 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:50:16.547 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:50:16.548 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:50:16.549 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:50:16.549 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:50:16.549 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:50:16.641 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:50:17.118 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:50:17.119 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:50:47.120 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:50:47.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:50:47.122 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:50:47.123 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:50:47.124 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:50:47.124 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:50:47.202 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:50:47.704 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:50:47.705 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:51:17.707 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:51:17.709 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:51:17.709 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:51:17.709 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:51:17.709 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:51:17.710 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:51:17.793 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:51:18.236 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:51:18.237 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:51:48.239 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:51:48.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:51:48.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:51:48.242 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:51:48.242 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:51:48.243 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:51:48.327 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:51:48.791 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:51:48.791 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:52:18.793 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:52:18.794 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:52:18.794 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:52:18.795 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:52:18.795 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:52:18.795 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:52:18.880 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:52:19.349 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:52:19.349 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:52:49.350 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:52:49.351 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:52:49.352 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:52:49.352 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:52:49.353 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:52:49.353 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:52:49.439 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:52:49.912 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:52:49.913 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:53:19.914 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:53:19.915 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:53:19.916 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:53:19.916 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:53:19.916 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:53:19.916 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:53:19.996 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:53:20.472 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:53:20.472 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:53:50.473 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:53:50.474 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:53:50.474 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:53:50.475 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:53:50.475 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:53:50.475 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:53:50.548 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:53:50.986 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:53:50.986 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:54:20.987 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:54:20.988 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:54:20.988 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:54:20.989 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:54:20.989 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:54:20.989 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:54:21.074 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:54:21.574 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:54:21.575 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:54:51.576 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:54:51.577 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:54:51.577 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:54:51.578 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:54:51.578 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:54:51.578 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:54:51.655 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:54:52.075 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:54:52.075 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:55:22.077 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:55:22.078 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:55:22.079 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:55:22.079 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:55:22.080 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:55:22.080 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:55:22.181 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:55:22.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:55:22.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:55:52.613 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:55:52.613 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:55:52.614 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:55:52.615 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:55:52.615 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:55:52.615 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:55:52.694 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:55:53.118 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:55:53.118 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:56:23.120 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:56:23.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:56:23.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:56:23.121 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:56:23.122 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:56:23.122 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:56:23.211 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:56:23.685 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:56:23.685 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:56:53.686 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:56:53.687 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:56:53.687 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:56:53.688 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:56:53.688 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:56:53.688 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:56:53.773 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:56:54.219 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:56:54.219 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:57:24.220 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:57:24.221 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:57:24.222 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:57:24.223 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:57:24.223 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:57:24.224 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:57:24.555 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:57:25.399 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:57:25.399 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:57:55.400 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:57:55.401 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:57:55.401 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:57:55.402 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:57:55.402 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:57:55.402 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:57:55.552 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:57:56.000 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:57:56.001 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:58:26.003 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:58:26.004 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:58:26.005 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:58:26.005 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:58:26.005 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:58:26.005 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:58:28.398 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:58:28.853 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:58:28.853 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:58:58.854 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:58:58.855 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:58:58.855 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:58:58.856 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:58:58.856 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:58:58.856 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:58:59.125 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:58:59.859 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:58:59.859 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T02:59:29.860 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T02:59:29.862 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T02:59:29.862 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T02:59:29.862 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T02:59:29.862 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T02:59:29.863 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T02:59:29.988 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T02:59:30.463 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T02:59:30.463 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:00:00.464 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:00:00.465 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:00:00.466 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:00:00.466 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:00:00.466 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:00:00.467 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:00:00.555 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:00:01.018 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:00:01.018 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:00:31.019 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:00:31.019 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:00:31.020 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:00:31.020 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:00:31.021 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:00:31.021 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:00:31.112 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:00:31.566 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:00:31.566 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:01:01.568 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:01:01.569 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:01:01.569 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:01:01.570 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:01:01.570 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:01:01.570 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:01:01.651 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:01:02.075 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:01:02.075 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:01:32.078 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:01:32.079 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:01:32.080 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:01:32.080 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:01:32.080 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:01:32.081 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:01:32.176 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:01:32.615 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:01:32.616 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:02:02.617 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:02:02.618 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:02:02.619 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:02:02.619 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:02:02.619 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:02:02.619 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:02:02.764 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:02:03.208 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:02:03.209 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:02:33.210 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:02:33.211 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:02:33.211 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:02:33.211 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:02:33.212 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:02:33.212 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:02:33.287 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:02:33.742 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:02:33.742 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:03:03.743 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:03:03.744 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:03:03.745 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:03:03.745 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:03:03.745 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:03:03.746 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:03:03.832 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:03:04.309 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:03:04.309 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:03:34.311 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:03:34.311 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:03:34.312 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:03:34.313 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:03:34.313 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:03:34.313 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:03:34.420 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:03:34.987 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:03:34.987 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:04:04.988 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:04:04.988 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:04:04.990 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:04:04.990 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:04:04.991 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:04:04.991 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:04:05.065 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:04:05.519 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:04:05.519 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:04:35.520 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:04:35.520 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:04:35.521 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:04:35.521 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:04:35.521 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:04:35.522 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:04:35.629 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:04:36.079 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:04:36.080 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:05:06.082 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:05:06.083 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:05:06.083 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:05:06.084 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:05:06.084 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:05:06.084 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:05:06.206 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:05:06.665 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:05:06.665 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:05:36.666 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:05:36.667 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:05:36.667 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:05:36.668 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:05:36.668 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:05:36.668 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:05:36.755 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:05:37.194 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:05:37.194 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:06:07.196 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:06:07.197 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:06:07.197 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:06:07.197 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:06:07.198 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:06:07.198 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:06:07.287 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:06:07.716 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:06:07.717 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:06:37.718 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:06:37.718 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:06:37.719 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:06:37.720 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:06:37.720 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:06:37.720 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:06:37.796 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:06:38.265 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:06:38.266 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:07:08.266 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:07:08.267 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:07:08.268 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:07:08.268 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:07:08.268 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:07:08.268 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:07:08.346 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:07:08.793 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:07:08.793 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:07:38.795 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:07:38.795 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:07:38.796 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:07:38.796 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:07:38.797 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:07:38.797 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:07:39.094 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:07:39.567 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:07:39.567 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:08:09.568 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:08:09.569 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:08:09.569 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:08:09.570 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:08:09.570 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:08:09.570 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:08:09.819 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:08:10.301 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:08:10.301 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:08:40.302 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:08:40.303 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:08:40.303 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:08:40.304 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:08:40.304 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:08:40.305 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:08:42.590 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:08:43.045 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:08:43.045 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:09:13.047 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:09:13.048 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:09:13.048 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:09:13.048 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:09:13.049 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:09:13.049 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:09:13.130 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:09:13.584 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:09:13.585 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:09:43.586 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:09:43.587 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:09:43.587 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:09:43.588 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:09:43.588 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:09:43.588 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:09:43.665 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:09:44.157 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:09:44.158 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:10:14.159 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:10:14.160 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:10:14.161 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:10:14.161 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:10:14.162 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:10:14.162 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:10:14.253 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:10:14.720 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:10:14.720 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:10:44.721 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:10:44.722 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:10:44.723 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:10:44.723 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:10:44.723 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:10:44.723 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:10:44.824 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:10:45.263 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:10:45.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:11:15.265 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:11:15.265 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:11:15.266 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:11:15.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:11:15.267 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:11:15.267 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:11:15.357 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:11:15.806 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:11:15.807 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:11:45.808 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:11:45.810 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:11:45.810 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:11:45.810 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:11:45.811 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:11:45.811 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:11:45.892 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:11:46.346 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:11:46.346 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:12:16.347 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:12:16.349 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:12:16.349 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:12:16.349 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:12:16.349 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:12:16.350 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:12:16.433 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:12:16.873 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:12:16.874 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:12:46.875 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:12:46.876 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:12:46.877 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:12:46.877 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:12:46.878 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:12:46.878 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:12:46.967 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:12:47.413 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:12:47.413 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:13:17.413 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:13:17.414 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:13:17.415 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:13:17.415 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:13:17.415 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:13:17.416 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:13:17.520 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:13:18.108 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:13:18.108 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:13:48.109 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:13:48.110 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:13:48.111 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:13:48.111 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:13:48.111 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:13:48.111 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:13:48.192 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:13:48.650 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:13:48.651 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:14:18.651 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:14:18.652 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:14:18.653 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:14:18.653 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:14:18.653 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:14:18.653 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:14:18.748 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:14:19.169 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:14:19.169 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:14:49.170 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:14:49.171 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:14:49.171 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:14:49.172 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:14:49.172 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:14:49.172 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:14:49.259 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:14:49.695 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:14:49.696 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:15:19.697 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:15:19.698 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:15:19.699 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:15:19.699 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:15:19.700 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:15:19.700 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:15:19.784 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:15:20.276 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:15:20.276 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:15:50.277 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:15:50.278 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:15:50.279 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:15:50.279 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:15:50.279 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:15:50.280 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:15:50.355 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:15:50.784 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:15:50.785 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:16:20.786 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:16:20.787 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:16:20.787 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:16:20.788 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:16:20.788 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:16:20.788 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:16:20.884 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:16:21.479 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:16:21.479 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:16:51.480 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:16:51.481 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:16:51.482 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:16:51.482 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:16:51.483 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:16:51.484 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:16:51.577 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:16:52.242 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:16:52.243 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:17:22.243 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:17:22.244 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:17:22.244 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:17:22.245 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:17:22.245 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:17:22.246 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:17:22.369 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:17:22.814 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:17:22.815 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:17:52.815 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:17:52.816 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:17:52.816 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:17:52.817 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:17:52.817 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:17:52.817 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:17:53.223 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:17:53.688 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:17:53.689 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:18:23.690 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:18:23.691 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:18:23.692 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:18:23.692 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:18:23.692 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:18:23.693 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:18:23.879 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:18:24.336 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:18:24.336 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:18:54.338 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:18:54.339 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:18:54.340 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:18:54.340 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:18:54.341 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:18:54.341 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:18:56.398 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:18:56.871 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:18:56.872 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:19:26.872 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:19:26.873 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:19:26.874 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:19:26.874 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:19:26.875 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:19:26.875 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:19:26.958 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:19:27.409 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:19:27.410 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:19:57.411 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:19:57.411 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:19:57.412 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:19:57.413 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:19:57.413 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:19:57.413 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:19:57.495 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:19:57.925 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:19:57.926 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:20:27.927 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:20:27.927 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:20:27.928 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:20:27.928 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:20:27.929 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:20:27.929 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:20:28.000 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:20:28.464 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:20:28.464 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:20:58.465 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:20:58.465 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:20:58.466 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:20:58.467 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:20:58.467 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:20:58.467 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:20:58.552 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:20:59.043 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:20:59.043 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:21:29.045 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:21:29.046 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:21:29.046 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:21:29.046 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:21:29.047 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:21:29.047 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:21:29.145 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:21:29.621 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:21:29.622 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:21:59.623 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:21:59.624 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:21:59.625 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:21:59.626 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:21:59.626 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:21:59.626 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:21:59.878 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:22:00.315 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:22:00.316 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:22:30.317 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:22:30.319 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:22:30.320 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:22:30.321 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:22:30.321 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:22:30.322 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:22:30.404 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:22:30.870 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:22:30.870 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:23:00.872 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:23:00.873 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:23:00.874 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:23:00.874 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:23:00.874 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:23:00.875 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:23:00.965 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:23:01.455 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:23:01.455 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:23:31.457 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:23:31.457 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:23:31.458 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:23:31.458 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:23:31.459 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:23:31.459 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:23:31.536 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:23:31.999 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:23:31.999 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:24:02.000 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:24:02.001 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:24:02.001 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:24:02.001 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:24:02.002 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:24:02.002 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:24:02.089 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:24:02.574 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:24:02.574 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:24:32.575 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:24:32.576 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:24:32.577 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:24:32.577 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:24:32.577 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:24:32.577 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:24:32.661 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:24:33.119 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:24:33.120 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:25:03.120 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:25:03.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:25:03.121 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:25:03.122 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:25:03.122 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:25:03.123 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:25:03.208 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:25:03.701 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:25:03.701 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:25:33.703 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:25:33.704 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:25:33.705 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:25:33.705 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:25:33.705 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:25:33.706 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:25:33.803 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:25:34.278 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:25:34.279 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:26:04.280 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:26:04.280 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:26:04.281 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:26:04.281 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:26:04.282 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:26:04.282 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:26:04.365 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:26:04.874 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:26:04.875 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:26:34.880 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:26:34.880 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:26:34.881 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:26:34.881 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:26:34.882 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:26:34.882 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:26:34.969 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:26:35.439 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:26:35.440 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:27:05.441 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:27:05.475 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:27:05.476 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:27:05.476 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:27:05.476 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:27:05.477 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:27:05.526 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:27:05.983 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:27:05.983 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:27:35.984 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:27:35.985 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:27:35.985 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:27:35.985 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:27:35.985 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:27:35.985 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:27:36.071 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:27:36.556 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:27:36.556 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:28:06.558 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:28:06.558 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:28:06.559 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:28:06.559 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:28:06.560 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:28:06.560 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:28:06.989 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:28:07.434 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:28:07.434 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:28:37.435 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:28:37.435 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:28:37.436 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:28:37.437 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:28:37.437 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:28:37.437 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:28:37.587 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:28:38.050 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:28:38.051 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:29:08.052 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:29:08.053 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:29:08.054 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:29:08.054 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:29:08.055 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:29:08.055 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:29:10.083 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:29:10.528 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:29:10.528 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:29:40.530 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:29:40.531 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:29:40.532 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:29:40.532 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:29:40.532 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:29:40.533 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:29:40.629 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:29:41.112 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:29:41.112 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:30:11.113 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:30:11.115 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:30:11.115 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:30:11.116 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:30:11.116 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:30:11.117 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:30:11.208 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:30:11.665 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:30:11.665 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:30:41.666 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:30:41.667 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:30:41.668 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:30:41.668 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:30:41.668 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:30:41.669 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:30:41.745 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:30:42.183 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:30:42.183 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:31:12.184 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:31:12.185 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:31:12.185 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:31:12.186 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:31:12.187 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:31:12.187 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:31:12.275 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:31:12.709 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:31:12.710 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:31:42.711 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:31:42.712 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:31:42.712 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:31:42.712 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:31:42.713 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:31:42.713 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:31:42.798 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:31:43.247 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:31:43.247 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:32:13.250 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:32:13.251 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:32:13.252 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:32:13.252 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:32:13.253 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:32:13.253 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:32:13.332 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:32:13.812 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:32:13.812 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:32:43.814 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:32:43.815 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:32:43.815 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:32:43.816 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:32:43.816 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:32:43.816 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:32:43.896 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:32:44.372 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:32:44.372 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:33:14.374 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:33:14.375 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:33:14.375 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:33:14.376 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:33:14.376 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:33:14.376 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:33:14.464 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:33:14.935 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:33:14.938 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:33:44.934 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:33:44.935 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:33:44.935 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:33:44.936 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:33:44.936 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:33:44.936 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:33:45.016 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:33:45.470 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:33:45.658 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:34:15.471 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:34:15.472 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:34:15.472 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:34:15.473 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:34:15.473 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:34:15.473 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:34:15.564 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:34:15.997 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:34:15.997 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:34:45.998 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:34:45.999 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:34:46.000 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:34:46.000 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:34:46.000 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:34:46.001 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:34:46.085 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:34:46.536 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:34:46.536 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:35:16.537 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:35:16.539 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:35:16.540 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:35:16.540 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:35:16.540 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:35:16.541 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:35:16.623 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:35:17.106 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:35:17.107 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:35:47.109 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:35:47.111 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:35:47.111 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:35:47.111 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:35:47.112 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:35:47.112 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:35:47.202 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:35:47.676 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:35:47.676 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:36:17.677 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:36:17.679 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:36:17.679 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:36:17.679 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:36:17.680 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:36:17.680 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:36:17.767 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:36:18.204 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:36:18.205 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:36:48.206 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:36:48.207 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:36:48.208 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:36:48.208 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:36:48.209 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:36:48.209 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:36:48.288 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:36:48.734 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:36:48.734 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:37:18.735 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:37:18.736 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:37:18.737 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:37:18.737 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:37:18.737 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:37:18.738 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:37:18.823 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:37:19.276 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:37:19.276 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:37:49.277 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:37:49.278 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:37:49.279 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:37:49.279 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:37:49.280 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:37:49.280 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:37:49.363 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:37:49.834 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:37:49.834 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:38:19.836 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:38:19.837 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:38:19.837 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:38:19.837 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:38:19.837 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:38:19.838 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:38:20.203 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:38:20.661 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:38:20.661 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:38:50.663 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:38:50.664 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:38:50.664 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:38:50.665 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:38:50.665 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:38:50.665 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:38:50.818 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:38:51.299 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:38:51.300 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:39:21.302 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:39:21.303 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:39:21.303 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:39:21.304 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:39:21.304 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:39:21.304 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:39:23.425 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:39:23.901 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:39:23.902 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:39:53.903 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:39:53.904 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:39:53.905 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:39:53.905 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:39:53.905 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:39:53.905 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:39:53.985 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:39:54.445 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:39:54.446 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:40:24.447 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:40:24.448 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:40:24.448 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:40:24.449 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:40:24.449 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:40:24.450 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:40:24.531 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:40:25.054 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:40:25.055 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:40:55.056 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:40:55.056 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:40:55.057 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:40:55.057 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:40:55.057 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:40:55.058 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:40:55.128 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:40:55.579 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:40:55.580 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:41:25.581 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:41:25.582 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:41:25.582 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:41:25.583 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:41:25.583 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:41:25.584 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:41:25.664 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:41:26.101 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:41:26.101 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:41:56.102 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:41:56.103 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:41:56.103 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:41:56.103 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:41:56.103 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:41:56.104 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:41:56.197 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:41:56.664 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:41:56.665 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:42:26.666 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:42:26.667 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:42:26.668 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:42:26.668 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:42:26.668 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:42:26.669 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:42:26.761 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:42:27.188 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:42:27.188 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:42:57.190 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:42:57.191 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:42:57.192 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:42:57.193 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:42:57.193 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:42:57.193 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:42:57.285 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:42:57.720 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:42:57.721 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:43:27.722 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:43:27.723 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:43:27.723 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:43:27.724 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:43:27.724 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:43:27.724 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:43:27.806 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:43:28.280 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:43:28.280 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:43:58.281 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:43:58.282 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:43:58.282 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:43:58.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:43:58.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:43:58.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:43:58.400 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:43:58.840 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:43:58.840 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:44:28.841 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:44:28.842 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:44:28.842 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:44:28.845 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:44:28.846 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:44:28.846 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:44:28.936 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:44:29.420 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:44:29.421 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:44:59.421 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:44:59.422 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:44:59.423 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:44:59.423 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:44:59.423 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:44:59.424 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:44:59.517 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:44:59.975 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:44:59.976 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:45:29.977 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:45:29.978 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:45:29.979 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:45:29.979 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:45:29.979 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:45:29.980 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:45:30.062 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:45:30.578 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:45:30.579 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:46:00.580 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:46:00.581 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:46:00.582 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:46:00.582 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:46:00.582 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:46:00.582 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:46:00.685 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:46:01.160 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:46:01.161 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:46:31.162 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:46:31.163 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:46:31.164 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:46:31.165 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:46:31.165 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:46:31.165 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:46:31.250 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:46:31.710 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:46:31.710 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:47:01.719 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:47:01.719 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:47:01.720 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:47:01.720 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:47:01.721 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:47:01.721 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:47:01.802 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:47:02.258 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:47:02.259 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:47:32.259 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:47:32.260 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:47:32.261 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:47:32.261 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:47:32.262 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:47:32.262 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:47:32.344 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:47:32.767 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:47:32.768 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:48:02.770 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:48:02.771 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:48:02.772 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:48:02.772 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:48:02.772 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:48:02.772 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:48:02.849 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:48:03.324 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:48:03.324 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:48:33.325 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:48:33.326 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:48:33.327 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:48:33.327 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:48:33.327 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:48:33.327 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:48:33.642 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:48:34.112 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:48:34.112 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:49:04.113 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:49:04.114 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:49:04.115 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:49:04.115 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:49:04.115 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:49:04.115 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:49:04.280 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:49:04.727 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:49:04.727 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:49:34.729 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:49:34.730 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:49:34.731 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:49:34.731 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:49:34.731 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:49:34.732 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:49:37.642 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:49:38.126 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:49:38.127 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:50:08.128 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:50:08.129 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:50:08.129 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:50:08.130 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:50:08.130 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:50:08.131 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:50:08.406 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:50:08.847 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:50:08.847 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:50:38.849 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:50:38.849 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:50:38.850 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:50:38.851 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:50:38.852 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:50:38.852 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:50:38.932 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:50:39.404 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:50:39.404 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:51:09.406 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:51:09.406 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:51:09.407 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:51:09.407 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:51:09.408 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:51:09.408 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:51:09.492 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:51:09.933 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:51:09.934 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:51:39.935 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:51:39.936 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:51:39.936 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:51:39.937 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:51:39.937 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:51:39.937 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:51:40.043 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:51:40.555 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:51:40.556 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:52:10.557 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:52:10.557 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:52:10.558 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:52:10.559 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:52:10.559 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:52:10.559 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:52:10.639 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:52:11.106 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:52:11.107 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:52:41.107 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:52:41.108 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:52:41.108 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:52:41.109 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:52:41.109 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:52:41.109 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:52:41.189 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:52:41.654 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:52:41.654 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:53:11.656 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:53:11.657 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:53:11.658 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:53:11.658 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:53:11.658 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:53:11.659 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:53:11.736 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:53:12.185 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:53:12.185 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:53:42.186 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:53:42.187 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:53:42.188 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:53:42.188 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:53:42.188 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:53:42.189 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:53:42.278 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:53:42.710 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:53:42.711 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:54:12.714 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:54:12.715 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:54:12.716 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:54:12.716 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:54:12.716 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:54:12.716 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:54:12.794 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:54:13.273 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:54:13.273 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:54:43.275 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:54:43.275 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:54:43.276 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:54:43.277 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:54:43.277 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:54:43.277 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:54:43.384 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:54:43.912 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:54:43.912 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:55:13.913 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:55:13.914 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:55:13.915 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:55:13.915 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:55:13.916 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:55:13.916 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:55:14.001 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:55:14.451 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:55:14.451 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:55:44.452 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:55:44.453 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:55:44.454 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:55:44.454 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:55:44.454 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:55:44.455 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:55:44.540 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:55:44.984 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:55:44.985 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:56:14.985 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:56:14.986 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:56:14.987 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:56:14.987 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:56:14.987 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:56:14.988 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:56:15.062 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:56:15.511 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:56:15.511 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:56:45.513 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:56:45.515 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:56:45.516 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:56:45.516 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:56:45.516 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:56:45.516 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:56:45.599 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:56:46.039 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:56:46.040 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:57:16.041 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:57:16.041 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:57:16.042 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:57:16.043 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:57:16.043 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:57:16.043 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:57:16.129 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:57:16.670 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:57:16.670 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:57:46.671 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:57:46.672 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:57:46.673 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:57:46.673 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:57:46.673 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:57:46.673 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:57:46.762 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:57:47.179 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:57:47.179 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:58:17.180 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:58:17.181 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:58:17.182 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:58:17.182 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:58:17.182 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:58:17.182 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:58:17.265 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:58:17.985 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:58:17.985 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:58:47.986 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:58:47.987 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:58:47.988 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:58:47.988 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:58:47.989 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:58:47.989 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:58:48.265 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:58:48.697 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:58:48.698 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:59:18.699 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:59:18.699 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:59:18.700 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:59:18.700 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:59:18.701 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:59:18.701 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:59:18.848 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:59:19.350 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:59:19.351 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T03:59:49.352 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T03:59:49.353 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T03:59:49.353 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T03:59:49.354 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T03:59:49.354 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T03:59:49.354 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T03:59:51.985 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T03:59:52.431 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T03:59:52.431 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:00:22.434 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:00:22.436 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:00:22.437 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:00:22.439 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:00:22.440 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:00:22.440 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:00:22.520 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:00:22.964 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:00:22.965 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:00:52.966 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:00:52.968 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:00:52.969 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:00:52.970 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:00:52.973 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:00:52.973 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:00:53.071 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:00:53.563 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:00:53.564 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:01:23.565 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:01:23.565 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:01:23.566 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:01:23.566 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:01:23.567 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:01:23.567 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:01:23.649 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:01:24.118 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:01:24.118 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:01:54.119 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:01:54.120 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:01:54.120 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:01:54.120 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:01:54.121 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:01:54.121 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:01:54.282 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:01:54.731 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:01:54.731 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:02:24.732 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:02:24.733 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:02:24.734 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:02:24.734 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:02:24.734 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:02:24.735 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:02:24.844 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:02:25.244 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:02:25.245 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:02:55.246 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:02:55.247 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:02:55.247 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:02:55.248 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:02:55.248 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:02:55.248 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:02:55.337 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:02:55.780 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:02:55.781 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:03:25.788 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:03:25.790 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:03:25.790 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:03:25.790 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:03:25.790 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:03:25.791 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:03:25.873 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:03:26.373 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:03:26.373 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:03:56.375 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:03:56.375 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:03:56.376 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:03:56.376 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:03:56.377 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:03:56.377 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:03:56.464 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:03:56.986 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:03:56.987 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:04:26.988 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:04:26.989 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:04:26.990 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:04:26.990 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:04:26.990 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:04:26.991 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:04:27.086 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:04:27.559 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:04:27.559 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:04:57.560 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:04:57.560 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:04:57.561 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:04:57.562 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:04:57.562 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:04:57.562 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:04:57.648 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:04:58.096 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:04:58.097 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:05:28.098 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:05:28.099 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:05:28.099 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:05:28.100 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:05:28.100 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:05:28.100 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:05:28.183 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:05:28.610 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:05:28.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:05:58.612 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:05:58.612 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:05:58.612 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:05:58.613 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:05:58.613 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:05:58.614 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:05:58.702 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:05:59.158 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:05:59.159 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:06:29.159 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:06:29.160 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:06:29.160 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:06:29.161 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:06:29.161 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:06:29.161 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:06:29.269 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:06:29.755 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:06:29.755 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:06:59.756 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:06:59.758 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:06:59.759 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:06:59.759 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:06:59.759 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:06:59.759 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:06:59.869 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:07:00.298 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:07:00.298 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:07:30.299 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:07:30.300 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:07:30.300 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:07:30.301 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:07:30.301 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:07:30.301 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:07:30.388 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:07:30.823 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:07:30.824 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:08:00.825 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:08:00.827 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:08:00.827 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:08:00.827 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:08:00.827 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:08:00.828 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:08:00.931 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:08:01.478 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:08:01.478 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:08:31.479 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:08:31.480 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:08:31.480 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:08:31.481 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:08:31.481 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:08:31.481 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:08:31.575 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:08:32.031 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:08:32.031 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:09:02.033 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:09:02.033 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:09:02.034 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:09:02.034 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:09:02.035 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:09:02.035 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:09:02.308 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:09:02.739 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:09:02.739 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:09:32.740 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:09:32.741 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:09:32.742 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:09:32.742 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:09:32.742 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:09:32.742 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:09:32.887 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:09:33.363 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:09:33.363 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:10:03.364 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:10:03.365 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:10:03.366 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:10:03.366 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:10:03.366 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:10:03.367 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:10:06.216 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:10:06.691 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:10:06.691 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:10:36.693 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:10:36.695 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:10:36.695 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:10:36.696 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:10:36.696 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:10:36.696 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:10:36.782 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:10:37.420 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:10:37.420 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:11:07.422 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:11:07.423 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:11:07.423 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:11:07.424 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:11:07.424 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:11:07.424 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:11:07.510 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:11:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:11:07.964 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:11:37.965 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:11:37.966 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:11:37.967 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:11:37.967 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:11:37.967 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:11:37.968 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:11:38.059 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:11:38.523 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:11:38.524 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:12:08.524 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:12:08.526 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:12:08.526 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:12:08.526 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:12:08.526 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:12:08.527 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:12:08.611 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:12:09.082 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:12:09.083 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:12:39.084 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:12:39.085 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:12:39.085 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:12:39.086 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:12:39.086 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:12:39.086 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:12:39.187 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:12:39.670 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:12:39.670 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:13:09.671 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:13:09.672 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:13:09.672 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:13:09.673 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:13:09.673 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:13:09.673 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:13:09.757 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:13:10.233 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:13:10.233 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:13:40.234 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:13:40.234 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:13:40.235 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:13:40.235 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:13:40.236 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:13:40.236 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:13:40.329 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:13:40.770 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:13:40.771 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:14:10.772 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:14:10.773 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:14:10.774 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:14:10.774 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:14:10.775 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:14:10.775 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:14:10.876 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:14:11.370 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:14:11.370 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:14:41.371 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:14:41.372 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:14:41.372 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:14:41.373 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:14:41.373 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:14:41.373 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:14:41.464 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:14:41.909 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:14:41.909 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:15:11.911 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:15:11.912 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:15:11.912 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:15:11.912 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:15:11.912 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:15:11.913 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:15:12.020 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:15:12.453 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:15:12.454 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:15:42.455 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:15:42.455 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:15:42.456 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:15:42.456 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:15:42.456 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:15:42.456 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:15:42.542 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:15:43.251 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:15:43.251 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:16:13.252 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:16:13.253 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:16:13.253 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:16:13.254 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:16:13.254 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:16:13.254 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:16:13.342 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:16:13.781 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:16:13.782 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:16:43.782 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:16:43.783 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:16:43.784 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:16:43.784 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:16:43.784 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:16:43.785 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:16:43.867 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:16:44.349 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:16:44.350 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:17:14.350 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:17:14.351 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:17:14.352 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:17:14.352 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:17:14.352 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:17:14.353 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:17:14.435 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:17:14.936 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:17:14.936 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:17:44.938 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:17:44.939 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:17:44.940 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:17:44.940 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:17:44.940 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:17:44.940 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:17:45.024 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:17:45.463 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:17:45.464 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:18:15.465 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:18:15.466 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:18:15.467 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:18:15.467 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:18:15.467 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:18:15.468 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:18:15.556 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:18:15.992 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:18:15.992 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:18:45.993 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:18:45.994 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:18:45.995 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:18:45.995 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:18:45.997 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:18:45.997 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:18:46.079 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:18:46.514 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:18:46.514 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:19:16.516 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:19:16.517 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:19:16.517 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:19:16.517 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:19:16.518 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:19:16.518 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:19:16.901 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:19:17.382 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:19:17.382 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:19:47.383 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:19:47.384 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:19:47.385 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:19:47.385 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:19:47.385 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:19:47.385 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:19:47.514 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:19:47.979 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:19:47.980 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:20:17.981 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:20:17.982 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:20:17.982 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:20:17.983 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:20:17.983 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:20:17.983 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:20:19.899 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:20:20.346 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:20:20.346 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:20:50.348 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:20:50.349 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:20:50.349 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:20:50.349 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:20:50.350 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:20:50.350 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:20:50.435 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:20:50.877 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:20:50.877 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:21:20.878 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:21:20.879 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:21:20.880 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:21:20.881 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:21:20.881 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:21:20.881 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:21:20.975 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:21:21.422 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:21:21.422 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:21:51.424 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:21:51.425 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:21:51.425 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:21:51.425 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:21:51.425 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:21:51.426 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:21:51.567 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:21:52.044 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:21:52.044 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:22:22.046 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:22:22.046 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:22:22.047 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:22:22.047 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:22:22.048 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:22:22.048 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:22:22.133 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:22:22.637 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:22:22.638 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:22:52.639 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:22:52.639 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:22:52.640 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:22:52.640 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:22:52.641 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:22:52.641 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:22:52.759 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:22:53.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:22:53.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:23:23.243 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:23:23.243 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:23:23.244 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:23:23.245 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:23:23.245 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:23:23.245 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:23:23.331 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:23:23.783 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:23:23.784 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:23:53.784 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:23:53.785 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:23:53.786 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:23:53.786 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:23:53.786 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:23:53.787 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:23:54.293 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:23:54.774 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:23:54.775 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:24:24.776 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:24:24.777 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:24:24.777 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:24:24.778 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:24:24.778 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:24:24.778 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:24:24.860 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:24:25.396 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:24:25.396 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:24:55.398 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:24:55.399 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:24:55.399 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:24:55.400 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:24:55.400 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:24:55.400 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:24:55.481 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:24:55.934 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:24:55.934 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:25:25.936 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:25:25.937 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:25:25.937 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:25:25.937 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:25:25.938 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:25:25.938 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:25:26.026 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:25:26.467 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:25:26.467 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:25:56.468 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:25:56.469 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:25:56.469 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:25:56.470 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:25:56.470 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:25:56.471 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:25:56.552 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:25:57.007 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:25:57.007 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:26:27.008 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:26:27.009 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:26:27.010 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:26:27.010 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:26:27.011 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:26:27.011 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:26:27.092 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:26:27.562 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:26:27.562 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:26:57.563 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:26:57.565 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:26:57.566 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:26:57.566 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:26:57.567 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:26:57.567 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:26:57.640 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:26:58.085 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:26:58.086 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:27:28.087 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:27:28.088 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:27:28.088 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:27:28.088 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:27:28.088 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:27:28.089 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:27:28.179 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:27:28.642 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:27:28.643 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:27:58.644 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:27:58.645 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:27:58.646 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:27:58.646 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:27:58.647 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:27:58.647 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:27:58.754 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:27:59.267 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:27:59.268 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:28:29.269 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:28:29.269 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:28:29.270 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:28:29.270 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:28:29.271 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:28:29.272 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:28:29.358 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:28:29.807 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:28:29.808 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:28:59.809 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:28:59.810 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:28:59.811 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:28:59.811 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:28:59.811 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:28:59.812 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:28:59.929 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:29:00.384 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:29:00.384 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:29:30.386 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:29:30.387 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:29:30.387 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:29:30.387 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:29:30.387 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:29:30.388 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:29:30.686 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:29:31.146 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:29:31.146 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:30:01.147 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:30:01.148 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:30:01.149 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:30:01.149 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:30:01.149 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:30:01.150 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:30:01.307 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:30:01.785 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:30:01.785 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:30:31.786 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:30:31.786 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:30:31.787 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:30:31.788 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:30:31.788 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:30:31.788 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:30:33.799 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:30:34.263 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:30:34.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:31:04.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:31:04.265 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:31:04.265 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:31:04.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:31:04.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:31:04.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:31:04.354 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:31:04.803 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:31:04.803 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:31:34.805 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:31:34.806 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:31:34.807 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:31:34.807 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:31:34.807 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:31:34.807 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:31:34.905 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:31:35.348 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:31:35.348 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:32:05.350 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:32:05.351 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:32:05.352 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:32:05.353 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:32:05.353 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:32:05.353 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:32:05.432 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:32:05.886 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:32:05.886 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:32:35.887 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:32:35.888 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:32:35.889 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:32:35.889 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:32:35.889 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:32:35.889 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:32:35.966 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:32:36.420 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:32:36.420 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:33:06.422 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:33:06.422 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:33:06.423 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:33:06.424 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:33:06.424 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:33:06.424 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:33:06.506 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:33:06.976 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:33:06.977 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:33:36.978 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:33:36.979 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:33:36.979 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:33:36.980 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:33:36.980 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:33:36.980 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:33:37.055 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:33:37.495 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:33:37.495 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:34:07.497 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:34:07.497 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:34:07.498 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:34:07.498 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:34:07.499 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:34:07.499 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:34:07.586 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:34:08.018 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:34:08.019 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:34:38.020 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:34:38.021 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:34:38.021 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:34:38.022 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:34:38.022 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:34:38.022 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:34:38.111 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:34:38.562 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:34:38.562 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:35:08.564 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:35:08.565 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:35:08.565 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:35:08.566 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:35:08.566 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:35:08.566 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:35:08.637 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:35:09.125 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:35:09.126 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:35:39.128 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:35:39.129 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:35:39.130 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:35:39.133 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:35:39.133 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:35:39.134 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:35:39.214 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:35:39.659 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:35:39.660 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:36:09.661 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:36:09.662 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:36:09.663 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:36:09.663 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:36:09.663 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:36:09.663 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:36:09.747 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:36:10.226 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:36:10.226 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:36:40.227 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:36:40.228 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:36:40.228 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:36:40.229 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:36:40.229 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:36:40.229 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:36:40.311 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:36:40.782 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:36:40.783 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:37:10.783 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:37:10.784 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:37:10.785 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:37:10.785 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:37:10.785 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:37:10.785 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:37:10.867 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:37:11.351 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:37:11.351 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:37:41.357 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:37:41.358 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:37:41.358 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:37:41.358 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:37:41.359 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:37:41.359 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:37:41.429 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:37:41.894 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:37:41.894 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:38:11.896 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:38:11.897 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:38:11.898 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:38:11.898 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:38:11.898 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:38:11.898 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:38:12.026 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:38:12.469 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:38:12.470 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:38:42.471 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:38:42.472 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:38:42.472 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:38:42.473 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:38:42.473 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:38:42.473 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:38:42.558 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:38:43.094 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:38:43.094 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:39:13.096 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:39:13.096 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:39:13.097 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:39:13.097 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:39:13.098 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:39:13.098 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:39:13.191 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:39:13.721 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:39:13.721 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:39:43.723 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:39:43.724 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:39:43.724 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:39:43.725 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:39:43.725 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:39:43.725 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:39:44.022 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:39:44.484 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:39:44.485 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:40:14.486 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:40:14.487 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:40:14.487 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:40:14.488 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:40:14.488 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:40:14.488 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:40:14.621 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:40:15.160 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:40:15.160 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:40:45.161 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:40:45.162 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:40:45.162 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:40:45.163 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:40:45.163 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:40:45.163 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:40:47.085 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:40:47.592 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:40:47.593 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:41:17.594 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:41:17.594 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:41:17.595 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:41:17.595 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:41:17.596 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:41:17.596 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:41:17.675 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:41:18.114 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:41:18.115 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:41:48.117 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:41:48.119 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:41:48.120 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:41:48.120 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:41:48.120 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:41:48.120 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:41:48.236 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:41:48.747 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:41:48.747 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:42:18.748 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:42:18.749 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:42:18.749 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:42:18.750 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:42:18.750 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:42:18.751 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:42:18.835 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:42:19.290 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:42:19.290 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:42:49.291 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:42:49.292 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:42:49.293 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:42:49.293 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:42:49.293 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:42:49.293 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:42:49.380 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:42:49.867 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:42:49.867 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:43:19.868 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:43:19.870 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:43:19.870 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:43:19.870 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:43:19.871 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:43:19.871 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:43:19.952 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:43:20.404 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:43:20.404 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:43:50.412 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:43:50.513 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:43:50.520 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:43:50.522 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:43:50.522 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:43:50.522 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:43:50.522 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:43:50.971 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:43:50.972 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:44:20.973 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:44:20.973 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:44:20.974 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:44:20.974 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:44:20.975 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:44:20.975 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:44:21.069 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:44:21.531 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:44:21.532 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:44:51.533 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:44:51.533 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:44:51.534 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:44:51.534 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:44:51.535 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:44:51.535 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:44:51.620 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:44:52.066 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:44:52.163 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:45:22.069 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:45:22.070 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:45:22.070 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:45:22.071 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:45:22.071 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:45:22.071 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:45:22.154 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:45:22.628 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:45:22.628 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:45:52.629 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:45:52.630 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:45:52.631 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:45:52.631 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:45:52.632 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:45:52.632 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:45:52.717 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:45:53.142 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:45:53.143 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:46:23.144 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:46:23.145 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:46:23.146 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:46:23.146 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:46:23.146 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:46:23.147 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:46:23.229 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:46:23.694 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:46:23.695 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:46:53.696 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:46:53.696 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:46:53.697 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:46:53.697 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:46:53.698 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:46:53.698 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:46:53.776 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:46:54.307 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:46:54.307 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:47:24.308 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:47:24.309 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:47:24.310 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:47:24.310 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:47:24.310 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:47:24.310 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:47:24.399 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:47:24.895 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:47:24.895 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:47:54.896 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:47:54.896 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:47:54.897 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:47:54.897 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:47:54.898 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:47:54.898 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:47:54.976 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:47:55.386 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:47:55.386 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:48:25.388 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:48:25.389 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:48:25.390 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:48:25.391 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:48:25.392 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:48:25.392 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:48:25.475 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:48:25.988 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:48:25.989 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:48:55.990 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:48:55.991 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:48:55.992 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:48:55.993 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:48:55.993 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:48:55.993 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:48:56.084 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:48:56.579 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:48:56.579 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:49:26.581 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:49:26.582 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:49:26.584 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:49:26.584 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:49:26.584 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:49:26.585 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:49:26.663 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:49:27.157 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:49:27.157 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:49:57.158 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:49:57.159 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:49:57.159 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:49:57.160 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:49:57.160 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:49:57.160 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:49:57.461 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:49:57.906 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:49:57.906 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:50:27.907 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:50:27.907 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:50:27.908 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:50:27.909 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:50:27.909 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:50:27.909 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:50:28.084 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:50:28.540 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:50:28.540 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:50:58.541 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:50:58.541 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:50:58.542 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:50:58.542 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:50:58.543 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:50:58.543 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:51:01.171 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:51:01.609 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:51:01.609 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:51:31.610 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:51:31.610 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:51:31.611 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:51:31.612 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:51:31.612 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:51:31.612 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:51:31.702 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:51:32.151 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:51:32.151 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:52:02.153 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:52:02.154 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:52:02.155 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:52:02.155 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:52:02.155 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:52:02.156 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:52:02.235 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:52:02.691 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:52:02.691 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:52:32.692 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:52:32.693 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:52:32.694 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:52:32.694 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:52:32.694 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:52:32.695 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:52:32.792 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:52:33.246 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:52:33.246 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:53:03.248 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:53:03.249 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:53:03.250 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:53:03.251 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:53:03.251 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:53:03.252 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:53:03.354 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:53:03.784 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:53:03.785 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:53:33.786 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:53:33.787 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:53:33.787 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:53:33.787 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:53:33.787 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:53:33.788 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:53:33.869 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:53:34.319 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:53:34.320 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:54:04.321 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:54:04.321 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:54:04.322 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:54:04.322 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:54:04.323 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:54:04.323 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:54:04.407 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:54:04.926 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:54:04.926 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:54:34.927 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:54:34.928 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:54:34.928 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:54:34.929 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:54:34.929 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:54:34.929 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:54:35.044 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:54:35.465 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:54:35.465 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:55:05.467 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:55:05.468 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:55:05.469 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:55:05.469 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:55:05.469 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:55:05.469 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:55:05.551 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:55:05.985 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:55:05.986 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:55:35.987 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:55:35.988 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:55:35.989 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:55:35.989 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:55:35.990 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:55:35.990 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:55:36.060 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:55:36.510 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:55:36.510 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:56:06.512 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:56:06.513 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:56:06.513 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:56:06.514 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:56:06.514 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:56:06.514 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:56:06.606 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:56:07.092 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:56:07.092 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:56:37.093 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:56:37.094 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:56:37.095 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:56:37.096 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:56:37.096 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:56:37.096 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:56:37.200 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:56:37.640 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:56:37.640 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:57:07.641 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:57:07.641 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:57:07.642 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:57:07.643 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:57:07.643 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:57:07.643 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:57:07.723 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:57:08.205 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:57:08.205 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:57:38.206 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:57:38.207 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:57:38.208 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:57:38.208 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:57:38.208 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:57:38.209 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:57:38.283 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:57:38.713 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:57:38.713 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:58:08.715 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:58:08.715 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:58:08.716 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:58:08.716 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:58:08.716 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:58:08.717 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:58:08.799 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:58:09.250 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:58:09.250 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:58:39.252 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:58:39.252 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:58:39.253 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:58:39.254 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:58:39.254 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:58:39.254 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:58:39.344 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:58:39.795 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:58:39.796 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:59:09.797 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:59:09.799 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:59:09.799 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:59:09.800 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:59:09.800 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:59:09.800 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:59:09.886 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:59:10.374 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:59:10.374 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T04:59:40.375 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T04:59:40.375 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T04:59:40.376 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T04:59:40.376 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T04:59:40.377 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T04:59:40.377 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T04:59:40.453 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T04:59:40.933 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T04:59:40.934 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:00:10.936 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:00:10.936 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:00:10.938 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:00:10.939 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:00:10.939 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:00:10.940 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:00:11.464 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:00:11.952 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:00:11.952 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:00:41.954 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:00:41.954 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:00:41.955 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:00:41.955 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:00:41.955 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:00:41.956 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:00:42.137 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:00:42.615 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:00:42.615 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:01:12.616 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:01:12.616 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:01:12.617 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:01:12.617 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:01:12.618 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:01:12.618 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:01:14.732 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:01:15.216 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:01:15.217 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:01:45.218 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:01:45.219 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:01:45.220 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:01:45.220 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:01:45.220 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:01:45.220 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:01:45.306 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:01:45.749 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:01:45.750 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:02:15.752 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:02:15.753 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:02:15.753 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:02:15.754 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:02:15.754 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:02:15.754 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:02:15.840 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:02:16.291 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:02:16.291 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:02:46.292 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:02:46.293 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:02:46.294 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:02:46.294 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:02:46.294 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:02:46.294 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:02:46.375 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:02:46.828 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:02:46.829 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:03:16.829 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:03:16.830 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:03:16.831 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:03:16.831 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:03:16.832 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:03:16.832 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:03:16.906 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:03:17.329 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:03:17.330 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:03:47.330 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:03:47.331 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:03:47.331 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:03:47.332 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:03:47.332 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:03:47.333 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:03:47.433 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:03:47.864 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:03:47.865 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:04:17.866 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:04:17.866 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:04:17.867 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:04:17.867 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:04:17.868 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:04:17.868 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:04:17.948 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:04:18.404 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:04:18.405 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:04:48.406 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:04:48.406 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:04:48.407 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:04:48.407 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:04:48.408 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:04:48.408 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:04:48.494 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:04:48.962 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:04:48.963 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:05:18.963 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:05:18.964 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:05:18.965 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:05:18.965 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:05:18.966 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:05:18.966 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:05:19.061 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:05:19.501 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:05:19.501 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:05:49.503 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:05:49.505 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:05:49.505 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:05:49.505 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:05:49.505 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:05:49.506 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:05:49.581 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:05:50.080 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:05:50.081 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:06:20.082 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:06:20.083 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:06:20.083 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:06:20.084 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:06:20.084 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:06:20.085 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:06:20.165 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:06:20.639 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:06:20.639 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:06:50.640 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:06:50.641 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:06:50.642 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:06:50.642 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:06:50.642 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:06:50.643 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:06:50.727 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:06:51.215 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:06:51.216 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:07:21.217 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:07:21.217 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:07:21.218 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:07:21.218 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:07:21.219 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:07:21.219 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:07:21.302 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:07:21.757 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:07:21.757 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:07:51.758 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:07:51.759 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:07:51.760 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:07:51.761 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:07:51.761 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:07:51.762 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:07:51.838 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:07:52.262 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:07:52.262 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:08:22.263 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:08:22.264 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:08:22.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:08:22.265 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:08:22.265 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:08:22.265 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:08:22.341 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:08:22.798 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:08:22.798 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:08:52.801 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:08:52.802 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:08:52.803 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:08:52.803 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:08:52.804 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:08:52.804 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:08:52.908 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:08:53.371 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:08:53.371 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:09:23.373 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:09:23.373 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:09:23.374 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:09:23.375 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:09:23.375 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:09:23.375 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:09:23.493 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:09:23.952 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:09:23.952 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:09:53.954 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:09:53.956 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:09:53.956 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:09:53.956 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:09:53.956 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:09:53.956 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:09:54.040 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:09:54.502 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:09:54.502 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:10:24.504 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:10:24.504 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:10:24.505 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:10:24.506 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:10:24.506 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:10:24.507 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:10:24.830 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:10:25.237 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:10:25.237 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:10:55.238 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:10:55.239 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:10:55.240 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:10:55.240 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:10:55.240 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:10:55.241 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:10:55.427 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:10:55.890 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:10:55.890 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:11:25.892 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:11:25.893 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:11:25.893 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:11:25.893 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:11:25.893 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:11:25.893 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:11:27.893 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:11:28.352 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:11:28.352 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:11:58.353 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:11:58.354 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:11:58.355 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:11:58.355 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:11:58.356 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:11:58.356 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:11:58.440 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:11:58.894 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:11:58.895 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:12:28.896 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:12:28.897 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:12:28.898 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:12:28.898 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:12:28.899 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:12:28.899 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:12:28.983 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:12:29.464 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:12:29.464 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:12:59.465 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:12:59.466 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:12:59.467 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:12:59.467 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:12:59.468 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:12:59.468 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:12:59.564 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:13:00.043 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:13:00.044 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:13:30.045 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:13:30.046 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:13:30.047 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:13:30.047 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:13:30.047 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:13:30.047 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:13:30.152 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:13:30.609 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:13:30.609 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:14:00.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:14:00.612 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:14:00.613 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:14:00.614 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:14:00.614 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:14:00.614 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:14:00.695 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:14:01.173 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:14:01.174 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:14:31.174 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:14:31.175 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:14:31.176 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:14:31.176 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:14:31.176 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:14:31.176 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:14:31.269 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:14:31.733 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:14:31.733 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:15:01.734 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:15:01.735 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:15:01.735 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:15:01.736 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:15:01.736 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:15:01.736 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:15:01.820 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:15:02.252 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:15:02.252 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:15:32.253 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:15:32.253 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:15:32.254 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:15:32.255 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:15:32.255 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:15:32.255 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:15:32.340 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:15:32.809 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:15:32.809 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:16:02.811 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:16:02.812 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:16:02.813 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:16:02.813 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:16:02.813 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:16:02.813 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:16:02.899 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:16:03.400 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:16:03.401 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:16:33.402 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:16:33.404 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:16:33.405 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:16:33.405 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:16:33.405 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:16:33.406 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:16:33.487 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:16:33.962 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:16:33.963 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:17:03.964 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:17:03.965 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:17:03.965 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:17:03.966 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:17:03.967 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:17:03.967 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:17:04.053 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:17:04.500 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:17:04.501 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:17:34.502 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:17:34.503 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:17:34.503 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:17:34.504 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:17:34.504 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:17:34.504 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:17:34.588 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:17:35.083 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:17:35.083 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:18:05.084 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:18:05.084 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:18:05.085 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:18:05.085 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:18:05.086 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:18:05.086 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:18:05.164 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:18:05.593 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:18:05.593 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:18:35.595 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:18:35.595 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:18:35.596 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:18:35.597 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:18:35.597 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:18:35.597 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:18:35.691 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:18:36.148 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:18:36.148 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:19:06.149 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:19:06.150 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:19:06.151 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:19:06.153 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:19:06.154 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:19:06.154 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:19:06.255 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:19:06.706 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:19:06.707 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:19:36.708 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:19:36.709 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:19:36.710 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:19:36.710 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:19:36.711 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:19:36.711 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:19:37.236 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:19:37.792 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:19:37.792 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:20:07.793 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:20:07.795 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:20:07.795 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:20:07.795 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:20:07.795 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:20:07.796 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:20:07.886 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:20:08.312 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:20:08.313 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:20:38.314 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:20:38.315 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:20:38.316 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:20:38.316 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:20:38.316 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:20:38.316 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:20:38.605 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:20:39.045 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:20:39.045 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:21:09.046 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:21:09.047 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:21:09.047 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:21:09.048 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:21:09.048 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:21:09.049 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:21:09.195 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:21:09.672 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:21:09.672 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:21:39.673 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:21:39.674 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:21:39.675 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:21:39.675 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:21:39.675 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:21:39.675 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:21:41.606 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:21:42.102 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:21:42.102 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:22:12.103 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:22:12.104 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:22:12.104 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:22:12.105 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:22:12.105 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:22:12.105 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:22:12.182 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:22:12.620 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:22:12.620 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:22:42.622 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:22:42.623 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:22:42.624 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:22:42.624 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:22:42.624 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:22:42.624 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:22:42.739 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:22:43.171 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:22:43.171 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:23:13.173 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:23:13.173 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:23:13.175 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:23:13.175 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:23:13.175 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:23:13.176 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:23:13.258 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:23:13.706 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:23:13.706 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:23:43.708 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:23:43.709 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:23:43.709 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:23:43.709 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:23:43.710 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:23:43.710 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:23:43.780 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:23:44.263 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:23:44.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:24:14.265 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:24:14.266 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:24:14.267 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:24:14.267 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:24:14.267 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:24:14.267 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:24:14.353 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:24:14.858 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:24:14.858 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:24:44.879 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:24:44.880 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:24:44.880 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:24:44.881 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:24:44.881 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:24:44.881 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:24:44.962 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:24:45.384 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:24:45.384 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:25:15.386 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:25:15.387 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:25:15.390 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:25:15.390 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:25:15.391 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:25:15.391 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:25:15.468 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:25:15.920 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:25:15.921 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:25:45.922 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:25:45.922 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:25:45.923 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:25:45.923 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:25:45.924 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:25:45.924 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:25:45.999 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:25:46.479 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:25:46.479 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:26:16.481 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:26:16.482 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:26:16.483 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:26:16.483 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:26:16.484 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:26:16.484 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:26:16.570 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:26:17.187 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:26:17.187 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:26:47.189 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:26:47.190 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:26:47.191 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:26:47.191 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:26:47.191 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:26:47.191 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:26:47.295 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:26:47.727 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:26:47.728 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:27:17.729 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:27:17.730 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:27:17.731 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:27:17.731 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:27:17.732 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:27:17.732 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:27:17.840 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:27:18.296 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:27:18.296 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:27:48.298 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:27:48.299 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:27:48.299 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:27:48.300 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:27:48.300 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:27:48.300 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:27:48.391 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:27:48.896 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:27:48.896 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:28:18.898 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:28:18.898 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:28:18.899 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:28:18.900 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:28:18.900 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:28:18.900 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:28:19.066 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:28:19.550 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:28:19.550 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:28:49.551 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:28:49.552 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:28:49.553 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:28:49.555 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:28:49.555 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:28:49.555 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:28:49.640 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:28:50.109 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:28:50.110 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:29:20.111 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:29:20.111 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:29:20.112 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:29:20.112 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:29:20.113 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:29:20.113 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:29:20.194 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:29:20.662 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:29:20.662 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:29:50.664 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:29:50.665 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:29:50.665 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:29:50.666 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:29:50.666 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:29:50.667 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:29:50.743 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:29:51.212 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:29:51.213 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:30:21.214 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:30:21.214 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:30:21.215 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:30:21.216 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:30:21.216 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:30:21.216 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:30:21.301 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:30:21.738 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:30:21.739 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:30:51.740 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:30:51.740 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:30:51.741 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:30:51.741 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:30:51.742 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:30:51.742 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:30:52.116 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:30:52.548 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:30:52.548 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:31:22.549 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:31:22.551 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:31:22.551 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:31:22.551 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:31:22.551 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:31:22.552 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:31:22.708 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:31:23.173 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:31:23.173 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:31:53.174 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:31:53.175 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:31:53.176 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:31:53.176 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:31:53.177 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:31:53.177 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:31:55.805 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:31:56.253 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:31:56.253 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:32:26.250 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:32:26.251 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:32:26.251 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:32:26.252 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:32:26.252 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:32:26.253 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:32:26.330 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:32:26.824 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:32:26.825 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:32:56.826 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:32:56.827 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:32:56.829 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:32:56.829 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:32:56.829 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:32:56.830 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:32:56.904 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:32:57.333 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:32:57.334 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:33:27.335 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:33:27.335 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:33:27.336 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:33:27.337 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:33:27.337 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:33:27.337 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:33:27.421 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:33:27.850 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:33:27.851 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:33:57.852 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:33:57.853 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:33:57.854 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:33:57.854 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:33:57.854 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:33:57.854 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:33:57.929 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:33:58.385 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:33:58.385 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:34:28.386 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:34:28.387 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:34:28.388 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:34:28.388 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:34:28.388 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:34:28.389 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:34:28.462 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:34:28.929 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:34:28.930 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:34:58.931 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:34:58.932 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:34:58.933 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:34:58.933 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:34:58.933 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:34:58.933 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:34:59.025 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:34:59.450 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:34:59.451 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:35:29.452 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:35:29.453 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:35:29.453 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:35:29.453 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:35:29.453 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:35:29.454 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:35:29.539 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:35:30.022 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:35:30.022 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:36:00.023 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:36:00.024 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:36:00.025 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:36:00.025 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:36:00.026 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:36:00.026 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:36:00.110 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:36:00.578 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:36:00.578 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:36:30.580 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:36:30.581 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:36:30.582 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:36:30.582 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:36:30.582 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:36:30.582 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:36:30.661 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:36:31.132 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:36:31.132 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:37:01.133 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:37:01.134 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:37:01.134 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:37:01.135 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:37:01.135 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:37:01.136 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:37:01.248 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:37:01.709 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:37:01.709 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:37:31.710 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:37:31.711 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:37:31.712 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:37:31.712 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:37:31.713 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:37:31.713 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:37:31.795 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:37:32.249 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:37:32.249 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:38:02.251 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:38:02.251 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:38:02.252 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:38:02.252 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:38:02.252 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:38:02.253 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:38:02.339 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:38:02.794 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:38:02.794 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:38:32.795 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:38:32.796 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:38:32.797 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:38:32.797 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:38:32.797 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:38:32.797 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:38:32.893 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:38:33.376 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:38:33.376 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:39:03.377 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:39:03.378 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:39:03.379 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:39:03.379 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:39:03.379 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:39:03.379 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:39:03.462 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:39:03.927 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:39:03.928 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:39:33.930 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:39:33.931 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:39:33.932 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:39:33.932 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:39:33.932 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:39:33.932 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:39:34.007 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:39:34.441 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:39:34.441 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:40:04.443 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:40:04.443 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:40:04.444 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:40:04.444 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:40:04.444 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:40:04.445 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:40:04.527 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:40:04.977 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:40:04.978 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:40:34.979 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:40:34.980 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:40:34.980 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:40:34.981 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:40:34.981 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:40:34.981 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:40:35.051 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:40:35.492 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:40:35.492 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:41:05.494 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:41:05.495 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:41:05.496 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:41:05.496 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:41:05.497 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:41:05.497 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:41:05.793 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:41:06.222 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:41:06.223 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:41:36.224 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:41:36.224 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:41:36.225 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:41:36.225 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:41:36.226 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:41:36.226 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:41:36.366 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:41:36.841 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:41:36.842 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:42:06.843 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:42:06.844 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:42:06.844 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:42:06.844 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:42:06.845 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:42:06.845 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:42:08.965 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:42:09.436 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:42:09.436 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:42:39.437 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:42:39.438 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:42:39.439 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:42:39.439 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:42:39.439 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:42:39.439 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:42:39.521 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:42:39.975 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:42:39.976 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:43:09.978 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:43:09.980 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:43:09.981 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:43:09.982 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:43:09.983 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:43:09.983 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:43:10.077 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:43:10.576 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:43:10.577 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:43:40.578 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:43:40.579 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:43:40.580 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:43:40.580 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:43:40.580 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:43:40.581 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:43:40.675 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:43:41.162 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:43:41.162 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:44:11.163 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:44:11.241 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:44:11.242 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:44:11.243 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:44:11.243 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:44:11.243 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:44:11.257 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:44:11.740 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:44:11.740 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:44:41.741 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:44:41.741 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:44:41.742 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:44:41.743 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:44:41.743 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:44:41.743 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:44:41.823 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:44:42.278 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:44:42.279 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:45:12.280 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:45:12.280 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:45:12.281 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:45:12.281 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:45:12.282 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:45:12.282 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:45:12.365 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:45:12.838 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:45:12.838 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:45:42.839 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:45:42.840 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:45:42.840 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:45:42.841 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:45:42.841 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:45:42.841 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:45:42.923 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:45:43.392 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:45:43.392 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:46:13.395 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:46:13.396 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:46:13.396 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:46:13.397 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:46:13.397 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:46:13.398 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:46:13.474 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:46:13.949 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:46:14.083 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:46:43.950 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:46:43.952 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:46:43.953 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:46:43.953 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:46:43.953 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:46:43.953 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:46:44.039 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:46:44.503 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:46:44.503 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:47:14.504 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:47:14.505 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:47:14.505 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:47:14.506 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:47:14.506 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:47:14.507 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:47:14.625 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:47:15.152 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:47:15.152 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:47:45.153 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:47:45.154 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:47:45.154 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:47:45.155 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:47:45.156 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:47:45.156 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:47:45.241 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:47:45.721 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:47:45.722 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:48:15.723 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:48:15.724 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:48:15.725 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:48:15.725 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:48:15.725 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:48:15.725 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:48:15.811 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:48:16.261 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:48:16.262 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:48:46.263 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:48:46.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:48:46.264 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:48:46.265 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:48:46.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:48:46.266 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:48:46.349 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:48:46.845 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:48:46.846 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:49:16.847 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:49:16.848 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:49:16.848 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:49:16.849 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:49:16.849 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:49:16.850 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:49:16.929 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:49:17.391 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:49:17.392 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:49:47.393 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:49:47.394 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:49:47.394 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:49:47.395 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:49:47.395 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:49:47.396 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:49:47.474 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:49:47.912 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:49:47.912 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:50:17.914 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:50:17.915 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:50:17.915 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:50:17.916 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:50:17.916 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:50:17.916 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:50:18.007 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:50:18.492 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:50:18.492 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:50:48.493 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:50:48.495 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:50:48.495 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:50:48.495 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:50:48.496 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:50:48.496 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:50:48.582 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:50:49.062 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:50:49.063 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:51:19.063 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:51:19.064 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:51:19.065 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:51:19.065 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:51:19.065 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:51:19.065 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:51:19.387 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:51:19.865 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:51:19.866 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:51:49.867 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:51:49.868 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:51:49.868 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:51:49.868 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:51:49.869 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:51:49.869 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:51:50.013 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:51:50.469 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:51:50.470 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:52:20.470 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:52:20.471 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:52:20.473 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:52:20.473 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:52:20.474 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:52:20.474 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:52:22.617 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:52:23.058 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:52:23.058 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:52:53.059 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:52:53.061 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:52:53.062 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:52:53.062 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:52:53.062 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:52:53.062 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:52:53.151 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:52:53.625 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:52:53.626 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:53:23.628 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:53:23.629 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:53:23.630 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:53:23.630 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:53:23.631 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:53:23.631 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:53:23.710 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:53:24.171 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:53:24.172 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:53:54.173 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:53:54.174 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:53:54.174 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:53:54.175 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:53:54.175 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:53:54.176 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:53:54.260 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:53:54.702 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:53:54.703 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:54:24.703 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:54:24.704 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:54:24.705 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:54:24.705 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:54:24.706 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:54:24.706 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:54:24.788 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:54:25.273 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:54:25.273 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:54:55.275 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:54:55.276 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:54:55.276 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:54:55.277 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:54:55.277 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:54:55.277 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:54:55.361 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:54:55.799 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:54:55.800 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:55:25.801 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:55:25.802 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:55:25.803 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:55:25.803 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:55:25.803 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:55:25.803 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:55:25.891 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:55:26.343 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:55:26.344 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:55:56.345 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:55:56.345 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:55:56.346 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:55:56.346 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:55:56.347 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:55:56.347 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:55:56.431 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:55:56.922 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:55:56.923 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:56:26.923 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:56:26.924 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:56:26.925 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:56:26.925 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:56:26.925 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:56:26.926 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:56:27.000 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:56:27.419 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:56:27.419 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:56:57.421 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:56:57.423 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:56:57.424 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:56:57.424 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:56:57.424 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:56:57.424 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:56:57.511 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:56:57.953 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:56:57.954 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:57:27.955 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:57:27.956 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:57:27.956 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:57:27.957 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:57:27.957 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:57:27.957 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:57:28.039 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:57:28.484 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:57:28.485 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:57:58.486 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:57:58.486 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:57:58.487 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:57:58.487 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:57:58.488 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:57:58.488 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:57:58.574 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:57:59.069 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:57:59.069 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:58:29.071 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:58:29.072 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:58:29.073 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:58:29.073 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:58:29.073 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:58:29.073 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:58:29.151 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:58:29.619 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:58:29.619 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:58:59.620 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:58:59.621 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:58:59.622 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:58:59.622 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:58:59.623 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:58:59.623 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:58:59.709 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:59:00.182 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:59:00.182 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T05:59:30.184 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T05:59:30.185 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T05:59:30.185 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T05:59:30.186 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T05:59:30.186 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T05:59:30.186 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T05:59:30.280 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T05:59:30.709 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T05:59:30.709 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:00:00.710 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:00:00.711 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:00:00.711 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:00:00.712 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:00:00.712 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:00:00.713 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:00:00.791 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:00:01.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:00:01.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:00:31.243 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:00:31.244 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:00:31.244 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:00:31.245 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:00:31.245 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:00:31.245 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:00:31.316 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:00:31.795 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:00:31.795 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:01:01.796 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:01:01.798 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:01:01.798 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:01:01.798 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:01:01.798 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:01:01.799 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:01:01.873 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:01:02.333 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:01:02.333 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:01:32.334 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:01:32.335 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:01:32.336 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:01:32.336 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:01:32.336 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:01:32.337 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:01:32.667 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:01:33.123 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:01:33.124 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:02:03.125 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:02:03.125 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:02:03.126 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:02:03.126 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:02:03.127 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:02:03.127 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:02:03.290 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:02:03.742 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:02:03.742 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:02:33.744 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:02:33.745 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:02:33.745 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:02:33.745 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:02:33.745 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:02:33.746 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:02:35.873 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:02:36.321 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:02:36.321 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:03:06.322 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:03:06.322 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:03:06.323 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:03:06.324 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:03:06.324 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:03:06.324 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:03:06.404 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:03:06.900 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:03:06.900 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:03:36.902 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:03:36.903 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:03:36.904 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:03:36.905 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:03:36.905 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:03:36.905 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:03:36.988 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:03:37.420 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:03:37.420 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:04:07.421 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:04:07.422 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:04:07.423 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:04:07.423 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:04:07.423 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:04:07.424 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:04:07.507 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:04:07.943 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:04:07.943 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:04:37.944 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:04:37.946 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:04:37.946 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:04:37.947 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:04:37.947 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:04:37.947 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:04:38.035 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:04:38.469 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:04:38.469 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:05:08.471 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:05:08.471 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:05:08.472 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:05:08.473 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:05:08.473 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:05:08.473 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:05:08.550 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:05:09.011 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:05:09.011 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:05:39.012 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:05:39.013 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:05:39.013 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:05:39.014 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:05:39.014 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:05:39.014 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:05:39.098 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:05:39.608 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:05:39.609 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:06:09.610 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:06:09.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:06:09.611 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:06:09.612 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:06:09.612 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:06:09.612 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:06:09.697 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:06:10.190 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:06:10.191 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:06:40.192 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:06:40.194 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:06:40.195 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:06:40.195 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:06:40.195 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:06:40.195 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:06:40.280 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:06:40.734 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:06:40.734 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:07:10.736 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:07:10.737 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:07:10.738 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:07:10.738 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:07:10.738 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:07:10.738 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:07:10.822 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:07:11.288 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:07:11.289 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:07:41.290 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:07:41.291 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:07:41.292 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:07:41.292 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:07:41.292 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:07:41.293 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:07:41.374 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:07:41.817 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:07:41.817 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:08:11.819 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:08:11.819 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:08:11.820 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:08:11.820 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:08:11.821 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:08:11.821 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:08:11.908 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:08:12.487 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:08:12.488 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:08:42.489 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:08:42.490 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:08:42.490 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:08:42.491 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:08:42.491 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:08:42.491 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:08:42.577 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:08:43.011 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:08:43.373 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:09:13.012 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:09:13.014 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:09:13.014 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:09:13.014 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:09:13.015 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:09:13.015 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:09:13.092 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:09:13.558 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:09:13.558 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:09:43.562 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:09:43.563 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:09:43.563 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:09:43.564 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:09:43.564 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:09:43.564 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:09:43.662 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:09:44.120 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:09:44.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:10:14.122 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:10:14.124 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:10:14.125 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:10:14.125 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:10:14.126 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:10:14.127 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:10:14.209 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:10:14.658 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:10:14.658 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:10:44.659 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:10:44.660 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:10:44.660 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:10:44.661 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:10:44.662 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:10:44.662 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:10:44.739 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:10:45.211 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:10:45.211 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:11:15.213 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:11:15.214 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:11:15.215 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:11:15.215 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:11:15.215 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:11:15.215 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:11:15.295 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:11:15.727 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:11:15.727 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:11:45.729 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:11:45.729 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:11:45.730 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:11:45.730 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:11:45.731 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:11:45.731 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:11:46.049 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:11:46.514 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:11:46.514 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:12:16.516 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:12:16.516 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:12:16.517 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:12:16.517 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:12:16.518 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:12:16.518 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:12:16.674 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:12:17.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:12:17.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:12:47.123 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:12:47.124 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:12:47.124 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:12:47.124 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:12:47.124 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:12:47.125 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:12:49.202 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:12:49.652 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:12:49.652 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:13:19.653 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:13:19.654 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:13:19.655 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:13:19.655 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:13:19.655 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:13:19.655 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:13:19.734 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:13:20.210 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:13:20.210 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:13:50.212 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:13:50.213 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:13:50.214 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:13:50.214 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:13:50.214 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:13:50.214 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:13:50.299 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:13:50.773 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:13:50.773 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:14:20.774 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:14:20.774 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:14:20.775 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:14:20.776 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:14:20.776 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:14:20.776 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:14:20.865 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:14:21.311 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:14:21.311 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:14:51.313 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:14:51.314 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:14:51.315 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:14:51.316 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:14:51.316 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:14:51.316 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:14:51.387 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:14:51.822 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:14:51.823 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:15:21.823 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:15:21.824 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:15:21.825 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:15:21.825 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:15:21.825 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:15:21.826 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:15:21.905 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:15:22.401 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:15:22.402 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:15:52.402 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:15:52.403 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:15:52.403 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:15:52.404 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:15:52.404 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:15:52.405 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:15:52.493 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:15:52.929 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:15:52.929 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:16:22.931 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:16:22.932 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:16:22.933 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:16:22.933 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:16:22.933 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:16:22.934 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:16:23.016 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:16:23.485 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:16:23.485 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:16:53.487 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:16:53.488 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:16:53.488 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:16:53.489 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:16:53.489 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:16:53.489 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:16:53.575 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:16:54.035 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:16:54.035 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:17:24.036 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:17:24.038 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:17:24.038 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:17:24.038 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:17:24.038 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:17:24.039 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:17:24.139 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:17:24.590 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:17:24.591 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:17:54.592 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:17:54.593 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:17:54.593 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:17:54.594 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:17:54.594 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:17:54.598 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:17:54.685 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:17:55.178 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:17:55.178 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:18:25.179 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:18:25.180 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:18:25.180 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:18:25.181 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:18:25.181 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:18:25.181 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:18:25.274 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:18:25.728 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:18:25.728 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:18:55.729 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:18:55.730 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:18:55.730 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:18:55.731 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:18:55.731 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:18:55.731 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:18:55.808 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:18:56.259 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:18:56.259 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:19:26.260 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:19:26.260 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:19:26.261 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:19:26.261 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:19:26.262 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:19:26.262 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:19:26.349 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:19:26.844 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:19:26.844 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:19:56.844 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:19:56.845 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:19:56.845 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:19:56.846 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:19:56.846 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:19:56.847 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:19:56.929 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:19:57.398 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:19:57.399 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:20:27.391 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:20:27.392 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:20:27.392 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:20:27.393 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:20:27.393 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:20:27.393 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:20:27.472 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:20:27.912 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:20:27.913 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:20:57.915 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:20:57.916 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:20:57.916 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:20:57.917 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:20:57.917 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:20:57.918 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:20:57.998 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:20:58.455 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:20:58.456 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:21:28.457 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:21:28.458 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:21:28.459 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:21:28.459 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:21:28.460 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:21:28.460 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:21:28.545 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:21:29.024 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:21:29.024 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:21:59.025 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:21:59.026 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:21:59.027 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:21:59.027 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:21:59.027 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:21:59.028 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:21:59.349 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:21:59.807 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:21:59.808 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:22:29.811 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:22:29.812 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:22:29.812 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:22:29.813 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:22:29.813 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:22:29.814 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:22:29.942 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:22:30.399 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:22:30.400 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:23:00.400 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:23:00.401 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:23:00.402 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:23:00.402 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:23:00.402 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:23:00.402 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:23:02.728 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:23:03.238 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:23:03.238 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:23:33.239 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:23:33.240 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:23:33.240 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:23:33.241 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:23:33.241 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:23:33.241 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:23:33.320 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:23:33.847 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:23:33.848 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:24:03.850 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:24:03.852 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:24:03.853 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:24:03.853 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:24:03.854 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:24:03.854 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:24:03.936 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:24:04.399 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:24:04.399 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:24:34.401 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:24:34.402 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:24:34.403 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:24:34.404 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:24:34.404 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:24:34.405 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:24:34.490 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:24:34.955 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:24:34.956 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:25:04.957 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:25:04.958 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:25:04.959 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:25:04.959 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:25:04.959 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:25:04.960 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:25:05.036 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:25:05.486 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:25:05.486 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:25:35.488 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:25:35.489 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:25:35.490 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:25:35.490 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:25:35.490 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:25:35.491 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:25:35.574 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:25:36.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:25:36.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:26:06.123 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:26:06.123 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:26:06.124 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:26:06.125 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:26:06.125 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:26:06.125 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:26:06.228 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:26:06.721 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:26:06.722 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:26:36.724 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:26:36.725 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:26:36.725 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:26:36.726 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:26:36.726 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:26:36.726 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:26:36.810 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:26:37.228 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:26:37.228 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:27:07.230 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:27:07.230 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:27:07.231 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:27:07.232 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:27:07.233 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:27:07.233 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:27:07.318 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:27:07.725 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:27:07.726 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:27:37.728 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:27:37.729 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:27:37.729 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:27:37.730 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:27:37.730 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:27:37.730 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:27:37.824 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:27:38.300 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:27:38.300 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:28:08.301 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:28:08.302 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:28:08.303 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:28:08.303 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:28:08.304 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:28:08.304 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:28:08.398 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:28:08.873 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:28:08.873 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:28:38.874 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:28:38.875 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:28:38.876 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:28:38.876 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:28:38.876 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:28:38.876 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:28:38.966 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:28:39.444 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:28:39.444 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:29:09.446 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:29:09.447 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:29:09.448 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:29:09.449 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:29:09.449 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:29:09.449 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:29:09.531 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:29:09.996 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:29:09.996 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:29:39.998 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:29:39.999 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:29:40.000 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:29:40.000 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:29:40.000 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:29:40.000 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:29:40.093 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:29:40.592 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:29:40.592 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:30:10.590 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:30:10.591 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:30:10.592 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:30:10.593 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:30:10.593 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:30:10.593 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:30:10.667 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:30:11.118 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:30:11.118 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:30:41.119 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:30:41.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:30:41.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:30:41.121 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:30:41.121 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:30:41.122 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:30:41.218 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:30:41.642 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:30:41.642 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:31:11.643 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:31:11.644 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:31:11.645 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:31:11.645 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:31:11.646 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:31:11.646 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:31:11.728 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:31:12.154 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:31:12.155 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:31:42.157 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:31:42.160 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:31:42.160 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:31:42.160 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:31:42.161 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:31:42.161 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:31:42.241 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:31:42.731 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:31:42.732 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:32:12.733 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:32:12.734 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:32:12.735 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:32:12.735 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:32:12.735 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:32:12.736 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:32:13.027 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:32:13.471 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:32:13.472 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:32:43.473 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:32:43.474 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:32:43.475 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:32:43.475 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:32:43.475 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:32:43.475 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:32:43.731 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:32:44.191 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:32:44.192 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:33:14.193 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:33:14.194 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:33:14.194 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:33:14.195 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:33:14.195 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:33:14.195 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:33:16.338 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:33:16.830 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:33:16.830 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:33:46.832 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:33:46.834 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:33:46.834 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:33:46.834 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:33:46.837 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:33:46.838 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:33:46.935 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:33:47.383 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:33:47.383 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:34:17.384 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:34:17.385 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:34:17.385 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:34:17.386 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:34:17.386 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:34:17.386 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:34:17.457 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:34:17.919 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:34:17.919 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:34:47.920 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:34:47.922 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:34:47.922 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:34:47.922 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:34:47.922 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:34:47.923 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:34:48.007 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:34:48.470 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:34:48.470 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:35:18.472 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:35:18.473 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:35:18.473 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:35:18.474 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:35:18.474 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:35:18.474 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:35:18.558 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:35:19.006 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:35:19.006 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:35:49.007 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:35:49.007 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:35:49.008 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:35:49.009 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:35:49.009 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:35:49.009 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:35:49.091 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:35:49.619 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:35:49.620 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:36:19.621 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:36:19.622 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:36:19.623 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:36:19.624 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:36:19.624 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:36:19.624 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:36:19.711 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:36:20.178 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:36:20.179 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:36:50.180 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:36:50.180 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:36:50.181 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:36:50.181 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:36:50.182 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:36:50.182 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:36:50.288 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:36:50.739 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:36:50.739 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:37:20.740 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:37:20.741 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:37:20.741 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:37:20.742 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:37:20.742 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:37:20.743 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:37:20.830 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:37:21.289 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:37:21.289 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:37:51.290 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:37:51.291 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:37:51.291 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:37:51.292 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:37:51.292 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:37:51.292 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:37:51.366 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:37:51.821 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:37:51.822 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:38:21.823 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:38:21.824 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:38:21.824 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:38:21.825 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:38:21.825 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:38:21.825 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:38:21.903 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:38:22.342 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:38:22.343 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:38:52.343 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:38:52.345 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:38:52.345 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:38:52.345 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:38:52.345 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:38:52.346 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:38:52.423 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:38:52.857 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:38:52.858 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:39:22.859 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:39:22.860 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:39:22.860 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:39:22.861 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:39:22.861 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:39:22.861 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:39:22.948 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:39:23.416 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:39:23.416 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:39:53.417 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:39:53.418 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:39:53.419 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:39:53.419 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:39:53.420 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:39:53.420 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:39:53.504 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:39:53.977 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:39:53.977 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:40:23.978 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:40:23.979 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:40:23.980 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:40:23.980 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:40:23.981 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:40:23.981 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:40:24.080 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:40:24.508 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:40:24.509 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:40:54.511 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:40:54.513 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:40:54.513 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:40:54.513 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:40:54.514 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:40:54.514 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:40:54.610 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:40:55.099 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:40:55.099 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:41:25.100 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:41:25.101 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:41:25.102 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:41:25.102 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:41:25.102 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:41:25.103 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:41:25.227 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:41:25.659 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:41:25.660 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:41:55.661 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:41:55.662 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:41:55.663 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:41:55.664 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:41:55.664 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:41:55.665 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:41:55.792 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:41:56.240 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:41:56.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:42:26.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:42:26.242 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:42:26.242 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:42:26.243 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:42:26.243 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:42:26.244 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:42:26.544 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:42:26.997 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:42:26.997 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:42:56.998 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:42:56.999 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:42:56.999 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:42:57.000 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:42:57.000 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:42:57.000 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:42:57.157 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:42:57.607 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:42:57.607 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:43:27.609 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:43:27.610 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:43:27.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:43:27.612 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:43:27.612 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:43:27.612 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:43:29.800 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:43:30.268 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:43:30.268 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:44:00.269 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:44:00.270 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:44:00.270 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:44:00.271 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:44:00.271 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:44:00.271 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:44:00.357 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:44:00.833 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:44:00.834 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:44:30.835 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:44:30.835 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:44:30.836 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:44:30.837 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:44:30.837 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:44:30.837 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:44:30.939 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:44:31.388 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:44:31.389 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:45:01.390 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:45:01.392 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:45:01.393 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:45:01.393 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:45:01.394 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:45:01.395 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:45:01.477 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:45:01.940 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:45:01.941 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:45:31.943 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:45:31.945 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:45:31.945 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:45:31.945 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:45:31.946 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:45:31.946 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:45:32.036 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:45:32.490 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:45:32.490 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:46:02.491 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:46:02.492 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:46:02.492 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:46:02.493 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:46:02.493 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:46:02.494 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:46:02.574 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:46:03.021 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:46:03.022 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:46:33.023 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:46:33.024 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:46:33.025 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:46:33.025 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:46:33.026 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:46:33.026 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:46:33.112 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:46:33.613 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:46:33.613 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:47:03.614 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:47:03.615 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:47:03.615 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:47:03.616 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:47:03.616 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:47:03.617 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:47:03.692 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:47:04.128 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:47:04.128 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:47:34.130 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:47:34.131 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:47:34.132 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:47:34.132 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:47:34.133 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:47:34.133 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:47:34.215 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:47:34.645 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:47:34.646 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:48:04.648 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:48:04.649 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:48:04.650 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:48:04.651 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:48:04.651 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:48:04.651 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:48:04.740 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:48:05.289 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:48:05.290 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:48:35.291 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:48:35.291 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:48:35.291 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:48:35.292 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:48:35.292 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:48:35.293 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:48:35.384 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:48:35.850 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:48:35.851 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:49:05.852 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:49:05.852 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:49:05.853 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:49:05.854 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:49:05.854 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:49:05.854 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:49:05.929 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:49:06.447 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:49:06.448 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:49:36.449 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:49:36.449 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:49:36.450 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:49:36.450 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:49:36.451 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:49:36.451 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:49:36.531 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:49:37.028 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:49:37.029 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:50:07.030 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:50:07.031 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:50:07.031 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:50:07.032 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:50:07.032 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:50:07.032 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:50:07.113 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:50:07.570 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:50:07.571 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:50:37.572 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:50:37.573 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:50:37.574 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:50:37.574 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:50:37.575 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:50:37.575 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:50:37.715 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:50:38.151 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:50:38.152 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:51:08.152 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:51:08.153 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:51:08.153 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:51:08.154 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:51:08.154 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:51:08.154 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:51:08.261 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:51:08.686 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:51:08.687 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:51:38.688 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:51:38.689 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:51:38.689 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:51:38.690 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:51:38.690 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:51:38.690 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:51:38.777 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:51:39.386 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:51:39.386 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:52:09.388 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:52:09.564 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:52:09.565 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:52:09.566 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:52:09.566 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:52:09.566 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:52:09.566 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:52:09.976 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:52:09.977 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:52:39.978 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:52:39.979 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:52:39.979 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:52:39.980 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:52:39.980 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:52:39.980 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:52:40.293 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:52:40.793 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:52:40.794 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:53:10.795 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:53:10.796 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:53:10.797 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:53:10.797 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:53:10.797 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:53:10.797 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:53:10.942 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:53:11.441 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:53:11.442 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:53:41.442 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:53:41.443 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:53:41.444 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:53:41.444 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:53:41.444 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:53:41.444 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:53:43.680 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:53:44.139 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:53:44.140 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:54:14.142 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:54:14.142 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:54:14.143 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:54:14.144 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:54:14.144 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:54:14.144 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:54:14.236 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:54:14.697 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:54:14.697 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:54:44.698 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:54:44.699 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:54:44.699 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:54:44.700 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:54:44.700 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:54:44.700 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:54:44.777 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:54:45.226 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:54:45.227 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:55:15.229 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:55:15.230 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:55:15.230 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:55:15.230 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:55:15.231 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:55:15.231 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:55:15.318 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:55:15.759 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:55:15.760 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:55:45.761 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:55:45.762 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:55:45.763 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:55:45.763 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:55:45.763 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:55:45.763 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:55:45.845 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:55:46.309 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:55:46.309 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:56:16.310 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:56:16.311 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:56:16.312 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:56:16.312 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:56:16.312 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:56:16.313 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:56:16.422 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:56:16.917 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:56:16.917 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:56:46.918 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:56:46.919 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:56:46.920 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:56:46.920 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:56:46.920 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:56:46.921 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:56:47.006 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:56:47.455 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:56:47.455 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:57:17.456 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:57:17.457 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:57:17.458 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:57:17.458 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:57:17.458 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:57:17.458 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:57:17.534 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:57:17.995 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:57:17.995 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:57:47.996 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:57:47.997 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:57:47.998 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:57:47.998 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:57:47.999 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:57:47.999 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:57:48.070 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:57:48.571 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:57:48.571 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:58:18.572 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:58:18.573 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:58:18.574 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:58:18.574 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:58:18.574 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:58:18.574 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:58:18.655 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:58:19.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:58:19.121 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:58:49.122 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:58:49.123 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:58:49.123 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:58:49.124 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:58:49.124 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:58:49.124 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:58:49.227 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:58:49.707 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:58:49.707 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:59:19.708 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:59:19.709 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:59:19.710 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:59:19.710 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:59:19.711 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:59:19.711 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:59:19.801 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:59:20.242 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:59:20.242 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T06:59:50.244 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T06:59:50.244 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T06:59:50.245 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T06:59:50.245 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T06:59:50.246 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T06:59:50.246 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T06:59:50.335 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T06:59:50.766 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T06:59:50.767 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:00:20.768 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:00:20.768 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:00:20.769 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:00:20.770 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:00:20.770 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:00:20.770 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:00:20.858 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:00:21.368 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:00:21.369 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:00:51.371 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:00:51.372 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:00:51.373 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:00:51.373 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:00:51.373 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:00:51.373 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:00:51.454 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:00:51.894 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:00:51.894 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:01:21.895 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:01:21.896 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:01:21.897 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:01:21.897 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:01:21.897 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:01:21.897 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:01:21.975 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:01:22.445 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:01:22.446 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:01:52.447 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:01:52.448 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:01:52.448 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:01:52.448 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:01:52.448 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:01:52.449 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:01:52.531 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:01:52.980 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:01:52.980 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:02:22.981 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:02:22.982 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:02:22.983 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:02:22.983 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:02:22.984 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:02:22.984 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:02:23.072 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:02:23.543 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:02:23.543 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:02:53.544 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:02:53.545 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:02:53.545 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:02:53.546 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:02:53.546 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:02:53.546 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:02:53.916 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:02:54.377 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:02:54.377 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:03:24.378 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:03:24.379 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:03:24.380 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:03:24.380 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:03:24.380 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:03:24.380 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:03:24.527 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:03:25.048 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:03:25.048 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:03:55.050 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:03:55.051 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:03:55.052 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:03:55.052 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:03:55.052 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:03:55.052 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:03:57.262 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:03:57.763 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:03:57.764 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:04:27.765 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:04:27.765 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:04:27.766 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:04:27.767 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:04:27.767 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:04:27.767 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:04:27.847 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:04:28.279 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:04:28.279 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:04:58.280 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:04:58.281 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:04:58.281 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:04:58.282 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:04:58.282 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:04:58.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:04:58.368 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:04:58.849 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:04:58.850 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:05:28.851 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:05:28.852 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:05:28.852 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:05:28.852 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:05:28.853 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:05:28.853 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:05:28.940 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:05:29.390 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:05:29.390 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:05:59.391 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:05:59.392 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:05:59.393 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:05:59.393 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:05:59.393 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:05:59.393 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:05:59.479 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:05:59.935 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:05:59.935 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:06:29.936 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:06:29.937 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:06:29.938 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:06:29.938 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:06:29.939 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:06:29.939 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:06:30.021 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:06:30.458 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:06:30.459 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:07:00.460 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:07:00.461 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:07:00.462 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:07:00.462 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:07:00.462 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:07:00.462 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:07:00.547 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:07:01.025 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:07:01.026 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:07:31.027 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:07:31.028 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:07:31.029 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:07:31.029 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:07:31.030 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:07:31.030 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:07:31.116 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:07:31.585 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:07:31.585 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:08:01.587 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:08:01.587 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:08:01.588 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:08:01.589 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:08:01.589 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:08:01.589 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:08:01.682 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:08:02.116 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:08:02.117 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:08:32.118 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:08:32.119 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:08:32.120 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:08:32.120 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:08:32.120 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:08:32.121 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:08:32.202 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:08:32.656 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:08:32.656 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:09:02.657 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:09:02.658 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:09:02.658 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:09:02.659 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:09:02.659 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:09:02.660 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:09:02.743 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:09:03.190 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:09:03.190 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:09:33.191 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:09:33.192 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:09:33.193 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:09:33.193 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:09:33.193 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:09:33.194 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:09:33.282 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:09:33.714 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:09:33.714 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:10:03.715 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:10:03.716 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:10:03.717 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:10:03.717 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:10:03.717 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:10:03.718 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:10:03.796 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:10:04.250 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:10:04.250 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:10:34.251 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:10:34.252 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:10:34.253 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:10:34.253 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:10:34.253 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:10:34.254 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:10:34.324 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:10:34.812 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:10:34.813 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:11:04.814 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:11:04.816 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:11:04.817 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:11:04.817 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:11:04.817 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:11:04.817 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:11:04.894 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:11:05.328 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:11:05.328 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:11:35.329 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:11:35.330 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:11:35.330 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:11:35.331 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:11:35.331 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:11:35.331 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:11:35.427 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:11:35.917 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:11:35.918 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:12:05.919 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:12:05.920 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:12:05.921 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:12:05.921 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:12:05.921 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:12:05.921 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:12:05.998 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:12:06.458 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:12:06.459 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:12:36.460 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:12:36.461 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:12:36.462 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:12:36.462 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:12:36.462 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:12:36.462 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:12:36.539 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:12:37.006 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:12:37.007 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:13:07.008 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:13:07.010 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:13:07.011 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:13:07.011 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:13:07.011 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:13:07.012 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:13:07.439 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:13:07.888 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:13:07.889 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:13:37.890 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:13:37.891 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:13:37.892 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:13:37.892 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:13:37.892 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:13:37.892 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:13:38.039 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:13:38.502 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:13:38.502 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:14:08.504 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:14:08.504 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:14:08.505 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:14:08.506 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:14:08.506 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:14:08.506 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:14:10.569 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:14:11.021 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:14:11.021 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:14:41.023 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:14:41.023 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:14:41.024 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:14:41.024 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:14:41.025 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:14:41.025 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:14:41.110 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:14:41.562 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:14:41.562 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:15:11.563 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:15:11.564 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:15:11.565 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:15:11.565 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:15:11.565 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:15:11.566 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:15:11.650 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:15:12.076 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:15:12.076 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:15:42.077 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:15:42.078 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:15:42.079 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:15:42.080 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:15:42.080 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:15:42.081 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:15:42.170 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:15:42.622 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:15:42.622 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:16:12.623 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:16:12.624 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:16:12.624 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:16:12.625 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:16:12.625 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:16:12.626 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:16:12.704 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:16:13.210 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:16:13.210 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:16:43.211 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:16:43.212 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:16:43.212 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:16:43.213 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:16:43.213 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:16:43.213 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:16:43.290 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:16:43.763 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:16:43.763 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:17:13.764 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:17:13.765 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:17:13.765 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:17:13.766 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:17:13.766 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:17:13.766 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:17:13.848 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:17:14.297 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:17:14.298 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:17:44.299 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:17:44.301 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:17:44.301 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:17:44.302 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:17:44.302 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:17:44.302 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:17:44.377 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:17:45.391 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:17:45.392 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:18:15.393 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:18:15.394 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:18:15.394 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:18:15.394 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:18:15.395 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:18:15.395 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:18:15.479 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:18:15.949 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:18:15.950 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:18:45.951 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:18:45.952 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:18:45.954 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:18:45.954 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:18:45.954 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:18:45.955 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:18:46.038 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:18:46.489 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:18:46.490 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:19:16.491 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:19:16.492 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:19:16.492 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:19:16.492 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:19:16.492 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:19:16.493 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:19:16.584 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:19:17.075 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:19:17.075 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:19:47.076 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:19:47.077 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:19:47.078 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:19:47.078 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:19:47.078 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:19:47.079 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:19:47.165 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:19:47.625 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:19:47.625 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:20:17.626 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:20:17.627 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:20:17.627 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:20:17.627 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:20:17.628 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:20:17.628 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:20:17.724 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:20:18.161 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:20:18.161 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:20:48.162 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:20:48.163 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:20:48.164 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:20:48.164 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:20:48.164 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:20:48.165 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:20:48.259 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:20:48.692 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:20:48.693 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:21:18.694 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:21:18.696 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:21:18.697 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:21:18.698 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:21:18.698 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:21:18.699 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:21:18.784 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:21:19.230 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:21:19.231 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:21:49.232 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:21:49.233 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:21:49.233 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:21:49.234 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:21:49.234 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:21:49.235 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:21:49.381 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:21:49.835 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:21:49.836 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:22:19.837 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:22:19.838 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:22:19.838 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:22:19.839 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:22:19.839 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:22:19.840 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:22:19.925 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:22:20.383 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:22:20.384 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:22:50.385 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:22:50.386 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:22:50.386 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:22:50.387 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:22:50.387 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:22:50.387 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:22:50.468 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:22:50.919 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:22:50.919 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:23:20.920 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:23:20.921 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:23:20.922 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:23:20.922 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:23:20.922 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:23:20.923 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:23:21.205 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:23:21.617 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:23:21.618 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:23:51.619 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:23:51.620 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:23:51.620 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:23:51.621 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:23:51.621 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:23:51.621 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:23:51.756 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:23:52.207 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:23:52.208 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:24:22.209 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:24:22.210 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:24:22.210 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:24:22.210 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:24:22.210 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:24:22.211 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:24:24.338 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:24:24.806 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:24:24.807 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:24:54.807 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:24:54.808 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:24:54.809 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:24:54.809 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:24:54.810 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:24:54.810 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:24:54.890 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:24:55.405 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:24:55.406 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:25:25.407 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:25:25.408 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:25:25.409 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:25:25.409 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:25:25.409 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:25:25.409 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:25:25.496 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:25:25.938 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:25:25.938 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:25:55.940 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:25:55.941 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:25:55.941 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:25:55.941 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:25:55.942 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:25:55.942 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:25:56.022 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:25:56.475 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:25:56.475 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:26:26.476 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:26:26.477 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:26:26.477 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:26:26.478 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:26:26.478 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:26:26.479 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:26:26.582 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:26:27.070 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:26:27.070 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:26:57.071 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:26:57.072 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:26:57.073 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:26:57.073 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:26:57.073 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:26:57.074 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:26:57.172 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:26:57.629 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:26:57.629 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:27:27.638 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:27:27.639 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:27:27.639 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:27:27.639 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:27:27.639 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:27:27.639 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:27:27.726 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:27:28.166 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:27:28.167 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:27:58.168 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:27:58.170 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:27:58.170 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:27:58.171 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:27:58.171 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:27:58.171 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:27:58.266 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:27:58.701 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:27:58.701 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:28:28.702 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:28:28.703 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:28:28.703 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:28:28.704 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:28:28.704 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:28:28.704 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:28:28.792 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:28:29.281 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:28:29.281 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:28:59.283 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:28:59.283 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:28:59.284 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:28:59.284 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:28:59.285 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:28:59.285 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:28:59.367 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:28:59.817 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:28:59.818 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:29:29.819 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:29:29.820 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:29:29.820 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:29:29.821 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:29:29.821 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:29:29.821 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:29:29.920 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:29:30.381 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:29:30.381 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:30:00.382 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:30:00.382 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:30:00.383 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:30:00.383 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:30:00.384 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:30:00.384 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:30:00.479 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:30:00.956 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:30:00.956 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:30:30.957 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:30:30.958 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:30:30.959 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:30:30.959 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:30:30.959 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:30:30.959 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:30:31.041 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:30:31.528 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:30:31.528 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:31:01.529 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:31:01.530 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:31:01.530 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:31:01.531 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:31:01.531 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:31:01.531 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:31:01.623 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:31:02.088 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:31:02.088 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:31:32.091 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:31:32.093 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:31:32.093 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:31:32.094 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:31:32.094 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:31:32.095 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:31:32.177 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:31:32.633 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:31:32.633 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:32:02.634 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:32:02.635 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:32:02.636 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:32:02.636 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:32:02.636 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:32:02.636 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:32:02.746 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:32:03.175 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:32:03.175 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:32:33.176 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:32:33.177 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:32:33.178 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:32:33.178 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:32:33.178 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:32:33.179 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:32:33.272 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:32:33.737 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:32:33.738 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:33:03.739 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:33:03.740 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:33:03.741 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:33:03.741 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:33:03.741 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:33:03.741 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:33:03.835 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:33:04.285 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:33:04.285 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:33:34.286 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:33:34.287 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:33:34.287 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:33:34.288 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:33:34.288 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:33:34.289 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:33:34.605 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:33:35.186 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:33:35.186 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:34:05.187 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:34:05.188 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:34:05.188 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:34:05.189 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:34:05.189 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:34:05.190 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:34:05.445 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:34:05.904 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:34:05.904 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:34:35.905 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:34:35.906 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:34:35.906 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:34:35.907 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:34:35.907 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:34:35.908 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:34:38.206 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:34:38.660 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:34:38.661 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:35:08.663 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:35:08.664 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:35:08.664 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:35:08.664 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:35:08.665 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:35:08.665 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:35:08.747 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:35:09.236 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:35:09.236 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:35:39.237 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:35:39.238 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:35:39.238 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:35:39.238 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:35:39.239 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:35:39.239 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:35:39.317 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:35:39.753 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:35:39.754 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:36:09.755 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:36:09.755 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:36:09.756 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:36:09.756 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:36:09.757 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:36:09.757 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:36:09.836 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:36:10.279 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:36:10.279 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:36:40.280 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:36:40.281 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:36:40.281 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:36:40.282 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:36:40.282 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:36:40.283 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:36:40.357 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:36:40.804 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:36:40.805 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:37:10.805 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:37:10.806 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:37:10.807 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:37:10.807 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:37:10.807 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:37:10.808 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:37:10.896 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:37:11.402 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:37:11.402 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:37:41.403 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:37:41.404 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:37:41.404 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:37:41.405 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:37:41.405 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:37:41.406 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:37:41.491 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:37:41.949 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:37:41.950 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:38:11.951 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:38:11.952 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:38:11.952 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:38:11.952 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:38:11.953 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:38:11.953 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:38:12.036 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:38:12.662 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:38:12.662 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:38:42.664 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:38:42.665 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:38:42.665 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:38:42.666 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:38:42.666 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:38:42.667 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:38:42.744 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:38:43.194 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:38:43.195 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:39:13.196 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:39:13.197 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:39:13.198 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:39:13.198 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:39:13.198 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:39:13.199 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:39:13.286 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:39:13.745 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:39:13.745 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:39:43.747 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:39:43.747 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:39:43.748 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:39:43.749 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:39:43.749 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:39:43.749 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:39:43.840 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:39:44.311 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:39:44.311 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:40:14.312 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:40:14.313 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:40:14.314 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:40:14.314 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:40:14.314 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:40:14.314 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:40:14.397 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:40:14.903 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:40:14.903 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:40:44.904 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:40:44.905 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:40:44.906 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:40:44.906 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:40:44.906 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:40:44.907 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:40:44.983 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:40:45.422 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:40:45.432 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:41:15.424 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:41:15.425 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:41:15.425 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:41:15.426 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:41:15.426 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:41:15.426 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:41:15.508 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:41:16.001 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:41:16.002 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:41:46.004 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:41:46.005 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:41:46.005 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:41:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:41:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:41:46.006 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:41:46.144 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:41:46.609 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:41:46.610 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:42:16.610 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:42:16.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:42:16.612 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:42:16.612 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:42:16.612 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:42:16.612 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:42:16.700 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:42:17.173 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:42:17.173 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:42:47.174 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:42:47.175 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:42:47.176 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:42:47.176 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:42:47.176 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:42:47.177 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:42:47.252 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:42:47.698 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:42:47.699 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:43:17.699 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:43:17.700 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:43:17.700 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:43:17.701 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:43:17.701 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:43:17.702 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:43:17.789 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:43:18.248 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:43:18.248 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:43:48.249 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:43:48.250 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:43:48.250 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:43:48.251 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:43:48.251 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:43:48.251 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:43:48.702 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:43:49.226 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:43:49.227 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:44:19.227 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:44:19.228 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:44:19.229 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:44:19.229 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:44:19.230 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:44:19.230 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:44:19.390 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:44:19.935 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:44:19.935 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:44:49.932 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:44:49.933 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:44:49.934 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:44:49.934 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:44:49.934 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:44:49.934 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:44:51.867 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:44:52.321 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:44:52.321 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:45:22.322 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:45:22.324 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:45:22.325 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:45:22.325 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:45:22.325 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:45:22.325 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:45:22.415 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:45:22.856 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:45:22.856 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:45:52.857 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:45:52.858 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:45:52.859 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:45:52.859 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:45:52.859 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:45:52.860 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:45:52.940 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:45:53.373 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:45:53.374 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:46:23.375 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:46:23.376 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:46:23.377 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:46:23.377 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:46:23.377 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:46:23.378 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:46:23.459 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:46:23.901 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:46:23.902 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:46:53.903 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:46:53.904 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:46:53.904 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:46:53.905 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:46:53.905 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:46:53.905 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:46:53.993 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:46:54.418 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:46:54.418 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:47:24.419 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:47:24.420 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:47:24.421 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:47:24.421 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:47:24.421 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:47:24.422 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:47:24.504 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:47:24.995 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:47:24.995 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:47:54.996 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:47:54.996 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:47:54.997 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:47:54.997 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:47:54.998 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:47:54.998 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:47:55.077 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:47:55.535 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:47:55.536 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:48:25.537 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:48:25.538 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:48:25.538 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:48:25.538 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:48:25.539 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:48:25.539 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:48:25.671 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:48:26.120 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:48:26.120 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:48:56.122 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:48:56.123 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:48:56.124 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:48:56.124 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:48:56.125 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:48:56.125 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:48:56.209 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:48:56.679 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:48:56.680 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:49:26.680 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:49:26.681 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:49:26.682 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:49:26.682 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:49:26.682 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:49:26.683 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:49:26.824 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:49:27.273 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:49:27.274 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:49:57.275 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:49:57.275 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:49:57.276 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:49:57.277 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:49:57.277 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:49:57.277 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:49:57.361 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:49:57.811 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:49:57.811 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:50:27.813 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:50:27.813 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:50:27.814 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:50:27.815 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:50:27.815 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:50:27.815 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:50:27.906 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:50:28.341 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:50:28.342 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:50:58.343 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:50:58.344 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:50:58.345 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:50:58.345 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:50:58.345 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:50:58.345 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:50:58.437 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:50:58.881 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:50:58.881 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:51:28.883 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:51:28.883 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:51:28.884 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:51:28.884 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:51:28.885 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:51:28.885 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:51:28.971 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:51:29.414 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:51:29.414 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:51:59.415 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:51:59.416 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:51:59.416 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:51:59.417 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:51:59.417 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:51:59.417 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:51:59.505 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:51:59.944 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:51:59.944 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:52:29.946 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:52:29.947 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:52:29.948 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:52:29.948 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:52:29.949 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:52:29.949 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:52:30.036 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:52:30.497 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:52:30.497 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:53:00.498 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:53:00.499 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:53:00.499 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:53:00.500 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:53:00.500 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:53:00.501 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:53:00.588 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:53:01.060 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:53:01.061 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:53:31.062 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:53:31.063 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:53:31.063 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:53:31.064 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:53:31.064 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:53:31.064 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:53:31.183 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:53:31.607 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:53:31.608 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:54:01.608 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:54:01.609 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:54:01.610 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:54:01.610 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:54:01.611 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:54:01.611 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:54:01.982 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:54:02.483 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:54:02.484 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:54:32.484 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:54:32.486 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:54:32.486 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:54:32.486 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:54:32.486 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:54:32.487 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:54:32.645 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:54:33.147 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:54:33.148 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:55:03.148 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:55:03.149 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:55:03.149 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:55:03.150 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:55:03.150 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:55:03.151 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:55:05.192 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:55:05.640 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:55:05.640 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:55:35.642 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:55:35.643 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:55:35.643 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:55:35.643 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:55:35.644 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:55:35.644 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:55:35.732 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:55:36.174 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:55:36.174 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:56:06.176 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:56:06.177 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:56:06.178 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:56:06.178 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:56:06.178 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:56:06.178 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:56:06.269 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:56:06.695 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:56:06.695 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:56:36.697 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:56:36.697 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:56:36.698 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:56:36.699 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:56:36.699 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:56:36.699 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:56:36.807 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:56:37.300 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:56:37.300 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:57:07.301 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:57:07.303 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:57:07.303 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:57:07.303 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:57:07.303 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:57:07.304 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:57:07.424 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:57:07.860 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:57:07.860 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:57:37.861 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:57:37.862 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:57:37.862 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:57:37.863 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:57:37.863 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:57:37.863 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:57:37.955 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:57:38.420 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:57:38.420 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:58:08.421 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:58:08.422 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:58:08.423 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:58:08.423 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:58:08.423 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:58:08.424 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:58:08.523 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:58:09.010 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:58:09.010 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:58:39.011 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:58:39.012 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:58:39.013 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:58:39.013 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:58:39.013 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:58:39.013 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:58:39.094 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:58:39.536 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:58:39.536 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:59:09.538 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:59:09.540 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:59:09.540 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:59:09.540 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:59:09.541 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:59:09.541 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:59:09.626 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:59:10.084 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:59:10.085 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T07:59:40.086 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T07:59:40.087 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T07:59:40.088 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T07:59:40.088 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T07:59:40.088 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T07:59:40.088 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T07:59:40.175 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T07:59:40.683 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T07:59:40.684 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:00:10.686 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:00:10.687 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:00:10.688 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:00:10.688 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:00:10.688 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:00:10.688 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:00:10.772 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:00:11.237 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:00:11.237 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:00:41.239 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:00:41.240 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:00:41.240 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:00:41.240 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:00:41.240 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:00:41.241 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:00:41.321 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:00:41.740 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:00:41.740 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:01:11.741 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:01:11.741 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:01:11.742 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:01:11.743 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:01:11.743 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:01:11.743 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:01:11.831 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:01:12.259 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:01:12.259 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:01:42.260 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:01:42.260 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:01:42.261 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:01:42.261 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:01:42.263 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:01:42.263 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:01:42.344 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:01:42.814 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:01:42.815 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:02:12.817 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:02:12.818 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:02:12.819 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:02:12.819 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:02:12.820 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:02:12.820 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:02:12.945 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:02:13.446 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:02:13.447 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:02:43.448 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:02:43.448 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:02:43.449 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:02:43.449 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:02:43.450 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:02:43.450 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:02:43.535 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:02:44.019 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:02:44.020 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:03:14.021 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:03:14.023 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:03:14.024 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:03:14.024 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:03:14.025 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:03:14.025 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:03:14.101 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:03:14.632 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:03:14.633 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:03:44.634 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:03:44.635 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:03:44.635 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:03:44.635 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:03:44.636 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:03:44.637 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:03:44.718 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:03:45.199 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:03:45.199 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:04:15.201 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:04:15.201 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:04:15.202 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:04:15.203 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:04:15.203 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:04:15.203 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:04:15.477 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:04:15.898 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:04:15.898 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:04:45.900 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:04:45.902 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:04:45.902 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:04:45.902 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:04:45.903 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:04:45.903 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:04:46.045 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:04:46.505 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:04:46.506 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:05:16.506 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:05:16.507 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:05:16.507 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:05:16.508 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:05:16.508 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:05:16.508 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:05:18.704 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:05:19.260 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:05:19.260 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:05:49.262 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:05:49.263 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:05:49.264 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:05:49.264 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:05:49.264 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:05:49.265 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:05:49.340 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:05:49.778 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:05:49.779 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:06:19.780 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:06:19.781 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:06:19.782 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:06:19.782 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:06:19.782 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:06:19.782 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:06:19.869 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:06:20.320 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:06:20.321 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:06:50.322 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:06:50.323 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:06:50.323 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:06:50.324 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:06:50.324 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:06:50.324 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:06:50.411 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:06:50.864 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:06:50.864 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:07:20.865 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:07:20.866 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:07:20.867 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:07:20.867 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:07:20.867 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:07:20.868 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:07:20.947 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:07:21.407 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:07:21.407 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:07:51.408 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:07:51.409 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:07:51.409 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:07:51.410 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:07:51.410 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:07:51.410 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:07:51.497 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:07:51.954 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:07:51.954 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:08:21.955 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:08:21.955 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:08:21.956 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:08:21.957 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:08:21.957 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:08:21.957 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:08:22.050 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:08:22.475 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:08:22.475 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:08:52.476 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:08:52.478 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:08:52.478 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:08:52.478 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:08:52.478 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:08:52.479 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:08:52.573 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:08:53.060 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:08:53.061 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:09:23.063 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:09:23.064 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:09:23.065 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:09:23.065 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:09:23.065 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:09:23.065 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:09:23.151 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:09:23.644 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:09:23.644 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:09:53.646 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:09:53.647 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:09:53.647 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:09:53.647 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:09:53.648 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:09:53.648 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:09:53.722 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:09:54.197 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:09:54.197 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:10:24.199 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:10:24.199 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:10:24.200 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:10:24.200 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:10:24.201 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:10:24.201 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:10:24.296 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:10:24.763 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:10:24.764 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:10:54.764 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:10:54.765 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:10:54.766 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:10:54.766 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:10:54.766 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:10:54.766 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:10:54.854 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:10:55.291 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:10:55.291 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:11:25.295 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:11:25.296 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:11:25.297 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:11:25.297 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:11:25.297 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:11:25.298 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:11:25.366 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:11:25.814 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:11:25.814 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:11:55.815 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:11:55.816 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:11:55.816 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:11:55.817 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:11:55.817 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:11:55.817 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:11:55.921 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:11:56.369 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:11:56.369 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:12:26.372 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:12:26.373 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:12:26.373 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:12:26.374 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:12:26.374 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:12:26.374 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:12:26.465 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:12:26.934 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:12:26.934 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:12:56.935 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:12:56.936 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:12:56.937 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:12:56.937 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:12:56.937 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:12:56.938 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:12:57.015 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:12:57.504 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:12:57.504 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:13:27.505 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:13:27.506 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:13:27.506 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:13:27.507 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:13:27.507 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:13:27.508 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:13:27.583 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:13:28.022 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:13:28.022 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:13:58.024 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:13:58.025 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:13:58.026 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:13:58.026 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:13:58.027 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:13:58.027 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:13:58.108 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:13:58.527 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:13:58.528 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:14:28.529 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:14:28.530 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:14:28.530 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:14:28.531 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:14:28.531 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:14:28.531 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:14:28.836 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:14:29.317 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:14:29.318 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:14:59.318 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:14:59.318 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:14:59.319 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:14:59.320 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:14:59.320 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:14:59.320 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:14:59.455 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:14:59.948 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:14:59.949 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:15:29.949 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:15:29.950 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:15:29.951 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:15:29.951 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:15:29.951 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:15:29.952 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:15:32.333 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:15:32.778 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:15:32.778 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:16:02.780 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:16:02.781 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:16:02.781 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:16:02.782 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:16:02.782 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:16:02.782 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:16:02.899 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:16:03.370 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:16:03.370 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:16:33.371 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:16:33.372 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:16:33.373 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:16:33.373 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:16:33.373 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:16:33.374 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:16:33.450 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:16:33.903 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:16:33.903 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:17:03.904 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:17:03.905 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:17:03.905 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:17:03.906 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:17:03.906 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:17:03.906 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:17:03.980 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:17:04.448 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:17:04.449 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:17:34.449 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:17:34.449 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:17:34.450 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:17:34.451 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:17:34.451 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:17:34.451 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:17:34.531 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:17:35.018 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:17:35.019 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:18:05.019 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:18:05.020 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:18:05.021 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:18:05.021 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:18:05.021 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:18:05.022 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:18:05.092 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:18:05.517 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:18:05.517 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:18:35.518 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:18:35.519 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:18:35.519 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:18:35.520 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:18:35.520 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:18:35.520 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:18:35.608 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:18:36.064 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:18:36.064 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:19:06.065 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:19:06.065 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:19:06.066 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:19:06.066 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:19:06.067 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:19:06.067 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:19:06.166 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:19:06.624 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:19:06.625 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:19:36.626 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:19:36.627 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:19:36.628 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:19:36.628 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:19:36.628 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:19:36.629 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:19:36.711 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:19:37.221 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:19:37.221 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:20:07.222 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:20:07.223 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:20:07.223 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:20:07.224 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:20:07.224 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:20:07.224 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:20:07.308 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:20:07.738 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:20:07.738 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:20:37.739 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:20:37.740 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:20:37.741 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:20:37.741 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:20:37.741 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:20:37.741 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:20:37.843 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:20:38.334 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:20:38.537 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:21:08.334 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:21:08.335 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:21:08.335 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:21:08.336 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:21:08.336 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:21:08.336 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:21:08.444 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:21:08.891 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:21:08.892 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:21:38.893 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:21:38.893 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:21:38.894 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:21:38.895 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:21:38.895 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:21:38.895 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:21:38.978 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:21:39.437 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:21:39.437 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:22:09.438 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:22:09.439 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:22:09.440 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:22:09.440 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:22:09.440 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:22:09.440 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:22:09.538 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:22:10.009 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:22:10.009 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:22:40.011 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:22:40.012 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:22:40.012 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:22:40.012 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:22:40.013 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:22:40.013 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:22:40.103 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:22:40.569 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:22:40.570 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:23:10.570 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:23:10.570 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:23:10.571 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:23:10.571 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:23:10.572 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:23:10.572 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:23:10.657 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:23:11.120 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:23:11.120 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:23:41.122 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:23:41.123 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:23:41.123 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:23:41.123 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:23:41.124 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:23:41.124 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:23:41.209 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:23:41.648 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:23:41.648 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:24:11.649 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:24:11.650 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:24:11.651 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:24:11.651 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:24:11.651 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:24:11.654 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:24:11.762 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:24:12.192 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:24:12.193 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:24:42.194 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:24:42.196 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:24:42.197 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:24:42.197 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:24:42.198 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:24:42.198 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:24:42.529 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:24:42.983 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:24:42.983 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:25:12.984 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:25:12.985 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:25:12.985 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:25:12.985 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:25:12.985 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:25:12.986 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:25:13.135 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:25:13.611 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:25:13.612 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:25:43.613 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:25:43.613 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:25:43.614 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:25:43.614 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:25:43.615 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:25:43.615 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:25:46.078 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:25:46.537 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:25:46.537 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:26:16.538 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:26:16.540 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:26:16.540 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:26:16.540 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:26:16.541 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:26:16.541 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:26:16.623 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:26:17.084 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:26:17.084 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:26:47.085 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:26:47.085 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:26:47.086 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:26:47.086 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:26:47.087 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:26:47.087 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:26:47.171 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:26:47.660 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:26:47.661 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:27:17.661 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:27:17.662 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:27:17.663 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:27:17.663 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:27:17.663 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:27:17.664 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:27:17.785 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:27:18.254 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:27:18.254 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:27:48.255 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:27:48.255 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:27:48.256 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:27:48.257 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:27:48.257 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:27:48.257 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:27:48.406 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:27:48.871 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:27:48.872 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:28:18.873 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:28:18.873 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:28:18.874 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:28:18.874 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:28:18.875 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:28:18.875 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:28:18.954 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:28:19.397 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:28:19.397 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:28:49.398 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:28:49.399 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:28:49.400 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:28:49.400 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:28:49.400 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:28:49.401 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:28:49.476 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:28:49.968 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:28:49.969 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:29:19.970 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:29:19.971 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:29:19.972 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:29:19.972 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:29:19.973 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:29:19.973 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:29:20.053 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:29:20.519 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:29:20.520 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:29:50.521 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:29:50.522 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:29:50.523 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:29:50.523 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:29:50.524 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:29:50.524 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:29:50.611 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:29:51.093 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:29:51.093 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:30:21.094 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:30:21.096 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:30:21.097 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:30:21.098 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:30:21.098 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:30:21.099 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:30:21.180 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:30:21.596 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:30:21.597 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:30:51.598 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:30:51.599 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:30:51.600 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:30:51.600 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:30:51.600 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:30:51.600 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:30:51.682 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:30:52.128 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:30:52.129 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:31:22.130 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:31:22.130 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:31:22.131 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:31:22.132 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:31:22.132 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:31:22.132 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:31:22.218 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:31:22.728 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:31:22.728 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:31:52.729 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:31:52.730 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:31:52.731 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:31:52.731 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:31:52.731 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:31:52.731 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:31:52.848 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:31:53.329 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:31:53.330 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:32:23.330 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:32:23.331 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:32:23.332 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:32:23.332 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:32:23.333 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:32:23.333 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:32:23.413 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:32:23.884 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:32:23.884 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:32:53.886 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:32:53.887 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:32:53.888 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:32:53.888 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:32:53.888 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:32:53.888 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:32:53.967 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:32:54.423 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:32:54.424 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:33:24.425 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:33:24.426 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:33:24.426 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:33:24.427 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:33:24.427 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:33:24.427 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:33:24.505 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:33:25.015 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:33:25.016 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:33:55.016 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:33:55.017 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:33:55.017 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:33:55.018 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:33:55.018 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:33:55.018 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:33:55.103 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:33:55.556 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:33:55.556 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:34:25.557 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:34:25.558 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:34:25.558 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:34:25.558 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:34:25.559 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:34:25.559 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:34:25.646 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:34:26.104 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:34:26.104 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:34:56.105 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:34:56.105 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:34:56.106 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:34:56.106 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:34:56.107 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:34:56.107 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:34:56.525 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:34:57.065 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:34:57.066 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:35:27.068 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:35:27.070 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:35:27.070 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:35:27.071 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:35:27.071 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:35:27.072 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:35:27.252 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:35:27.732 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:35:27.732 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:35:57.734 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:35:57.734 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:35:57.735 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:35:57.735 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:35:57.736 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:35:57.736 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:35:59.846 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:36:00.308 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:36:00.309 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:36:30.310 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:36:30.312 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:36:30.312 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:36:30.312 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:36:30.312 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:36:30.313 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:36:30.405 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:36:30.872 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:36:30.872 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:37:00.873 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:37:00.874 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:37:00.874 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:37:00.875 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:37:00.875 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:37:00.875 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:37:00.958 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:37:01.489 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:37:01.489 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:37:31.491 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:37:31.492 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:37:31.493 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:37:31.493 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:37:31.493 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:37:31.493 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:37:31.565 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:37:32.060 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:37:32.061 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:38:02.062 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:38:02.062 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:38:02.063 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:38:02.064 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:38:02.064 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:38:02.064 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:38:02.181 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:38:02.632 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:38:02.632 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:38:32.633 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:38:32.634 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:38:32.634 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:38:32.635 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:38:32.635 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:38:32.635 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:38:32.736 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:38:33.193 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:38:33.193 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:39:03.195 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:39:03.195 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:39:03.196 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:39:03.196 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:39:03.197 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:39:03.197 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:39:03.289 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:39:03.768 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:39:03.768 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:39:33.771 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:39:33.771 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:39:33.772 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:39:33.772 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:39:33.773 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:39:33.773 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:39:33.846 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:39:34.298 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:39:34.299 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:40:04.301 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:40:04.303 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:40:04.303 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:40:04.304 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:40:04.304 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:40:04.304 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:40:04.383 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:40:04.870 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:40:04.870 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:40:34.871 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:40:34.872 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:40:34.872 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:40:34.873 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:40:34.873 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:40:34.874 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:40:34.951 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:40:35.414 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:40:35.414 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:41:05.415 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:41:05.416 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:41:05.417 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:41:05.417 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:41:05.417 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:41:05.417 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:41:05.500 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:41:05.934 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:41:05.935 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:41:35.936 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:41:35.937 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:41:35.937 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:41:35.938 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:41:35.938 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:41:35.939 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:41:36.029 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:41:36.493 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:41:36.493 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:42:06.494 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:42:06.496 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:42:06.496 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:42:06.496 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:42:06.496 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:42:06.496 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:42:06.586 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:42:07.140 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:42:07.141 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:42:37.143 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:42:37.144 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:42:37.144 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:42:37.144 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:42:37.145 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:42:37.145 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:42:37.223 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:42:37.680 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:42:37.680 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:43:07.682 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:43:07.682 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:43:07.683 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:43:07.684 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:43:07.684 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:43:07.684 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:43:07.771 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:43:08.240 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:43:08.240 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:43:38.241 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:43:38.243 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:43:38.243 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:43:38.244 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:43:38.244 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:43:38.244 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:43:38.335 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:43:38.848 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:43:38.848 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:44:08.849 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:44:08.849 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:44:08.850 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:44:08.850 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:44:08.851 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:44:08.851 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:44:08.930 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:44:09.400 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:44:09.400 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:44:39.401 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:44:39.402 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:44:39.403 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:44:39.403 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:44:39.403 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:44:39.403 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:44:39.486 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:44:39.956 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:44:39.956 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:45:09.957 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:45:09.958 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:45:09.959 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:45:09.959 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:45:09.960 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:45:09.960 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:45:10.297 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:45:10.740 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:45:10.740 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:45:40.742 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:45:40.742 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:45:40.743 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:45:40.743 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:45:40.744 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:45:40.744 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:45:40.863 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:45:41.437 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:45:41.438 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:46:11.438 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:46:11.439 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:46:11.440 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:46:11.440 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:46:11.440 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:46:11.440 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:46:13.559 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:46:14.036 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:46:14.036 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:46:44.039 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:46:44.040 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:46:44.040 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:46:44.040 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:46:44.040 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:46:44.041 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:46:44.154 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:46:44.721 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:46:44.721 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:47:14.723 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:47:14.725 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:47:14.725 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:47:14.725 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:47:14.725 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:47:14.726 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:47:14.827 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:47:15.306 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:47:15.307 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:47:45.307 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:47:45.308 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:47:45.309 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:47:45.309 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:47:45.309 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:47:45.310 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:47:45.393 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:47:45.839 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:47:45.839 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:48:15.840 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:48:15.841 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:48:15.841 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:48:15.842 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:48:15.842 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:48:15.843 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:48:15.933 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:48:16.410 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:48:16.410 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:48:46.412 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:48:46.413 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:48:46.414 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:48:46.414 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:48:46.414 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:48:46.415 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:48:46.506 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:48:46.970 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:48:46.971 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:49:16.974 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:49:16.975 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:49:16.976 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:49:16.977 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:49:16.977 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:49:16.977 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:49:17.050 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:49:17.531 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:49:17.531 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:49:47.533 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:49:47.534 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:49:47.535 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:49:47.535 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:49:47.535 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:49:47.536 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:49:47.611 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:49:48.064 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:49:48.064 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:50:18.067 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:50:18.069 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:50:18.069 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:50:18.070 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:50:18.070 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:50:18.070 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:50:18.151 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:50:18.604 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:50:18.604 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:50:48.606 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:50:48.607 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:50:48.608 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:50:48.608 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:50:48.609 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:50:48.609 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:50:48.697 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:50:49.189 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:50:49.189 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:51:19.191 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:51:19.191 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:51:19.192 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:51:19.193 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:51:19.193 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:51:19.193 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:51:19.276 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:51:19.735 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:51:19.735 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:51:49.738 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:51:49.738 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:51:49.739 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:51:49.739 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:51:49.740 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:51:49.740 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:51:49.875 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:51:50.329 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:51:50.330 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:52:20.332 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:52:20.333 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:52:20.334 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:52:20.334 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:52:20.335 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:52:20.335 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:52:20.467 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:52:20.943 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:52:20.943 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:52:50.945 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:52:50.945 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:52:50.946 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:52:50.947 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:52:50.947 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:52:50.948 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:52:51.043 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:52:51.506 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:52:51.507 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:53:21.509 INFO:teuthology.orchestra.run.smithi178.stderr:+ '[' 3 '!=' '' ']' 2021-11-16T08:53:21.509 INFO:teuthology.orchestra.run.smithi178.stderr:+ echo 'waiting for osd to come back up' 2021-11-16T08:53:21.510 INFO:teuthology.orchestra.run.smithi178.stdout:waiting for osd to come back up 2021-11-16T08:53:21.511 INFO:teuthology.orchestra.run.smithi178.stderr:++ toolbox ceph osd stat 2021-11-16T08:53:21.511 INFO:teuthology.orchestra.run.smithi178.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2021-11-16T08:53:21.511 INFO:teuthology.orchestra.run.smithi178.stderr:++ cut -f3 -d ' ' 2021-11-16T08:53:21.609 INFO:teuthology.orchestra.run.smithi178.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2021-11-16T08:53:22.051 INFO:teuthology.orchestra.run.smithi178.stderr:+ num_osd=3 2021-11-16T08:53:22.052 INFO:teuthology.orchestra.run.smithi178.stderr:+ sleep 30s 2021-11-16T08:53:35.699 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2021-11-16T08:53:35.701 DEBUG:teuthology.task.console_log:Killing console logger for smithi178 2021-11-16T08:53:35.702 DEBUG:teuthology.exit:Finished running handlers