2022-01-04T07:26:10.105 INFO:root:teuthology version: 1.1.0-95a7d479 2022-01-04T07:26:10.108 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/flannel rook/1.7.2} --archive /home/teuthworker/archive/benhanokh-2022-01-04_07:15:20-rados-WIP_GBH_safe_fast_shutdown_A1-distro-basic-smithi/6593923 --owner scheduled_benhanokh@teuthology --name benhanokh-2022-01-04_07:15:20-rados-WIP_GBH_safe_fast_shutdown_A1-distro-basic-smithi --verbose -- /home/teuthworker/archive/benhanokh-2022-01-04_07:15:20-rados-WIP_GBH_safe_fast_shutdown_A1-distro-basic-smithi/6593923/orig.config.yaml 2022-01-04T07:26:10.140 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2022-01-04T07:26:10.213 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/benhanokh-2022-01-04_07:15:20-rados-WIP_GBH_safe_fast_shutdown_A1-distro-basic-smithi/6593923 branch: WIP_GBH_safe_fast_shutdown_A1 description: rados/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/flannel rook/1.7.2} email: null first_in_suite: false job_id: '6593923' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: benhanokh-2022-01-04_07:15:20-rados-WIP_GBH_safe_fast_shutdown_A1-distro-basic-smithi nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: WIP_GBH_safe_fast_shutdown_A1 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: 0797768822e99ad148f56a2962d5638b541f0200 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: sha1: 0797768822e99ad148f56a2962d5638b541f0200 kernel: hwe: true kubeadm: pod_network: flannel version: '1.21' rook: rook_branch: v1.7.2 rook_image: rook/ceph:v1.7.2 workunit: branch: WIP_GBH_safe_fast_shutdown_A1 sha1: 0797768822e99ad148f56a2962d5638b541f0200 owner: scheduled_benhanokh@teuthology priority: 150 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.a sha1: 0797768822e99ad148f56a2962d5638b541f0200 sleep_before_teardown: 0 suite: rados suite_branch: WIP_GBH_safe_fast_shutdown_A1 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_0797768822e99ad148f56a2962d5638b541f0200/qa suite_relpath: qa suite_repo: git://git.ceph.com/ceph-ci.git suite_sha1: 0797768822e99ad148f56a2962d5638b541f0200 targets: smithi110.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCm/BpnPMhWPwCPWC7uLOtH2DFGdfm3ZWPpGuo86MFmS9C5cQlBaK4FXX8ffWJQZYghPAxKk35mvDjuFDJUOoeeNy76NlNuPaSNd/5ADfW9JTe8GZzh5hPF2Z8rbJuJHFSG148DoFHhvDhC3xIdbd8KTIwoK9z265LA/OgQx2PW567wLnwWTddAauBGTAgSnNrVSQorRgXhUiCre9AyiIOm+MNuHKd3jfN10OVhMOZQO+rjl8JHak878QLO/4iOTjvXSjeyKm1valOYcLSlNUErXLz/JB5CXHdFcBfx/jx/gxsIMYXLQV76sgcXGlUJRYNDF8xbks8E1LNv49LAoQP8GIQtrEJc8oszEbmQm07oglhvX+RuggbB2Gxfw7yWckIVSu/LFroCO/EIyNOY0gdthP+VcFAaNtV2Qvmlw1rFrS5kWypPag924qalgnVCefvpYu3eI2/a0xhHQWnF/+F7z3fb9ZVUybSzGWVp+xXV36P+4RDbJ0XqVmPlu8xZQk8= tasks: - kubeadm: null - nvme_loop: 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 ' - exec: host.a: - "set -ex\ntoolbox() {\n kubectl -n rook-ceph exec -it deploy/rook-ceph-tools\ \ -- \"$@\"\n}\norig_num_osd=`toolbox ceph osd stat | cut -f3 -d \" \"`\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}'`\n\ host=`echo $removed_pv | cut -f1 -d \"-\"`\ntoolbox ceph orch device zap $host\ \ $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" - 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 - ceph orch apply rbd-mirror - ceph orch apply nfs foo --port 12777 teuthology_branch: master teuthology_sha1: 95a7d4799b562f3bbb5ec66107094963abd62fa1 timestamp: 2022-01-04_07:15:20 tube: smithi user: benhanokh verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.20261 2022-01-04T07:26:10.214 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_0797768822e99ad148f56a2962d5638b541f0200/qa; will attempt to use it 2022-01-04T07:26:10.215 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_0797768822e99ad148f56a2962d5638b541f0200/qa/tasks 2022-01-04T07:26:10.215 INFO:teuthology.run_tasks:Running task internal.check_packages... 2022-01-04T07:26:10.217 INFO:teuthology.task.internal:Checking packages... 2022-01-04T07:26:10.237 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '0797768822e99ad148f56a2962d5638b541f0200' 2022-01-04T07:26:10.238 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2022-01-04T07:26:10.238 INFO:teuthology.packaging:ref: None 2022-01-04T07:26:10.239 INFO:teuthology.packaging:tag: None 2022-01-04T07:26:10.239 INFO:teuthology.packaging:branch: WIP_GBH_safe_fast_shutdown_A1 2022-01-04T07:26:10.239 INFO:teuthology.packaging:sha1: 0797768822e99ad148f56a2962d5638b541f0200 2022-01-04T07:26:10.240 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=WIP_GBH_safe_fast_shutdown_A1 2022-01-04T07:26:10.502 INFO:teuthology.task.internal:Found packages for ceph version 17.0.0-9843-g07977688-1focal 2022-01-04T07:26:10.502 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2022-01-04T07:26:10.512 INFO:teuthology.task.internal:no buildpackages task found 2022-01-04T07:26:10.512 INFO:teuthology.run_tasks:Running task internal.save_config... 2022-01-04T07:26:10.543 INFO:teuthology.task.internal:Saving configuration 2022-01-04T07:26:10.560 INFO:teuthology.run_tasks:Running task internal.check_lock... 2022-01-04T07:26:10.570 INFO:teuthology.task.internal.check_lock:Checking locks... 2022-01-04T07:26:10.594 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/benhanokh-2022-01-04_07:15:20-rados-WIP_GBH_safe_fast_shutdown_A1-distro-basic-smithi/6593923', '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': '2022-01-04 07:20:17.502310', 'locked_by': 'scheduled_benhanokh@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGksgxrV5y9H8RXQBQTykrB7Sk7WFXMLmNnFtFyAoOry'} 2022-01-04T07:26:10.595 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2022-01-04T07:26:10.605 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.a', 'client.a'] 2022-01-04T07:26:10.605 INFO:teuthology.run_tasks:Running task console_log... 2022-01-04T07:26:10.660 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f83be1a4d08>, signals=[15]) 2022-01-04T07:26:10.661 INFO:teuthology.run_tasks:Running task internal.connect... 2022-01-04T07:26:10.671 INFO:teuthology.task.internal:Opening connections... 2022-01-04T07:26:10.672 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2022-01-04T07:26:10.674 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-01-04T07:26:10.725 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2022-01-04T07:26:10.735 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2022-01-04T07:26:10.850 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2022-01-04T07:26:10.850 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2022-01-04T07:26:10.899 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="Ubuntu" 2022-01-04T07:26:10.899 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="20.04.3 LTS (Focal Fossa)" 2022-01-04T07:26:10.900 INFO:teuthology.orchestra.run.smithi110.stdout:ID=ubuntu 2022-01-04T07:26:10.900 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE=debian 2022-01-04T07:26:10.900 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="Ubuntu 20.04.3 LTS" 2022-01-04T07:26:10.900 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="20.04" 2022-01-04T07:26:10.900 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://www.ubuntu.com/" 2022-01-04T07:26:10.901 INFO:teuthology.orchestra.run.smithi110.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2022-01-04T07:26:10.901 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2022-01-04T07:26:10.901 INFO:teuthology.orchestra.run.smithi110.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2022-01-04T07:26:10.901 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_CODENAME=focal 2022-01-04T07:26:10.902 INFO:teuthology.orchestra.run.smithi110.stdout:UBUNTU_CODENAME=focal 2022-01-04T07:26:10.902 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2022-01-04T07:26:10.922 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2022-01-04T07:26:10.935 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2022-01-04T07:26:10.979 INFO:teuthology.task.internal:Checking for old test directory... 2022-01-04T07:26:10.979 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2022-01-04T07:26:10.985 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2022-01-04T07:26:11.004 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2022-01-04T07:26:11.004 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2022-01-04T07:26:11.017 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2022-01-04T07:26:11.053 INFO:teuthology.run_tasks:Running task kernel... 2022-01-04T07:26:11.071 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2022-01-04T07:26:11.072 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2022-01-04T07:26:11.072 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.a': {'hwe': True}} 2022-01-04T07:26:11.073 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2022-01-04T07:26:11.073 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2022-01-04T07:26:11.080 INFO:teuthology.orchestra.run.smithi110.stdout:5.4.0-88-generic 2022-01-04T07:26:11.081 INFO:teuthology.task.kernel:Running kernel on smithi110: 5.4.0-88-generic 2022-01-04T07:26:11.081 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get clean 2022-01-04T07:26:11.144 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get update 2022-01-04T07:26:11.317 INFO:teuthology.orchestra.run.smithi110.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-01-04T07:26:11.439 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-01-04T07:26:11.525 INFO:teuthology.orchestra.run.smithi110.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-01-04T07:26:11.649 INFO:teuthology.orchestra.run.smithi110.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [345 kB] 2022-01-04T07:26:11.736 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,069 kB] 2022-01-04T07:26:11.801 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [197 kB] 2022-01-04T07:26:11.808 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [9,096 B] 2022-01-04T07:26:11.809 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [20.5 kB] 2022-01-04T07:26:11.810 INFO:teuthology.orchestra.run.smithi110.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [566 kB] 2022-01-04T07:26:11.833 INFO:teuthology.orchestra.run.smithi110.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [80.9 kB] 2022-01-04T07:26:11.840 INFO:teuthology.orchestra.run.smithi110.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [528 B] 2022-01-04T07:26:11.840 INFO:teuthology.orchestra.run.smithi110.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [668 kB] 2022-01-04T07:26:11.860 INFO:teuthology.orchestra.run.smithi110.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [525 kB] 2022-01-04T07:26:11.877 INFO:teuthology.orchestra.run.smithi110.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [112 kB] 2022-01-04T07:26:11.880 INFO:teuthology.orchestra.run.smithi110.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [13.0 kB] 2022-01-04T07:26:11.897 INFO:teuthology.orchestra.run.smithi110.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,212 B] 2022-01-04T07:26:11.897 INFO:teuthology.orchestra.run.smithi110.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [21.9 kB] 2022-01-04T07:26:11.898 INFO:teuthology.orchestra.run.smithi110.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2022-01-04T07:26:11.922 INFO:teuthology.orchestra.run.smithi110.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-01-04T07:26:12.104 INFO:teuthology.orchestra.run.smithi110.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1,400 kB] 2022-01-04T07:26:12.396 INFO:teuthology.orchestra.run.smithi110.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [574 kB] 2022-01-04T07:26:12.424 INFO:teuthology.orchestra.run.smithi110.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [283 kB] 2022-01-04T07:26:12.443 INFO:teuthology.orchestra.run.smithi110.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [14.7 kB] 2022-01-04T07:26:12.444 INFO:teuthology.orchestra.run.smithi110.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [21.8 kB] 2022-01-04T07:26:12.445 INFO:teuthology.orchestra.run.smithi110.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [616 kB] 2022-01-04T07:26:12.487 INFO:teuthology.orchestra.run.smithi110.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [88.1 kB] 2022-01-04T07:26:12.489 INFO:teuthology.orchestra.run.smithi110.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [528 B] 2022-01-04T07:26:12.490 INFO:teuthology.orchestra.run.smithi110.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [654 kB] 2022-01-04T07:26:12.521 INFO:teuthology.orchestra.run.smithi110.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [884 kB] 2022-01-04T07:26:12.543 INFO:teuthology.orchestra.run.smithi110.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [193 kB] 2022-01-04T07:26:12.571 INFO:teuthology.orchestra.run.smithi110.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [19.9 kB] 2022-01-04T07:26:12.571 INFO:teuthology.orchestra.run.smithi110.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,456 B] 2022-01-04T07:26:12.572 INFO:teuthology.orchestra.run.smithi110.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.8 kB] 2022-01-04T07:26:12.573 INFO:teuthology.orchestra.run.smithi110.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [6,928 B] 2022-01-04T07:26:12.635 INFO:teuthology.orchestra.run.smithi110.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2022-01-04T07:26:12.635 INFO:teuthology.orchestra.run.smithi110.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [34.5 kB] 2022-01-04T07:26:12.636 INFO:teuthology.orchestra.run.smithi110.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [42.0 kB] 2022-01-04T07:26:12.637 INFO:teuthology.orchestra.run.smithi110.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main Translation-en [10.0 kB] 2022-01-04T07:26:12.693 INFO:teuthology.orchestra.run.smithi110.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [864 B] 2022-01-04T07:26:12.693 INFO:teuthology.orchestra.run.smithi110.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [18.9 kB] 2022-01-04T07:26:12.779 INFO:teuthology.orchestra.run.smithi110.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [10.5 kB] 2022-01-04T07:26:12.780 INFO:teuthology.orchestra.run.smithi110.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [7,492 B] 2022-01-04T07:26:12.780 INFO:teuthology.orchestra.run.smithi110.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [636 B] 2022-01-04T07:26:15.892 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 8,885 kB in 2s (5,160 kB/s) 2022-01-04T07:26:17.076 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2022-01-04T07:26:17.098 DEBUG:teuthology.orchestra.run.smithi110:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-01-04T07:26:17.165 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2022-01-04T07:26:17.334 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2022-01-04T07:26:17.335 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2022-01-04T07:26:17.478 INFO:teuthology.orchestra.run.smithi110.stdout:The following package was automatically installed and is no longer required: 2022-01-04T07:26:17.479 INFO:teuthology.orchestra.run.smithi110.stdout: libllvm11 2022-01-04T07:26:17.479 INFO:teuthology.orchestra.run.smithi110.stdout:Use 'sudo apt autoremove' to remove it. 2022-01-04T07:26:17.479 INFO:teuthology.orchestra.run.smithi110.stdout:The following additional packages will be installed: 2022-01-04T07:26:17.480 INFO:teuthology.orchestra.run.smithi110.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-01-04T07:26:17.480 INFO:teuthology.orchestra.run.smithi110.stdout: libusbmuxd6 linux-image-5.11.0-43-generic linux-modules-5.11.0-43-generic 2022-01-04T07:26:17.480 INFO:teuthology.orchestra.run.smithi110.stdout: linux-modules-extra-5.11.0-43-generic thermald upower usbmuxd 2022-01-04T07:26:17.481 INFO:teuthology.orchestra.run.smithi110.stdout:Suggested packages: 2022-01-04T07:26:17.481 INFO:teuthology.orchestra.run.smithi110.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.11-source-5.11.0 2022-01-04T07:26:17.481 INFO:teuthology.orchestra.run.smithi110.stdout: linux-hwe-5.11-tools linux-headers-5.11.0-43-generic 2022-01-04T07:26:17.538 INFO:teuthology.orchestra.run.smithi110.stdout:The following NEW packages will be installed: 2022-01-04T07:26:17.539 INFO:teuthology.orchestra.run.smithi110.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-01-04T07:26:17.539 INFO:teuthology.orchestra.run.smithi110.stdout: libusbmuxd6 linux-image-5.11.0-43-generic linux-image-generic-hwe-20.04 2022-01-04T07:26:17.540 INFO:teuthology.orchestra.run.smithi110.stdout: linux-modules-5.11.0-43-generic linux-modules-extra-5.11.0-43-generic 2022-01-04T07:26:17.540 INFO:teuthology.orchestra.run.smithi110.stdout: thermald upower usbmuxd 2022-01-04T07:26:17.728 INFO:teuthology.orchestra.run.smithi110.stdout:0 upgraded, 13 newly installed, 0 to remove and 86 not upgraded. 2022-01-04T07:26:17.728 INFO:teuthology.orchestra.run.smithi110.stdout:Need to get 79.6 MB of archives. 2022-01-04T07:26:17.729 INFO:teuthology.orchestra.run.smithi110.stdout:After this operation, 394 MB of additional disk space will be used. 2022-01-04T07:26:17.729 INFO:teuthology.orchestra.run.smithi110.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2022-01-04T07:26:18.017 INFO:teuthology.orchestra.run.smithi110.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2022-01-04T07:26:18.040 INFO:teuthology.orchestra.run.smithi110.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2022-01-04T07:26:18.041 INFO:teuthology.orchestra.run.smithi110.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2022-01-04T07:26:18.132 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2022-01-04T07:26:18.161 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.11.0-43-generic amd64 5.11.0-43.47~20.04.2 [17.9 MB] 2022-01-04T07:26:19.091 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.11.0-43-generic amd64 5.11.0-43.47~20.04.2 [11.5 MB] 2022-01-04T07:26:19.408 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.11.0-43-generic amd64 5.11.0-43.47~20.04.2 [49.5 MB] 2022-01-04T07:26:21.155 INFO:teuthology.orchestra.run.smithi110.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.11.0.43.47~20.04.21 [2,632 B] 2022-01-04T07:26:21.156 INFO:teuthology.orchestra.run.smithi110.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.1 [31.6 kB] 2022-01-04T07:26:21.157 INFO:teuthology.orchestra.run.smithi110.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2022-01-04T07:26:21.162 INFO:teuthology.orchestra.run.smithi110.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2022-01-04T07:26:21.164 INFO:teuthology.orchestra.run.smithi110.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2022-01-04T07:26:21.558 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 79.6 MB in 4s (22.0 MB/s) 2022-01-04T07:26:21.751 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2022-01-04T07:26:23.617 INFO:teuthology.orchestra.run.smithi110.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.) 2022-01-04T07:26:23.624 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2022-01-04T07:26:23.811 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-01-04T07:26:24.193 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libplist3:amd64. 2022-01-04T07:26:24.209 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2022-01-04T07:26:24.250 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2022-01-04T07:26:24.625 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2022-01-04T07:26:24.644 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2022-01-04T07:26:24.676 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2022-01-04T07:26:25.007 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2022-01-04T07:26:25.024 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2022-01-04T07:26:25.068 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-01-04T07:26:25.441 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libupower-glib3:amd64. 2022-01-04T07:26:25.459 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2022-01-04T07:26:25.500 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2022-01-04T07:26:25.856 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-modules-5.11.0-43-generic. 2022-01-04T07:26:25.872 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../05-linux-modules-5.11.0-43-generic_5.11.0-43.47~20.04.2_amd64.deb ... 2022-01-04T07:26:25.919 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-modules-5.11.0-43-generic (5.11.0-43.47~20.04.2) ... 2022-01-04T07:26:28.308 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-image-5.11.0-43-generic. 2022-01-04T07:26:28.327 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../06-linux-image-5.11.0-43-generic_5.11.0-43.47~20.04.2_amd64.deb ... 2022-01-04T07:26:28.431 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-image-5.11.0-43-generic (5.11.0-43.47~20.04.2) ... 2022-01-04T07:26:29.070 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-modules-extra-5.11.0-43-generic. 2022-01-04T07:26:29.085 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../07-linux-modules-extra-5.11.0-43-generic_5.11.0-43.47~20.04.2_amd64.deb ... 2022-01-04T07:26:29.127 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-modules-extra-5.11.0-43-generic (5.11.0-43.47~20.04.2) ... 2022-01-04T07:26:35.425 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2022-01-04T07:26:35.446 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.11.0.43.47~20.04.21_amd64.deb ... 2022-01-04T07:26:35.482 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking linux-image-generic-hwe-20.04 (5.11.0.43.47~20.04.21) ... 2022-01-04T07:26:35.802 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libevdev2:amd64. 2022-01-04T07:26:35.821 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.1_amd64.deb ... 2022-01-04T07:26:35.856 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-01-04T07:26:36.244 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package thermald. 2022-01-04T07:26:36.261 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2022-01-04T07:26:36.303 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2022-01-04T07:26:36.873 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package upower. 2022-01-04T07:26:36.889 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2022-01-04T07:26:36.950 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking upower (0.99.11-1build2) ... 2022-01-04T07:26:37.347 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package usbmuxd. 2022-01-04T07:26:37.366 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2022-01-04T07:26:37.405 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-01-04T07:26:37.723 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2022-01-04T07:26:37.837 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-01-04T07:26:37.959 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2022-01-04T07:26:38.078 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2022-01-04T07:26:38.208 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-01-04T07:26:38.408 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-01-04T07:26:38.668 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up upower (0.99.11-1build2) ... 2022-01-04T07:26:39.110 INFO:teuthology.orchestra.run.smithi110.stdout:upower.service is a disabled or a static unit, not starting it. 2022-01-04T07:26:39.157 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-01-04T07:26:39.343 INFO:teuthology.orchestra.run.smithi110.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2022-01-04T07:26:39.353 INFO:teuthology.orchestra.run.smithi110.stdout:Adding system user `usbmux' (UID 114) ... 2022-01-04T07:26:39.353 INFO:teuthology.orchestra.run.smithi110.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2022-01-04T07:26:39.876 INFO:teuthology.orchestra.run.smithi110.stdout:Not creating home directory `/var/lib/usbmux'. 2022-01-04T07:26:40.100 INFO:teuthology.orchestra.run.smithi110.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2022-01-04T07:26:40.149 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2022-01-04T07:26:40.444 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2022-01-04T07:26:40.444 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2022-01-04T07:26:40.887 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-image-5.11.0-43-generic (5.11.0-43.47~20.04.2) ... 2022-01-04T07:26:42.126 INFO:teuthology.orchestra.run.smithi110.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.4.0-88-generic 2022-01-04T07:26:42.126 INFO:teuthology.orchestra.run.smithi110.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.4.0-88-generic 2022-01-04T07:26:42.126 INFO:teuthology.orchestra.run.smithi110.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.11.0-43-generic 2022-01-04T07:26:42.127 INFO:teuthology.orchestra.run.smithi110.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.11.0-43-generic 2022-01-04T07:26:42.349 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-modules-extra-5.11.0-43-generic (5.11.0-43.47~20.04.2) ... 2022-01-04T07:26:43.645 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-modules-5.11.0-43-generic (5.11.0-43.47~20.04.2) ... 2022-01-04T07:26:45.090 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up linux-image-generic-hwe-20.04 (5.11.0.43.47~20.04.21) ... 2022-01-04T07:26:45.212 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-01-04T07:26:45.559 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-01-04T07:26:46.212 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-01-04T07:26:46.325 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for linux-image-5.11.0-43-generic (5.11.0-43.47~20.04.2) ... 2022-01-04T07:26:46.509 INFO:teuthology.orchestra.run.smithi110.stdout:/etc/kernel/postinst.d/initramfs-tools: 2022-01-04T07:26:46.510 INFO:teuthology.orchestra.run.smithi110.stdout:update-initramfs: Generating /boot/initrd.img-5.11.0-43-generic 2022-01-04T07:27:09.842 INFO:teuthology.orchestra.run.smithi110.stdout:/etc/kernel/postinst.d/zz-update-grub: 2022-01-04T07:27:09.843 INFO:teuthology.orchestra.run.smithi110.stdout:Sourcing file `/etc/default/grub' 2022-01-04T07:27:09.866 INFO:teuthology.orchestra.run.smithi110.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-01-04T07:27:09.931 INFO:teuthology.orchestra.run.smithi110.stdout:Generating grub configuration file ... 2022-01-04T07:27:10.339 INFO:teuthology.orchestra.run.smithi110.stdout:Found linux image: /boot/vmlinuz-5.11.0-43-generic 2022-01-04T07:27:10.374 INFO:teuthology.orchestra.run.smithi110.stdout:Found initrd image: /boot/initrd.img-5.11.0-43-generic 2022-01-04T07:27:10.838 INFO:teuthology.orchestra.run.smithi110.stdout:Found linux image: /boot/vmlinuz-5.4.0-88-generic 2022-01-04T07:27:10.850 INFO:teuthology.orchestra.run.smithi110.stdout:Found initrd image: /boot/initrd.img-5.4.0-88-generic 2022-01-04T07:27:10.963 INFO:teuthology.orchestra.run.smithi110.stdout:Found linux image: /boot/vmlinuz-5.4.0-66-generic 2022-01-04T07:27:10.974 INFO:teuthology.orchestra.run.smithi110.stdout:Found initrd image: /boot/initrd.img-5.4.0-66-generic 2022-01-04T07:27:13.672 INFO:teuthology.orchestra.run.smithi110.stdout:done 2022-01-04T07:27:14.116 DEBUG:teuthology.orchestra.run.smithi110:> dpkg -s linux-image-generic-hwe-20.04 2022-01-04T07:27:14.148 INFO:teuthology.orchestra.run.smithi110.stdout:Package: linux-image-generic-hwe-20.04 2022-01-04T07:27:14.149 INFO:teuthology.orchestra.run.smithi110.stdout:Status: install ok installed 2022-01-04T07:27:14.149 INFO:teuthology.orchestra.run.smithi110.stdout:Priority: optional 2022-01-04T07:27:14.149 INFO:teuthology.orchestra.run.smithi110.stdout:Section: kernel 2022-01-04T07:27:14.149 INFO:teuthology.orchestra.run.smithi110.stdout:Installed-Size: 19 2022-01-04T07:27:14.150 INFO:teuthology.orchestra.run.smithi110.stdout:Maintainer: Ubuntu Kernel Team 2022-01-04T07:27:14.150 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: amd64 2022-01-04T07:27:14.150 INFO:teuthology.orchestra.run.smithi110.stdout:Source: linux-meta-hwe-5.11 2022-01-04T07:27:14.150 INFO:teuthology.orchestra.run.smithi110.stdout:Version: 5.11.0.43.47~20.04.21 2022-01-04T07:27:14.151 INFO:teuthology.orchestra.run.smithi110.stdout:Provides: virtualbox-guest-modules (= 5.11.0-43), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.2-1ubuntu5.4) 2022-01-04T07:27:14.151 INFO:teuthology.orchestra.run.smithi110.stdout:Depends: linux-image-5.11.0-43-generic, linux-modules-extra-5.11.0-43-generic, linux-firmware, intel-microcode, amd64-microcode 2022-01-04T07:27:14.151 INFO:teuthology.orchestra.run.smithi110.stdout:Recommends: thermald 2022-01-04T07:27:14.151 INFO:teuthology.orchestra.run.smithi110.stdout:Description: Generic Linux kernel image 2022-01-04T07:27:14.151 INFO:teuthology.orchestra.run.smithi110.stdout: This package will always depend on the latest generic kernel image 2022-01-04T07:27:14.152 INFO:teuthology.orchestra.run.smithi110.stdout: available. 2022-01-04T07:27:14.152 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-88-generic Expected: 5.11.0-43-generic 2022-01-04T07:27:14.152 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2022-01-04T07:27:14.153 DEBUG:teuthology.task.kernel:src is distro, skipping download 2022-01-04T07:27:14.153 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2022-01-04T07:27:14.153 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi110.front.sepia.ceph.com, path=None, version=distro) 2022-01-04T07:27:14.153 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get clean 2022-01-04T07:27:14.230 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get update 2022-01-04T07:27:14.499 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-01-04T07:27:14.500 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-01-04T07:27:14.576 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-01-04T07:27:14.662 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-01-04T07:27:15.999 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2022-01-04T07:27:16.021 DEBUG:teuthology.orchestra.run.smithi110:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-01-04T07:27:16.089 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2022-01-04T07:27:16.240 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2022-01-04T07:27:16.241 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2022-01-04T07:27:16.365 INFO:teuthology.orchestra.run.smithi110.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.11.0.43.47~20.04.21). 2022-01-04T07:27:16.365 INFO:teuthology.orchestra.run.smithi110.stdout:The following packages were automatically installed and are no longer required: 2022-01-04T07:27:16.366 INFO:teuthology.orchestra.run.smithi110.stdout: libllvm11 linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic 2022-01-04T07:27:16.366 INFO:teuthology.orchestra.run.smithi110.stdout: linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic 2022-01-04T07:27:16.366 INFO:teuthology.orchestra.run.smithi110.stdout: linux-modules-extra-5.4.0-66-generic 2022-01-04T07:27:16.366 INFO:teuthology.orchestra.run.smithi110.stdout:Use 'sudo apt autoremove' to remove them. 2022-01-04T07:27:16.402 INFO:teuthology.orchestra.run.smithi110.stdout:0 upgraded, 0 newly installed, 0 to remove and 86 not upgraded. 2022-01-04T07:27:16.404 DEBUG:teuthology.orchestra.run.smithi110:> dpkg -s linux-image-generic-hwe-20.04 2022-01-04T07:27:16.422 INFO:teuthology.orchestra.run.smithi110.stdout:Package: linux-image-generic-hwe-20.04 2022-01-04T07:27:16.423 INFO:teuthology.orchestra.run.smithi110.stdout:Status: install ok installed 2022-01-04T07:27:16.423 INFO:teuthology.orchestra.run.smithi110.stdout:Priority: optional 2022-01-04T07:27:16.424 INFO:teuthology.orchestra.run.smithi110.stdout:Section: kernel 2022-01-04T07:27:16.425 INFO:teuthology.orchestra.run.smithi110.stdout:Installed-Size: 19 2022-01-04T07:27:16.425 INFO:teuthology.orchestra.run.smithi110.stdout:Maintainer: Ubuntu Kernel Team 2022-01-04T07:27:16.425 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: amd64 2022-01-04T07:27:16.425 INFO:teuthology.orchestra.run.smithi110.stdout:Source: linux-meta-hwe-5.11 2022-01-04T07:27:16.426 INFO:teuthology.orchestra.run.smithi110.stdout:Version: 5.11.0.43.47~20.04.21 2022-01-04T07:27:16.426 INFO:teuthology.orchestra.run.smithi110.stdout:Provides: virtualbox-guest-modules (= 5.11.0-43), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.2-1ubuntu5.4) 2022-01-04T07:27:16.426 INFO:teuthology.orchestra.run.smithi110.stdout:Depends: linux-image-5.11.0-43-generic, linux-modules-extra-5.11.0-43-generic, linux-firmware, intel-microcode, amd64-microcode 2022-01-04T07:27:16.427 INFO:teuthology.orchestra.run.smithi110.stdout:Recommends: thermald 2022-01-04T07:27:16.427 INFO:teuthology.orchestra.run.smithi110.stdout:Description: Generic Linux kernel image 2022-01-04T07:27:16.427 INFO:teuthology.orchestra.run.smithi110.stdout: This package will always depend on the latest generic kernel image 2022-01-04T07:27:16.427 INFO:teuthology.orchestra.run.smithi110.stdout: available. 2022-01-04T07:27:16.428 DEBUG:teuthology.orchestra.run.smithi110:> mktemp 2022-01-04T07:27:16.435 INFO:teuthology.orchestra.run.smithi110.stdout:/tmp/tmp.XGXBi6DLVe 2022-01-04T07:27:16.436 DEBUG:teuthology.orchestra.run.smithi110:> sudo cp /boot/grub/grub.cfg /tmp/tmp.XGXBi6DLVe 2022-01-04T07:27:16.493 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0666 /tmp/tmp.XGXBi6DLVe 2022-01-04T07:27:16.526 DEBUG:teuthology.orchestra.remote:smithi110:/tmp/tmp.XGXBi6DLVe is 10KB 2022-01-04T07:27:16.541 DEBUG:teuthology.orchestra.run.smithi110:> rm -fr /tmp/tmp.XGXBi6DLVe 2022-01-04T07:27:16.548 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2022-01-04T07:27:16.602 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:27:16.603 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/grub.d/01_ceph_kernel 2022-01-04T07:27:16.603 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2022-01-04T07:27:16.647 INFO:teuthology.task.kernel:Distro Kernel Version: 5.11.0-43-generic 2022-01-04T07:27:16.647 DEBUG:teuthology.orchestra.run.smithi110:> sudo update-grub 2022-01-04T07:27:17.927 INFO:teuthology.orchestra.run.smithi110.stderr:Sourcing file `/etc/default/grub' 2022-01-04T07:27:17.928 INFO:teuthology.orchestra.run.smithi110.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-01-04T07:27:17.938 INFO:teuthology.orchestra.run.smithi110.stderr:Generating grub configuration file ... 2022-01-04T07:27:18.262 INFO:teuthology.orchestra.run.smithi110.stderr:Found linux image: /boot/vmlinuz-5.11.0-43-generic 2022-01-04T07:27:18.274 INFO:teuthology.orchestra.run.smithi110.stderr:Found initrd image: /boot/initrd.img-5.11.0-43-generic 2022-01-04T07:27:18.694 INFO:teuthology.orchestra.run.smithi110.stderr:Found linux image: /boot/vmlinuz-5.4.0-88-generic 2022-01-04T07:27:18.706 INFO:teuthology.orchestra.run.smithi110.stderr:Found initrd image: /boot/initrd.img-5.4.0-88-generic 2022-01-04T07:27:18.802 INFO:teuthology.orchestra.run.smithi110.stderr:Found linux image: /boot/vmlinuz-5.4.0-66-generic 2022-01-04T07:27:18.815 INFO:teuthology.orchestra.run.smithi110.stderr:Found initrd image: /boot/initrd.img-5.4.0-66-generic 2022-01-04T07:27:20.401 INFO:teuthology.orchestra.run.smithi110.stderr:done 2022-01-04T07:27:20.403 DEBUG:teuthology.orchestra.run.smithi110:> sudo shutdown -r now 2022-01-04T07:27:50.437 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2022-01-04T07:27:50.438 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2022-01-04T07:27:50.439 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-01-04T07:29:08.967 DEBUG:teuthology.orchestra.remote:timed out 2022-01-04T07:29:38.998 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2022-01-04T07:29:39.000 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-01-04T07:29:39.318 DEBUG:teuthology.orchestra.run.smithi110:> true 2022-01-04T07:29:39.871 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2022-01-04T07:29:39.871 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.11.0-43-generic"... 2022-01-04T07:29:39.871 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2022-01-04T07:29:39.879 INFO:teuthology.orchestra.run.smithi110.stdout:5.11.0-43-generic 2022-01-04T07:29:39.880 DEBUG:teuthology.task.kernel:current kernel version is 5.11.0-43-generic vs 5.11.0-43-generic 2022-01-04T07:29:39.880 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2022-01-04T07:29:39.881 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2022-01-04T07:29:40.882 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2022-01-04T07:29:40.882 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2022-01-04T07:29:40.971 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2022-01-04T07:29:40.995 DEBUG:teuthology.parallel:result is None 2022-01-04T07:29:40.996 INFO:teuthology.run_tasks:Running task internal.base... 2022-01-04T07:29:41.008 INFO:teuthology.task.internal:Creating test directory... 2022-01-04T07:29:41.009 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2022-01-04T07:29:41.017 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2022-01-04T07:29:41.053 INFO:teuthology.run_tasks:Running task internal.archive... 2022-01-04T07:29:41.066 INFO:teuthology.task.internal:Creating archive directory... 2022-01-04T07:29:41.067 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2022-01-04T07:29:41.092 INFO:teuthology.run_tasks:Running task internal.coredump... 2022-01-04T07:29:41.106 INFO:teuthology.task.internal:Enabling coredump saving... 2022-01-04T07:29:41.106 DEBUG:teuthology.orchestra.run.smithi110:> 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 2022-01-04T07:29:41.159 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-01-04T07:29:41.169 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-01-04T07:29:41.171 INFO:teuthology.run_tasks:Running task internal.sudo... 2022-01-04T07:29:41.185 INFO:teuthology.task.internal:Configuring sudo... 2022-01-04T07:29:41.186 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2022-01-04T07:29:41.205 INFO:teuthology.run_tasks:Running task internal.syslog... 2022-01-04T07:29:41.222 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2022-01-04T07:29:41.223 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2022-01-04T07:29:41.255 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2022-01-04T07:29:41.262 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2022-01-04T07:29:41.268 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:29:41.269 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2022-01-04T07:29:41.300 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2022-01-04T07:29:41.389 INFO:teuthology.run_tasks:Running task internal.timer... 2022-01-04T07:29:41.401 INFO:teuthology.task.internal:Starting timer... 2022-01-04T07:29:41.401 INFO:teuthology.run_tasks:Running task pcp... 2022-01-04T07:29:41.429 INFO:teuthology.run_tasks:Running task selinux... 2022-01-04T07:29:41.460 DEBUG:teuthology.task.selinux:Excluding smithi110: OS 'ubuntu' does not support SELinux 2022-01-04T07:29:41.461 DEBUG:teuthology.task.selinux:Getting current SELinux state 2022-01-04T07:29:41.461 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2022-01-04T07:29:41.461 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2022-01-04T07:29:41.462 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2022-01-04T07:29:41.495 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 2022-01-04T07:29:41.496 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master to origin/master 2022-01-04T07:29:41.518 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'}]}] 2022-01-04T07:29:41.522 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi110.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml 2022-01-04T07:29:41.950 INFO:teuthology.task.ansible.out:Using /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/ansible.cfg as config file 2022-01-04T07:29:42.768 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 2022-01-04T07:29:45.686 INFO:teuthology.task.ansible.out: PLAY [all] ********************************************************************* 2022-01-04T07:29:45.798 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:45 +0000 (0:00:00.129) 0:00:00.129 ******* 2022-01-04T07:29:47.929 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* 2022-01-04T07:29:47.930 INFO:teuthology.task.ansible.out:[DEPRECATION WARNING]: Distribution Ubuntu 20.04 on host smithi110.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: [smithi110.front.sepia.ceph.com] 2022-01-04T07:29:47.983 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:47 +0000 (0:00:02.185) 0:00:02.314 ******* 2022-01-04T07:29:48.197 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the sudo group.] ******************************** 2022-01-04T07:29:48.199 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "gid": 27, "name": "sudo", "state": "present", "system": false} 2022-01-04T07:29:48.219 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:48 +0000 (0:00:00.235) 0:00:02.550 ******* 2022-01-04T07:29:48.741 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the ansible user.] ****************************** 2022-01-04T07:29:48.742 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:48.764 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:48 +0000 (0:00:00.545) 0:00:03.095 ******* 2022-01-04T07:29:48.832 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Delete the ansible users password.] ******************** 2022-01-04T07:29:48.834 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:29:48.856 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:48 +0000 (0:00:00.091) 0:00:03.187 ******* 2022-01-04T07:29:49.067 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Ensure includedir is present in sudoers.] ************** 2022-01-04T07:29:49.069 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2022-01-04T07:29:49.092 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:49 +0000 (0:00:00.236) 0:00:03.423 ******* 2022-01-04T07:29:49.784 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Create the cephlab_sudo sudoers.d file.] *************** 2022-01-04T07:29:49.786 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:49.807 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:49 +0000 (0:00:00.715) 0:00:04.138 ******* 2022-01-04T07:29:50.271 INFO:teuthology.task.ansible.out: TASK [ansible-managed : Add authorized keys for the ansible user.] ************* 2022-01-04T07:29:50.273 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:29:50.275 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} 2022-01-04T07:29:50.340 INFO:teuthology.task.ansible.out: PLAY [teuthology] ************************************************************** skipping: no hosts matched 2022-01-04T07:29:50.342 INFO:teuthology.task.ansible.out: PLAY [testnodes] *************************************************************** 2022-01-04T07:29:50.358 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* Tuesday 04 January 2022 07:29:50 +0000 (0:00:00.550) 0:00:04.689 ******* 2022-01-04T07:29:51.037 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] 2022-01-04T07:29:51.056 INFO:teuthology.task.ansible.out: TASK [set_fact] **************************************************************** Tuesday 04 January 2022 07:29:51 +0000 (0:00:00.698) 0:00:05.387 ******* 2022-01-04T07:29:51.083 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"ansible_facts": {"ran_from_cephlab_playbook": true}, "changed": false} 2022-01-04T07:29:51.088 INFO:teuthology.task.ansible.out: PLAY [testnodes] *************************************************************** 2022-01-04T07:29:51.243 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:51 +0000 (0:00:00.186) 0:00:05.574 ******* 2022-01-04T07:29:52.165 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi110.front.sepia.ceph.com] 2022-01-04T07:29:52.225 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. 2022-01-04T07:29:52.226 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:52 +0000 (0:00:00.982) 0:00:06.556 ******* 2022-01-04T07:29:52.853 INFO:teuthology.task.ansible.out: TASK [users : Check keys_repo HEAD sha1] *************************************** changed: [smithi110.front.sepia.ceph.com] => {"changed": true, "cmd": "git ls-remote https://github.com/ceph/keys HEAD | awk '{ print $1 }'", "delta": "0:00:00.174413", "end": "2022-01-04 07:29:52.826475", "rc": 0, "start": "2022-01-04 07:29:52.652062", "stderr": "", "stderr_lines": [], "stdout": "e2338bccb57e5fc066980dad5e7fe4a63972c07c", "stdout_lines": ["e2338bccb57e5fc066980dad5e7fe4a63972c07c"]} 2022-01-04T07:29:52.878 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:52 +0000 (0:00:00.653) 0:00:07.209 ******* 2022-01-04T07:29:53.031 INFO:teuthology.task.ansible.out: TASK [users : Check host's /keys-repo-sha1 sentinel file] ********************** 2022-01-04T07:29:53.033 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"changed": true, "cmd": ["cat", "/keys-repo-sha1"], "delta": "0:00:00.012754", "end": "2022-01-04 07:29:52.819816", "failed_when_result": false, "rc": 0, "start": "2022-01-04 07:29:52.807062", "stderr": "", "stderr_lines": [], "stdout": "be157e19c0bfe2e4e07c6f889b0dbfb8dd2c65ec", "stdout_lines": ["be157e19c0bfe2e4e07c6f889b0dbfb8dd2c65ec"]} 2022-01-04T07:29:53.056 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:53 +0000 (0:00:00.178) 0:00:07.387 ******* 2022-01-04T07:29:53.125 INFO:teuthology.task.ansible.out: TASK [Determine if we can skip users and pubkeys updates] ********************** 2022-01-04T07:29:53.127 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:29:53.149 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:53 +0000 (0:00:00.092) 0:00:07.480 ******* 2022-01-04T07:29:53.218 INFO:teuthology.task.ansible.out: TASK [Merge extra_admin_users into managed_admin_users] ************************ skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:29:53.241 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:53 +0000 (0:00:00.092) 0:00:07.572 ******* 2022-01-04T07:29:53.243 INFO:teuthology.task.ansible.out: 2022-01-04T07:29:53.311 INFO:teuthology.task.ansible.out: TASK [Remove managed_admin_users from managed_users] *************************** 2022-01-04T07:29:53.313 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:29:53.335 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:53 +0000 (0:00:00.093) 0:00:07.666 ******* 2022-01-04T07:29:53.404 INFO:teuthology.task.ansible.out: TASK [Filter the managed_users list] ******************************************* 2022-01-04T07:29:53.406 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:29:53.428 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:53 +0000 (0:00:00.092) 0:00:07.759 ******* 2022-01-04T07:29:53.496 INFO:teuthology.task.ansible.out: TASK [Filter the managed_admin_users list] ************************************* 2022-01-04T07:29:53.498 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:29:53.519 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:53 +0000 (0:00:00.091) 0:00:07.850 ******* 2022-01-04T07:29:53.701 INFO:teuthology.task.ansible.out: TASK [users : Set UID_MIN to 1001] ********************************************* 2022-01-04T07:29:53.703 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2022-01-04T07:29:53.726 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:29:53 +0000 (0:00:00.206) 0:00:08.057 ******* 2022-01-04T07:29:53.960 INFO:teuthology.task.ansible.out: TASK [Create all admin users with sudo access.] ******************************** 2022-01-04T07:29:53.962 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:54.106 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:54.244 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:54.390 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:54.546 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:54.681 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:54.828 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:54.974 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:55.120 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:55.269 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:55.416 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:55.551 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:55.698 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:55.845 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:55.993 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:56.139 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:56.297 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:56.446 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:56.584 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:56.729 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:56.876 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:57.023 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:57.170 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:57.314 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:57.461 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:57.607 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:57.762 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:57.908 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:58.053 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:58.199 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:58.348 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:58.496 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:58.642 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:58.777 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:58.932 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:59.078 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:59.223 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:59.379 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:59.525 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:59.671 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:59.818 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:29:59.964 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:00.110 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:00.256 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:00.404 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:00.554 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:00.700 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:00.845 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:01.002 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:01.148 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:01.284 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:01.441 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:01.586 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:01.722 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:01.879 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:02.025 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:02.172 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:02.318 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:02.474 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:02.621 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:02.767 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:02.925 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:03.060 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:03.207 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:03.357 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:03.504 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:03.660 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:03.796 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:03.943 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:04.089 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:04.236 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:04.382 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:04.530 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:04.677 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:04.813 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:04.959 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:05.116 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:05.264 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:05.411 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:05.558 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:05.702 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:05.849 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:05.996 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:06.143 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:06.299 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:06.458 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:06.605 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:06.761 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:06.898 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:07.044 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:07.194 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:07.340 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:07.487 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:07.635 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:07.792 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:07.939 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:08.089 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:08.247 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:08.384 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:08.521 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:08.667 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:08.825 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:08.983 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:09.131 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:09.280 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:09.437 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:09.587 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:09.735 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:09.871 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:10.030 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:10.177 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:10.325 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:10.483 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:10.632 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:10.781 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:10.929 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:11.076 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:11.224 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:11.361 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:11.512 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:11.658 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:11.815 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:11.961 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:12.107 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:12.256 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:12.404 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:12.561 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:12.708 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:12.854 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:13.001 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:13.149 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:13.296 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:13.442 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:13.589 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:13.736 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:13.881 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:14.027 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:14.173 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:14.319 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:14.466 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:14.612 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:14.769 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:14.915 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:15.071 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:15.220 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:15.430 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:15.608 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:15.754 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:15.899 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:16.036 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:16.193 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:16.338 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:16.486 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:17.252 INFO:teuthology.task.ansible.out:changed: [smithi110.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} 2022-01-04T07:30:17.717 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => (item={'name': 'oro', 'ovpn': 'oro@oro-ubuntu-bm r1PDxMqo/AP6wFx5ZWQ3eg 18bf1a1177da6dc89958adf65a4813a7da3e899cd94dc86384240ea3b5e00361'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10125, "groups": "sudo", "home": "/home/oro", "item": {"name": "oro", "ovpn": "oro@oro-ubuntu-bm r1PDxMqo/AP6wFx5ZWQ3eg 18bf1a1177da6dc89958adf65a4813a7da3e899cd94dc86384240ea3b5e00361"}, "name": "oro", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10124} 2022-01-04T07:30:18.260 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => (item={'name': 'mrfreezeex', 'ovpn': 'mrfreezeex@inferno ade2FH1BYDNTWeREZEJpFQ 32d052805908bc929983119748701a6c882cfbd2dd32c511bdcfbe6d32efb7ef'}) => {"ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 10126, "groups": "sudo", "home": "/home/mrfreezeex", "item": {"name": "mrfreezeex", "ovpn": "mrfreezeex@inferno ade2FH1BYDNTWeREZEJpFQ 32d052805908bc929983119748701a6c882cfbd2dd32c511bdcfbe6d32efb7ef"}, "name": "mrfreezeex", "shell": "/bin/bash", "state": "present", "system": false, "uid": 10125} 2022-01-04T07:30:18.398 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:18 +0000 (0:00:24.671) 0:00:32.728 ******* 2022-01-04T07:30:18.467 INFO:teuthology.task.ansible.out: TASK [Create all users without sudo access.] *********************************** 2022-01-04T07:30:18.492 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:18 +0000 (0:00:00.094) 0:00:32.823 ******* 2022-01-04T07:30:18.584 INFO:teuthology.task.ansible.out: TASK [Merge managed_users and managed_admin users] ***************************** 2022-01-04T07:30:18.586 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:18.588 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 2022-01-04T07:30:18.590 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 2022-01-04T07:30:18.591 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" 2022-01-04T07:30:18.593 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 2022-01-04T07:30:18.594 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 2022-01-04T07:30:18.596 INFO:teuthology.task.ansible.out:YM7g 7393d3a95b1874764fc4e7ae2d481f1859b336e16e1ba53c49d126585e11ba56"}, {"name": "myoungwon", "ovpn": "myoungwon@fg2server p5CiGtdZolEwS1dCiRJjkg cd2491f835be1474a7802db607cf9a31c59e1031001e1dfb8fe240616dda9a71"}, {"name": "gabrioux", "ovpn": "gabrioux@elisheba 80kx1htp39RsFrlGONcp+A a9 2022-01-04T07:30:18.596 INFO:teuthology.task.ansible.out:5579ef6f90694cd6fd390302adf8532237a8ea65bd5544d9b561654d712ba2"}, {"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 2022-01-04T07:30:18.598 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 2022-01-04T07:30:18.600 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 2022-01-04T07:30:18.601 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 2022-01-04T07:30:18.603 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 2022-01-04T07:30:18.605 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 2022-01-04T07:30:18.606 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 2c140368bca0e48102330631f91e5 2022-01-04T07:30:18.607 INFO:teuthology.task.ansible.out:299298461a24cab483b9765293eafb2050c"}, {"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": " 2022-01-04T07:30:18.608 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 ruUdfqkSfEhKctGGLeQvkw 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"}, {"name": "oro", "ovpn": "oro@oro-ubuntu-bm r1PDxMqo/AP6wFx5ZWQ3eg 18bf1a1177da6dc89958adf65a4813a7da3e899cd94dc86384240ea3b5e00361"}, {"name": "mrfreezeex", "ovpn": "mrfreezeex@inferno ade2FH1BYDNTWeREZEJpFQ 32d052805908bc929983119748701a6c882cfbd2dd32c511bdcfbe6d32efb7ef"}]}, "changed": false} 2022-01-04T07:30:18.637 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:18 +0000 (0:00:00.145) 0:00:32.968 ******* 2022-01-04T07:30:19.522 INFO:teuthology.task.ansible.out: TASK [users : Clone the keys repo] ********************************************* 2022-01-04T07:30:19.524 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"after": "e2338bccb57e5fc066980dad5e7fe4a63972c07c", "attempts": 1, "before": "e2338bccb57e5fc066980dad5e7fe4a63972c07c", "changed": false, "remote_url_changed": false} 2022-01-04T07:30:19.547 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:19 +0000 (0:00:00.909) 0:00:33.878 ******* 2022-01-04T07:30:19.781 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys using the keys repo] ********************** 2022-01-04T07:30:19.783 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:19.928 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:20.063 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:20.188 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:20.190 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} 2022-01-04T07:30:20.336 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:20.462 INFO:teuthology.task.ansible.out:ok: [smithi110.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+ 2022-01-04T07:30:20.464 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} 2022-01-04T07:30:20.597 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:20.723 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:20.858 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:20.869 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:20.994 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:20.996 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} 2022-01-04T07:30:21.129 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:21.131 INFO:teuthology.task.ansible.out:son", "validate_certs": true} 2022-01-04T07:30:21.140 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:21.151 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:21.276 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:21.412 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:21.414 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} 2022-01-04T07:30:21.548 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:21.683 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:21.810 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:21.946 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:21.947 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} 2022-01-04T07:30:22.071 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:22.072 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} 2022-01-04T07:30:22.206 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:22.332 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:22.480 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:22.481 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} 2022-01-04T07:30:22.607 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:22.742 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:22.878 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:23.016 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:23.141 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:23.278 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:23.280 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} 2022-01-04T07:30:23.414 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:23.550 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:23.688 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:23.825 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:23.963 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:24.090 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:24.239 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:24.357 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:24.359 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} 2022-01-04T07:30:24.507 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:24.509 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} 2022-01-04T07:30:24.656 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:24.793 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:24.924 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:25.072 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:25.074 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} 2022-01-04T07:30:25.223 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:25.225 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 2022-01-04T07:30:25.226 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} 2022-01-04T07:30:25.362 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:25.507 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:25.633 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:25.768 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:25.894 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:26.033 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:26.035 INFO:teuthology.task.ansible.out:/nojha/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "nojha", "validate_certs": true} 2022-01-04T07:30:26.179 INFO:teuthology.task.ansible.out:changed: [smithi110.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} 2022-01-04T07:30:26.305 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:26.451 INFO:teuthology.task.ansible.out:ok: [smithi110.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": " 2022-01-04T07:30:26.453 INFO:teuthology.task.ansible.out:gabrioux", "validate_certs": true} 2022-01-04T07:30:26.587 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:26.725 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:26.862 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:26.863 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} 2022-01-04T07:30:27.002 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:27.130 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:27.255 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:27.391 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:27.527 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:27.662 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:27.796 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:27.931 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:28.057 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:28.182 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:28.318 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:28.443 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:28.590 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:28.716 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:28.853 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:28.980 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:29.117 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:29.243 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:29.378 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:29.513 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:29.649 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:29.651 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} 2022-01-04T07:30:29.786 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:29.924 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:30.062 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:30.197 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:30.199 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} 2022-01-04T07:30:30.322 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:30.458 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:30.595 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:30.732 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:30.869 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:31.008 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:31.144 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:31.279 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:31.281 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} 2022-01-04T07:30:31.405 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:31.543 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:31.674 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:31.817 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:31.942 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:32.069 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:32.205 INFO:teuthology.task.ansible.out:ok: [smithi110.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/ 2022-01-04T07:30:32.207 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} 2022-01-04T07:30:32.332 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:32.458 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:32.605 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:32.742 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:32.869 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:33.007 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:33.133 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:33.272 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:33.397 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:33.532 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:33.668 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:33.793 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:33.929 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:34.054 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:34.189 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:34.315 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:34.451 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:34.577 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:34.714 INFO:teuthology.task.ansible.out:ok: [smithi110.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 2022-01-04T07:30:34.716 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} 2022-01-04T07:30:34.840 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:34.986 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:35.112 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:35.258 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:35.383 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:35.530 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:35.665 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:35.811 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:35.937 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:36.073 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:36.209 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:36.344 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:36.484 INFO:teuthology.task.ansible.out:changed: [smithi110.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 2022-01-04T07:30:36.486 INFO:teuthology.task.ansible.out:eyfile": "/home/pdhange/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "pdhange", "validate_certs": true} 2022-01-04T07:30:36.652 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:36.790 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:36.938 INFO:teuthology.task.ansible.out:ok: [smithi110.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_ 2022-01-04T07:30:36.939 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} 2022-01-04T07:30:37.074 INFO:teuthology.task.ansible.out:changed: [smithi110.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} 2022-01-04T07:30:37.225 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:37.372 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:37.513 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:37.649 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:37.785 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:37.922 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:38.060 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:38.196 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:38.333 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:38.459 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:38.597 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:38.734 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:38.881 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:39.008 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:39.134 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:39.269 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:39.404 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:39.549 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:39.684 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:39.819 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:39.965 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:40.091 INFO:teuthology.task.ansible.out:changed: [smithi110.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} 2022-01-04T07:30:40.227 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => (item={'name': 'oro', 'ovpn': 'oro@oro-ubuntu-bm r1PDxMqo/AP6wFx5ZWQ3eg 18bf1a1177da6dc89958adf65a4813a7da3e899cd94dc86384240ea3b5e00361'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "oro", "ovpn": "oro@oro-ubuntu-bm r1PDxMqo/AP6wFx5ZWQ3eg 18bf1a1177da6dc89958adf65a4813a7da3e899cd94dc86384240ea3b5e00361"}, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAqZvQXoWrH8ZaQ9Y8KK1B9JBCuD8Zspp2mWtjrWXGotKBCSGdDn3QSDEFtwpoK6vXZ3BijhUmrQ1bNUSo59556+T+wpfJAPJjuvB9i7A2lKSX74heuDl0QhJwHdt9mbCtpZ//7+IU0srzTn5qKwJ16GXeomgcyOZmefSGi/sbn0wRUR/UGA/LOJ3EK0nXcxyrv3iDfv75KRL87kaXtPRJRvSlXB5PSuDQtIoXhzMuD4nnh879Gwy0sYE/FUXcbl7LQb+/9rNJLE2POVNjArGv7RMp3y0K3k2/02AjbZvQwhfuIVayzTpmUiGY2Fo6hJRkH8ZT0aYF8uotfweGK18EYw== rsa-key-20151116", "key_options": null, "keyfile": "/home/oro/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "oro", "validate_certs": true} 2022-01-04T07:30:40.363 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => (item={'name': 'mrfreezeex', 'ovpn': 'mrfreezeex@inferno ade2FH1BYDNTWeREZEJpFQ 32d052805908bc929983119748701a6c882cfbd2dd32c511bdcfbe6d32efb7ef'}) => {"ansible_loop_var": "item", "changed": true, "comment": null, "exclusive": false, "follow": false, "item": {"name": "mrfreezeex", "ovpn": "mrfreezeex@inferno ade2FH1BYDNTWeREZEJpFQ 32d052805908bc929983119748701a6c882cfbd2dd32c511bdcfbe6d32efb7ef"}, "key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIADWYnXrwweaWs8/3gaUDctlaelfSPRh0Cs3G2SHbER0 mrfreezeex@inferno", "key_options": null, "keyfile": "/home/mrfreezeex/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "mrfreezeex", "validate_certs": true} 2022-01-04T07:30:40.459 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:40 +0000 (0:00:20.912) 0:00:54.790 ******* 2022-01-04T07:30:40.541 INFO:teuthology.task.ansible.out: TASK [users : Update authorized_keys for each user with literal keys] ********** 2022-01-04T07:30:40.543 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:40.552 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:40.563 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:40.574 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:40.576 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:40.586 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:40.587 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:40.597 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:40.608 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:40.744 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:40.755 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:40.768 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:40.914 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:30:41.154 INFO:teuthology.task.ansible.out:ok: [smithi110.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} skipping: [smithi110.front.sepia.ceph.com] => (item={'name': 'dis', 'ovpn': 'dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfad 2022-01-04T07:30:41.156 INFO:teuthology.task.ansible.out:a28'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dis", "ovpn": "dis@zambezi wXYUFvWPBlkCFz+mC4RD6A 11c464dfb2a27986e029f1915732a4f237baba4eade02bb045c8f0d13dfada28"}, "skip_reason": "Conditional result was False"} skipping: [smithi110.front.sepia.ceph.com] => (item={'name': 'gregf', 'ovpn': 'gregf@kai YhNrPfedhZjbvGjOfmotOA 440cf8595a87cd307790bbf79c3668455a0405945e2b271d873325de222cd72f\ngregf@pudgy VZrk8nWzg7pYLOrZru8dBg c1d1a0e469a134ccf5f5a5525631a6b83efa6970beec3b23809eb0daa3dca47f\ngfarnum@WorkMini2 +bAqcTdU7Ok9bGMcB3A84w 3cff1326561a23cf81dd6495373cb83ed149cee026c6374d72c19b483f4f1f07\ngfarnum@Macbook bxVtolCC9SY3QNlpx3cE1w aff8d28bfb4d693253511d29e8d399196e964fc096594ec705748a5469d44654\ngregf@fedoragreg Jdn8I/sFGcr5Aa/dici6lw 50f88afc35c05ef8454742226f7baf2cd20cb1e2d4d0c9f4a393013877736bfa\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "gregf", "ovpn": "gregf@kai YhNrPfedhZjbvGjOfmotOA 440cf8595a87cd307790bbf79c3668455a0405945e2b271d873325de222cd72f\ngregf@pudgy VZrk8nWzg7pYLOrZru8dBg c1d1a0e469a134ccf5f5a5525631a6b83efa6970beec3b23809eb0daa3dca47f\ngfarnum@WorkMini2 +bAqcTdU7Ok9bGMcB3A84w 3cff1326561a23cf81dd6495373cb83ed149cee026c6374d72c19b483f4f1f07\ngfarnum@Macbook bxVtolCC9SY3QNlpx3cE1w aff8d28bfb4d693253511d29e8d399196e964fc096594ec705748a5469d44654\ngregf@fedoragreg Jdn8I/sFGcr5Aa/dici6lw 50f88afc35c05ef8454742226f7baf2cd20cb1e2d4d0c9f4a393013877736bfa\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi110.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@n 2022-01-04T07:30:41.158 INFO:teuthology.task.ansible.out:ew-angeles jqa015PRJcHSp5WHcwJjUg 42113e1156382fde866d691f30584f6b30c3dfc21317ae89b4267efb177d982c\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi110.front.sepia.ceph.com] => (item={'name': 'cmeno', 'ovpn': 'cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "cmeno", "ovpn": "cmeno@boxtop KD0XJIGun8xcnNI83pqrsg 79079fe78e1cf401cccb14692c9d16f63e2010c57cfbf56c487387affca90aed"}, "skip_reason": "Conditional result was False"} skipping: [smithi110.front.sepia.ceph.com] => (item={'name': 'ivancich', 'ovpn': 'ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ivancich", "ovpn": "ivancich@ann.arbor Kt2vxZ3Ge609mHfjx0W4Cw aaa55a9e2b5276b62a21cd3c401b365c5c2693e39efccb2f9edefafefa1dc8b1"}, "skip_reason": "Conditional result was False"} skipping: [smithi110.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 2 2022-01-04T07:30:41.160 INFO:teuthology.task.ansible.out:d3e28b31edc3f2be43f6b73150dedc9c9df6e316d29afc1416d6b96a982e217\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi110.front.sepia.ceph.com] => (item={'name': 'tamil', 'ovpn': 'tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "tamil", "ovpn": "tmuthamizhan@mac /1CBLC6rxqzJzPspffZV0g 4d1dfff2e097a7fc2a83ea73eccad2f0e453a6338e18c87b4d89bf370733e29c\ntamil@tamil-VirtualBox M22QdmhkSPj9aEcTiuIVfg 8e76e06b14de99318441c75a96e635a92f5bddc54a40b45276191f6829c6b239\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi110.front.sepia.ceph.com] => (item={'name': 'jowilkin', 'ovpn': 'jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "jowilkin", "ovpn": "jowilkin@jowilkin 2r8xOv/eCTcHr+HSsMkPYg 0ac416d2dc139628144dfa0822af8cc0a455f5f5f3e4d1b9713c14115c062218\njohn@osd-host 7zjDTxAYhCmTX+Az4SJaoA 7d924233fdef168e2c5c01258aa349de108629ef2ff90d17c0b96acf22dac7c2\njohn@admin-host 7cpk7iJ1Hg2vk4bPDovKmA 05765178f27af6dc4e43e47f52d773aac3bc1b3f1dd998bdbf479b951bfd2efb\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi110.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 3fc7df5afa772752d8eee1 2022-01-04T07:30:41.161 INFO:teuthology.task.ansible.out:5c01d550cc1dcc88b6e940abc9f9f8f26102d239d4"}, "skip_reason": "Conditional result was False"} skipping: [smithi110.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"} skipping: [smithi110.front.sepia.ceph.com] => (item={'name': 'dang', 'ovpn': 'dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "dang", "ovpn": "dang@sidious w0CNW2g9K1WiRenVGYWNUA 4f59d761bfab3659115da2b3b80a486266f77b09d8527983217d15648b4f92b4"}, "skip_reason": "Conditional result was False"} skipping: [smithi110.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_reaso 2022-01-04T07:30:41.163 INFO:teuthology.task.ansible.out:n": "Conditional result was False"} skipping: [smithi110.front.sepia.ceph.com] => (item={'name': 'xiaoxichen', 'ovpn': 'xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "xiaoxichen", "ovpn": "xiaoxichen@ebay RvJJ7BhIehpoPtggrwnskQ 862ecfe7e15dfab86d61df86856bfe06cbb99f240f6f03851f7f9e1a255327d6"}, "skip_reason": "Conditional result was False"} skipping: [smithi110.front.sepia.ceph.com] => (item={'name': 'ffilz', 'ovpn': 'ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "ffilz", "ovpn": "ffilz@redhat.com 6YdvqxkKfmDWGD2s0wA7Ww 4ce64d08686e34e559ccec2498df433b155b70c9ebccaec616b6b34f0f0c246e"}, "skip_reason": "Conditional result was False"} skipping: [smithi110.front.sepia.ceph.com] => (item={'name': 'joao', 'ovpn': 'joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "joao", "ovpn": "joao@magrathea eSS2/gvK7ALE6L9bITfuMA c3caaeecee3f43e39b7a81fad50e0d874359c70a9c41b77c661511c71f733909\njoao@timesink 9S3oER36HheVupjRpnLz6A 9dbc964184244e9da269942dc73ec9ebba6594bcccfdc0eb09562b58b4542162\njoao@tagide uUDVmZ1S5lp/Hx8eKTfDCw ee37985d0a51360f08266e0de208ea85616777a325d498d7c895a80d4723f844\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi110.front.sepia.ceph.com] => (item={'name': 'nhm', 'ovpn': 'nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a8 2022-01-04T07:30:41.164 INFO:teuthology.task.ansible.out:2af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "nhm", "ovpn": "nh@latte JCH9icAtDPj951rgbPKJyw 9a3d30ec1ec9467ccdc8bdbbfacffd7396fb38e046199ae37b2b7b69dbf37480\nnhm@espresso +YYZPT29wYzY5ooaRzabCQ 1ee041dd58b9ec6eb678c47632ece7cf6c24e23bcbac28a77a82af05ba6cc148\nnhm@mocha HgOGOfkBEzJihFsKmPRfKQ 2e17f3ba0b90df7a36f19a7c8f64d2aa8f966b2794c94caa110d313e927a1c1b\n"}, "skip_reason": "Conditional result was False"} skipping: [smithi110.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"} 2022-01-04T07:30:41.174 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.176 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.185 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.187 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.197 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.208 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.210 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.219 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.222 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.231 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.233 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.243 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.253 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.255 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.265 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.276 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.277 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.287 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.289 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.299 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.309 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.311 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.321 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.332 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.333 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.343 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.345 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.355 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.366 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.368 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.378 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.389 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.390 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.400 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.402 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.412 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.422 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.424 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.434 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.435 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.445 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.456 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.458 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.470 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.481 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.483 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.492 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.503 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.504 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.515 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.516 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.526 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.539 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.540 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.551 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.552 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.562 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.564 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.573 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.584 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.585 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.595 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.597 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.607 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.618 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.619 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.629 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.631 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.641 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.642 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.653 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.664 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.665 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.675 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.677 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.687 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.697 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.699 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.709 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.711 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.721 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.732 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.734 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.744 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.745 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.756 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.757 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.768 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.780 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.781 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.792 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.794 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.804 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.805 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.815 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.826 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.828 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.838 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.840 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.850 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.861 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.863 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.872 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.883 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.885 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.897 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.899 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.908 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.910 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.920 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.921 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.932 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.943 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.944 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.955 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.966 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.969 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.978 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.980 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.989 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:41.991 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:42.001 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:30:42.013 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} skipping: [smithi110.front.sepia.ceph.com] => (item={'name': 'oro', 'ovpn': 'oro@oro-ubuntu-bm r1PDxMqo/AP6wFx5ZWQ3eg 18bf1a1177da6dc89958adf65a4813a7da3e899cd94dc86384240ea3b5e00361'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "oro", "ovpn": "oro@oro-ubuntu-bm r1PDxMqo/AP6wFx5ZWQ3eg 18bf1a1177da6dc89958adf65a4813a7da3e899cd94dc86384240ea3b5e00361"}, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:42.024 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item={'name': 'mrfreezeex', 'ovpn': 'mrfreezeex@inferno ade2FH1BYDNTWeREZEJpFQ 32d052805908bc929983119748701a6c882cfbd2dd32c511bdcfbe6d32efb7ef'}) => {"ansible_loop_var": "item", "changed": false, "item": {"name": "mrfreezeex", "ovpn": "mrfreezeex@inferno ade2FH1BYDNTWeREZEJpFQ 32d052805908bc929983119748701a6c882cfbd2dd32c511bdcfbe6d32efb7ef"}, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:42.078 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:42 +0000 (0:00:01.618) 0:00:56.409 ******* 2022-01-04T07:30:42.168 INFO:teuthology.task.ansible.out: TASK [Filter the revoked_users list] ******************************************* skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:42.192 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:42 +0000 (0:00:00.114) 0:00:56.523 ******* 2022-01-04T07:30:42.416 INFO:teuthology.task.ansible.out: TASK [Remove revoked users] **************************************************** 2022-01-04T07:30:42.417 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=zcerza) => {"ansible_loop_var": "item", "changed": false, "item": "zcerza", "name": "zcerza", "state": "absent"} 2022-01-04T07:30:42.541 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=aschoen) => {"ansible_loop_var": "item", "changed": false, "item": "aschoen", "name": "aschoen", "state": "absent"} 2022-01-04T07:30:42.681 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=andrew) => {"ansible_loop_var": "item", "changed": false, "item": "andrew", "name": "andrew", "state": "absent"} 2022-01-04T07:30:42.818 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=sweil) => {"ansible_loop_var": "item", "changed": false, "item": "sweil", "name": "sweil", "state": "absent"} 2022-01-04T07:30:42.955 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=brad) => {"ansible_loop_var": "item", "changed": false, "item": "brad", "name": "brad", "state": "absent"} 2022-01-04T07:30:43.092 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=kefu) => {"ansible_loop_var": "item", "changed": false, "item": "kefu", "name": "kefu", "state": "absent"} 2022-01-04T07:30:43.228 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=shylesh) => {"ansible_loop_var": "item", "changed": false, "item": "shylesh", "name": "shylesh", "state": "absent"} 2022-01-04T07:30:43.375 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=gmeno) => {"ansible_loop_var": "item", "changed": false, "item": "gmeno", "name": "gmeno", "state": "absent"} 2022-01-04T07:30:43.511 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=alfredodeza) => {"ansible_loop_var": "item", "changed": false, "item": "alfredodeza", "name": "alfredodeza", "state": "absent"} 2022-01-04T07:30:43.647 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=trhoden) => {"ansible_loop_var": "item", "changed": false, "item": "trhoden", "name": "trhoden", "state": "absent"} 2022-01-04T07:30:43.786 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=nishtha) => {"ansible_loop_var": "item", "changed": false, "item": "nishtha", "name": "nishtha", "state": "absent"} 2022-01-04T07:30:43.922 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=yguang) => {"ansible_loop_var": "item", "changed": false, "item": "yguang", "name": "yguang", "state": "absent"} 2022-01-04T07:30:44.059 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=sdieffen) => {"ansible_loop_var": "item", "changed": false, "item": "sdieffen", "name": "sdieffen", "state": "absent"} 2022-01-04T07:30:44.195 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=brian) => {"ansible_loop_var": "item", "changed": false, "item": "brian", "name": "brian", "state": "absent"} 2022-01-04T07:30:44.333 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=pmcgarry) => {"ansible_loop_var": "item", "changed": false, "item": "pmcgarry", "name": "pmcgarry", "state": "absent"} 2022-01-04T07:30:44.469 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=karnan) => {"ansible_loop_var": "item", "changed": false, "item": "karnan", "name": "karnan", "state": "absent"} 2022-01-04T07:30:44.610 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=ryneli) => {"ansible_loop_var": "item", "changed": false, "item": "ryneli", "name": "ryneli", "state": "absent"} 2022-01-04T07:30:44.745 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=dlambrig) => {"ansible_loop_var": "item", "changed": false, "item": "dlambrig", "name": "dlambrig", "state": "absent"} 2022-01-04T07:30:44.892 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=icolle) => {"ansible_loop_var": "item", "changed": false, "item": "icolle", "name": "icolle", "state": "absent"} 2022-01-04T07:30:45.018 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=soumya) => {"ansible_loop_var": "item", "changed": false, "item": "soumya", "name": "soumya", "state": "absent"} 2022-01-04T07:30:45.155 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=jspray) => {"ansible_loop_var": "item", "changed": false, "item": "jspray", "name": "jspray", "state": "absent"} 2022-01-04T07:30:45.293 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=erwan) => {"ansible_loop_var": "item", "changed": false, "item": "erwan", "name": "erwan", "state": "absent"} 2022-01-04T07:30:45.431 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=jj) => {"ansible_loop_var": "item", "changed": false, "item": "jj", "name": "jj", "state": "absent"} 2022-01-04T07:30:45.567 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=amarangone) => {"ansible_loop_var": "item", "changed": false, "item": "amarangone", "name": "amarangone", "state": "absent"} 2022-01-04T07:30:45.705 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=oprypin) => {"ansible_loop_var": "item", "changed": false, "item": "oprypin", "name": "oprypin", "state": "absent"} 2022-01-04T07:30:45.831 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=adamyanova) => {"ansible_loop_var": "item", "changed": false, "item": "adamyanova", "name": "adamyanova", "state": "absent"} 2022-01-04T07:30:45.978 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=sbillah) => {"ansible_loop_var": "item", "changed": false, "item": "sbillah", "name": "sbillah", "state": "absent"} 2022-01-04T07:30:46.113 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=onyb) => {"ansible_loop_var": "item", "changed": false, "item": "onyb", "name": "onyb", "state": "absent"} 2022-01-04T07:30:46.250 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=jwilliamson) => {"ansible_loop_var": "item", "changed": false, "item": "jwilliamson", "name": "jwilliamson", "state": "absent"} 2022-01-04T07:30:46.386 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=kmroz) => {"ansible_loop_var": "item", "changed": false, "item": "kmroz", "name": "kmroz", "state": "absent"} 2022-01-04T07:30:46.534 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=shehbazj) => {"ansible_loop_var": "item", "changed": false, "item": "shehbazj", "name": "shehbazj", "state": "absent"} 2022-01-04T07:30:46.661 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=abhishekvrshny) => {"ansible_loop_var": "item", "changed": false, "item": "abhishekvrshny", "name": "abhishekvrshny", "state": "absent"} 2022-01-04T07:30:46.808 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=asheplyakov) => {"ansible_loop_var": "item", "changed": false, "item": "asheplyakov", "name": "asheplyakov", "state": "absent"} 2022-01-04T07:30:46.934 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=liupan) => {"ansible_loop_var": "item", "changed": false, "item": "liupan", "name": "liupan", "state": "absent"} 2022-01-04T07:30:47.071 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=adeza) => {"ansible_loop_var": "item", "changed": false, "item": "adeza", "name": "adeza", "state": "absent"} 2022-01-04T07:30:47.209 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=pranith) => {"ansible_loop_var": "item", "changed": false, "item": "pranith", "name": "pranith", "state": "absent"} 2022-01-04T07:30:47.346 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=dorinda) => {"ansible_loop_var": "item", "changed": false, "item": "dorinda", "name": "dorinda", "state": "absent"} 2022-01-04T07:30:47.481 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=zyan) => {"ansible_loop_var": "item", "changed": false, "item": "zyan", "name": "zyan", "state": "absent"} 2022-01-04T07:30:47.618 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=jdillaman) => {"ansible_loop_var": "item", "changed": false, "item": "jdillaman", "name": "jdillaman", "state": "absent"} 2022-01-04T07:30:47.744 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=davidz) => {"ansible_loop_var": "item", "changed": false, "item": "davidz", "name": "davidz", "state": "absent"} 2022-01-04T07:30:47.889 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=wusui) => {"ansible_loop_var": "item", "changed": false, "item": "wusui", "name": "wusui", "state": "absent"} 2022-01-04T07:30:48.026 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=nwatkins) => {"ansible_loop_var": "item", "changed": false, "item": "nwatkins", "name": "nwatkins", "state": "absent"} 2022-01-04T07:30:48.173 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=sidharthanup) => {"ansible_loop_var": "item", "changed": false, "item": "sidharthanup", "name": "sidharthanup", "state": "absent"} 2022-01-04T07:30:48.309 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=varsha) => {"ansible_loop_var": "item", "changed": false, "item": "varsha", "name": "varsha", "state": "absent"} 2022-01-04T07:30:48.445 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=hmunjulu) => {"ansible_loop_var": "item", "changed": false, "item": "hmunjulu", "name": "hmunjulu", "state": "absent"} 2022-01-04T07:30:48.582 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=nlevine) => {"ansible_loop_var": "item", "changed": false, "item": "nlevine", "name": "nlevine", "state": "absent"} 2022-01-04T07:30:48.713 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=tbrekke) => {"ansible_loop_var": "item", "changed": false, "item": "tbrekke", "name": "tbrekke", "state": "absent"} 2022-01-04T07:30:48.859 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=taco) => {"ansible_loop_var": "item", "changed": false, "item": "taco", "name": "taco", "state": "absent"} 2022-01-04T07:30:48.996 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=louis) => {"ansible_loop_var": "item", "changed": false, "item": "louis", "name": "louis", "state": "absent"} 2022-01-04T07:30:49.131 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=amarango) => {"ansible_loop_var": "item", "changed": false, "item": "amarango", "name": "amarango", "state": "absent"} 2022-01-04T07:30:49.266 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=oobe) => {"ansible_loop_var": "item", "changed": false, "item": "oobe", "name": "oobe", "state": "absent"} 2022-01-04T07:30:49.402 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=rturk) => {"ansible_loop_var": "item", "changed": false, "item": "rturk", "name": "rturk", "state": "absent"} 2022-01-04T07:30:49.527 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=fche) => {"ansible_loop_var": "item", "changed": false, "item": "fche", "name": "fche", "state": "absent"} 2022-01-04T07:30:49.663 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=jbainbri) => {"ansible_loop_var": "item", "changed": false, "item": "jbainbri", "name": "jbainbri", "state": "absent"} 2022-01-04T07:30:49.801 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=kdhananj) => {"ansible_loop_var": "item", "changed": false, "item": "kdhananj", "name": "kdhananj", "state": "absent"} 2022-01-04T07:30:49.857 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:49 +0000 (0:00:07.664) 0:01:04.188 ******* 2022-01-04T07:30:50.560 INFO:teuthology.task.ansible.out: TASK [users : Write /keys-repo-sha1 sentinel file] ***************************** 2022-01-04T07:30:50.562 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"changed": true, "checksum": "527d6cdc1d60f6be19f674f3a3bdb66cff80b6e6", "dest": "/keys-repo-sha1", "gid": 0, "group": "root", "md5sum": "1f32f128e240b52b51b1c2a6b499657d", "mode": "0644", "owner": "root", "size": 40, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1641281449.9424438-15660-102216066890610/source", "state": "file", "uid": 0} 2022-01-04T07:30:50.584 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:50 +0000 (0:00:00.727) 0:01:04.915 ******* 2022-01-04T07:30:50.655 INFO:teuthology.task.ansible.out: TASK [common : Log the OS name, version and release] *************************** ok: [smithi110.front.sepia.ceph.com] => { "msg": "Host smithi110.front.sepia.ceph.com is running Ubuntu 20.04 (focal)" } 2022-01-04T07:30:50.679 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:50 +0000 (0:00:00.094) 0:01:05.010 ******* 2022-01-04T07:30:50.759 INFO:teuthology.task.ansible.out: TASK [common : Including major version specific variables.] ******************** 2022-01-04T07:30:50.761 INFO:teuthology.task.ansible.out:ok: [smithi110.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"} 2022-01-04T07:30:50.785 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:50 +0000 (0:00:00.104) 0:01:05.115 ******* 2022-01-04T07:30:50.874 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 6)] *********************** 2022-01-04T07:30:50.876 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:50.898 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:50 +0000 (0:00:00.114) 0:01:05.229 ******* 2022-01-04T07:30:50.978 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone (RHEL/CentOS 7)] *********************** 2022-01-04T07:30:50.980 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:51.002 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:50 +0000 (0:00:00.103) 0:01:05.333 ******* 2022-01-04T07:30:51.081 INFO:teuthology.task.ansible.out: TASK [common : Reboot RHEL7 to workaround systemd bug] ************************* 2022-01-04T07:30:51.082 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:51.105 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:51 +0000 (0:00:00.103) 0:01:05.436 ******* 2022-01-04T07:30:51.174 INFO:teuthology.task.ansible.out: 2022-01-04T07:30:51.176 INFO:teuthology.task.ansible.out:TASK [common : Wait for reboot in case of systemd workaround] ****************** skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:51.202 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:51 +0000 (0:00:00.097) 0:01:05.533 ******* 2022-01-04T07:30:51.270 INFO:teuthology.task.ansible.out: TASK [common : Set /etc/localtime (RHEL/CentOS 6)] ***************************** 2022-01-04T07:30:51.272 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:51.306 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:51 +0000 (0:00:00.104) 0:01:05.637 ******* 2022-01-04T07:30:51.378 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone (RHEL/CentOS >= 7)] **************************** 2022-01-04T07:30:51.379 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:51.410 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:51 +0000 (0:00:00.103) 0:01:05.741 ******* 2022-01-04T07:30:51.485 INFO:teuthology.task.ansible.out: TASK [common : Install yum on Fedora 22 and later] ***************************** skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:51.515 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:51 +0000 (0:00:00.104) 0:01:05.846 ******* 2022-01-04T07:30:51.584 INFO:teuthology.task.ansible.out: TASK [common : Set entitlements_path] ****************************************** 2022-01-04T07:30:51.585 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:51.608 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:51 +0000 (0:00:00.092) 0:01:05.939 ******* 2022-01-04T07:30:51.677 INFO:teuthology.task.ansible.out: TASK [common : Include Red Hat encrypted variables.] *************************** skipping: [smithi110.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} 2022-01-04T07:30:51.679 INFO:teuthology.task.ansible.out:skipping: [smithi110.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} 2022-01-04T07:30:51.703 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:51 +0000 (0:00:00.095) 0:01:06.034 ******* 2022-01-04T07:30:51.774 INFO:teuthology.task.ansible.out: TASK [common : Set have_entitlements] ****************************************** 2022-01-04T07:30:51.776 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:51.797 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:51 +0000 (0:00:00.094) 0:01:06.128 ******* 2022-01-04T07:30:51.867 INFO:teuthology.task.ansible.out: TASK [common : Install CA Cert from Satellite Server] ************************** 2022-01-04T07:30:51.869 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:51.895 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:51 +0000 (0:00:00.097) 0:01:06.226 ******* 2022-01-04T07:30:51.975 INFO:teuthology.task.ansible.out: TASK [common : Set the releasever] ********************************************* 2022-01-04T07:30:51.977 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:52.005 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:52 +0000 (0:00:00.110) 0:01:06.336 ******* 2022-01-04T07:30:52.075 INFO:teuthology.task.ansible.out: TASK [common : Determine if node is registered with subscription-manager.] ***** 2022-01-04T07:30:52.077 INFO:teuthology.task.ansible.out:skipping: [smithi110.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} 2022-01-04T07:30:52.099 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:52 +0000 (0:00:00.093) 0:01:06.430 ******* 2022-01-04T07:30:52.179 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we're already registered] **************** skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:52.203 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:52 +0000 (0:00:00.103) 0:01:06.534 ******* 2022-01-04T07:30:52.283 INFO:teuthology.task.ansible.out: TASK [common : Register with subscription-manager.] **************************** skipping: [smithi110.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} 2022-01-04T07:30:52.306 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:52 +0000 (0:00:00.103) 0:01:06.637 ******* 2022-01-04T07:30:52.375 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered if we just registered] ********************** 2022-01-04T07:30:52.377 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:52.399 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:52 +0000 (0:00:00.092) 0:01:06.730 ******* 2022-01-04T07:30:52.479 INFO:teuthology.task.ansible.out: TASK [common : List CDN releases available to system] ************************** 2022-01-04T07:30:52.481 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:52.506 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:52 +0000 (0:00:00.106) 0:01:06.837 ******* 2022-01-04T07:30:52.576 INFO:teuthology.task.ansible.out: TASK [common : Unregister Beta/Alpha/RC system with subscription-manager] ****** 2022-01-04T07:30:52.578 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:52.600 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:52 +0000 (0:00:00.094) 0:01:06.931 ******* 2022-01-04T07:30:52.681 INFO:teuthology.task.ansible.out: TASK [common : Set rhsm_registered to false if Beta/Alpha/RC release] ********** skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:52.714 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:52 +0000 (0:00:00.113) 0:01:07.045 ******* 2022-01-04T07:30:52.785 INFO:teuthology.task.ansible.out: TASK [common : Configure internal beta repos in /etc/yum.repos.d/] ************* 2022-01-04T07:30:52.786 INFO:teuthology.task.ansible.out:skipping: [smithi110.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} 2022-01-04T07:30:52.809 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:52 +0000 (0:00:00.094) 0:01:07.140 ******* 2022-01-04T07:30:52.899 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ 2022-01-04T07:30:52.901 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:52.927 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:52 +0000 (0:00:00.118) 0:01:07.258 ******* 2022-01-04T07:30:52.998 INFO:teuthology.task.ansible.out: TASK [common : Get list of enabled RHSM repos] ********************************* skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:53.021 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:53 +0000 (0:00:00.094) 0:01:07.352 ******* 2022-01-04T07:30:53.090 INFO:teuthology.task.ansible.out: TASK [common : Store list of enabled repos] ************************************ 2022-01-04T07:30:53.091 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:53.114 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:53 +0000 (0:00:00.092) 0:01:07.445 ******* 2022-01-04T07:30:53.183 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos false if entitlements are missing or if we unregistered] *** skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:53.208 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:53 +0000 (0:00:00.094) 0:01:07.539 ******* 2022-01-04T07:30:53.210 INFO:teuthology.task.ansible.out: 2022-01-04T07:30:53.278 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if rhsm_repos differs from repo_list] **** 2022-01-04T07:30:53.280 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:53.302 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:53 +0000 (0:00:00.094) 0:01:07.633 ******* 2022-01-04T07:30:53.391 INFO:teuthology.task.ansible.out: TASK [common : Set replace_repos true if newly-subscribed] ********************* 2022-01-04T07:30:53.393 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:53.415 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:53 +0000 (0:00:00.113) 0:01:07.746 ******* 2022-01-04T07:30:53.495 INFO:teuthology.task.ansible.out: TASK [common : Disable all rhsm repos] ***************************************** 2022-01-04T07:30:53.496 INFO:teuthology.task.ansible.out:skipping: [smithi110.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} 2022-01-04T07:30:53.518 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:53 +0000 (0:00:00.102) 0:01:07.849 ******* 2022-01-04T07:30:53.586 INFO:teuthology.task.ansible.out: TASK [common : Enable necessary rhsm repos] ************************************ 2022-01-04T07:30:53.589 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:53.610 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:53 +0000 (0:00:00.091) 0:01:07.940 ******* 2022-01-04T07:30:53.710 INFO:teuthology.task.ansible.out: TASK [common : Remove old apt-mirror repository definition.] ******************* skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:53.737 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:53 +0000 (0:00:00.127) 0:01:08.068 ******* 2022-01-04T07:30:53.806 INFO:teuthology.task.ansible.out: TASK [common : Increase the yum timeout.] ************************************** skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:53.831 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:53 +0000 (0:00:00.094) 0:01:08.162 ******* 2022-01-04T07:30:53.912 INFO:teuthology.task.ansible.out: TASK [common : Configure epel repos in /etc/yum.repos.d/] ********************** 2022-01-04T07:30:53.914 INFO:teuthology.task.ansible.out:skipping: [smithi110.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: [smithi110.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"} 2022-01-04T07:30:53.939 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:53 +0000 (0:00:00.107) 0:01:08.270 ******* 2022-01-04T07:30:54.018 INFO:teuthology.task.ansible.out: TASK [common : Configure local epel mirrorlists] ******************************* 2022-01-04T07:30:54.020 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=epel-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "item": "epel-mirrorlist", "skip_reason": "Conditional result was False"} 2022-01-04T07:30:54.030 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=epel-testing-mirrorlist) => {"ansible_loop_var": "item", "changed": false, "item": "epel-testing-mirrorlist", "skip_reason": "Conditional result was False"} 2022-01-04T07:30:54.056 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:54 +0000 (0:00:00.117) 0:01:08.387 ******* 2022-01-04T07:30:54.125 INFO:teuthology.task.ansible.out: TASK [common : Clean yum cache] ************************************************ 2022-01-04T07:30:54.127 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:54.153 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:54 +0000 (0:00:00.097) 0:01:08.484 ******* 2022-01-04T07:30:54.338 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2022-01-04T07:30:54.340 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "cmd": "cat /etc/timezone", "delta": "0:00:00.011173", "end": "2022-01-04 07:30:54.133456", "rc": 0, "start": "2022-01-04 07:30:54.122283", "stderr": "", "stderr_lines": [], "stdout": "Etc/UTC", "stdout_lines": ["Etc/UTC"]} 2022-01-04T07:30:54.363 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:54 +0000 (0:00:00.209) 0:01:08.694 ******* 2022-01-04T07:30:54.432 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone in /etc/timezone] ****************************** 2022-01-04T07:30:54.433 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:54.456 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:54 +0000 (0:00:00.092) 0:01:08.787 ******* 2022-01-04T07:30:54.535 INFO:teuthology.task.ansible.out: TASK [common : Inform the OS of the new timezone] ****************************** 2022-01-04T07:30:54.536 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:54.559 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:54 +0000 (0:00:00.103) 0:01:08.890 ******* 2022-01-04T07:30:55.193 INFO:teuthology.task.ansible.out: TASK [common : Mask sleep units] *********************************************** 2022-01-04T07:30:55.195 INFO:teuthology.task.ansible.out:ok: [smithi110.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-common.service grub-initrd-fallback.service"}} 2022-01-04T07:30:55.371 INFO:teuthology.task.ansible.out:ok: [smithi110.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"}} 2022-01-04T07:30:55.559 INFO:teuthology.task.ansible.out:ok: [smithi110.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"}} 2022-01-04T07:30:55.738 INFO:teuthology.task.ansible.out:ok: [smithi110.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"}} 2022-01-04T07:30:55.767 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:55 +0000 (0:00:01.206) 0:01:10.097 ******* 2022-01-04T07:30:55.845 INFO:teuthology.task.ansible.out: TASK [common : Get the current timezone] *************************************** 2022-01-04T07:30:55.847 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:55.870 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:55 +0000 (0:00:00.103) 0:01:10.201 ******* 2022-01-04T07:30:55.939 INFO:teuthology.task.ansible.out: TASK [common : Set the timezone] *********************************************** 2022-01-04T07:30:55.940 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:55.965 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:55 +0000 (0:00:00.095) 0:01:10.296 ******* 2022-01-04T07:30:56.034 INFO:teuthology.task.ansible.out: TASK [common : Add base OpenSUSE Leap repo] ************************************ 2022-01-04T07:30:56.036 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:56.060 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:56 +0000 (0:00:00.094) 0:01:10.391 ******* 2022-01-04T07:30:56.129 INFO:teuthology.task.ansible.out: TASK [common : Add updates OpenSUSE Leap repo] ********************************* 2022-01-04T07:30:56.131 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:56.154 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:56 +0000 (0:00:00.094) 0:01:10.485 ******* 2022-01-04T07:30:56.224 INFO:teuthology.task.ansible.out: TASK [common : Refresh repos] ************************************************** 2022-01-04T07:30:56.226 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:56.253 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:56 +0000 (0:00:00.098) 0:01:10.584 ******* 2022-01-04T07:30:56.709 INFO:teuthology.task.ansible.out: TASK [common : Set the hardware clock] ***************************************** changed: [smithi110.front.sepia.ceph.com] => {"changed": true, "cmd": ["hwclock", "--systohc"], "delta": "0:00:00.314448", "end": "2022-01-04 07:30:56.500478", "rc": 0, "start": "2022-01-04 07:30:56.186030", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2022-01-04T07:30:56.734 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:56 +0000 (0:00:00.481) 0:01:11.065 ******* 2022-01-04T07:30:56.803 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (RedHat)] ***************************** 2022-01-04T07:30:56.804 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:30:56.828 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:56 +0000 (0:00:00.093) 0:01:11.158 ******* 2022-01-04T07:30:57.126 INFO:teuthology.task.ansible.out: TASK [common : Clean apt cache] ************************************************ 2022-01-04T07:30:57.128 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: [smithi110.front.sepia.ceph.com] => {"changed": true, "cmd": ["apt-get", "clean"], "delta": "0:00:00.108460", "end": "2022-01-04 07:30:56.914981", "rc": 0, "start": "2022-01-04 07:30:56.806521", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2022-01-04T07:30:57.151 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:30:57 +0000 (0:00:00.323) 0:01:11.482 ******* 2022-01-04T07:31:00.858 INFO:teuthology.task.ansible.out: TASK [common : Update apt cache] *********************************************** 2022-01-04T07:31:00.860 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"attempts": 1, "cache_update_time": 1641281172, "cache_updated": false, "changed": false} 2022-01-04T07:31:00.881 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:00 +0000 (0:00:03.730) 0:01:15.212 ******* 2022-01-04T07:31:01.614 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (Debian)] ***************************** ok: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "cache_updated": false, "changed": false} 2022-01-04T07:31:01.638 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:01 +0000 (0:00:00.756) 0:01:15.969 ******* 2022-01-04T07:31:01.706 INFO:teuthology.task.ansible.out: TASK [common : Install Kerberos Packages (OpenSUSE Leap)] ********************** 2022-01-04T07:31:01.708 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:01.730 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:01 +0000 (0:00:00.092) 0:01:16.061 ******* 2022-01-04T07:31:02.110 INFO:teuthology.task.ansible.out: TASK [common : Add krb5 config file] ******************************************* 2022-01-04T07:31:02.112 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:02.135 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:02 +0000 (0:00:00.404) 0:01:16.466 ******* 2022-01-04T07:31:02.878 INFO:teuthology.task.ansible.out: TASK [common : Make sure smartmontools is installed] *************************** 2022-01-04T07:31:02.880 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "cache_updated": false, "changed": false} 2022-01-04T07:31:02.902 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:02 +0000 (0:00:00.766) 0:01:17.233 ******* 2022-01-04T07:31:03.476 INFO:teuthology.task.ansible.out: TASK [common : Upload megacli and cli64 for raid monitoring and smart.pl to /usr/sbin/.] *** 2022-01-04T07:31:03.478 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:03.800 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:04.105 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:04.131 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:04 +0000 (0:00:01.228) 0:01:18.462 ******* 2022-01-04T07:31:04.262 INFO:teuthology.task.ansible.out: TASK [common : Create /usr/libexec.] ******************************************* 2022-01-04T07:31:04.264 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/usr/libexec", "size": 4096, "state": "directory", "uid": 0} 2022-01-04T07:31:04.289 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:04 +0000 (0:00:00.157) 0:01:18.619 ******* 2022-01-04T07:31:04.686 INFO:teuthology.task.ansible.out: TASK [common : Upload custom netsaint scripts for raid/disk/smart/monitoring to /usr/libexec/.] *** ok: [smithi110.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} 2022-01-04T07:31:05.001 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:05.305 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:05.378 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:05 +0000 (0:00:01.089) 0:01:19.709 ******* 2022-01-04T07:31:05.428 INFO:teuthology.task.ansible.out: TASK [common : Include apt_system vars] **************************************** 2022-01-04T07:31:05.430 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:05.455 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:05 +0000 (0:00:00.076) 0:01:19.786 ******* 2022-01-04T07:31:05.482 INFO:teuthology.task.ansible.out: TASK [common : Check for epel] ************************************************* 2022-01-04T07:31:05.485 INFO:teuthology.task.ansible.out:skipping: [smithi110.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} 2022-01-04T07:31:05.510 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:05 +0000 (0:00:00.054) 0:01:19.841 ******* 2022-01-04T07:31:05.559 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe without epel] ************************************** 2022-01-04T07:31:05.561 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:31:05.727 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:31:05.738 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:31:05.740 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:31:05.873 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:05 +0000 (0:00:00.363) 0:01:20.204 ******* 2022-01-04T07:31:05.899 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (RHEL/CentOS)] ************ 2022-01-04T07:31:05.901 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:05.923 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:05 +0000 (0:00:00.050) 0:01:20.254 ******* 2022-01-04T07:31:06.625 INFO:teuthology.task.ansible.out: TASK [common : Install nrpe package and dependencies (non-RHEL/CentOS)] ******** 2022-01-04T07:31:06.627 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "cache_updated": false, "changed": false} 2022-01-04T07:31:06.649 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:06 +0000 (0:00:00.726) 0:01:20.980 ******* 2022-01-04T07:31:06.991 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios sudoers.d for raid utilities.] ******************** 2022-01-04T07:31:06.993 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:07.015 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:07 +0000 (0:00:00.365) 0:01:21.346 ******* 2022-01-04T07:31:07.367 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios check_mem script] ********************************* 2022-01-04T07:31:07.369 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:07.391 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:07 +0000 (0:00:00.375) 0:01:21.722 ******* 2022-01-04T07:31:07.553 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (Ubuntu)] ************************ 2022-01-04T07:31:07.555 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=DAEMON_OPTS) => {"ansible_loop_var": "item", "backup": "", "changed": false, "item": "DAEMON_OPTS", "msg": ""} 2022-01-04T07:31:07.659 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=NRPE_OPTS) => {"ansible_loop_var": "item", "backup": "", "changed": false, "item": "NRPE_OPTS", "msg": ""} 2022-01-04T07:31:07.686 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:07 +0000 (0:00:00.294) 0:01:22.017 ******* 2022-01-04T07:31:07.713 INFO:teuthology.task.ansible.out: TASK [common : Configure nagios nrpe settings (RHEL/CentOS)] ******************* 2022-01-04T07:31:07.715 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:07.740 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:07 +0000 (0:00:00.054) 0:01:22.071 ******* 2022-01-04T07:31:07.767 INFO:teuthology.task.ansible.out: TASK [common : Check firewalld status] ***************************************** 2022-01-04T07:31:07.769 INFO:teuthology.task.ansible.out:skipping: [smithi110.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} 2022-01-04T07:31:07.791 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:07 +0000 (0:00:00.051) 0:01:22.122 ******* 2022-01-04T07:31:07.820 INFO:teuthology.task.ansible.out: TASK [common : Open nrpe port if firewalld enabled] **************************** 2022-01-04T07:31:07.821 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:07.844 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:07 +0000 (0:00:00.052) 0:01:22.175 ******* 2022-01-04T07:31:08.195 INFO:teuthology.task.ansible.out: TASK [common : Upload nagios nrpe config.] ************************************* 2022-01-04T07:31:08.197 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:08.225 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:08 +0000 (0:00:00.381) 0:01:22.556 ******* 2022-01-04T07:31:08.451 INFO:teuthology.task.ansible.out: TASK [common : Make sure nagios nrpe service is running.] ********************** 2022-01-04T07:31:08.452 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "nagios-nrpe-server", "state": "started", "status": {"ActiveEnterTimestamp": "Tue 2022-01-04 07:28:56 UTC", "ActiveEnterTimestampMonotonic": "16272707", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount system.slice nss-lookup.target var-run.mount network.target systemd-tmpfiles-setup.service local-fs.target systemd-journald.socket remote-fs.target basic.target time-sync.target sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2022-01-04 07:28:56 UTC", "AssertTimestampMonotonic": "16249837", "Before": "multi-user.target shutdown.target xdm.service plymouth-quit.service getty@tty1.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 0x26 0x27 0x28", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2022-01-04 07: 2022-01-04T07:31:08.454 INFO:teuthology.task.ansible.out:28:56 UTC", "ConditionTimestampMonotonic": "16249836", "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": "886", "ExecMainStartTimestamp": "Tue 2022-01-04 07:28:56 UTC", "ExecMainStartTimestampMonotonic": "16272538", "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=[Tue 2022-01-04 07:28:56 UTC] ; stop_time=[n/a] ; pid=886 ; 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=[Tue 2022-01-04 07:28:56 UTC] ; stop_time=[n/a] ; pid=886 ; 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-serve 2022-01-04T07:31:08.455 INFO:teuthology.task.ansible.out:r.service", "GID": "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": "Tue 2022-01-04 07:28:56 UTC", "InactiveExitTimestampMonotonic": "16272707", "InvocationID": "52fb3f2dec5b4593a3a3a58a323a4ce2", "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": "127717", "LimitNPROCSoft": "127717", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127717", "LimitSIGPENDINGSoft": "127717", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "886", "MemoryAccounting": "yes", "MemoryCurrent": "107 2022-01-04T07:31:08.457 INFO:teuthology.task.ansible.out:3152", "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": "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": "Tue 2022-01-04 07:28:56 UTC", "StateChangeTimestampMonotonic": "16272707", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhen 2022-01-04T07:31:08.459 INFO:teuthology.task.ansible.out:Unneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "38315", "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"}} 2022-01-04T07:31:08.478 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:08 +0000 (0:00:00.252) 0:01:22.808 ******* 2022-01-04T07:31:08.504 INFO:teuthology.task.ansible.out: TASK [common : Get SELinux status] ********************************************* skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:08.528 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:08 +0000 (0:00:00.050) 0:01:22.859 ******* 2022-01-04T07:31:08.566 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Install SELinux dependencies] **************************** skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:08.591 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:08 +0000 (0:00:00.062) 0:01:22.922 ******* 2022-01-04T07:31:08.619 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Ensure SELinux policy is up to date] ********************* 2022-01-04T07:31:08.621 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:08.647 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:08 +0000 (0:00:00.055) 0:01:22.978 ******* 2022-01-04T07:31:08.674 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Set SELinux boolean nagios_run_sudo true] **************** 2022-01-04T07:31:08.676 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:08.698 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:08 +0000 (0:00:00.051) 0:01:23.029 ******* 2022-01-04T07:31:08.725 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove SELinux policy package] *************************** 2022-01-04T07:31:08.727 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:08.752 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:08 +0000 (0:00:00.053) 0:01:23.083 ******* 2022-01-04T07:31:08.778 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Copy SELinux type enforcement file] ********************** 2022-01-04T07:31:08.780 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:08.802 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:08 +0000 (0:00:00.050) 0:01:23.133 ******* 2022-01-04T07:31:08.830 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Compile SELinux module file] ***************************** 2022-01-04T07:31:08.832 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:08.856 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:08 +0000 (0:00:00.054) 0:01:23.187 ******* 2022-01-04T07:31:08.883 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Build SELinux policy package] **************************** skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:08.910 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:08 +0000 (0:00:00.053) 0:01:23.241 ******* 2022-01-04T07:31:08.940 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Load SELinux policy package] ***************************** 2022-01-04T07:31:08.941 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:08.964 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:08 +0000 (0:00:00.054) 0:01:23.295 ******* 2022-01-04T07:31:09.002 INFO:teuthology.task.ansible.out: TASK [common : nrpe - Remove temporary files] ********************************** 2022-01-04T07:31:09.005 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:09.027 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:09 +0000 (0:00:00.063) 0:01:23.358 ******* 2022-01-04T07:31:09.054 INFO:teuthology.task.ansible.out: TASK [testnode : Include package type specific vars.] ************************** 2022-01-04T07:31:09.056 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:09.080 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:09 +0000 (0:00:00.052) 0:01:23.411 ******* 2022-01-04T07:31:09.117 INFO:teuthology.task.ansible.out: TASK [testnode : Including distro specific variables.] ************************* 2022-01-04T07:31:09.119 INFO:teuthology.task.ansible.out:ok: [smithi110.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"} 2022-01-04T07:31:09.143 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:09 +0000 (0:00:00.062) 0:01:23.474 ******* 2022-01-04T07:31:09.180 INFO:teuthology.task.ansible.out: TASK [testnode : Including major version specific variables.] ****************** 2022-01-04T07:31:09.182 INFO:teuthology.task.ansible.out:ok: [smithi110.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"} 2022-01-04T07:31:09.207 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:09 +0000 (0:00:00.064) 0:01:23.538 ******* 2022-01-04T07:31:09.244 INFO:teuthology.task.ansible.out: TASK [testnode : Including version specific variables.] ************************ 2022-01-04T07:31:09.246 INFO:teuthology.task.ansible.out:ok: [smithi110.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"} 2022-01-04T07:31:09.279 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:09 +0000 (0:00:00.072) 0:01:23.610 ******* 2022-01-04T07:31:09.421 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the sudo group exists.] ******************************** 2022-01-04T07:31:09.423 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "gid": 27, "name": "sudo", "state": "present", "system": false} 2022-01-04T07:31:09.445 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:09 +0000 (0:00:00.166) 0:01:23.776 ******* 2022-01-04T07:31:09.587 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the teuthology_user group exists.] ********************* 2022-01-04T07:31:09.588 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "gid": 1238, "name": "ubuntu", "state": "present", "system": false} 2022-01-04T07:31:09.611 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:09 +0000 (0:00:00.165) 0:01:23.942 ******* 2022-01-04T07:31:09.638 INFO:teuthology.task.ansible.out: TASK [testnode : Create the teuthology user.] ********************************** 2022-01-04T07:31:09.640 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:09.667 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:09 +0000 (0:00:00.055) 0:01:23.998 ******* 2022-01-04T07:31:09.695 INFO:teuthology.task.ansible.out: TASK [testnode : Delete the teuthology users password.] ************************ 2022-01-04T07:31:09.697 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:09.720 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:09 +0000 (0:00:00.052) 0:01:24.051 ******* 2022-01-04T07:31:09.893 INFO:teuthology.task.ansible.out: TASK [testnode : Add a user for xfstests to test user quotas.] ***************** 2022-01-04T07:31:09.895 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:09.917 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:09 +0000 (0:00:00.197) 0:01:24.248 ******* 2022-01-04T07:31:10.329 INFO:teuthology.task.ansible.out: TASK [testnode : Set a high max open files limit for the teuthology user.] ***** 2022-01-04T07:31:10.331 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:10.355 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:10 +0000 (0:00:00.437) 0:01:24.685 ******* 2022-01-04T07:31:10.392 INFO:teuthology.task.ansible.out: TASK [testnode : Set hostname var] ********************************************* 2022-01-04T07:31:10.394 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"ansible_facts": {"hostname": "smithi110"}, "changed": false} 2022-01-04T07:31:10.417 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:10 +0000 (0:00:00.063) 0:01:24.748 ******* 2022-01-04T07:31:11.133 INFO:teuthology.task.ansible.out: TASK [testnode : Set the system's hostname] ************************************ changed: [smithi110.front.sepia.ceph.com] => {"ansible_facts": {"ansible_domain": "front.sepia.ceph.com", "ansible_fqdn": "smithi110.front.sepia.ceph.com", "ansible_hostname": "smithi110", "ansible_nodename": "smithi110"}, "changed": true, "name": "smithi110"} 2022-01-04T07:31:11.156 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:11 +0000 (0:00:00.738) 0:01:25.487 ******* 2022-01-04T07:31:11.517 INFO:teuthology.task.ansible.out: TASK [testnode : Upload distro major version specific sshd_config] ************* ok: [smithi110.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} 2022-01-04T07:31:11.540 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:11 +0000 (0:00:00.384) 0:01:25.871 ******* 2022-01-04T07:31:11.880 INFO:teuthology.task.ansible.out: TASK [testnode : Upload ssh_config] ******************************************** 2022-01-04T07:31:11.881 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:11.907 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:11 +0000 (0:00:00.366) 0:01:26.238 ******* 2022-01-04T07:31:12.404 INFO:teuthology.task.ansible.out: TASK [testnode : Add ssh pubkeys] ********************************************** 2022-01-04T07:31:12.406 INFO:teuthology.task.ansible.out:changed: [smithi110.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} 2022-01-04T07:31:12.429 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:12 +0000 (0:00:00.521) 0:01:26.760 ******* 2022-01-04T07:31:12.455 INFO:teuthology.task.ansible.out: TASK [testnode : Create remote.conf] ******************************************* 2022-01-04T07:31:12.457 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:12.479 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:12 +0000 (0:00:00.050) 0:01:26.810 ******* 2022-01-04T07:31:12.506 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2022-01-04T07:31:12.509 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:12.530 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:12 +0000 (0:00:00.050) 0:01:26.861 ******* 2022-01-04T07:31:12.557 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2022-01-04T07:31:12.558 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:12.581 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:12 +0000 (0:00:00.050) 0:01:26.912 ******* 2022-01-04T07:31:12.609 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2022-01-04T07:31:12.611 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:12.634 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:12 +0000 (0:00:00.052) 0:01:26.965 ******* 2022-01-04T07:31:12.661 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** 2022-01-04T07:31:12.663 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:12.686 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:12 +0000 (0:00:00.051) 0:01:27.017 ******* 2022-01-04T07:31:12.714 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2022-01-04T07:31:12.716 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:12.739 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:12 +0000 (0:00:00.052) 0:01:27.069 ******* 2022-01-04T07:31:12.766 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2022-01-04T07:31:12.768 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:12.791 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:12 +0000 (0:00:00.052) 0:01:27.122 ******* 2022-01-04T07:31:12.818 INFO:teuthology.task.ansible.out: TASK [testnode : Clean up Stream distro-provided repos] ************************ 2022-01-04T07:31:12.820 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:12.842 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:12 +0000 (0:00:00.051) 0:01:27.173 ******* 2022-01-04T07:31:12.869 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2022-01-04T07:31:12.871 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:12.894 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:12 +0000 (0:00:00.051) 0:01:27.225 ******* 2022-01-04T07:31:12.931 INFO:teuthology.task.ansible.out: TASK [testnode : Include CentOS Stream specific variables] ********************* 2022-01-04T07:31:12.933 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:31:12.964 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:12 +0000 (0:00:00.070) 0:01:27.295 ******* 2022-01-04T07:31:13.002 INFO:teuthology.task.ansible.out: TASK [testnode : Configure local mirrorlists] ********************************** 2022-01-04T07:31:13.004 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:13.026 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.062) 0:01:27.357 ******* 2022-01-04T07:31:13.053 INFO:teuthology.task.ansible.out: TASK [testnode : Configure common additional repos in /etc/yum.repos.d/] ******* 2022-01-04T07:31:13.077 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.051) 0:01:27.408 ******* 2022-01-04T07:31:13.105 INFO:teuthology.task.ansible.out: TASK [testnode : Configure version specific repos in /etc/yum.repos.d/] ******** 2022-01-04T07:31:13.130 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.052) 0:01:27.460 ******* 2022-01-04T07:31:13.157 INFO:teuthology.task.ansible.out: TASK [testnode : Enable copr repos] ******************************************** 2022-01-04T07:31:13.183 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.053) 0:01:27.514 ******* 2022-01-04T07:31:13.210 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG] ************************************************** 2022-01-04T07:31:13.212 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:13.234 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.051) 0:01:27.565 ******* 2022-01-04T07:31:13.273 INFO:teuthology.task.ansible.out: TASK [testnode : Install GPG keys] ********************************************* 2022-01-04T07:31:13.275 INFO:teuthology.task.ansible.out:skipping: [smithi110.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: [smithi110.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"} 2022-01-04T07:31:13.286 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:31:13.311 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.076) 0:01:27.642 ******* 2022-01-04T07:31:13.339 INFO:teuthology.task.ansible.out: TASK [testnode : Clean yum cache] ********************************************** 2022-01-04T07:31:13.341 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:13.363 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.051) 0:01:27.694 ******* 2022-01-04T07:31:13.390 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:13.414 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.051) 0:01:27.745 ******* 2022-01-04T07:31:13.442 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure yum_utils is present.] ********************************* 2022-01-04T07:31:13.444 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:13.466 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.051) 0:01:27.797 ******* 2022-01-04T07:31:13.493 INFO:teuthology.task.ansible.out: TASK [testnode : Removing saved yum transactions] ****************************** 2022-01-04T07:31:13.495 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:13.518 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.051) 0:01:27.849 ******* 2022-01-04T07:31:13.557 INFO:teuthology.task.ansible.out: TASK [testnode : Check if ceph-debuginfo is installed] ************************* skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:13.581 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.063) 0:01:27.912 ******* 2022-01-04T07:31:13.609 INFO:teuthology.task.ansible.out: TASK [testnode : Work around https://bugzilla.redhat.com/show_bug.cgi?id=1234967] *** 2022-01-04T07:31:13.611 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:13.638 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.057) 0:01:27.970 ******* 2022-01-04T07:31:13.665 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ 2022-01-04T07:31:13.668 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:13.690 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.051) 0:01:28.021 ******* 2022-01-04T07:31:13.717 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2022-01-04T07:31:13.718 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:13.743 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.052) 0:01:28.074 ******* 2022-01-04T07:31:13.770 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2022-01-04T07:31:13.772 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:13.795 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.052) 0:01:28.126 ******* 2022-01-04T07:31:13.822 INFO:teuthology.task.ansible.out: TASK [testnode : Install epel packages] **************************************** 2022-01-04T07:31:13.824 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:13.848 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.052) 0:01:28.179 ******* 2022-01-04T07:31:13.875 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** 2022-01-04T07:31:13.877 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:13.900 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.052) 0:01:28.231 ******* 2022-01-04T07:31:13.927 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2022-01-04T07:31:13.930 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:13.953 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:13 +0000 (0:00:00.051) 0:01:28.283 ******* 2022-01-04T07:31:13.979 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable firewalld] *********************************** 2022-01-04T07:31:13.981 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:14.003 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:14 +0000 (0:00:00.050) 0:01:28.334 ******* 2022-01-04T07:31:14.030 INFO:teuthology.task.ansible.out: TASK [testnode : Stop and disable iptables] ************************************ 2022-01-04T07:31:14.031 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:14.053 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:14 +0000 (0:00:00.050) 0:01:28.384 ******* 2022-01-04T07:31:14.080 INFO:teuthology.task.ansible.out: TASK [testnode : Enable SELinux] *********************************************** 2022-01-04T07:31:14.082 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:14.104 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:14 +0000 (0:00:00.050) 0:01:28.435 ******* 2022-01-04T07:31:14.131 INFO:teuthology.task.ansible.out: TASK [testnode : Install abrt] ************************************************* 2022-01-04T07:31:14.133 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:14.155 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:14 +0000 (0:00:00.051) 0:01:28.486 ******* 2022-01-04T07:31:14.183 INFO:teuthology.task.ansible.out: TASK [testnode : Enable abrt-auto-reporting] *********************************** 2022-01-04T07:31:14.185 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:14.207 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:14 +0000 (0:00:00.052) 0:01:28.538 ******* 2022-01-04T07:31:14.235 INFO:teuthology.task.ansible.out: TASK [testnode : Set OpenGPGCheck in abrt-action-save-package-data.conf] ******* 2022-01-04T07:31:14.237 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:14.263 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:14 +0000 (0:00:00.055) 0:01:28.594 ******* 2022-01-04T07:31:14.290 INFO:teuthology.task.ansible.out: TASK [testnode : Set ProcessUnpackaged in abrt-action-save-package-data.conf] *** 2022-01-04T07:31:14.292 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:14.314 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:14 +0000 (0:00:00.050) 0:01:28.645 ******* 2022-01-04T07:31:14.341 INFO:teuthology.task.ansible.out: TASK [testnode : Restart abrtd] ************************************************ skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:14.365 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:14 +0000 (0:00:00.051) 0:01:28.696 ******* 2022-01-04T07:31:14.506 INFO:teuthology.task.ansible.out: TASK [testnode : Check for custom repos] *************************************** 2022-01-04T07:31:14.507 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "cmd": "ls -1 /etc/apt/sources.list.d/", "delta": "0:00:00.005447", "end": "2022-01-04 07:31:14.303169", "rc": 0, "start": "2022-01-04 07:31:14.297722", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2022-01-04T07:31:14.532 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:14 +0000 (0:00:00.166) 0:01:28.863 ******* 2022-01-04T07:31:14.559 INFO:teuthology.task.ansible.out: TASK [testnode : Remove custom repos] ****************************************** 2022-01-04T07:31:14.584 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:14 +0000 (0:00:00.051) 0:01:28.915 ******* 2022-01-04T07:31:14.927 INFO:teuthology.task.ansible.out: TASK [testnode : Set apt preferences] ****************************************** 2022-01-04T07:31:14.929 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:14.950 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:14 +0000 (0:00:00.366) 0:01:29.281 ******* 2022-01-04T07:31:14.977 INFO:teuthology.task.ansible.out: TASK [testnode : Add sources list] ********************************************* 2022-01-04T07:31:14.978 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:15.000 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:14 +0000 (0:00:00.049) 0:01:29.331 ******* 2022-01-04T07:31:16.269 INFO:teuthology.task.ansible.out: TASK [testnode : Install apt keys] ********************************************* 2022-01-04T07:31:16.272 INFO:teuthology.task.ansible.out:ok: [smithi110.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"} 2022-01-04T07:31:17.201 INFO:teuthology.task.ansible.out:ok: [smithi110.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"} 2022-01-04T07:31:17.225 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:17 +0000 (0:00:02.224) 0:01:31.556 ******* 2022-01-04T07:31:17.936 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-apt] ******************************************* ok: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "cache_updated": false, "changed": false} 2022-01-04T07:31:17.961 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:17 +0000 (0:00:00.734) 0:01:32.291 ******* 2022-01-04T07:31:17.987 INFO:teuthology.task.ansible.out: TASK [testnode : Add local apt repos.] ***************************************** 2022-01-04T07:31:18.011 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:18 +0000 (0:00:00.051) 0:01:32.342 ******* 2022-01-04T07:31:18.184 INFO:teuthology.task.ansible.out: TASK [testnode : Blast the apt cache.] ***************************************** 2022-01-04T07:31:18.186 INFO:teuthology.task.ansible.out:[WARNING]: Consider using 'become', 'become_method', and 'become_user' rather than running sudo changed: [smithi110.front.sepia.ceph.com] => {"changed": true, "cmd": ["sudo", "apt-get", "clean"], "delta": "0:00:00.028490", "end": "2022-01-04 07:31:17.968938", "rc": 0, "start": "2022-01-04 07:31:17.940448", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2022-01-04T07:31:18.208 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:18 +0000 (0:00:00.197) 0:01:32.539 ******* 2022-01-04T07:31:20.419 INFO:teuthology.task.ansible.out: TASK [testnode : Update apt cache.] ******************************************** 2022-01-04T07:31:20.421 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "cache_updated": false, "changed": false} 2022-01-04T07:31:20.443 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:20 +0000 (0:00:02.234) 0:01:34.774 ******* 2022-01-04T07:31:28.492 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure packages are not present.] ***************************** 2022-01-04T07:31:28.494 INFO:teuthology.task.ansible.out:changed: [smithi110.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 libiscsi7 libllvm11 liborc-0.4-0 libpmem1\n libshout3 libslirp0 libspice-server1 libtag1v5 libtag1v5-vanilla\n libusbredirparser1 libv4l-0 libv4lconvert0 libvirglrenderer1 libvisual-0.4-0\n libvte-2.91-0 libvte-2.91-common libwayland-server0 linux-headers-5.4.0-66\n linux-headers-5.4.0-66-generic linux-image-5.4.0-66-generic\n linux-modules-5.4.0-66-generic linux-modules-extra-5.4.0-66-generic\n msr-tools ovmf qemu-system-data 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 80 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 database ... 85%\r(Read 2022-01-04T07:31:28.496 INFO:teuthology.task.ansible.out:ing database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 145345 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 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 80 not upgraded.", "After this operation, 62.7 MB disk space will be freed.", "(Reading database ... ", "(Reading database ... 5%", "(Reading database ... 10%", "(Reading database ... 15%", "(Reading datab 2022-01-04T07:31:28.497 INFO:teuthology.task.ansible.out:ase ... 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 ... 145345 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) ..."]} 2022-01-04T07:31:28.517 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:28 +0000 (0:00:08.073) 0:01:42.848 ******* 2022-01-04T07:31:43.997 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2022-01-04T07:31:43.999 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "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 libiscsi7 libllvm11 liborc-0.4-0 libpmem1\n libshout3 libslirp0 libspice-server1 libtag1v5 libtag1v5-vanilla\n libusbredirparser1 libv4l-0 libv4lconvert0 libvirglrenderer1 libvisual-0.4-0\n libvte-2.91-0 libvte-2.91-common libwayland-server0 linux-headers-5.4.0-66\n linux-headers-5.4.0-66-generic linux-image-5.4.0-66-generic\n linux-modules-5.4.0-66-generic linux-modules-extra-5.4.0-66-generic\n msr-tools ovmf qemu-system-data 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 76 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 [1181 kB]\nGet:3 http 2022-01-04T07:31:44.001 INFO:teuthology.task.ansible.out:://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 (1753 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 ... 145273 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 are no longer requi 2022-01-04T07:31:44.002 INFO:teuthology.task.ansible.out:red:", " 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 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 76 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 (1753 kB/s)", "(Reading database ... ", "(Reading database ... 5%", "(Reading database ... 10%", "(Reading database ... 15%", "(Reading database ... 20%", "(Reading database ... 25%", "(Reading database ... 30 2022-01-04T07:31:44.004 INFO:teuthology.task.ansible.out:%", "(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 ... 145273 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) ..."]} 2022-01-04T07:31:44.022 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:44 +0000 (0:00:15.505) 0:01:58.353 ******* 2022-01-04T07:31:44.050 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade non aarch64 packages] ********************************* 2022-01-04T07:31:44.052 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:44.075 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:44 +0000 (0:00:00.052) 0:01:58.406 ******* 2022-01-04T07:31:56.062 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2022-01-04T07:31:56.064 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "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 74 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 2022-01-04T07:31:56.066 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 (11.5 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 ... 145273 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 2022-01-04T07:31:56.068 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 2022-01-04T07:31:56.069 INFO:teuthology.task.ansible.out:ed, 6 newly installed, 0 to remove and 74 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 (11.5 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 ... 145273 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) ... 2022-01-04T07:31:56.071 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) ...", "Processing 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) ..."]} 2022-01-04T07:31:56.088 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:56 +0000 (0:00:12.013) 0:02:10.419 ******* 2022-01-04T07:31:56.787 INFO:teuthology.task.ansible.out: TASK [testnode : Install non aarch64 packages] ********************************* 2022-01-04T07:31:56.788 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "cache_updated": false, "changed": false} 2022-01-04T07:31:56.810 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:56 +0000 (0:00:00.722) 0:02:11.141 ******* 2022-01-04T07:31:57.509 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages with --no-install-recommends] **************** 2022-01-04T07:31:57.511 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "cache_updated": false, "changed": false} 2022-01-04T07:31:57.536 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:57 +0000 (0:00:00.725) 0:02:11.867 ******* 2022-01-04T07:31:57.678 INFO:teuthology.task.ansible.out: TASK [testnode : Use perl to add user_xattr to the root mount options in fstab.] *** 2022-01-04T07:31:57.680 INFO:teuthology.task.ansible.out:ok: [smithi110.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"]} 2022-01-04T07:31:57.704 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:57 +0000 (0:00:00.168) 0:02:12.035 ******* 2022-01-04T07:31:57.731 INFO:teuthology.task.ansible.out: TASK [testnode : Enable xattr for this boot.] ********************************** 2022-01-04T07:31:57.733 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:57.757 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:57 +0000 (0:00:00.053) 0:02:12.088 ******* 2022-01-04T07:31:57.898 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure fuse group exists.] ************************************ ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "gid": 10102, "name": "fuse", "state": "present", "system": false} 2022-01-04T07:31:57.921 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:57 +0000 (0:00:00.163) 0:02:12.252 ******* 2022-01-04T07:31:58.279 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/fuse.conf.] *************************************** 2022-01-04T07:31:58.281 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:58.304 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:58 +0000 (0:00:00.381) 0:02:12.634 ******* 2022-01-04T07:31:58.475 INFO:teuthology.task.ansible.out: TASK [testnode : Add teuthology user to groups fuse, kvm and disk.] ************ 2022-01-04T07:31:58.477 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:31:58.499 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:58 +0000 (0:00:00.195) 0:02:12.830 ******* 2022-01-04T07:31:58.640 INFO:teuthology.task.ansible.out: TASK [testnode : Set up static IP in /etc/hosts.] ****************************** 2022-01-04T07:31:58.642 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2022-01-04T07:31:58.667 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:58 +0000 (0:00:00.167) 0:02:12.998 ******* 2022-01-04T07:31:58.934 INFO:teuthology.task.ansible.out: TASK [testnode : Stop apache2] ************************************************* 2022-01-04T07:31:58.935 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"changed": true, "name": "apache2", "state": "stopped", "status": {"ActiveEnterTimestamp": "Tue 2022-01-04 07:31:41 UTC", "ActiveEnterTimestampMonotonic": "181278496", "ActiveExitTimestamp": "Tue 2022-01-04 07:31:41 UTC", "ActiveExitTimestampMonotonic": "181194692", "ActiveState": "active", "After": "sysinit.target remote-fs.target -.mount systemd-journald.socket network.target systemd-tmpfiles-setup.service nss-lookup.target system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2022-01-04 07:31:41 UTC", "AssertTimestampMonotonic": "181246508", "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 0x26 0x27 0x28", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2022-01-04 07:31:41 UTC", "ConditionTimestampMonotonic": "181246508", "Con 2022-01-04T07:31:58.937 INFO:teuthology.task.ansible.out:figurationDirectoryMode": "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": "6483", "ExecMainStartTimestamp": "Tue 2022-01-04 07:31:41 UTC", "ExecMainStartTimestampMonotonic": "181278457", "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", "IO 2022-01-04T07:31:58.938 INFO:teuthology.task.ansible.out:SchedulingPriority": "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": "Tue 2022-01-04 07:31:41 UTC", "InactiveEnterTimestampMonotonic": "181244901", "InactiveExitTimestamp": "Tue 2022-01-04 07:31:41 UTC", "InactiveExitTimestampMonotonic": "181248996", "InvocationID": "131057649a7a4ab1804470b735b021d8", "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": "127717", "LimitNPROCSoft": "127717", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127717", "LimitSIGPENDINGSoft": "127717", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "6483", "MemoryAccounting": "yes", "MemoryCurrent": "5218304", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin" 2022-01-04T07:31:58.940 INFO:teuthology.task.ansible.out:: "0", "MemorySwapMax": "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": "Tue 2022-01-04 07:31:41 UTC", "StateChangeTimestampMonotonic": "181278496", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTY 2022-01-04T07:31:58.942 INFO:teuthology.task.ansible.out:Reset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "55", "TasksMax": "38315", "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"}} 2022-01-04T07:31:58.960 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:58 +0000 (0:00:00.293) 0:02:13.291 ******* 2022-01-04T07:31:58.987 INFO:teuthology.task.ansible.out: TASK [testnode : Set mode on /etc/fuse.conf] *********************************** 2022-01-04T07:31:58.989 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.011 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.051) 0:02:13.342 ******* 2022-01-04T07:31:59.039 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure the group kvm exists.] ********************************* 2022-01-04T07:31:59.041 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.063 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.051) 0:02:13.394 ******* 2022-01-04T07:31:59.089 INFO:teuthology.task.ansible.out: TASK [testnode : Add the teuthology user to groups kvm,disk] ******************* 2022-01-04T07:31:59.091 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.113 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.050) 0:02:13.444 ******* 2022-01-04T07:31:59.139 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/sudoers.] ************************************** 2022-01-04T07:31:59.141 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.163 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.049) 0:02:13.494 ******* 2022-01-04T07:31:59.189 INFO:teuthology.task.ansible.out: TASK [testnode : Configure /etc/security/limits.conf] ************************** 2022-01-04T07:31:59.191 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.215 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.052) 0:02:13.546 ******* 2022-01-04T07:31:59.241 INFO:teuthology.task.ansible.out: TASK [testnode : Rebuild rpmdb] ************************************************ 2022-01-04T07:31:59.242 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.264 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.048) 0:02:13.595 ******* 2022-01-04T07:31:59.290 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph packages are not present.] ************************ 2022-01-04T07:31:59.292 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.313 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.049) 0:02:13.644 ******* 2022-01-04T07:31:59.339 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure ceph dependency packages are not present.] ************* 2022-01-04T07:31:59.341 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.363 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.049) 0:02:13.694 ******* 2022-01-04T07:31:59.389 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2022-01-04T07:31:59.391 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.413 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.049) 0:02:13.744 ******* 2022-01-04T07:31:59.441 INFO:teuthology.task.ansible.out: TASK [testnode : Remove packages] ********************************************** skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.467 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.054) 0:02:13.798 ******* 2022-01-04T07:31:59.494 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages] ********************************************* 2022-01-04T07:31:59.496 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.517 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.050) 0:02:13.848 ******* 2022-01-04T07:31:59.544 INFO:teuthology.task.ansible.out: TASK [testnode : Upgrade packages] ********************************************* 2022-01-04T07:31:59.545 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.567 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.049) 0:02:13.898 ******* 2022-01-04T07:31:59.594 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* 2022-01-04T07:31:59.596 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.617 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.050) 0:02:13.948 ******* 2022-01-04T07:31:59.643 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2022-01-04T07:31:59.645 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.667 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.049) 0:02:13.998 ******* 2022-01-04T07:31:59.692 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2022-01-04T07:31:59.694 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.716 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.049) 0:02:14.047 ******* 2022-01-04T07:31:59.742 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2022-01-04T07:31:59.744 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.766 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.049) 0:02:14.097 ******* 2022-01-04T07:31:59.792 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** 2022-01-04T07:31:59.794 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.816 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.049) 0:02:14.147 ******* 2022-01-04T07:31:59.842 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* 2022-01-04T07:31:59.844 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.866 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.050) 0:02:14.197 ******* 2022-01-04T07:31:59.892 INFO:teuthology.task.ansible.out: TASK [testnode : Include hostname in /etc/sysconfig/network] ******************* 2022-01-04T07:31:59.894 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.916 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.049) 0:02:14.247 ******* 2022-01-04T07:31:59.943 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2022-01-04T07:31:59.945 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:31:59.966 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:31:59 +0000 (0:00:00.050) 0:02:14.297 ******* 2022-01-04T07:31:59.993 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** 2022-01-04T07:31:59.995 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:00.017 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:00 +0000 (0:00:00.051) 0:02:14.348 ******* 2022-01-04T07:32:00.044 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2022-01-04T07:32:00.046 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:00.071 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:00 +0000 (0:00:00.053) 0:02:14.402 ******* 2022-01-04T07:32:00.098 INFO:teuthology.task.ansible.out: TASK [testnode : Make raid/smart scripts work.] ******************************** 2022-01-04T07:32:00.099 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:00.121 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:00 +0000 (0:00:00.050) 0:02:14.452 ******* 2022-01-04T07:32:00.148 INFO:teuthology.task.ansible.out: TASK [testnode : Create FStest ubuntu directory.] ****************************** skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:00.171 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:00 +0000 (0:00:00.049) 0:02:14.502 ******* 2022-01-04T07:32:00.199 INFO:teuthology.task.ansible.out: TASK [testnode : Make fsstress same path as ubuntu.] *************************** 2022-01-04T07:32:00.201 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:00.222 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:00 +0000 (0:00:00.051) 0:02:14.553 ******* 2022-01-04T07:32:00.249 INFO:teuthology.task.ansible.out: TASK [testnode : Set grub config.] ********************************************* skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:00.272 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:00 +0000 (0:00:00.049) 0:02:14.603 ******* 2022-01-04T07:32:00.412 INFO:teuthology.task.ansible.out: TASK [testnode : Remove /etc/ceph] ********************************************* 2022-01-04T07:32:00.414 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "path": "/etc/ceph", "state": "absent"} 2022-01-04T07:32:00.437 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:00 +0000 (0:00:00.164) 0:02:14.767 ******* 2022-01-04T07:32:00.773 INFO:teuthology.task.ansible.out: TASK [testnode : Upload a dummy nfs export so that the nfs kernel server starts.] *** 2022-01-04T07:32:00.774 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:32:00.797 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:00 +0000 (0:00:00.360) 0:02:15.128 ******* 2022-01-04T07:32:00.824 INFO:teuthology.task.ansible.out: TASK [testnode : Enable nfs-server on rhel 7.x.] ******************************* 2022-01-04T07:32:00.825 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:00.848 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:00 +0000 (0:00:00.051) 0:02:15.179 ******* 2022-01-04T07:32:01.194 INFO:teuthology.task.ansible.out: TASK [testnode : Upload weekly kernel-clean crontab.] ************************** 2022-01-04T07:32:01.196 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:32:01.218 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:01 +0000 (0:00:00.369) 0:02:15.549 ******* 2022-01-04T07:32:01.546 INFO:teuthology.task.ansible.out: TASK [testnode : Upload /etc/grub.d/02_force_timeout.] ************************* 2022-01-04T07:32:01.548 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:32:01.573 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:01 +0000 (0:00:00.355) 0:02:15.904 ******* 2022-01-04T07:32:01.910 INFO:teuthology.task.ansible.out: TASK [testnode : Enable kernel modules to load at boot time.] ****************** 2022-01-04T07:32:01.912 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:32:01.934 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:01 +0000 (0:00:00.360) 0:02:16.265 ******* 2022-01-04T07:32:02.074 INFO:teuthology.task.ansible.out: TASK [testnode : Enabling auto-fsck fix to prevent boot hangup.] *************** 2022-01-04T07:32:02.076 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2022-01-04T07:32:02.098 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:02 +0000 (0:00:00.164) 0:02:16.429 ******* 2022-01-04T07:32:02.125 INFO:teuthology.task.ansible.out: TASK [testnode : Work around broken wget on wheezy.] *************************** 2022-01-04T07:32:02.127 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.149 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:02 +0000 (0:00:00.050) 0:02:16.480 ******* 2022-01-04T07:32:02.175 INFO:teuthology.task.ansible.out: TASK [testnode : Stop collectl] ************************************************ 2022-01-04T07:32:02.177 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.199 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:02 +0000 (0:00:00.050) 0:02:16.530 ******* 2022-01-04T07:32:02.226 INFO:teuthology.task.ansible.out: TASK [testnode : Add PATH to the teuthology_user .bashrc.] ********************* 2022-01-04T07:32:02.227 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.249 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:02 +0000 (0:00:00.049) 0:02:16.580 ******* 2022-01-04T07:32:02.276 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if we need to edit /etc/profile.] **************** skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.300 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:02 +0000 (0:00:00.050) 0:02:16.631 ******* 2022-01-04T07:32:02.327 INFO:teuthology.task.ansible.out: TASK [testnode : Update /etc/profile if needed.] ******************************* 2022-01-04T07:32:02.329 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.351 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:02 +0000 (0:00:00.051) 0:02:16.682 ******* 2022-01-04T07:32:02.377 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2022-01-04T07:32:02.379 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"ansible_facts": {"nvme_card_present": false}, "changed": false} 2022-01-04T07:32:02.401 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:02 +0000 (0:00:00.049) 0:02:16.732 ******* 2022-01-04T07:32:02.448 INFO:teuthology.task.ansible.out: TASK [testnode : Check for NVMe drive] ***************************************** 2022-01-04T07:32:02.450 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=loop1) => {"ansible_loop_var": "item", "changed": false, "item": "loop1", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.459 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=dm-2) => {"ansible_loop_var": "item", "changed": false, "item": "dm-2", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.461 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=loop6) => {"ansible_loop_var": "item", "changed": false, "item": "loop6", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.470 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=loop4) => {"ansible_loop_var": "item", "changed": false, "item": "loop4", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.472 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=dm-0) => {"ansible_loop_var": "item", "changed": false, "item": "dm-0", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.481 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=sda) => {"ansible_loop_var": "item", "changed": false, "item": "sda", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.492 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=nvme0n1) => {"ansible_facts": {"nvme_card_present": true}, "ansible_loop_var": "item", "changed": false, "item": "nvme0n1"} 2022-01-04T07:32:02.494 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=loop3) => {"ansible_loop_var": "item", "changed": false, "item": "loop3", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.504 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=loop2) => {"ansible_loop_var": "item", "changed": false, "item": "loop2", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.505 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=dm-4) => {"ansible_loop_var": "item", "changed": false, "item": "dm-4", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.515 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=loop0) => {"ansible_loop_var": "item", "changed": false, "item": "loop0", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.516 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=loop7) => {"ansible_loop_var": "item", "changed": false, "item": "loop7", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.526 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=dm-3) => {"ansible_loop_var": "item", "changed": false, "item": "dm-3", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.528 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=loop5) => {"ansible_loop_var": "item", "changed": false, "item": "loop5", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.537 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=dm-1) => {"ansible_loop_var": "item", "changed": false, "item": "dm-1", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.566 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:02 +0000 (0:00:00.164) 0:02:16.896 ******* 2022-01-04T07:32:02.792 INFO:teuthology.task.ansible.out: TASK [testnode : Check for teuthology-lock command] **************************** 2022-01-04T07:32:02.794 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"changed": true, "cmd": "which teuthology-lock", "delta": "0:00:00.003711", "end": "2022-01-04 07:32:02.769526", "rc": 0, "start": "2022-01-04 07:32:02.765815", "stderr": "", "stderr_lines": [], "stdout": "/home/teuthworker/src/git.ceph.com_git_teuthology_95a7d4799b562f3bbb5ec66107094963abd62fa1/virtualenv/bin/teuthology-lock", "stdout_lines": ["/home/teuthworker/src/git.ceph.com_git_teuthology_95a7d4799b562f3bbb5ec66107094963abd62fa1/virtualenv/bin/teuthology-lock"]} 2022-01-04T07:32:02.840 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:02 +0000 (0:00:00.274) 0:02:17.171 ******* 2022-01-04T07:32:02.871 INFO:teuthology.task.ansible.out: TASK [testnode : Mark system down if NVMe card missing] ************************ skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.914 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:02 +0000 (0:00:00.073) 0:02:17.244 ******* 2022-01-04T07:32:02.944 INFO:teuthology.task.ansible.out: TASK [testnode : Update description in paddles lock DB if NVMe card missing] *** 2022-01-04T07:32:02.946 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:02.970 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:02 +0000 (0:00:00.056) 0:02:17.301 ******* 2022-01-04T07:32:02.997 INFO:teuthology.task.ansible.out: TASK [testnode : Fail rest of playbook due to missing NVMe card] *************** 2022-01-04T07:32:02.999 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:03.022 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:03 +0000 (0:00:00.051) 0:02:17.353 ******* 2022-01-04T07:32:03.723 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure apt dependencies are installed] ********************* 2022-01-04T07:32:03.725 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "cache_updated": false, "changed": false} 2022-01-04T07:32:03.748 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:03 +0000 (0:00:00.726) 0:02:18.079 ******* 2022-01-04T07:32:03.775 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure rpm dependencies are installed] ********************* 2022-01-04T07:32:03.777 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:03.800 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:03 +0000 (0:00:00.051) 0:02:18.131 ******* 2022-01-04T07:32:03.848 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2022-01-04T07:32:03.849 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item={'block_used': 14043038, 'uuid': '765c9454-acf9-4ab1-8c0e-444ef075a2c6', 'size_total': 983429562368, 'block_total': 240095108, 'mount': '/', 'block_available': 226052070, 'size_available': 925909278720, 'fstype': 'ext4', 'inode_total': 61054976, 'options': 'rw,relatime,errors=remount-ro', 'device': '/dev/sda1', 'inode_used': 157800, 'block_size': 4096, 'inode_available': 60897176}) => {"ansible_facts": {"root_disk": "/dev/sda"}, "ansible_loop_var": "item", "changed": false, "item": {"block_available": 226052070, "block_size": 4096, "block_total": 240095108, "block_used": 14043038, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60897176, "inode_total": 61054976, "inode_used": 157800, "mount": "/", "options": "rw,relatime,errors=remount-ro", "size_available": 925909278720, "size_total": 983429562368, "uuid": "765c9454-acf9-4ab1-8c0e-444ef075a2c6"}} 2022-01-04T07:32:03.872 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:03 +0000 (0:00:00.072) 0:02:18.203 ******* 2022-01-04T07:32:04.024 INFO:teuthology.task.ansible.out: TASK [testnode : Compile list of non-root partitions] ************************** 2022-01-04T07:32:04.026 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"changed": true, "cmd": "lsblk --list --noheadings | grep part | grep -v sda | awk '{ print $1 }'", "delta": "0:00:00.009471", "end": "2022-01-04 07:32:03.812238", "rc": 0, "start": "2022-01-04 07:32:03.802767", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2022-01-04T07:32:04.049 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:04 +0000 (0:00:00.176) 0:02:18.380 ******* 2022-01-04T07:32:04.087 INFO:teuthology.task.ansible.out: TASK [testnode : Unmount any non-root mountpoints] ***************************** 2022-01-04T07:32:04.089 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item={'block_used': 14043038, 'uuid': '765c9454-acf9-4ab1-8c0e-444ef075a2c6', 'size_total': 983429562368, 'block_total': 240095108, 'mount': '/', 'block_available': 226052070, 'size_available': 925909278720, 'fstype': 'ext4', 'inode_total': 61054976, 'options': 'rw,relatime,errors=remount-ro', 'device': '/dev/sda1', 'inode_used': 157800, 'block_size': 4096, 'inode_available': 60897176}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 226052070, "block_size": 4096, "block_total": 240095108, "block_used": 14043038, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60897176, "inode_total": 61054976, "inode_used": 157800, "mount": "/", "options": "rw,relatime,errors=remount-ro", "size_available": 925909278720, "size_total": 983429562368, "uuid": "765c9454-acf9-4ab1-8c0e-444ef075a2c6"}, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:04.113 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:04 +0000 (0:00:00.063) 0:02:18.444 ******* 2022-01-04T07:32:04.140 INFO:teuthology.task.ansible.out: TASK [testnode : Wipe filesystems on non-root partitions] ********************** 2022-01-04T07:32:04.164 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:04 +0000 (0:00:00.051) 0:02:18.495 ******* 2022-01-04T07:32:04.235 INFO:teuthology.task.ansible.out: TASK [testnode : Zap all non-root disks] *************************************** 2022-01-04T07:32:04.237 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:06.050 INFO:teuthology.task.ansible.out:changed: [smithi110.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-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISFBNUwPjPb85kG3M032k83rYveiGMOQXZ'], 'uuids': ['e9eaa81b-f04e-469b-abdd-ba9b578469f1']}, '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.680860", "end": "2022-01-04 07:32:05.832714", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISFBNUwPjPb85kG3M032k83rYveiGMOQXZ"], "labels": [], "masters": [], "uuids": ["e9eaa81b-f04e-469b-abdd-ba9b578469f1"]}, "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": "2022-01-04 07:32:04.151854", "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."]} 2022-01-04T07:32:06.062 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:06.063 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:07.296 INFO:teuthology.task.ansible.out:changed: [smithi110.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-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISrWYdKlWr1qNhp87e0JqTir22J0HAxDzB'], 'uuids': ['eb41e96d-5d7e-4952-bff5-4ba5bc8b94a7']}, '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.106836", "end": "2022-01-04 07:32:07.082565", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISrWYdKlWr1qNhp87e0JqTir22J0HAxDzB"], "labels": [], "masters": [], "uuids": ["eb41e96d-5d7e-4952-bff5-4ba5bc8b94a7"]}, "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": "2022-01-04 07:32:05.975729", "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."]} 2022-01-04T07:32:07.307 INFO:teuthology.task.ansible.out:skipping: [smithi110.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_Z1W5QFRD', 'wwn-0x5000c50091dfc3c1'], 'uuids': []}, 'partitions': {'sda1': {'sectorsize': 512, 'uuid': '765c9454-acf9-4ab1-8c0e-444ef075a2c6', 'links': {'masters': [], 'labels': [], 'ids': ['ata-ST1000NM0033-9ZM173_Z1W5QFRD-part1', 'wwn-0x5000c50091dfc3c1-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': '0x5000c50091dfc3c1', 'model': 'ST1000NM0033-9ZM', 'serial': 'Z1W5QFRD', '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_Z1W5QFRD", "wwn-0x5000c50091dfc3c1"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5QFRD-part1", "wwn-0x5000c50091dfc3c1-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": "Z1W5QFRD", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c50091dfc3c1"}}, 2022-01-04T07:32:07.309 INFO:teuthology.task.ansible.out: "skip_reason": "Conditional result was False"} 2022-01-04T07:32:08.556 INFO:teuthology.task.ansible.out:changed: [smithi110.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-QR7JMR-Y7zR-HZdv-ShGp-yFsh-bgpG-RMkisT', 'nvme-INTEL_SSDPED1D480GA_PHMB7476002T480DGN', 'nvme-nvme.8086-50484d42373437363030325434383044474e-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.116200", "end": "2022-01-04 07:32:08.335519", "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-QR7JMR-Y7zR-HZdv-ShGp-yFsh-bgpG-RMkisT", "nvme-INTEL_SSDPED1D480GA_PHMB7476002T480DGN", "nvme-nvme.8086-50484d42373437363030325434383044474e-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": "2022-01-04 07:32:07.219319", "stderr": "", "stderr_lines": [], "stdout": "Creating new GPT entries in memory.\nGPT data structures destroyed! You 2022-01-04T07:32:08.558 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."]} 2022-01-04T07:32:08.568 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:08.579 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:09.867 INFO:teuthology.task.ansible.out:changed: [smithi110.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-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISU1EaVXlNc1MNQ5OBdoO6wNt52HOqMdT6'], 'uuids': ['2e33df0d-5624-4068-8bc8-8e8d3610213f']}, '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.144508", "end": "2022-01-04 07:32:09.643703", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISU1EaVXlNc1MNQ5OBdoO6wNt52HOqMdT6"], "labels": [], "masters": [], "uuids": ["2e33df0d-5624-4068-8bc8-8e8d3610213f"]}, "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": "2022-01-04 07:32:08.499195", "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."]} 2022-01-04T07:32:09.867 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:09.879 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:11.116 INFO:teuthology.task.ansible.out:changed: [smithi110.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-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISiyXb6J1pnSL9TXmxpNlUeXJuWenm3619'], 'uuids': ['ac92c33d-e63b-4805-99d1-24c669185dbc']}, '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.113613", "end": "2022-01-04 07:32:10.902733", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISiyXb6J1pnSL9TXmxpNlUeXJuWenm3619"], "labels": [], "masters": [], "uuids": ["ac92c33d-e63b-4805-99d1-24c669185dbc"]}, "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": "2022-01-04 07:32:09.789120", "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."]} 2022-01-04T07:32:11.128 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:12.369 INFO:teuthology.task.ansible.out:changed: [smithi110.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-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISaD7UKODXxn6kPUou5dnlUJcI7lEpJ99A'], 'uuids': ['03264f78-910d-4b49-8184-3ebd8a65b909']}, '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.308536", "end": "2022-01-04 07:32:12.343638", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISaD7UKODXxn6kPUou5dnlUJcI7lEpJ99A"], "labels": [], "masters": [], "uuids": ["03264f78-910d-4b49-8184-3ebd8a65b909"]}, "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": "2022-01-04 07:32:11.035102", "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."]} 2022-01-04T07:32:12.404 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:12 +0000 (0:00:08.239) 0:02:26.735 ******* 2022-01-04T07:32:12.452 INFO:teuthology.task.ansible.out: TASK [testnode : Blow away lingering OSD data and FSIDs] *********************** 2022-01-04T07:32:12.454 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:12.702 INFO:teuthology.task.ansible.out:changed: [smithi110.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-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISFBNUwPjPb85kG3M032k83rYveiGMOQXZ'], 'uuids': ['e9eaa81b-f04e-469b-abdd-ba9b578469f1']}, '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.119750", "end": "2022-01-04 07:32:12.677649", "item": {"key": "dm-2", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_3", "dm-uuid-LVM-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISFBNUwPjPb85kG3M032k83rYveiGMOQXZ"], "labels": [], "masters": [], "uuids": ["e9eaa81b-f04e-469b-abdd-ba9b578469f1"]}, "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": "2022-01-04 07:32:12.557899", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.114676 s, 1.0 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.114676 s, 1.0 GB/s"], "stdout": "", "stdout_lines": []} 2022-01-04T07:32:12.714 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:12.716 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:12.966 INFO:teuthology.task.ansible.out:changed: [smithi110.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-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISrWYdKlWr1qNhp87e0JqTir22J0HAxDzB'], 'uuids': ['eb41e96d-5d7e-4952-bff5-4ba5bc8b94a7']}, '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.117868", "end": "2022-01-04 07:32:12.936136", "item": {"key": "dm-0", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_1", "dm-uuid-LVM-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISrWYdKlWr1qNhp87e0JqTir22J0HAxDzB"], "labels": [], "masters": [], "uuids": ["eb41e96d-5d7e-4952-bff5-4ba5bc8b94a7"]}, "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": "2022-01-04 07:32:12.818268", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.112989 s, 1.0 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.112989 s, 1.0 GB/s"], "stdout": "", "stdout_lines": []} 2022-01-04T07:32:12.979 INFO:teuthology.task.ansible.out:skipping: [smithi110.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_Z1W5QFRD', 'wwn-0x5000c50091dfc3c1'], 'uuids': []}, 'partitions': {'sda1': {'sectorsize': 512, 'uuid': '765c9454-acf9-4ab1-8c0e-444ef075a2c6', 'links': {'masters': [], 'labels': [], 'ids': ['ata-ST1000NM0033-9ZM173_Z1W5QFRD-part1', 'wwn-0x5000c50091dfc3c1-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': '0x5000c50091dfc3c1', 'model': 'ST1000NM0033-9ZM', 'serial': 'Z1W5QFRD', '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_Z1W5QFRD", "wwn-0x5000c50091dfc3c1"], "labels": [], "masters": [], "uuids": []}, "model": "ST1000NM0033-9ZM", "partitions": {"sda1": {"holders": [], "links": {"ids": ["ata-ST1000NM0033-9ZM173_Z1W5QFRD-part1", "wwn-0x5000c50091dfc3c1-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": "Z1W5QFRD", "size": "931.51 GB", "support_discard": "0", "vendor": "ATA", "virtual": 1, "wwn": "0x5000c50091dfc3c1"}}, 2022-01-04T07:32:12.980 INFO:teuthology.task.ansible.out: "skip_reason": "Conditional result was False"} 2022-01-04T07:32:13.150 INFO:teuthology.task.ansible.out:changed: [smithi110.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-QR7JMR-Y7zR-HZdv-ShGp-yFsh-bgpG-RMkisT', 'nvme-INTEL_SSDPED1D480GA_PHMB7476002T480DGN', 'nvme-nvme.8086-50484d42373437363030325434383044474e-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.054528", "end": "2022-01-04 07:32:13.127814", "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-QR7JMR-Y7zR-HZdv-ShGp-yFsh-bgpG-RMkisT", "nvme-INTEL_SSDPED1D480GA_PHMB7476002T480DGN", "nvme-nvme.8086-50484d42373437363030325434383044474e-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": "2022-01-04 07:32:13.073286", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.0496075 s, 2.3 GB/s", "stderr_lines": [" 2022-01-04T07:32:13.152 INFO:teuthology.task.ansible.out:110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.0496075 s, 2.3 GB/s"], "stdout": "", "stdout_lines": []} 2022-01-04T07:32:13.162 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:13.173 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:13.414 INFO:teuthology.task.ansible.out:changed: [smithi110.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-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISU1EaVXlNc1MNQ5OBdoO6wNt52HOqMdT6'], 'uuids': ['2e33df0d-5624-4068-8bc8-8e8d3610213f']}, '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.116707", "end": "2022-01-04 07:32:13.386222", "item": {"key": "dm-4", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_5", "dm-uuid-LVM-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISU1EaVXlNc1MNQ5OBdoO6wNt52HOqMdT6"], "labels": [], "masters": [], "uuids": ["2e33df0d-5624-4068-8bc8-8e8d3610213f"]}, "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": "2022-01-04 07:32:13.269515", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.11169 s, 1.0 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.11169 s, 1.0 GB/s"], "stdout": "", "stdout_lines": []} 2022-01-04T07:32:13.426 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:13.427 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:13.672 INFO:teuthology.task.ansible.out:changed: [smithi110.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-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISiyXb6J1pnSL9TXmxpNlUeXJuWenm3619'], 'uuids': ['ac92c33d-e63b-4805-99d1-24c669185dbc']}, '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.120090", "end": "2022-01-04 07:32:13.652091", "item": {"key": "dm-3", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_4", "dm-uuid-LVM-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISiyXb6J1pnSL9TXmxpNlUeXJuWenm3619"], "labels": [], "masters": [], "uuids": ["ac92c33d-e63b-4805-99d1-24c669185dbc"]}, "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": "2022-01-04 07:32:13.532001", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.115117 s, 1.0 GB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.115117 s, 1.0 GB/s"], "stdout": "", "stdout_lines": []} 2022-01-04T07:32:13.683 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:13.937 INFO:teuthology.task.ansible.out:changed: [smithi110.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-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISaD7UKODXxn6kPUou5dnlUJcI7lEpJ99A'], 'uuids': ['03264f78-910d-4b49-8184-3ebd8a65b909']}, '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.121312", "end": "2022-01-04 07:32:13.909751", "item": {"key": "dm-1", "value": {"holders": [], "host": "", "links": {"ids": ["dm-name-vg_nvme-lv_2", "dm-uuid-LVM-w2PoJbPhm9DtS9EGLDewIb9C5SoFrNISaD7UKODXxn6kPUou5dnlUJcI7lEpJ99A"], "labels": [], "masters": [], "uuids": ["03264f78-910d-4b49-8184-3ebd8a65b909"]}, "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": "2022-01-04 07:32:13.788439", "stderr": "110+0 records in\n110+0 records out\n115343360 bytes (115 MB, 110 MiB) copied, 0.116231 s, 992 MB/s", "stderr_lines": ["110+0 records in", "110+0 records out", "115343360 bytes (115 MB, 110 MiB) copied, 0.116231 s, 992 MB/s"], "stdout": "", "stdout_lines": []} 2022-01-04T07:32:13.971 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:13 +0000 (0:00:01.567) 0:02:28.302 ******* 2022-01-04T07:32:14.269 INFO:teuthology.task.ansible.out: TASK [testnode : Remove all LVM data] ****************************************** 2022-01-04T07:32:14.271 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"attempts": 1, "changed": true, "cmd": "dmsetup remove_all --force", "delta": "0:00:00.161098", "end": "2022-01-04 07:32:14.242527", "rc": 0, "start": "2022-01-04 07:32:14.081429", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2022-01-04T07:32:14.295 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:14 +0000 (0:00:00.323) 0:02:28.626 ******* 2022-01-04T07:32:14.508 INFO:teuthology.task.ansible.out: TASK [testnode : Check for physical volumes] *********************************** 2022-01-04T07:32:14.510 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"changed": true, "cmd": "pvdisplay | grep 'PV Name' | awk '{ print $3 }'", "delta": "0:00:00.075464", "end": "2022-01-04 07:32:14.483682", "rc": 0, "start": "2022-01-04 07:32:14.408218", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2022-01-04T07:32:14.533 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:14 +0000 (0:00:00.238) 0:02:28.864 ******* 2022-01-04T07:32:14.560 INFO:teuthology.task.ansible.out: TASK [testnode : Remove physical volumes] ************************************** 2022-01-04T07:32:14.586 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:14 +0000 (0:00:00.053) 0:02:28.917 ******* 2022-01-04T07:32:14.614 INFO:teuthology.task.ansible.out: TASK [testnode : Write a new partition table to {{ item.value.device }}] ******* 2022-01-04T07:32:14.616 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:14.642 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:14 +0000 (0:00:00.055) 0:02:28.973 ******* 2022-01-04T07:32:14.670 INFO:teuthology.task.ansible.out: TASK [testnode : Write partition entries to {{ item.0.device }}] *************** 2022-01-04T07:32:14.671 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:14.693 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:14 +0000 (0:00:00.051) 0:02:29.024 ******* 2022-01-04T07:32:14.721 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** 2022-01-04T07:32:14.722 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:14.747 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:14 +0000 (0:00:00.053) 0:02:29.078 ******* 2022-01-04T07:32:14.775 INFO:teuthology.task.ansible.out: 2022-01-04T07:32:14.776 INFO:teuthology.task.ansible.out:TASK [testnode : Write /scratch_devs for {{ item.0.device }}] ****************** skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:14.800 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:14 +0000 (0:00:00.053) 0:02:29.131 ******* 2022-01-04T07:32:14.932 INFO:teuthology.task.ansible.out: TASK [testnode : Edit lvm.conf to support LVM on kRBD.] ************************ 2022-01-04T07:32:14.934 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} 2022-01-04T07:32:14.957 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:14 +0000 (0:00:00.157) 0:02:29.288 ******* 2022-01-04T07:32:14.995 INFO:teuthology.task.ansible.out: TASK [testnode : Set root disk] ************************************************ 2022-01-04T07:32:14.997 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item={'block_used': 14043038, 'uuid': '765c9454-acf9-4ab1-8c0e-444ef075a2c6', 'size_total': 983429562368, 'block_total': 240095108, 'mount': '/', 'block_available': 226052070, 'size_available': 925909278720, 'fstype': 'ext4', 'inode_total': 61054976, 'options': 'rw,relatime,errors=remount-ro', 'device': '/dev/sda1', 'inode_used': 157800, 'block_size': 4096, 'inode_available': 60897176}) => {"ansible_loop_var": "item", "changed": false, "item": {"block_available": 226052070, "block_size": 4096, "block_total": 240095108, "block_used": 14043038, "device": "/dev/sda1", "fstype": "ext4", "inode_available": 60897176, "inode_total": 61054976, "inode_used": 157800, "mount": "/", "options": "rw,relatime,errors=remount-ro", "size_available": 925909278720, "size_total": 983429562368, "uuid": "765c9454-acf9-4ab1-8c0e-444ef075a2c6"}, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:15.020 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:15 +0000 (0:00:00.063) 0:02:29.351 ******* 2022-01-04T07:32:15.048 INFO:teuthology.task.ansible.out: TASK [testnode : Combine list of non-root disks] ******************************* 2022-01-04T07:32:15.049 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:15.072 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:15 +0000 (0:00:00.051) 0:02:29.403 ******* 2022-01-04T07:32:15.099 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2022-01-04T07:32:15.101 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:15.124 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:15 +0000 (0:00:00.052) 0:02:29.455 ******* 2022-01-04T07:32:15.151 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2022-01-04T07:32:15.153 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:15.176 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:15 +0000 (0:00:00.051) 0:02:29.506 ******* 2022-01-04T07:32:15.203 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume_groups dict] ************************************ skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:15.230 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:15 +0000 (0:00:00.054) 0:02:29.561 ******* 2022-01-04T07:32:15.257 INFO:teuthology.task.ansible.out: TASK [testnode : Determine desired logical volume percentage size] ************* 2022-01-04T07:32:15.259 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:15.281 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:15 +0000 (0:00:00.051) 0:02:29.612 ******* 2022-01-04T07:32:15.308 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical_volumes dict] ********************************** 2022-01-04T07:32:15.310 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:15.332 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:15 +0000 (0:00:00.050) 0:02:29.663 ******* 2022-01-04T07:32:16.095 INFO:teuthology.task.ansible.out: TASK [testnode : Create volume group(s)] *************************************** changed: [smithi110.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"}}} 2022-01-04T07:32:16.119 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:16 +0000 (0:00:00.786) 0:02:30.450 ******* 2022-01-04T07:32:16.839 INFO:teuthology.task.ansible.out: TASK [testnode : Create logical volume(s)] ************************************* 2022-01-04T07:32:16.841 INFO:teuthology.task.ansible.out:changed: [smithi110.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": ""} 2022-01-04T07:32:17.258 INFO:teuthology.task.ansible.out:changed: [smithi110.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": ""} 2022-01-04T07:32:17.695 INFO:teuthology.task.ansible.out:changed: [smithi110.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": ""} 2022-01-04T07:32:18.097 INFO:teuthology.task.ansible.out:changed: [smithi110.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": ""} 2022-01-04T07:32:18.580 INFO:teuthology.task.ansible.out:changed: [smithi110.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": ""} 2022-01-04T07:32:18.606 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:18 +0000 (0:00:02.486) 0:02:32.937 ******* 2022-01-04T07:32:18.758 INFO:teuthology.task.ansible.out: TASK [testnode : Erase /scratch_devs so we know it's accurate] ***************** 2022-01-04T07:32:18.760 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"changed": true, "path": "/scratch_devs", "state": "absent"} 2022-01-04T07:32:18.783 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:18 +0000 (0:00:00.177) 0:02:33.114 ******* 2022-01-04T07:32:18.946 INFO:teuthology.task.ansible.out: TASK [testnode : Write /scratch_devs] ****************************************** 2022-01-04T07:32:18.949 INFO:teuthology.task.ansible.out:changed: [smithi110.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"} 2022-01-04T07:32:19.063 INFO:teuthology.task.ansible.out:changed: [smithi110.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"} 2022-01-04T07:32:19.179 INFO:teuthology.task.ansible.out:changed: [smithi110.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"} 2022-01-04T07:32:19.298 INFO:teuthology.task.ansible.out:changed: [smithi110.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"} 2022-01-04T07:32:19.309 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:19.335 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:19 +0000 (0:00:00.551) 0:02:33.666 ******* 2022-01-04T07:32:19.362 INFO:teuthology.task.ansible.out: TASK [testnode : Create filesystems] ******************************************* 2022-01-04T07:32:19.364 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:19.388 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:19 +0000 (0:00:00.052) 0:02:33.719 ******* 2022-01-04T07:32:19.415 INFO:teuthology.task.ansible.out: TASK [testnode : Mount filesystems] ******************************************** 2022-01-04T07:32:19.417 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:19.439 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:19 +0000 (0:00:00.050) 0:02:33.769 ******* 2022-01-04T07:32:19.579 INFO:teuthology.task.ansible.out: TASK [testnode : Create /var/lib/ceph] ***************************************** 2022-01-04T07:32:19.581 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/lib/ceph", "size": 4096, "state": "directory", "uid": 0} 2022-01-04T07:32:19.604 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:19 +0000 (0:00:00.165) 0:02:33.935 ******* 2022-01-04T07:32:19.642 INFO:teuthology.task.ansible.out: TASK [testnode : Set xfs_opts on newer OSes] *********************************** 2022-01-04T07:32:19.644 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"ansible_facts": {"xfs_opts": "-m crc=0,finobt=0"}, "changed": false} 2022-01-04T07:32:19.673 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:19 +0000 (0:00:00.069) 0:02:34.004 ******* 2022-01-04T07:32:20.098 INFO:teuthology.task.ansible.out: TASK [testnode : Create xfs filesystem on /dev/vg_nvme/lv_5] ******************* 2022-01-04T07:32:20.099 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"changed": true} 2022-01-04T07:32:20.124 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:20 +0000 (0:00:00.450) 0:02:34.455 ******* 2022-01-04T07:32:20.596 INFO:teuthology.task.ansible.out: TASK [testnode : Mount /dev/vg_nvme/lv_5 to /var/lib/ceph] ********************* changed: [smithi110.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"} 2022-01-04T07:32:20.620 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:20 +0000 (0:00:00.495) 0:02:34.951 ******* 2022-01-04T07:32:20.646 INFO:teuthology.task.ansible.out: TASK [testnode : Install cachefilesd] ****************************************** 2022-01-04T07:32:20.648 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:20.671 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:20 +0000 (0:00:00.051) 0:02:35.002 ******* 2022-01-04T07:32:20.700 INFO:teuthology.task.ansible.out: TASK [testnode : Install cachefilesd conf file] ******************************** 2022-01-04T07:32:20.702 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:20.725 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:20 +0000 (0:00:00.053) 0:02:35.056 ******* 2022-01-04T07:32:20.752 INFO:teuthology.task.ansible.out: TASK [testnode : Restart cachefilesd] ****************************************** 2022-01-04T07:32:20.754 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:20.776 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:20 +0000 (0:00:00.051) 0:02:35.107 ******* 2022-01-04T07:32:20.803 INFO:teuthology.task.ansible.out: TASK [testnode : Restart cachefilesd] ****************************************** 2022-01-04T07:32:20.805 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:20.827 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:20 +0000 (0:00:00.051) 0:02:35.158 ******* 2022-01-04T07:32:20.991 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the teuthology user.] *********** 2022-01-04T07:32:20.993 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:32:21.027 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:21 +0000 (0:00:00.198) 0:02:35.357 ******* 2022-01-04T07:32:21.191 INFO:teuthology.task.ansible.out: TASK [testnode : Add CPAN config directory for the root user.] ***************** 2022-01-04T07:32:21.193 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/root/.cpan/CPAN/", "size": 4096, "state": "directory", "uid": 0} 2022-01-04T07:32:21.220 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:21 +0000 (0:00:00.193) 0:02:35.551 ******* 2022-01-04T07:32:21.580 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for the teuthology user.] ****************** 2022-01-04T07:32:21.582 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:32:21.604 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:21 +0000 (0:00:00.383) 0:02:35.935 ******* 2022-01-04T07:32:21.945 INFO:teuthology.task.ansible.out: TASK [testnode : Upload CPAN config for root.] ********************************* 2022-01-04T07:32:21.946 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:32:21.971 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:21 +0000 (0:00:00.366) 0:02:36.302 ******* 2022-01-04T07:32:22.673 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure perl-doc is installed on apt systems.] ***************** 2022-01-04T07:32:22.675 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "cache_updated": false, "changed": false} 2022-01-04T07:32:22.698 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:22 +0000 (0:00:00.726) 0:02:37.028 ******* 2022-01-04T07:32:22.943 INFO:teuthology.task.ansible.out: TASK [testnode : Check to see if Amazon::S3 is installed.] ********************* 2022-01-04T07:32:22.945 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "cmd": ["perldoc", "-l", "Amazon::S3"], "delta": "0:00:00.104142", "end": "2022-01-04 07:32:22.921853", "rc": 0, "start": "2022-01-04 07:32:22.817711", "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"]} 2022-01-04T07:32:22.968 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:22 +0000 (0:00:00.270) 0:02:37.299 ******* 2022-01-04T07:32:22.995 INFO:teuthology.task.ansible.out: TASK [testnode : Install Amazon::S3.] ****************************************** 2022-01-04T07:32:22.997 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:23.019 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:23 +0000 (0:00:00.050) 0:02:37.350 ******* 2022-01-04T07:32:23.045 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on rpm based systems.] ******************** 2022-01-04T07:32:23.047 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:23.068 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:23 +0000 (0:00:00.049) 0:02:37.399 ******* 2022-01-04T07:32:23.739 INFO:teuthology.task.ansible.out: TASK [testnode : Install ntp package on apt based systems.] ******************** 2022-01-04T07:32:23.741 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "cache_updated": false, "changed": false} 2022-01-04T07:32:23.764 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:23 +0000 (0:00:00.694) 0:02:38.094 ******* 2022-01-04T07:32:23.790 INFO:teuthology.task.ansible.out: TASK [testnode : Remove racy /etc/network/if-up.d/ntpdate on xenial] *********** 2022-01-04T07:32:23.792 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:23.814 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:23 +0000 (0:00:00.050) 0:02:38.145 ******* 2022-01-04T07:32:24.176 INFO:teuthology.task.ansible.out: TASK [testnode : Create the ntp.conf file.] ************************************ 2022-01-04T07:32:24.178 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:32:24.201 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:24 +0000 (0:00:00.387) 0:02:38.533 ******* 2022-01-04T07:32:24.229 INFO:teuthology.task.ansible.out: TASK [testnode : Create the chrony.conf file] ********************************** 2022-01-04T07:32:24.231 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:24.255 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:24 +0000 (0:00:00.053) 0:02:38.586 ******* 2022-01-04T07:32:24.470 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ntpd is running.] *********************************** 2022-01-04T07:32:24.471 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "enabled": true, "name": "ntp", "state": "started", "status": {"ActiveEnterTimestamp": "Tue 2022-01-04 07:28:54 UTC", "ActiveEnterTimestampMonotonic": "13707054", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice network.target basic.target sysinit.target systemd-tmpfiles-setup.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2022-01-04 07:28:53 UTC", "AssertTimestampMonotonic": "13473564", "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 0x26 0x27 0x28", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2022-01-04 07:28:53 UTC", "ConditionTimestampMonotonic": "13473562", "ConfigurationDirectoryMode": "0755", "Conflicts": "systemd-timesyncd.service shutdown.target", 2022-01-04T07:32:24.472 INFO:teuthology.task.ansible.out:"ControlGroup": "/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": "827", "ExecMainStartTimestamp": "Tue 2022-01-04 07:28:54 UTC", "ExecMainStartTimestampMonotonic": "13707038", "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": "Tue 2022-01-04 07:28:53 UTC", "InactiveExitTimestampMonotonic": "13475849", "InvocationID": "cbdec728687b4fb29f02d7b16cb78106", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": " 2022-01-04T07:32:24.473 INFO:teuthology.task.ansible.out: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": "127717", "LimitNPROCSoft": "127717", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "127717", "LimitSIGPENDINGSoft": "127717", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "827", "MemoryAccounting": "yes", "MemoryCurrent": "1916928", "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": "system.slice -.mount sysinit. 2022-01-04T07:32:24.475 INFO:teuthology.task.ansible.out:target", "RequiresMountsFor": "/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": "Tue 2022-01-04 07:28:54 UTC", "StateChangeTimestampMonotonic": "13707054", "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": "38315", "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"}} 2022-01-04T07:32:24.498 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:24 +0000 (0:00:00.243) 0:02:38.829 ******* 2022-01-04T07:32:24.526 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2022-01-04T07:32:24.527 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"ansible_facts": {"pip_executable": "pip", "pip_version": "python-pip"}, "changed": false} 2022-01-04T07:32:24.549 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:24 +0000 (0:00:00.051) 0:02:38.880 ******* 2022-01-04T07:32:24.586 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2022-01-04T07:32:24.588 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"ansible_facts": {"ansible_python_interpreter": "/usr/bin/python3", "pip_executable": "pip3", "pip_version": "python3-pip"}, "changed": false} 2022-01-04T07:32:24.611 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:24 +0000 (0:00:00.061) 0:02:38.942 ******* 2022-01-04T07:32:24.638 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on rpm based systems.] ********************* 2022-01-04T07:32:24.640 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:24.666 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:24 +0000 (0:00:00.055) 0:02:38.997 ******* 2022-01-04T07:32:25.654 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on apt based systems.] ********************* ok: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "cache_updated": false, "changed": false} 2022-01-04T07:32:25.677 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:25 +0000 (0:00:01.011) 0:02:40.008 ******* 2022-01-04T07:32:25.705 INFO:teuthology.task.ansible.out: TASK [testnode : Install python-pip on zypper based systems.] ****************** 2022-01-04T07:32:25.707 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:25.732 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:25 +0000 (0:00:00.054) 0:02:40.063 ******* 2022-01-04T07:32:25.915 INFO:teuthology.task.ansible.out: TASK [testnode : Create the .pip directory for the teuthology user.] *********** 2022-01-04T07:32:25.917 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "gid": 1238, "group": "ubuntu", "mode": "0644", "owner": "ubuntu", "path": "/home/ubuntu/.pip", "size": 4096, "state": "directory", "uid": 1000} 2022-01-04T07:32:25.940 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:25 +0000 (0:00:00.207) 0:02:40.271 ******* 2022-01-04T07:32:26.376 INFO:teuthology.task.ansible.out: TASK [testnode : Create pip.conf and configure it to use our mirror] *********** 2022-01-04T07:32:26.378 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:32:26.400 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:26 +0000 (0:00:00.460) 0:02:40.731 ******* 2022-01-04T07:32:28.691 INFO:teuthology.task.ansible.out: TASK [testnode : Install packages via pip] ************************************* ok: [smithi110.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} 2022-01-04T07:32:28.716 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:28 +0000 (0:00:02.314) 0:02:43.046 ******* 2022-01-04T07:32:29.258 INFO:teuthology.task.ansible.out: TASK [testnode : Purge resolvconf] ********************************************* 2022-01-04T07:32:29.260 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false} 2022-01-04T07:32:29.281 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:29 +0000 (0:00:00.566) 0:02:43.612 ******* 2022-01-04T07:32:29.310 INFO:teuthology.task.ansible.out: TASK [testnode : Set interface] ************************************************ ok: [smithi110.front.sepia.ceph.com] => {"ansible_facts": {"interface": "enp3s0f1"}, "changed": false} 2022-01-04T07:32:29.335 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:29 +0000 (0:00:00.053) 0:02:43.666 ******* 2022-01-04T07:32:29.514 INFO:teuthology.task.ansible.out: TASK [testnode : Check for presence of /etc/network/interfaces] **************** 2022-01-04T07:32:29.516 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "stat": {"atime": 1641281130.431421, "attr_flags": "e", "attributes": ["extents"], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "ctime": 1641281130.427421, "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": 1641281130.427421, "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}} 2022-01-04T07:32:29.539 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:29 +0000 (0:00:00.204) 0:02:43.870 ******* 2022-01-04T07:32:29.974 INFO:teuthology.task.ansible.out: TASK [testnode : Rewrite /etc/network/interfaces to use dhcp] ****************** 2022-01-04T07:32:29.976 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "msg": ""} 2022-01-04T07:32:30.000 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:29 +0000 (0:00:00.460) 0:02:44.331 ******* 2022-01-04T07:32:30.030 INFO:teuthology.task.ansible.out: TASK [testnode : Set bounce_interface if we just enabled dhcp] ***************** 2022-01-04T07:32:30.032 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"ansible_facts": {"bounce_interface": false}, "changed": false} 2022-01-04T07:32:30.054 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:30 +0000 (0:00:00.053) 0:02:44.385 ******* 2022-01-04T07:32:30.080 INFO:teuthology.task.ansible.out: TASK [testnode : ifdown and ifup] ********************************************** 2022-01-04T07:32:30.082 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:30.104 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:30 +0000 (0:00:00.050) 0:02:44.435 ******* 2022-01-04T07:32:30.266 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure lab_domain is in search domains in /etc/resolv.conf] *** 2022-01-04T07:32:30.269 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line replaced"} 2022-01-04T07:32:30.291 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:30 +0000 (0:00:00.186) 0:02:44.622 ******* 2022-01-04T07:32:30.453 INFO:teuthology.task.ansible.out: TASK [testnode : Ensure domain is set in /etc/resolv.conf] ********************* 2022-01-04T07:32:30.455 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"backup": "", "changed": true, "msg": "line added"} 2022-01-04T07:32:30.478 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:30 +0000 (0:00:00.187) 0:02:44.809 ******* 2022-01-04T07:32:30.509 INFO:teuthology.task.ansible.out: TASK [testnode : Make sure ethtool is installed] ******************************* 2022-01-04T07:32:30.511 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:30.537 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:30 +0000 (0:00:00.058) 0:02:44.868 ******* 2022-01-04T07:32:30.576 INFO:teuthology.task.ansible.out: TASK [testnode : grep ethtool for secondary NIC MAC address] ******************* 2022-01-04T07:32:30.578 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=docker0) => {"ansible_loop_var": "item", "changed": false, "item": "docker0", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:30.598 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=enp3s0f0) => {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f0", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:30.608 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=lo) => {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:30.610 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=enp3s0f1) => {"ansible_loop_var": "item", "changed": false, "item": "enp3s0f1", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:30.620 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=eno1) => {"ansible_loop_var": "item", "changed": false, "item": "eno1", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:30.631 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item=eno2) => {"ansible_loop_var": "item", "changed": false, "item": "eno2", "skip_reason": "Conditional result was False"} 2022-01-04T07:32:30.658 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:30 +0000 (0:00:00.120) 0:02:44.989 ******* 2022-01-04T07:32:30.695 INFO:teuthology.task.ansible.out: TASK [testnode : Define net_to_configure var] ********************************** 2022-01-04T07:32:30.697 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:30.706 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:30.708 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'lo', 'ansible_loop_var': 'item'}) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": false, "item": "lo", "skip_reason": "Conditional result was False", "skipped": true}, "skip_reason": "Conditional result was False"} skipping: [smithi110.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"} 2022-01-04T07:32:30.719 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:30.720 INFO:teuthology.task.ansible.out:skipping: [smithi110.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"} 2022-01-04T07:32:30.743 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:30 +0000 (0:00:00.085) 0:02:45.074 ******* 2022-01-04T07:32:30.769 INFO:teuthology.task.ansible.out: TASK [testnode : set_fact] ***************************************************** 2022-01-04T07:32:30.771 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:30.795 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:30 +0000 (0:00:00.052) 0:02:45.126 ******* 2022-01-04T07:32:30.822 INFO:teuthology.task.ansible.out: TASK [testnode : Check if {{ nic_to_configure }} is 10Gb] ********************** 2022-01-04T07:32:30.824 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:30.846 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:30 +0000 (0:00:00.050) 0:02:45.177 ******* 2022-01-04T07:32:30.873 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU to 9000 if 10Gb] ************************************** skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:30.899 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:30 +0000 (0:00:00.052) 0:02:45.230 ******* 2022-01-04T07:32:30.926 INFO:teuthology.task.ansible.out: TASK [testnode : Write Ubuntu network config for {{ nic_to_configure }}] ******* skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:30.950 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:30 +0000 (0:00:00.051) 0:02:45.281 ******* 2022-01-04T07:32:30.977 INFO:teuthology.task.ansible.out: TASK [testnode : Set MTU on Ubuntu] ******************************************** 2022-01-04T07:32:30.979 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:31.004 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:30 +0000 (0:00:00.053) 0:02:45.334 ******* 2022-01-04T07:32:31.031 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2022-01-04T07:32:31.033 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:31.057 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:31 +0000 (0:00:00.053) 0:02:45.388 ******* 2022-01-04T07:32:31.084 INFO:teuthology.task.ansible.out: TASK [testnode : Write RHEL/CentOS network config for {{ nic_to_configure }}] *** 2022-01-04T07:32:31.086 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:31.110 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:31 +0000 (0:00:00.052) 0:02:45.441 ******* 2022-01-04T07:32:31.137 INFO:teuthology.task.ansible.out: TASK [testnode : Bounce {{ nic_to_configure }}] ******************************** 2022-01-04T07:32:31.138 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:31.160 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:31 +0000 (0:00:00.050) 0:02:45.491 ******* 2022-01-04T07:32:31.363 INFO:teuthology.task.ansible.out: TASK [testnode : List any leftover Ceph artifacts from previous jobs] ********** 2022-01-04T07:32:31.364 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=/var/run/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/run/ -name \"*ceph*\"", "delta": "0:00:00.010812", "end": "2022-01-04 07:32:31.327748", "failed_when_result": false, "item": "/var/run/", "rc": 0, "start": "2022-01-04 07:32:31.316936", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2022-01-04T07:32:31.520 INFO:teuthology.task.ansible.out:ok: [smithi110.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.006215", "end": "2022-01-04 07:32:31.492170", "failed_when_result": false, "item": "/etc/systemd/system/", "rc": 0, "start": "2022-01-04 07:32:31.485955", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2022-01-04T07:32:31.677 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=/etc/ceph) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /etc/ceph -name \"*ceph*\"", "delta": "0:00:00.005645", "end": "2022-01-04 07:32:31.655780", "failed_when_result": false, "item": "/etc/ceph", "msg": "non-zero return code", "rc": 1, "start": "2022-01-04 07:32:31.650135", "stderr": "find: '/etc/ceph': No such file or directory", "stderr_lines": ["find: '/etc/ceph': No such file or directory"], "stdout": "", "stdout_lines": []} 2022-01-04T07:32:31.863 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => (item=/var/log/) => {"ansible_loop_var": "item", "changed": false, "cmd": "find /var/log/ -name \"*ceph*\"", "delta": "0:00:00.029054", "end": "2022-01-04 07:32:31.835392", "failed_when_result": false, "item": "/var/log/", "rc": 0, "start": "2022-01-04 07:32:31.806338", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2022-01-04T07:32:31.892 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:31 +0000 (0:00:00.731) 0:02:46.223 ******* 2022-01-04T07:32:31.918 INFO:teuthology.task.ansible.out: TASK [testnode : Delete any leftover Ceph artifacts from previous jobs] ******** 2022-01-04T07:32:31.943 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:31 +0000 (0:00:00.051) 0:02:46.274 ******* 2022-01-04T07:32:31.970 INFO:teuthology.task.ansible.out: TASK [testnode : Touch /ceph-qa-ready] ***************************************** 2022-01-04T07:32:31.972 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:32.039 INFO:teuthology.task.ansible.out: PLAY [testnodes,senta,vossi,jenkins_slaves] ************************************ 2022-01-04T07:32:32.057 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:32 +0000 (0:00:00.114) 0:02:46.388 ******* 2022-01-04T07:32:33.092 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* ok: [smithi110.front.sepia.ceph.com] 2022-01-04T07:32:33.157 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:33 +0000 (0:00:01.099) 0:02:47.487 ******* 2022-01-04T07:32:33.196 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2022-01-04T07:32:33.198 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"ansible_facts": {"package_manager": "apt"}, "changed": false} 2022-01-04T07:32:33.219 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:33 +0000 (0:00:00.063) 0:02:47.551 ******* 2022-01-04T07:32:33.246 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2022-01-04T07:32:33.248 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:33.275 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:33 +0000 (0:00:00.055) 0:02:47.606 ******* 2022-01-04T07:32:33.323 INFO:teuthology.task.ansible.out: TASK [container-host : Including distro specific variables] ******************** 2022-01-04T07:32:33.325 INFO:teuthology.task.ansible.out:ok: [smithi110.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", "python3-setuptools", "python3-pip"]}, "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"} 2022-01-04T07:32:33.348 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:33 +0000 (0:00:00.073) 0:02:47.679 ******* 2022-01-04T07:32:49.728 INFO:teuthology.task.ansible.out: TASK [container-host : Install container packages] ***************************** 2022-01-04T07:32:49.730 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "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 73 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 (17.5 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 ... 145345 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...", 2022-01-04T07:32:49.732 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 73 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 (17.5 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 ... 145345 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) ..."]} 2022-01-04T07:32:49.752 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:49 +0000 (0:00:16.403) 0:03:04.083 ******* 2022-01-04T07:32:49.779 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2022-01-04T07:32:49.780 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:49.802 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:49 +0000 (0:00:00.050) 0:03:04.133 ******* 2022-01-04T07:32:49.840 INFO:teuthology.task.ansible.out: TASK [container-host : set_fact] *********************************************** 2022-01-04T07:32:49.842 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"ansible_facts": {"container_service_conf": "/etc/docker/daemon.json"}, "changed": false} 2022-01-04T07:32:49.870 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:49 +0000 (0:00:00.067) 0:03:04.201 ******* 2022-01-04T07:32:50.067 INFO:teuthology.task.ansible.out: TASK [container-host : Create container_mirror_cert_paths] ********************* 2022-01-04T07:32:50.070 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:32:50.246 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:32:50.276 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:50 +0000 (0:00:00.405) 0:03:04.607 ******* 2022-01-04T07:32:50.699 INFO:teuthology.task.ansible.out: TASK [container-host : Copy docker-mirror.front.sepia.ceph.com:5000 self-signed cert] *** 2022-01-04T07:32:50.701 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:32:51.096 INFO:teuthology.task.ansible.out:ok: [smithi110.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} 2022-01-04T07:32:51.121 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:51 +0000 (0:00:00.845) 0:03:05.452 ******* 2022-01-04T07:32:51.911 INFO:teuthology.task.ansible.out: TASK [container-host : Ensure git is installed] ******************************** 2022-01-04T07:32:51.913 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"cache_update_time": 1641281172, "cache_updated": false, "changed": false} 2022-01-04T07:32:51.934 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:51 +0000 (0:00:00.813) 0:03:06.265 ******* 2022-01-04T07:32:56.023 INFO:teuthology.task.ansible.out: TASK [container-host : Install registries-conf-ctl] **************************** 2022-01-04T07:32:56.025 INFO:teuthology.task.ansible.out:ok: [smithi110.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-v328srcn\n", "stderr_lines": [" Running command git clone -q https://github.com/sebastian-philipp/registries-conf-ctl /tmp/pip-req-build-v328srcn"], "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-v328srcn\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=8264 sha256=e148a736ed808623d33a6cffb20f532c1c933ed700de4f283004dcc1733400f9\n Stored in directory: /tmp/pip-ephem-wheel-cache-6rg79smi/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 2022-01-04T07:32:56.027 INFO:teuthology.task.ansible.out:istries-conf-ctl to ./pip-req-build-v328srcn", "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=8264 sha256=e148a736ed808623d33a6cffb20f532c1c933ed700de4f283004dcc1733400f9", " Stored in directory: /tmp/pip-ephem-wheel-cache-6rg79smi/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} 2022-01-04T07:32:56.049 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:56 +0000 (0:00:04.114) 0:03:10.380 ******* 2022-01-04T07:32:56.243 INFO:teuthology.task.ansible.out: TASK [container-host : Check for docker's daemon.json] ************************* 2022-01-04T07:32:56.244 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] => {"changed": false, "stat": {"atime": 1641281114.3158646, "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}} 2022-01-04T07:32:56.269 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:56 +0000 (0:00:00.220) 0:03:10.600 ******* 2022-01-04T07:32:56.306 INFO:teuthology.task.ansible.out: TASK [container-host : Create /etc/docker/daemon.json if necessary] ************ 2022-01-04T07:32:56.308 INFO:teuthology.task.ansible.out:skipping: [smithi110.front.sepia.ceph.com] => {"changed": false, "skip_reason": "Conditional result was False"} 2022-01-04T07:32:56.330 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:56 +0000 (0:00:00.060) 0:03:10.661 ******* 2022-01-04T07:32:56.574 INFO:teuthology.task.ansible.out: TASK [container-host : Add local docker.io registry mirror] ******************** 2022-01-04T07:32:56.576 INFO:teuthology.task.ansible.out:changed: [smithi110.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.065842", "end": "2022-01-04 07:32:56.545979", "rc": 0, "start": "2022-01-04 07:32:56.480137", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 2022-01-04T07:32:56.600 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:56 +0000 (0:00:00.269) 0:03:10.931 ******* 2022-01-04T07:32:58.292 INFO:teuthology.task.ansible.out: TASK [container-host : Restart docker service] ********************************* 2022-01-04T07:32:58.294 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"changed": true, "name": "docker", "state": "started", "status": {"ActiveEnterTimestamp": "Tue 2022-01-04 07:32:45 UTC", "ActiveEnterTimestampMonotonic": "244959739", "ActiveExitTimestamp": "Tue 2022-01-04 07:32:44 UTC", "ActiveExitTimestampMonotonic": "243833686", "ActiveState": "active", "After": "docker.socket firewalld.service network-online.target sysinit.target containerd.service system.slice systemd-journald.socket basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2022-01-04 07:32:44 UTC", "AssertTimestampMonotonic": "243846449", "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 0x26 0x27 0x28", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2022-01-04 07:32:44 UTC", "ConditionTimestampMonotonic": "243846449", "ConfigurationDirecto 2022-01-04T07:32:58.296 INFO:teuthology.task.ansible.out:ryMode": "0755", "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": "8201", "ExecMainStartTimestamp": "Tue 2022-01-04 07:32:44 UTC", "ExecMainStartTimestampMonotonic": "243847406", "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": 2022-01-04T07:32:58.298 INFO:teuthology.task.ansible.out:"[no data]", "IPIngressPackets": "[no data]", "Id": "docker.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2022-01-04 07:32:44 UTC", "InactiveEnterTimestampMonotonic": "243839853", "InactiveExitTimestamp": "Tue 2022-01-04 07:32:44 UTC", "InactiveExitTimestampMonotonic": "243848429", "InvocationID": "876bb292d7764e1da5dae245f84f8b5c", "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": "127717", "LimitSIGPENDINGSoft": "127717", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8201", "MemoryAccounting": "yes", "MemoryCurrent": "41349120", "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", "N 2022-01-04T07:32:58.299 INFO:teuthology.task.ansible.out:oNewPrivileges": "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": "docker.socket system.slice sysinit.target", "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": "Tue 2022-01-04 07:32:45 UTC", "StateChangeTimestampMonotonic": "244959739", "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": "16", "TasksMax": "infinity", "TimeoutAbortUSec": "infinity", "TimeoutCleanUSec": "infinity" 2022-01-04T07:32:58.300 INFO:teuthology.task.ansible.out:, "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "infinity", 2022-01-04T07:32:58.301 INFO:teuthology.task.ansible.out: "TimerSlackNSec": "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"}} 2022-01-04T07:32:58.373 INFO:teuthology.task.ansible.out: PLAY [cobbler] ***************************************************************** skipping: no hosts matched 2022-01-04T07:32:58.374 INFO:teuthology.task.ansible.out: PLAY [paddles] ***************************************************************** skipping: no hosts matched 2022-01-04T07:32:58.376 INFO:teuthology.task.ansible.out: PLAY [pulpito] ***************************************************************** skipping: no hosts matched 2022-01-04T07:32:58.377 INFO:teuthology.task.ansible.out: PLAY [testnodes] *************************************************************** 2022-01-04T07:32:58.390 INFO:teuthology.task.ansible.out: TASK [Gathering Facts] ********************************************************* 2022-01-04T07:32:58.392 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:58 +0000 (0:00:01.790) 0:03:12.722 ******* 2022-01-04T07:32:59.385 INFO:teuthology.task.ansible.out:ok: [smithi110.front.sepia.ceph.com] 2022-01-04T07:32:59.406 INFO:teuthology.task.ansible.out: TASK [Touch /ceph-qa-ready] **************************************************** 2022-01-04T07:32:59.408 INFO:teuthology.task.ansible.out:Tuesday 04 January 2022 07:32:59 +0000 (0:00:01.015) 0:03:13.737 ******* 2022-01-04T07:32:59.598 INFO:teuthology.task.ansible.out:changed: [smithi110.front.sepia.ceph.com] => {"changed": true, "dest": "/ceph-qa-ready", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "size": 0, "state": "file", "uid": 0} 2022-01-04T07:32:59.600 INFO:teuthology.task.ansible.out: PLAY RECAP ********************************************************************* smithi110.front.sepia.ceph.com : ok=131 changed=32 unreachable=0 failed=0 skipped=188 rescued=0 ignored=0 2022-01-04T07:32:59.600 INFO:teuthology.task.ansible.out: Tuesday 04 January 2022 07:32:59 +0000 (0:00:00.193) 0:03:13.931 ******* =============================================================================== 2022-01-04T07:32:59.601 INFO:teuthology.task.ansible.out:Create all admin users with sudo access. ------------------------------- 24.67s users : Update authorized_keys using the keys repo --------------------- 20.91s container-host : Install container packages ---------------------------- 16.40s testnode : Upgrade packages -------------------------------------------- 15.51s testnode : Install packages -------------------------------------------- 12.01s testnode : Zap all non-root disks --------------------------------------- 8.24s testnode : Ensure packages are not present. ----------------------------- 8.07s Remove revoked users ---------------------------------------------------- 7.66s container-host : Install registries-conf-ctl ---------------------------- 4.11s 2022-01-04T07:32:59.601 INFO:teuthology.task.ansible.out:common : Update apt cache ----------------------------------------------- 3.73s testnode : Create logical volume(s) ------------------------------------- 2.49s testnode : Install packages via pip ------------------------------------- 2.31s testnode : Update apt cache. -------------------------------------------- 2.23s testnode : Install apt keys --------------------------------------------- 2.22s Gathering Facts --------------------------------------------------------- 2.19s container-host : Restart docker service --------------------------------- 1.79s users : Update authorized_keys for each user with literal keys ---------- 1.62s testnode : Blow away lingering OSD data and FSIDs ----------------------- 1.57s common : Upload megacli and cli64 for raid monitoring and smart.pl to /usr/sbin/. --- 1.23s common : Mask sleep units ----------------------------------------------- 1. 2022-01-04T07:32:59.603 INFO:teuthology.task.ansible.out:21s 2022-01-04T07:33:00.021 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi110.front.sepia.ceph.com')] 2022-01-04T07:33:00.023 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2022-01-04T07:33:00.025 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-01-04T07:33:00.074 DEBUG:teuthology.orchestra.run.smithi110:> true 2022-01-04T07:33:00.188 INFO:teuthology.run_tasks:Running task clock... 2022-01-04T07:33:00.202 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2022-01-04T07:33:00.203 INFO:teuthology.orchestra.run:Running command with timeout 360 2022-01-04T07:33:00.205 DEBUG:teuthology.orchestra.run.smithi110:> 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 2022-01-04T07:33:00.239 INFO:teuthology.orchestra.run.smithi110.stdout: 4 Jan 07:33:00 ntpd[9566]: ntpd 4.2.8p12@1.3728-o (1): Starting 2022-01-04T07:33:00.240 INFO:teuthology.orchestra.run.smithi110.stdout: 4 Jan 07:33:00 ntpd[9566]: Command line: ntpd -gq 2022-01-04T07:33:00.240 INFO:teuthology.orchestra.run.smithi110.stdout: 4 Jan 07:33:00 ntpd[9566]: proto: precision = 0.100 usec (-23) 2022-01-04T07:33:00.241 INFO:teuthology.orchestra.run.smithi110.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-01-04T07:33:00.242 INFO:teuthology.orchestra.run.smithi110.stdout: 4 Jan 07:33:00 ntpd[9566]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-01-04T07:33:00.242 INFO:teuthology.orchestra.run.smithi110.stderr:restrict ::: KOD does nothing without LIMITED. 2022-01-04T07:33:00.243 INFO:teuthology.orchestra.run.smithi110.stdout: 4 Jan 07:33:00 ntpd[9566]: restrict ::: KOD does nothing without LIMITED. 2022-01-04T07:33:00.243 INFO:teuthology.orchestra.run.smithi110.stdout: 4 Jan 07:33:00 ntpd[9566]: Listen and drop on 0 v6wildcard [::]:123 2022-01-04T07:33:00.244 INFO:teuthology.orchestra.run.smithi110.stdout: 4 Jan 07:33:00 ntpd[9566]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2022-01-04T07:33:00.244 INFO:teuthology.orchestra.run.smithi110.stdout: 4 Jan 07:33:00 ntpd[9566]: Listen normally on 2 lo 127.0.0.1:123 2022-01-04T07:33:00.244 INFO:teuthology.orchestra.run.smithi110.stdout: 4 Jan 07:33:00 ntpd[9566]: Listen normally on 3 enp3s0f1 172.21.15.110:123 2022-01-04T07:33:00.244 INFO:teuthology.orchestra.run.smithi110.stdout: 4 Jan 07:33:00 ntpd[9566]: Listen normally on 4 lo [::1]:123 2022-01-04T07:33:00.244 INFO:teuthology.orchestra.run.smithi110.stdout: 4 Jan 07:33:00 ntpd[9566]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cc35%5]:123 2022-01-04T07:33:00.245 INFO:teuthology.orchestra.run.smithi110.stdout: 4 Jan 07:33:00 ntpd[9566]: Listening on routing socket on fd #22 for interface updates 2022-01-04T07:33:02.240 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:02 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:02.241 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:02 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:02.241 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:02 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:02.241 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:02 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:02.242 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:02 ntpd[9566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-01-04T07:33:02.242 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:02 ntpd[9566]: can't open /var/log/ntpstats/peerstats.20220104: Permission denied 2022-01-04T07:33:04.242 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:04.242 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:04.242 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:04.243 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:04.243 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:04.243 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:04.243 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:04.244 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:04.244 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-01-04T07:33:04.244 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: can't open /var/log/ntpstats/peerstats.20220104: Permission denied 2022-01-04T07:33:04.244 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:04.245 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:04.245 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-01-04T07:33:04.245 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: can't open /var/log/ntpstats/peerstats.20220104: Permission denied 2022-01-04T07:33:04.245 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:04.246 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:04.246 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-01-04T07:33:04.246 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:04 ntpd[9566]: can't open /var/log/ntpstats/peerstats.20220104: Permission denied 2022-01-04T07:33:05.240 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:05 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:05.241 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:05 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:05.241 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:05 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:05.241 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:05 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:05.241 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:05 ntpd[9566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-01-04T07:33:05.242 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:05 ntpd[9566]: can't open /var/log/ntpstats/peerstats.20220104: Permission denied 2022-01-04T07:33:06.242 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:06.242 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:06.242 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:06.243 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:06.243 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:06.243 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:06.243 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:06.243 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:06.244 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-01-04T07:33:06.244 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: can't open /var/log/ntpstats/peerstats.20220104: Permission denied 2022-01-04T07:33:06.244 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:06.244 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:06.245 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-01-04T07:33:06.245 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: can't open /var/log/ntpstats/peerstats.20220104: Permission denied 2022-01-04T07:33:06.245 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:06.245 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:06.245 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-01-04T07:33:06.246 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:06 ntpd[9566]: can't open /var/log/ntpstats/peerstats.20220104: Permission denied 2022-01-04T07:33:07.240 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:07 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:07.241 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:07 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:07.241 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:07 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:07.241 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:07 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:07.242 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:07 ntpd[9566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-01-04T07:33:07.242 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:07 ntpd[9566]: can't open /var/log/ntpstats/peerstats.20220104: Permission denied 2022-01-04T07:33:08.242 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:08.242 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:08.242 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:08.243 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:08.243 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:08.243 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:08.243 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:08.243 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:08.244 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-01-04T07:33:08.244 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: can't open /var/log/ntpstats/peerstats.20220104: Permission denied 2022-01-04T07:33:08.244 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:08.244 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:08.245 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-01-04T07:33:08.245 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: can't open /var/log/ntpstats/peerstats.20220104: Permission denied 2022-01-04T07:33:08.245 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-01-04T07:33:08.245 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: can't open /var/log/ntpstats/rawstats.20220104: Permission denied 2022-01-04T07:33:08.245 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-01-04T07:33:08.246 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: can't open /var/log/ntpstats/peerstats.20220104: Permission denied 2022-01-04T07:33:08.246 INFO:teuthology.orchestra.run.smithi110.stdout: 4 Jan 07:33:08 ntpd[9566]: ntpd: time slew +0.005740 s 2022-01-04T07:33:08.246 INFO:teuthology.orchestra.run.smithi110.stdout:ntpd: time slew +0.005740s 2022-01-04T07:33:08.247 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2022-01-04T07:33:08.247 INFO:teuthology.orchestra.run.smithi110.stderr: 4 Jan 07:33:08 ntpd[9566]: can't open /var/log/ntpstats/loopstats.20220104: Permission denied 2022-01-04T07:33:08.304 INFO:teuthology.orchestra.run.smithi110.stdout: remote refid st t when poll reach delay offset jitter 2022-01-04T07:33:08.304 INFO:teuthology.orchestra.run.smithi110.stdout:============================================================================== 2022-01-04T07:33:08.305 INFO:teuthology.orchestra.run.smithi110.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-01-04T07:33:08.305 INFO:teuthology.orchestra.run.smithi110.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-01-04T07:33:08.305 INFO:teuthology.orchestra.run.smithi110.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-01-04T07:33:08.305 INFO:teuthology.orchestra.run.smithi110.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-01-04T07:33:08.306 INFO:teuthology.run_tasks:Running task kubeadm... 2022-01-04T07:33:08.325 INFO:tasks.kubeadm:Kubeadm start 2022-01-04T07:33:08.326 INFO:tasks.kubeadm:Config: {'pod_network': 'flannel', 'version': '1.21'} 2022-01-04T07:33:08.326 DEBUG:teuthology.orchestra.run.smithi110:> 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 2022-01-04T07:33:08.374 INFO:teuthology.orchestra.run.smithi110.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2022-01-04T07:33:08.383 INFO:teuthology.orchestra.run.smithi110.stdout:net.bridge.bridge-nf-call-iptables = 1 2022-01-04T07:33:08.392 INFO:teuthology.orchestra.run.smithi110.stdout:net.ipv4.ip_forward = 1 2022-01-04T07:33:08.441 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:33:08.442 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2022-01-04T07:33:08.456 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:33:08.457 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/docker/daemon.json 2022-01-04T07:33:08.468 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl restart docker || true 2022-01-04T07:33:09.662 INFO:tasks.kubeadm:Identifying pod subnet 2022-01-04T07:33:09.667 INFO:tasks.kubeadm:172.21.15.110 is in 172.21.0.0/20 at pos 3949 2022-01-04T07:33:09.683 INFO:tasks.kubeadm:Pod subnet: 10.251.104.0/21 2022-01-04T07:33:09.683 INFO:tasks.kubeadm:Installing kube{adm,ctl,let} 2022-01-04T07:33:09.684 DEBUG:teuthology.orchestra.run.smithi110:> 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 2022-01-04T07:33:09.709 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:33:09.709 INFO:teuthology.orchestra.run.smithi110.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-01-04T07:33:09.710 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:33:09.954 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2022-01-04T07:33:09.954 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-01-04T07:33:10.028 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-01-04T07:33:10.113 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-01-04T07:33:11.397 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2022-01-04T07:33:11.563 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2022-01-04T07:33:11.564 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2022-01-04T07:33:11.655 INFO:teuthology.orchestra.run.smithi110.stdout:73 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-01-04T07:33:11.666 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:33:11.666 INFO:teuthology.orchestra.run.smithi110.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-01-04T07:33:11.666 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:33:11.717 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2022-01-04T07:33:11.887 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2022-01-04T07:33:11.888 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2022-01-04T07:33:12.024 INFO:teuthology.orchestra.run.smithi110.stdout:ca-certificates is already the newest version (20210119~20.04.2). 2022-01-04T07:33:12.024 INFO:teuthology.orchestra.run.smithi110.stdout:curl is already the newest version (7.68.0-1ubuntu2.7). 2022-01-04T07:33:12.025 INFO:teuthology.orchestra.run.smithi110.stdout:The following packages were automatically installed and are no longer required: 2022-01-04T07:33:12.025 INFO:teuthology.orchestra.run.smithi110.stdout: libllvm11 linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic 2022-01-04T07:33:12.025 INFO:teuthology.orchestra.run.smithi110.stdout: linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic 2022-01-04T07:33:12.025 INFO:teuthology.orchestra.run.smithi110.stdout: linux-modules-extra-5.4.0-66-generic 2022-01-04T07:33:12.025 INFO:teuthology.orchestra.run.smithi110.stdout:Use 'sudo apt autoremove' to remove them. 2022-01-04T07:33:12.055 INFO:teuthology.orchestra.run.smithi110.stdout:The following NEW packages will be installed: 2022-01-04T07:33:12.056 INFO:teuthology.orchestra.run.smithi110.stdout: apt-transport-https 2022-01-04T07:33:12.244 INFO:teuthology.orchestra.run.smithi110.stdout:0 upgraded, 1 newly installed, 0 to remove and 73 not upgraded. 2022-01-04T07:33:12.244 INFO:teuthology.orchestra.run.smithi110.stdout:Need to get 4,680 B of archives. 2022-01-04T07:33:12.245 INFO:teuthology.orchestra.run.smithi110.stdout:After this operation, 162 kB of additional disk space will be used. 2022-01-04T07:33:12.245 INFO:teuthology.orchestra.run.smithi110.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4,680 B] 2022-01-04T07:33:12.460 INFO:teuthology.orchestra.run.smithi110.stderr:debconf: unable to initialize frontend: Dialog 2022-01-04T07:33:12.461 INFO:teuthology.orchestra.run.smithi110.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-01-04T07:33:12.461 INFO:teuthology.orchestra.run.smithi110.stderr:debconf: falling back to frontend: Readline 2022-01-04T07:33:12.482 INFO:teuthology.orchestra.run.smithi110.stderr:debconf: unable to initialize frontend: Readline 2022-01-04T07:33:12.482 INFO:teuthology.orchestra.run.smithi110.stderr:debconf: (This frontend requires a controlling tty.) 2022-01-04T07:33:12.482 INFO:teuthology.orchestra.run.smithi110.stderr:debconf: falling back to frontend: Teletype 2022-01-04T07:33:12.488 INFO:teuthology.orchestra.run.smithi110.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-01-04T07:33:12.543 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 4,680 B in 0s (25.8 kB/s) 2022-01-04T07:33:12.648 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package apt-transport-https. 2022-01-04T07:33:12.706 INFO:teuthology.orchestra.run.smithi110.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 ... 145345 files and directories currently installed.) 2022-01-04T07:33:12.711 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 2022-01-04T07:33:12.756 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking apt-transport-https (2.0.6) ... 2022-01-04T07:33:13.043 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up apt-transport-https (2.0.6) ... 2022-01-04T07:33:13.627 INFO:teuthology.orchestra.run.smithi110.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2022-01-04T07:33:13.640 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:33:13.641 INFO:teuthology.orchestra.run.smithi110.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-01-04T07:33:13.641 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:33:13.769 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-01-04T07:33:13.888 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease 2022-01-04T07:33:13.974 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-01-04T07:33:14.059 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-01-04T07:33:14.912 INFO:teuthology.orchestra.run.smithi110.stdout:Get:2 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9,383 B] 2022-01-04T07:33:15.027 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 Packages [52.6 kB] 2022-01-04T07:33:15.154 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 62.0 kB in 1s (45.2 kB/s) 2022-01-04T07:33:15.959 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2022-01-04T07:33:16.128 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2022-01-04T07:33:16.129 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2022-01-04T07:33:16.216 INFO:teuthology.orchestra.run.smithi110.stdout:73 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-01-04T07:33:16.231 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:33:16.231 INFO:teuthology.orchestra.run.smithi110.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-01-04T07:33:16.231 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:33:16.285 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2022-01-04T07:33:16.453 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2022-01-04T07:33:16.454 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2022-01-04T07:33:16.597 INFO:teuthology.orchestra.run.smithi110.stdout:bridge-utils is already the newest version (1.6-2ubuntu1). 2022-01-04T07:33:16.597 INFO:teuthology.orchestra.run.smithi110.stdout:bridge-utils set to manually installed. 2022-01-04T07:33:16.598 INFO:teuthology.orchestra.run.smithi110.stdout:The following packages were automatically installed and are no longer required: 2022-01-04T07:33:16.598 INFO:teuthology.orchestra.run.smithi110.stdout: libllvm11 linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic 2022-01-04T07:33:16.598 INFO:teuthology.orchestra.run.smithi110.stdout: linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic 2022-01-04T07:33:16.598 INFO:teuthology.orchestra.run.smithi110.stdout: linux-modules-extra-5.4.0-66-generic 2022-01-04T07:33:16.599 INFO:teuthology.orchestra.run.smithi110.stdout:Use 'sudo apt autoremove' to remove them. 2022-01-04T07:33:16.599 INFO:teuthology.orchestra.run.smithi110.stdout:The following additional packages will be installed: 2022-01-04T07:33:16.600 INFO:teuthology.orchestra.run.smithi110.stdout: conntrack cri-tools ebtables kubernetes-cni socat 2022-01-04T07:33:16.600 INFO:teuthology.orchestra.run.smithi110.stdout:Suggested packages: 2022-01-04T07:33:16.600 INFO:teuthology.orchestra.run.smithi110.stdout: nftables 2022-01-04T07:33:16.649 INFO:teuthology.orchestra.run.smithi110.stdout:The following NEW packages will be installed: 2022-01-04T07:33:16.650 INFO:teuthology.orchestra.run.smithi110.stdout: conntrack cri-tools ebtables kubeadm kubectl kubelet kubernetes-cni socat 2022-01-04T07:33:16.849 INFO:teuthology.orchestra.run.smithi110.stdout:0 upgraded, 8 newly installed, 0 to remove and 73 not upgraded. 2022-01-04T07:33:16.850 INFO:teuthology.orchestra.run.smithi110.stdout:Need to get 73.6 MB of archives. 2022-01-04T07:33:16.850 INFO:teuthology.orchestra.run.smithi110.stdout:After this operation, 321 MB of additional disk space will be used. 2022-01-04T07:33:16.850 INFO:teuthology.orchestra.run.smithi110.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-01-04T07:33:16.876 INFO:teuthology.orchestra.run.smithi110.stdout:Get:1 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 cri-tools amd64 1.19.0-00 [11.2 MB] 2022-01-04T07:33:17.040 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-01-04T07:33:17.087 INFO:teuthology.orchestra.run.smithi110.stdout:Get:2 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubernetes-cni amd64 0.8.7-00 [25.0 MB] 2022-01-04T07:33:17.169 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-01-04T07:33:17.550 INFO:teuthology.orchestra.run.smithi110.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubelet amd64 1.23.1-00 [19.5 MB] 2022-01-04T07:33:18.359 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubectl amd64 1.23.1-00 [8,928 kB] 2022-01-04T07:33:18.568 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubeadm amd64 1.23.1-00 [8,579 kB] 2022-01-04T07:33:19.020 INFO:teuthology.orchestra.run.smithi110.stderr:debconf: unable to initialize frontend: Dialog 2022-01-04T07:33:19.021 INFO:teuthology.orchestra.run.smithi110.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-01-04T07:33:19.021 INFO:teuthology.orchestra.run.smithi110.stderr:debconf: falling back to frontend: Readline 2022-01-04T07:33:19.028 INFO:teuthology.orchestra.run.smithi110.stderr:debconf: unable to initialize frontend: Readline 2022-01-04T07:33:19.029 INFO:teuthology.orchestra.run.smithi110.stderr:debconf: (This frontend requires a controlling tty.) 2022-01-04T07:33:19.029 INFO:teuthology.orchestra.run.smithi110.stderr:debconf: falling back to frontend: Teletype 2022-01-04T07:33:19.035 INFO:teuthology.orchestra.run.smithi110.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-01-04T07:33:19.088 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 73.6 MB in 2s (34.3 MB/s) 2022-01-04T07:33:19.206 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package conntrack. 2022-01-04T07:33:19.261 INFO:teuthology.orchestra.run.smithi110.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 ... 145349 files and directories currently installed.) 2022-01-04T07:33:19.266 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../0-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-01-04T07:33:19.307 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking conntrack (1:1.4.5-2) ... 2022-01-04T07:33:19.616 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package cri-tools. 2022-01-04T07:33:19.633 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../1-cri-tools_1.19.0-00_amd64.deb ... 2022-01-04T07:33:19.673 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking cri-tools (1.19.0-00) ... 2022-01-04T07:33:20.757 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ebtables. 2022-01-04T07:33:20.775 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../2-ebtables_2.0.11-3build1_amd64.deb ... 2022-01-04T07:33:20.834 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ebtables (2.0.11-3build1) ... 2022-01-04T07:33:21.129 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package kubernetes-cni. 2022-01-04T07:33:21.147 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../3-kubernetes-cni_0.8.7-00_amd64.deb ... 2022-01-04T07:33:21.212 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking kubernetes-cni (0.8.7-00) ... 2022-01-04T07:33:22.637 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package socat. 2022-01-04T07:33:22.653 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../4-socat_1.7.3.3-2_amd64.deb ... 2022-01-04T07:33:22.695 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking socat (1.7.3.3-2) ... 2022-01-04T07:33:23.072 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package kubelet. 2022-01-04T07:33:23.088 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../5-kubelet_1.23.1-00_amd64.deb ... 2022-01-04T07:33:23.131 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking kubelet (1.23.1-00) ... 2022-01-04T07:33:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package kubectl. 2022-01-04T07:33:25.628 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../6-kubectl_1.23.1-00_amd64.deb ... 2022-01-04T07:33:25.669 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking kubectl (1.23.1-00) ... 2022-01-04T07:33:26.878 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package kubeadm. 2022-01-04T07:33:26.895 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../7-kubeadm_1.23.1-00_amd64.deb ... 2022-01-04T07:33:26.937 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking kubeadm (1.23.1-00) ... 2022-01-04T07:33:28.092 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up conntrack (1:1.4.5-2) ... 2022-01-04T07:33:28.220 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up kubectl (1.23.1-00) ... 2022-01-04T07:33:28.359 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ebtables (2.0.11-3build1) ... 2022-01-04T07:33:29.175 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up socat (1.7.3.3-2) ... 2022-01-04T07:33:29.301 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up cri-tools (1.19.0-00) ... 2022-01-04T07:33:29.452 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up kubernetes-cni (0.8.7-00) ... 2022-01-04T07:33:29.578 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up kubelet (1.23.1-00) ... 2022-01-04T07:33:29.795 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/kubelet.service -> /lib/systemd/system/kubelet.service. 2022-01-04T07:33:30.246 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up kubeadm (1.23.1-00) ... 2022-01-04T07:33:30.623 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-01-04T07:33:31.412 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl enable --now kubelet && sudo kubeadm config images pull 2022-01-04T07:33:44.254 INFO:teuthology.orchestra.run.smithi110.stdout:[config/images] Pulled k8s.gcr.io/kube-apiserver:v1.23.1 2022-01-04T07:33:47.207 INFO:teuthology.orchestra.run.smithi110.stdout:[config/images] Pulled k8s.gcr.io/kube-controller-manager:v1.23.1 2022-01-04T07:33:49.471 INFO:teuthology.orchestra.run.smithi110.stdout:[config/images] Pulled k8s.gcr.io/kube-scheduler:v1.23.1 2022-01-04T07:33:53.270 INFO:teuthology.orchestra.run.smithi110.stdout:[config/images] Pulled k8s.gcr.io/kube-proxy:v1.23.1 2022-01-04T07:33:54.929 INFO:teuthology.orchestra.run.smithi110.stdout:[config/images] Pulled k8s.gcr.io/pause:3.6 2022-01-04T07:34:00.861 INFO:teuthology.orchestra.run.smithi110.stdout:[config/images] Pulled k8s.gcr.io/etcd:3.5.1-0 2022-01-04T07:34:02.986 INFO:teuthology.orchestra.run.smithi110.stdout:[config/images] Pulled k8s.gcr.io/coredns/coredns:v1.8.6 2022-01-04T07:34:02.990 INFO:tasks.kubeadm:Token: abcdef.l9b8v1mcdcrnuuef 2022-01-04T07:34:02.990 INFO:tasks.kubeadm:Remotes: {Remote(name='ubuntu@smithi110.front.sepia.ceph.com'): '172.21.15.110'} 2022-01-04T07:34:02.991 DEBUG:teuthology.orchestra.run.smithi110:> sudo kubeadm init --node-name smithi110 --token abcdef.l9b8v1mcdcrnuuef --pod-network-cidr 10.251.104.0/21 2022-01-04T07:34:03.193 INFO:teuthology.orchestra.run.smithi110.stdout:[init] Using Kubernetes version: v1.23.1 2022-01-04T07:34:03.193 INFO:teuthology.orchestra.run.smithi110.stdout:[preflight] Running pre-flight checks 2022-01-04T07:34:03.577 INFO:teuthology.orchestra.run.smithi110.stdout:[preflight] Pulling images required for setting up a Kubernetes cluster 2022-01-04T07:34:03.577 INFO:teuthology.orchestra.run.smithi110.stdout:[preflight] This might take a minute or two, depending on the speed of your internet connection 2022-01-04T07:34:03.577 INFO:teuthology.orchestra.run.smithi110.stdout:[preflight] You can also perform this action in beforehand using 'kubeadm config images pull' 2022-01-04T07:34:03.890 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] Using certificateDir folder "/etc/kubernetes/pki" 2022-01-04T07:34:03.987 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] Generating "ca" certificate and key 2022-01-04T07:34:04.280 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] Generating "apiserver" certificate and key 2022-01-04T07:34:04.281 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] apiserver serving cert is signed for DNS names [kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local smithi110] and IPs [10.96.0.1 172.21.15.110] 2022-01-04T07:34:04.397 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] Generating "apiserver-kubelet-client" certificate and key 2022-01-04T07:34:04.592 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] Generating "front-proxy-ca" certificate and key 2022-01-04T07:34:04.726 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] Generating "front-proxy-client" certificate and key 2022-01-04T07:34:05.166 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] Generating "etcd/ca" certificate and key 2022-01-04T07:34:05.566 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] Generating "etcd/server" certificate and key 2022-01-04T07:34:05.566 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] etcd/server serving cert is signed for DNS names [localhost smithi110] and IPs [172.21.15.110 127.0.0.1 ::1] 2022-01-04T07:34:05.629 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] Generating "etcd/peer" certificate and key 2022-01-04T07:34:05.629 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] etcd/peer serving cert is signed for DNS names [localhost smithi110] and IPs [172.21.15.110 127.0.0.1 ::1] 2022-01-04T07:34:05.737 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] Generating "etcd/healthcheck-client" certificate and key 2022-01-04T07:34:05.973 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] Generating "apiserver-etcd-client" certificate and key 2022-01-04T07:34:06.076 INFO:teuthology.orchestra.run.smithi110.stdout:[certs] Generating "sa" key and public key 2022-01-04T07:34:06.076 INFO:teuthology.orchestra.run.smithi110.stdout:[kubeconfig] Using kubeconfig folder "/etc/kubernetes" 2022-01-04T07:34:06.137 INFO:teuthology.orchestra.run.smithi110.stdout:[kubeconfig] Writing "admin.conf" kubeconfig file 2022-01-04T07:34:06.522 INFO:teuthology.orchestra.run.smithi110.stdout:[kubeconfig] Writing "kubelet.conf" kubeconfig file 2022-01-04T07:34:06.584 INFO:teuthology.orchestra.run.smithi110.stdout:[kubeconfig] Writing "controller-manager.conf" kubeconfig file 2022-01-04T07:34:06.629 INFO:teuthology.orchestra.run.smithi110.stdout:[kubeconfig] Writing "scheduler.conf" kubeconfig file 2022-01-04T07:34:06.643 INFO:teuthology.orchestra.run.smithi110.stdout:[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" 2022-01-04T07:34:06.644 INFO:teuthology.orchestra.run.smithi110.stdout:[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" 2022-01-04T07:34:06.645 INFO:teuthology.orchestra.run.smithi110.stdout:[kubelet-start] Starting the kubelet 2022-01-04T07:34:06.852 INFO:teuthology.orchestra.run.smithi110.stdout:[control-plane] Using manifest folder "/etc/kubernetes/manifests" 2022-01-04T07:34:06.853 INFO:teuthology.orchestra.run.smithi110.stdout:[control-plane] Creating static Pod manifest for "kube-apiserver" 2022-01-04T07:34:06.857 INFO:teuthology.orchestra.run.smithi110.stdout:[control-plane] Creating static Pod manifest for "kube-controller-manager" 2022-01-04T07:34:06.858 INFO:teuthology.orchestra.run.smithi110.stdout:[control-plane] Creating static Pod manifest for "kube-scheduler" 2022-01-04T07:34:06.859 INFO:teuthology.orchestra.run.smithi110.stdout:[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests" 2022-01-04T07:34:06.862 INFO:teuthology.orchestra.run.smithi110.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 2022-01-04T07:34:23.382 INFO:teuthology.orchestra.run.smithi110.stdout:[apiclient] All control plane components are healthy after 16.519662 seconds 2022-01-04T07:34:23.383 INFO:teuthology.orchestra.run.smithi110.stdout:[upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace 2022-01-04T07:34:23.412 INFO:teuthology.orchestra.run.smithi110.stdout:[kubelet] Creating a ConfigMap "kubelet-config-1.23" in namespace kube-system with the configuration for the kubelets in the cluster 2022-01-04T07:34:23.412 INFO:teuthology.orchestra.run.smithi110.stdout:NOTE: The "kubelet-config-1.23" naming of the kubelet ConfigMap is deprecated. Once the UnversionedKubeletConfigMap feature gate graduates to Beta the default name will become just "kubelet-config". Kubeadm upgrade will handle this transition transparently. 2022-01-04T07:34:23.965 INFO:teuthology.orchestra.run.smithi110.stdout:[upload-certs] Skipping phase. Please see --upload-certs 2022-01-04T07:34:23.965 INFO:teuthology.orchestra.run.smithi110.stdout:[mark-control-plane] Marking the node smithi110 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] 2022-01-04T07:34:23.965 INFO:teuthology.orchestra.run.smithi110.stdout:[mark-control-plane] Marking the node smithi110 as control-plane by adding the taints [node-role.kubernetes.io/master:NoSchedule] 2022-01-04T07:34:24.479 INFO:teuthology.orchestra.run.smithi110.stdout:[bootstrap-token] Using token: abcdef.l9b8v1mcdcrnuuef 2022-01-04T07:34:24.479 INFO:teuthology.orchestra.run.smithi110.stdout:[bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles 2022-01-04T07:34:24.489 INFO:teuthology.orchestra.run.smithi110.stdout:[bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to get nodes 2022-01-04T07:34:24.520 INFO:teuthology.orchestra.run.smithi110.stdout:[bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials 2022-01-04T07:34:24.528 INFO:teuthology.orchestra.run.smithi110.stdout:[bootstrap-token] configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token 2022-01-04T07:34:24.537 INFO:teuthology.orchestra.run.smithi110.stdout:[bootstrap-token] configured RBAC rules to allow certificate rotation for all node client certificates in the cluster 2022-01-04T07:34:24.545 INFO:teuthology.orchestra.run.smithi110.stdout:[bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace 2022-01-04T07:34:24.653 INFO:teuthology.orchestra.run.smithi110.stdout:[kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key 2022-01-04T07:34:25.187 INFO:teuthology.orchestra.run.smithi110.stdout:[addons] Applied essential addon: CoreDNS 2022-01-04T07:34:25.390 INFO:teuthology.orchestra.run.smithi110.stdout:[addons] Applied essential addon: kube-proxy 2022-01-04T07:34:25.392 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:34:25.393 INFO:teuthology.orchestra.run.smithi110.stdout:Your Kubernetes control-plane has initialized successfully! 2022-01-04T07:34:25.393 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:34:25.393 INFO:teuthology.orchestra.run.smithi110.stdout:To start using your cluster, you need to run the following as a regular user: 2022-01-04T07:34:25.393 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:34:25.394 INFO:teuthology.orchestra.run.smithi110.stdout: mkdir -p $HOME/.kube 2022-01-04T07:34:25.394 INFO:teuthology.orchestra.run.smithi110.stdout: sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config 2022-01-04T07:34:25.394 INFO:teuthology.orchestra.run.smithi110.stdout: sudo chown $(id -u):$(id -g) $HOME/.kube/config 2022-01-04T07:34:25.394 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:34:25.395 INFO:teuthology.orchestra.run.smithi110.stdout:Alternatively, if you are the root user, you can run: 2022-01-04T07:34:25.395 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:34:25.395 INFO:teuthology.orchestra.run.smithi110.stdout: export KUBECONFIG=/etc/kubernetes/admin.conf 2022-01-04T07:34:25.395 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:34:25.396 INFO:teuthology.orchestra.run.smithi110.stdout:You should now deploy a pod network to the cluster. 2022-01-04T07:34:25.396 INFO:teuthology.orchestra.run.smithi110.stdout:Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: 2022-01-04T07:34:25.396 INFO:teuthology.orchestra.run.smithi110.stdout: https://kubernetes.io/docs/concepts/cluster-administration/addons/ 2022-01-04T07:34:25.396 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:34:25.396 INFO:teuthology.orchestra.run.smithi110.stdout:Then you can join any number of worker nodes by running the following on each as root: 2022-01-04T07:34:25.397 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:34:25.397 INFO:teuthology.orchestra.run.smithi110.stdout:kubeadm join 172.21.15.110:6443 --token abcdef.l9b8v1mcdcrnuuef \ 2022-01-04T07:34:25.397 INFO:teuthology.orchestra.run.smithi110.stdout: --discovery-token-ca-cert-hash sha256:030517153800df7392f0ac02c8f5ccd06c96a1d35bcc627fe476efb3184750ee 2022-01-04T07:34:25.400 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:34:25.400 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/etc/kubernetes/admin.conf of=/dev/stdout 2022-01-04T07:34:25.412 INFO:tasks.kubeadm:Setting up kubectl 2022-01-04T07:34:25.413 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p .kube && sudo mkdir -p /root/.kube 2022-01-04T07:34:25.425 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:34:25.425 DEBUG:teuthology.orchestra.run.smithi110:> dd of=.kube/config 2022-01-04T07:34:25.476 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:34:25.477 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/root/.kube/config 2022-01-04T07:34:25.488 DEBUG:teuthology.orchestra.run.smithi110:> curl https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml 2022-01-04T07:34:25.498 INFO:teuthology.orchestra.run.smithi110.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2022-01-04T07:34:25.498 INFO:teuthology.orchestra.run.smithi110.stderr: Dload Upload Total Spent Left Speed 2022-01-04T07:34:25.587 INFO:teuthology.orchestra.run.smithi110.stdout:--- 2022-01-04T07:34:25.587 INFO:teuthology.orchestra.run.smithi110.stdout:apiVersion: policy/v1beta1 2022-01-04T07:34:25.588 INFO:teuthology.orchestra.run.smithi110.stdout:kind: PodSecurityPolicy 2022-01-04T07:34:25.588 INFO:teuthology.orchestra.run.smithi110.stdout:metadata: 2022-01-04T07:34:25.588 INFO:teuthology.orchestra.run.smithi110.stdout: name: psp.flannel.unprivileged 2022-01-04T07:34:25.588 INFO:teuthology.orchestra.run.smithi110.stdout: annotations: 2022-01-04T07:34:25.589 INFO:teuthology.orchestra.run.smithi110.stdout: seccomp.security.alpha.kubernetes.io/allowedProfileNames: docker/default 2022-01-04T07:34:25.589 INFO:teuthology.orchestra.run.smithi110.stdout: seccomp.security.alpha.kubernetes.io/defaultProfileName: docker/default 2022-01-04T07:34:25.589 INFO:teuthology.orchestra.run.smithi110.stdout: apparmor.security.beta.kubernetes.io/allowedProfileNames: runtime/default 2022-01-04T07:34:25.589 INFO:teuthology.orchestra.run.smithi110.stdout: apparmor.security.beta.kubernetes.io/defaultProfileName: runtime/default 2022-01-04T07:34:25.590 INFO:teuthology.orchestra.run.smithi110.stdout:spec: 2022-01-04T07:34:25.590 INFO:teuthology.orchestra.run.smithi110.stdout: privileged: false 2022-01-04T07:34:25.590 INFO:teuthology.orchestra.run.smithi110.stdout: volumes: 2022-01-04T07:34:25.590 INFO:teuthology.orchestra.run.smithi110.stdout: - configMap 2022-01-04T07:34:25.591 INFO:teuthology.orchestra.run.smithi110.stdout: - secret 2022-01-04T07:34:25.591 INFO:teuthology.orchestra.run.smithi110.stdout: - emptyDir 2022-01-04T07:34:25.591 INFO:teuthology.orchestra.run.smithi110.stdout: - hostPath 2022-01-04T07:34:25.591 INFO:teuthology.orchestra.run.smithi110.stdout: allowedHostPaths: 2022-01-04T07:34:25.592 INFO:teuthology.orchestra.run.smithi110.stdout: - pathPrefix: "/etc/cni/net.d" 2022-01-04T07:34:25.592 INFO:teuthology.orchestra.run.smithi110.stdout: - pathPrefix: "/etc/kube-flannel" 2022-01-04T07:34:25.592 INFO:teuthology.orchestra.run.smithi110.stdout: - pathPrefix: "/run/flannel" 2022-01-04T07:34:25.592 INFO:teuthology.orchestra.run.smithi110.stdout: readOnlyRootFilesystem: false 2022-01-04T07:34:25.593 INFO:teuthology.orchestra.run.smithi110.stdout: # Users and groups 2022-01-04T07:34:25.593 INFO:teuthology.orchestra.run.smithi110.stdout: runAsUser: 2022-01-04T07:34:25.593 INFO:teuthology.orchestra.run.smithi110.stdout: rule: RunAsAny 2022-01-04T07:34:25.593 INFO:teuthology.orchestra.run.smithi110.stdout: supplementalGroups: 2022-01-04T07:34:25.594 INFO:teuthology.orchestra.run.smithi110.stdout: rule: RunAsAny 2022-01-04T07:34:25.594 INFO:teuthology.orchestra.run.smithi110.stdout: fsGroup: 2022-01-04T07:34:25.594 INFO:teuthology.orchestra.run.smithi110.stdout: rule: RunAsAny 2022-01-04T07:34:25.594 INFO:teuthology.orchestra.run.smithi110.stdout: # Privilege Escalation 2022-01-04T07:34:25.594 INFO:teuthology.orchestra.run.smithi110.stdout: allowPrivilegeEscalation: false 2022-01-04T07:34:25.595 INFO:teuthology.orchestra.run.smithi110.stdout: defaultAllowPrivilegeEscalation: false 2022-01-04T07:34:25.595 INFO:teuthology.orchestra.run.smithi110.stdout: # Capabilities 2022-01-04T07:34:25.595 INFO:teuthology.orchestra.run.smithi110.stdout: allowedCapabilities: ['NET_ADMIN', 'NET_RAW'] 2022-01-04T07:34:25.595 INFO:teuthology.orchestra.run.smithi110.stdout: defaultAddCapabilities: [] 2022-01-04T07:34:25.596 INFO:teuthology.orchestra.run.smithi110.stdout: requiredDropCapabilities: [] 2022-01-04T07:34:25.596 INFO:teuthology.orchestra.run.smithi110.stdout: # Host namespaces 2022-01-04T07:34:25.596 INFO:teuthology.orchestra.run.smithi110.stdout: hostPID: false 2022-01-04T07:34:25.596 INFO:teuthology.orchestra.run.smithi110.stdout: hostIPC: false 2022-01-04T07:34:25.597 INFO:teuthology.orchestra.run.smithi110.stdout: hostNetwork: true 2022-01-04T07:34:25.597 INFO:teuthology.orchestra.run.smithi110.stdout: hostPorts: 2022-01-04T07:34:25.597 INFO:teuthology.orchestra.run.smithi110.stdout: - min: 0 2022-01-04T07:34:25.597 INFO:teuthology.orchestra.run.smithi110.stdout: max: 65535 2022-01-04T07:34:25.598 INFO:teuthology.orchestra.run.smithi110.stdout: # SELinux 2022-01-04T07:34:25.598 INFO:teuthology.orchestra.run.smithi110.stdout: seLinux: 2022-01-04T07:34:25.598 INFO:teuthology.orchestra.run.smithi110.stdout: # SELinux is unused in CaaSP 2022-01-04T07:34:25.599 INFO:teuthology.orchestra.run.smithi110.stdout: rule: 'RunAsAny' 2022-01-04T07:34:25.599 INFO:teuthology.orchestra.run.smithi110.stdout:--- 2022-01-04T07:34:25.599 INFO:teuthology.orchestra.run.smithi110.stdout:kind: ClusterRole 2022-01-04T07:34:25.600 INFO:teuthology.orchestra.run.smithi110.stdout:apiVersion: rbac.authorization.k8s.io/v1 2022-01-04T07:34:25.600 INFO:teuthology.orchestra.run.smithi110.stdout:metadata: 2022-01-04T07:34:25.601 INFO:teuthology.orchestra.run.smithi110.stdout: name: flannel 2022-01-04T07:34:25.601 INFO:teuthology.orchestra.run.smithi110.stdout:rules: 2022-01-04T07:34:25.601 INFO:teuthology.orchestra.run.smithi110.stdout:- apiGroups: ['extensions'] 2022-01-04T07:34:25.601 INFO:teuthology.orchestra.run.smithi110.stdout: resources: ['podsecuritypolicies'] 2022-01-04T07:34:25.602 INFO:teuthology.orchestra.run.smithi110.stdout: verbs: ['use'] 2022-01-04T07:34:25.602 INFO:teuthology.orchestra.run.smithi110.stdout: resourceNames: ['psp.flannel.unprivileged'] 2022-01-04T07:34:25.602 INFO:teuthology.orchestra.run.smithi110.stdout:- apiGroups: 2022-01-04T07:34:25.603 INFO:teuthology.orchestra.run.smithi110.stdout: - "" 2022-01-04T07:34:25.603 INFO:teuthology.orchestra.run.smithi110.stdout: resources: 2022-01-04T07:34:25.603 INFO:teuthology.orchestra.run.smithi110.stdout: - pods 2022-01-04T07:34:25.603 INFO:teuthology.orchestra.run.smithi110.stdout: verbs: 2022-01-04T07:34:25.604 INFO:teuthology.orchestra.run.smithi110.stdout: - get 2022-01-04T07:34:25.604 INFO:teuthology.orchestra.run.smithi110.stdout:- apiGroups: 2022-01-04T07:34:25.604 INFO:teuthology.orchestra.run.smithi110.stdout: - "" 2022-01-04T07:34:25.604 INFO:teuthology.orchestra.run.smithi110.stdout: resources: 2022-01-04T07:34:25.604 INFO:teuthology.orchestra.run.smithi110.stdout: - nodes 2022-01-04T07:34:25.605 INFO:teuthology.orchestra.run.smithi110.stdout: verbs: 2022-01-04T07:34:25.605 INFO:teuthology.orchestra.run.smithi110.stdout: - list 2022-01-04T07:34:25.605 INFO:teuthology.orchestra.run.smithi110.stdout: - watch 2022-01-04T07:34:25.605 INFO:teuthology.orchestra.run.smithi110.stdout:- apiGroups: 2022-01-04T07:34:25.606 INFO:teuthology.orchestra.run.smithi110.stdout: - "" 2022-01-04T07:34:25.606 INFO:teuthology.orchestra.run.smithi110.stdout: resources: 2022-01-04T07:34:25.606 INFO:teuthology.orchestra.run.smithi110.stdout: - nodes/status 2022-01-04T07:34:25.606 INFO:teuthology.orchestra.run.smithi110.stdout: verbs: 2022-01-04T07:34:25.606 INFO:teuthology.orchestra.run.smithi110.stdout: - patch 2022-01-04T07:34:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:--- 2022-01-04T07:34:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:kind: ClusterRoleBinding 2022-01-04T07:34:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:apiVersion: rbac.authorization.k8s.io/v1 2022-01-04T07:34:25.607 INFO:teuthology.orchestra.run.smithi110.stdout:metadata: 2022-01-04T07:34:25.608 INFO:teuthology.orchestra.run.smithi110.stdout: name: flannel 2022-01-04T07:34:25.608 INFO:teuthology.orchestra.run.smithi110.stdout:roleRef: 2022-01-04T07:34:25.608 INFO:teuthology.orchestra.run.smithi110.stdout: apiGroup: rbac.authorization.k8s.io 2022-01-04T07:34:25.608 INFO:teuthology.orchestra.run.smithi110.stdout: kind: ClusterRole 2022-01-04T07:34:25.608 INFO:teuthology.orchestra.run.smithi110.stdout: name: flannel 2022-01-04T07:34:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:subjects: 2022-01-04T07:34:25.609 INFO:teuthology.orchestra.run.smithi110.stdout:- kind: ServiceAccount 2022-01-04T07:34:25.609 INFO:teuthology.orchestra.run.smithi110.stdout: name: flannel 2022-01-04T07:34:25.609 INFO:teuthology.orchestra.run.smithi110.stdout: namespace: kube-system 2022-01-04T07:34:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:--- 2022-01-04T07:34:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:apiVersion: v1 2022-01-04T07:34:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:kind: ServiceAccount 2022-01-04T07:34:25.610 INFO:teuthology.orchestra.run.smithi110.stdout:metadata: 2022-01-04T07:34:25.611 INFO:teuthology.orchestra.run.smithi110.stdout: name: flannel 2022-01-04T07:34:25.611 INFO:teuthology.orchestra.run.smithi110.stdout: namespace: kube-system 2022-01-04T07:34:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:--- 2022-01-04T07:34:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:kind: ConfigMap 2022-01-04T07:34:25.611 INFO:teuthology.orchestra.run.smithi110.stdout:apiVersion: v1 2022-01-04T07:34:25.612 INFO:teuthology.orchestra.run.smithi110.stdout:metadata: 2022-01-04T07:34:25.612 INFO:teuthology.orchestra.run.smithi110.stdout: name: kube-flannel-cfg 2022-01-04T07:34:25.612 INFO:teuthology.orchestra.run.smithi110.stdout: namespace: kube-system 2022-01-04T07:34:25.613 INFO:teuthology.orchestra.run.smithi110.stdout: labels: 2022-01-04T07:34:25.613 INFO:teuthology.orchestra.run.smithi110.stdout: tier: node 2022-01-04T07:34:25.613 INFO:teuthology.orchestra.run.smithi110.stdout: app: flannel 2022-01-04T07:34:25.613 INFO:teuthology.orchestra.run.smithi110.stdout:data: 2022-01-04T07:34:25.614 INFO:teuthology.orchestra.run.smithi110.stdout: cni-conf.json: | 2022-01-04T07:34:25.614 INFO:teuthology.orchestra.run.smithi110.stdout: { 2022-01-04T07:34:25.614 INFO:teuthology.orchestra.run.smithi110.stdout: "name": "cbr0", 2022-01-04T07:34:25.614 INFO:teuthology.orchestra.run.smithi110.stdout: "cniVersion": "0.3.1", 2022-01-04T07:34:25.615 INFO:teuthology.orchestra.run.smithi110.stdout: "plugins": [ 2022-01-04T07:34:25.615 INFO:teuthology.orchestra.run.smithi110.stdout: { 2022-01-04T07:34:25.615 INFO:teuthology.orchestra.run.smithi110.stdout: "type": "flannel", 2022-01-04T07:34:25.615 INFO:teuthology.orchestra.run.smithi110.stdout: "delegate": { 2022-01-04T07:34:25.616 INFO:teuthology.orchestra.run.smithi110.stdout: "hairpinMode": true, 2022-01-04T07:34:25.616 INFO:teuthology.orchestra.run.smithi110.stdout: "isDefaultGateway": true 2022-01-04T07:34:25.616 INFO:teuthology.orchestra.run.smithi110.stdout: } 2022-01-04T07:34:25.616 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2022-01-04T07:34:25.617 INFO:teuthology.orchestra.run.smithi110.stdout: { 2022-01-04T07:34:25.617 INFO:teuthology.orchestra.run.smithi110.stdout: "type": "portmap", 2022-01-04T07:34:25.617 INFO:teuthology.orchestra.run.smithi110.stdout: "capabilities": { 2022-01-04T07:34:25.618 INFO:teuthology.orchestra.run.smithi110.stdout: "portMappings": true 2022-01-04T07:34:25.618 INFO:teuthology.orchestra.run.smithi110.stdout: } 2022-01-04T07:34:25.618 INFO:teuthology.orchestra.run.smithi110.stdout: } 2022-01-04T07:34:25.618 INFO:teuthology.orchestra.run.smithi110.stdout: ] 2022-01-04T07:34:25.619 INFO:teuthology.orchestra.run.smithi110.stdout: } 2022-01-04T07:34:25.619 INFO:teuthology.orchestra.run.smithi110.stdout: net-conf.json: | 2022-01-04T07:34:25.619 INFO:teuthology.orchestra.run.smithi110.stdout: { 2022-01-04T07:34:25.619 INFO:teuthology.orchestra.run.smithi110.stdout: "Network": "10.244.0.0/16", 2022-01-04T07:34:25.619 INFO:teuthology.orchestra.run.smithi110.stdout: "Backend": { 2022-01-04T07:34:25.620 INFO:teuthology.orchestra.run.smithi110.stdout: "Type": "vxlan" 2022-01-04T07:34:25.620 INFO:teuthology.orchestra.run.smithi110.stdout: } 2022-01-04T07:34:25.620 INFO:teuthology.orchestra.run.smithi110.stdout: } 2022-01-04T07:34:25.620 INFO:teuthology.orchestra.run.smithi110.stdout:--- 2022-01-04T07:34:25.621 INFO:teuthology.orchestra.run.smithi110.stdout:apiVersion: apps/v1 2022-01-04T07:34:25.621 INFO:teuthology.orchestra.run.smithi110.stdout:kind: DaemonSet 2022-01-04T07:34:25.621 INFO:teuthology.orchestra.run.smithi110.stdout:metadata: 2022-01-04T07:34:25.621 INFO:teuthology.orchestra.run.smithi110.stdout: name: kube-flannel-ds 2022-01-04T07:34:25.622 INFO:teuthology.orchestra.run.smithi110.stdout: namespace: kube-system 2022-01-04T07:34:25.622 INFO:teuthology.orchestra.run.smithi110.stdout: labels: 2022-01-04T07:34:25.622 INFO:teuthology.orchestra.run.smithi110.stdout: tier: node 2022-01-04T07:34:25.622 INFO:teuthology.orchestra.run.smithi110.stdout: app: flannel 2022-01-04T07:34:25.623 INFO:teuthology.orchestra.run.smithi110.stdout:spec: 2022-01-04T07:34:25.623 INFO:teuthology.orchestra.run.smithi110.stdout: selector: 2022-01-04T07:34:25.623 INFO:teuthology.orchestra.run.smithi110.stdout: matchLabels: 2022-01-04T07:34:25.623 INFO:teuthology.orchestra.run.smithi110.stdout: app: flannel 2022-01-04T07:34:25.624 INFO:teuthology.orchestra.run.smithi110.stdout: template: 2022-01-04T07:34:25.624 INFO:teuthology.orchestra.run.smithi110.stdout: metadata: 2022-01-04T07:34:25.624 INFO:teuthology.orchestra.run.smithi110.stdout: labels: 2022-01-04T07:34:25.624 INFO:teuthology.orchestra.run.smithi110.stdout: tier: node 2022-01-04T07:34:25.625 INFO:teuthology.orchestra.run.smithi110.stdout: app: flannel 2022-01-04T07:34:25.625 INFO:teuthology.orchestra.run.smithi110.stdout: spec: 2022-01-04T07:34:25.625 INFO:teuthology.orchestra.run.smithi110.stdout: affinity: 2022-01-04T07:34:25.625 INFO:teuthology.orchestra.run.smithi110.stdout: nodeAffinity: 2022-01-04T07:34:25.625 INFO:teuthology.orchestra.run.smithi110.stdout: requiredDuringSchedulingIgnoredDuringExecution: 2022-01-04T07:34:25.626 INFO:teuthology.orchestra.run.smithi110.stdout: nodeSelectorTerms: 2022-01-04T07:34:25.626 INFO:teuthology.orchestra.run.smithi110.stdout: - matchExpressions: 2022-01-04T07:34:25.626 INFO:teuthology.orchestra.run.smithi110.stdout: - key: kubernetes.io/os 2022-01-04T07:34:25.626 INFO:teuthology.orchestra.run.smithi110.stdout: operator: In 2022-01-04T07:34:25.626 INFO:teuthology.orchestra.run.smithi110.stdout: values: 2022-01-04T07:34:25.627 INFO:teuthology.orchestra.run.smithi110.stdout: - linux 2022-01-04T07:34:25.627 INFO:teuthology.orchestra.run.smithi110.stdout: hostNetwork: true 2022-01-04T07:34:25.627 INFO:teuthology.orchestra.run.smithi110.stdout: priorityClassName: system-node-critical 2022-01-04T07:34:25.628 INFO:teuthology.orchestra.run.smithi110.stdout: tolerations: 2022-01-04T07:34:25.628 INFO:teuthology.orchestra.run.smithi110.stdout: - operator: Exists 2022-01-04T07:34:25.628 INFO:teuthology.orchestra.run.smithi110.stdout: effect: NoSchedule 2022-01-04T07:34:25.628 INFO:teuthology.orchestra.run.smithi110.stdout: serviceAccountName: flannel 2022-01-04T07:34:25.628 INFO:teuthology.orchestra.run.smithi110.stdout: initContainers: 2022-01-04T07:34:25.629 INFO:teuthology.orchestra.run.smithi110.stdout: - name: install-cni-plugin 2022-01-04T07:34:25.629 INFO:teuthology.orchestra.run.smithi110.stdout: image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.0.0 2022-01-04T07:34:25.629 INFO:teuthology.orchestra.run.smithi110.stdout: command: 2022-01-04T07:34:25.629 INFO:teuthology.orchestra.run.smithi110.stdout: - cp 2022-01-04T07:34:25.629 INFO:teuthology.orchestra.run.smithi110.stdout: args: 2022-01-04T07:34:25.630 INFO:teuthology.orchestra.run.smithi110.stdout: - -f 2022-01-04T07:34:25.630 INFO:teuthology.orchestra.run.smithi110.stdout: - /flannel 2022-01-04T07:34:25.630 INFO:teuthology.orchestra.run.smithi110.stdout: - /opt/cni/bin/flannel 2022-01-04T07:34:25.630 INFO:teuthology.orchestra.run.smithi110.stdout: volumeMounts: 2022-01-04T07:34:25.631 INFO:teuthology.orchestra.run.smithi110.stdout: - name: cni-plugin 2022-01-04T07:34:25.631 INFO:teuthology.orchestra.run.smithi110.stdout: mountPath: /opt/cni/bin 2022-01-04T07:34:25.631 INFO:teuthology.orchestra.run.smithi110.stdout: - name: install-cni 2022-01-04T07:34:25.631 INFO:teuthology.orchestra.run.smithi110.stdout: image: quay.io/coreos/flannel:v0.15.1 2022-01-04T07:34:25.631 INFO:teuthology.orchestra.run.smithi110.stdout: command: 2022-01-04T07:34:25.632 INFO:teuthology.orchestra.run.smithi110.stdout: - cp 2022-01-04T07:34:25.632 INFO:teuthology.orchestra.run.smithi110.stdout: args: 2022-01-04T07:34:25.632 INFO:teuthology.orchestra.run.smithi110.stdout: - -f 2022-01-04T07:34:25.632 INFO:teuthology.orchestra.run.smithi110.stdout: - /etc/kube-flannel/cni-conf.json 2022-01-04T07:34:25.633 INFO:teuthology.orchestra.run.smithi110.stdout: - /etc/cni/net.d/10-flannel.conflist 2022-01-04T07:34:25.633 INFO:teuthology.orchestra.run.smithi110.stdout: volumeMounts: 2022-01-04T07:34:25.633 INFO:teuthology.orchestra.run.smithi110.stdout: - name: cni 2022-01-04T07:34:25.633 INFO:teuthology.orchestra.run.smithi110.stdout: mountPath: /etc/cni/net.d 2022-01-04T07:34:25.634 INFO:teuthology.orchestra.run.smithi110.stdout: - name: flannel-cfg 2022-01-04T07:34:25.634 INFO:teuthology.orchestra.run.smithi110.stdout: mountPath: /etc/kube-flannel/ 2022-01-04T07:34:25.634 INFO:teuthology.orchestra.run.smithi110.stdout: containers: 2022-01-04T07:34:25.634 INFO:teuthology.orchestra.run.smithi110.stdout: - name: kube-flannel 2022-01-04T07:34:25.635 INFO:teuthology.orchestra.run.smithi110.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5177 100 5177 0 0 58168 0 --:--:-- --:--:-- --:--:-- 57522 2022-01-04T07:34:25.636 INFO:teuthology.orchestra.run.smithi110.stdout: image: quay.io/coreos/flannel:v0.15.1 2022-01-04T07:34:25.636 INFO:teuthology.orchestra.run.smithi110.stdout: command: 2022-01-04T07:34:25.637 INFO:teuthology.orchestra.run.smithi110.stdout: - /opt/bin/flanneld 2022-01-04T07:34:25.637 INFO:teuthology.orchestra.run.smithi110.stdout: args: 2022-01-04T07:34:25.637 INFO:teuthology.orchestra.run.smithi110.stdout: - --ip-masq 2022-01-04T07:34:25.638 INFO:teuthology.orchestra.run.smithi110.stdout: - --kube-subnet-mgr 2022-01-04T07:34:25.638 INFO:teuthology.orchestra.run.smithi110.stdout: resources: 2022-01-04T07:34:25.638 INFO:teuthology.orchestra.run.smithi110.stdout: requests: 2022-01-04T07:34:25.638 INFO:teuthology.orchestra.run.smithi110.stdout: cpu: "100m" 2022-01-04T07:34:25.639 INFO:teuthology.orchestra.run.smithi110.stdout: memory: "50Mi" 2022-01-04T07:34:25.639 INFO:teuthology.orchestra.run.smithi110.stdout: limits: 2022-01-04T07:34:25.639 INFO:teuthology.orchestra.run.smithi110.stdout: cpu: "100m" 2022-01-04T07:34:25.639 INFO:teuthology.orchestra.run.smithi110.stdout: memory: "50Mi" 2022-01-04T07:34:25.640 INFO:teuthology.orchestra.run.smithi110.stdout: securityContext: 2022-01-04T07:34:25.640 INFO:teuthology.orchestra.run.smithi110.stdout: privileged: false 2022-01-04T07:34:25.640 INFO:teuthology.orchestra.run.smithi110.stdout: capabilities: 2022-01-04T07:34:25.640 INFO:teuthology.orchestra.run.smithi110.stdout: add: ["NET_ADMIN", "NET_RAW"] 2022-01-04T07:34:25.640 INFO:teuthology.orchestra.run.smithi110.stdout: env: 2022-01-04T07:34:25.641 INFO:teuthology.orchestra.run.smithi110.stdout: - name: POD_NAME 2022-01-04T07:34:25.641 INFO:teuthology.orchestra.run.smithi110.stdout: valueFrom: 2022-01-04T07:34:25.641 INFO:teuthology.orchestra.run.smithi110.stdout: fieldRef: 2022-01-04T07:34:25.641 INFO:teuthology.orchestra.run.smithi110.stdout: fieldPath: metadata.name 2022-01-04T07:34:25.642 INFO:teuthology.orchestra.run.smithi110.stdout: - name: POD_NAMESPACE 2022-01-04T07:34:25.642 INFO:teuthology.orchestra.run.smithi110.stdout: valueFrom: 2022-01-04T07:34:25.642 INFO:teuthology.orchestra.run.smithi110.stdout: fieldRef: 2022-01-04T07:34:25.642 INFO:teuthology.orchestra.run.smithi110.stdout: fieldPath: metadata.namespace 2022-01-04T07:34:25.643 INFO:teuthology.orchestra.run.smithi110.stdout: volumeMounts: 2022-01-04T07:34:25.643 INFO:teuthology.orchestra.run.smithi110.stdout: - name: run 2022-01-04T07:34:25.643 INFO:teuthology.orchestra.run.smithi110.stdout: mountPath: /run/flannel 2022-01-04T07:34:25.643 INFO:teuthology.orchestra.run.smithi110.stdout: - name: flannel-cfg 2022-01-04T07:34:25.644 INFO:teuthology.orchestra.run.smithi110.stdout: mountPath: /etc/kube-flannel/ 2022-01-04T07:34:25.644 INFO:teuthology.orchestra.run.smithi110.stdout: volumes: 2022-01-04T07:34:25.644 INFO:teuthology.orchestra.run.smithi110.stdout: - name: run 2022-01-04T07:34:25.644 INFO:teuthology.orchestra.run.smithi110.stdout: hostPath: 2022-01-04T07:34:25.645 INFO:teuthology.orchestra.run.smithi110.stdout: path: /run/flannel 2022-01-04T07:34:25.645 INFO:teuthology.orchestra.run.smithi110.stdout: - name: cni-plugin 2022-01-04T07:34:25.645 INFO:teuthology.orchestra.run.smithi110.stdout: hostPath: 2022-01-04T07:34:25.645 INFO:teuthology.orchestra.run.smithi110.stdout: path: /opt/cni/bin 2022-01-04T07:34:25.645 INFO:teuthology.orchestra.run.smithi110.stdout: - name: cni 2022-01-04T07:34:25.646 INFO:teuthology.orchestra.run.smithi110.stdout: hostPath: 2022-01-04T07:34:25.646 INFO:teuthology.orchestra.run.smithi110.stdout: path: /etc/cni/net.d 2022-01-04T07:34:25.646 INFO:teuthology.orchestra.run.smithi110.stdout: - name: flannel-cfg 2022-01-04T07:34:25.646 INFO:teuthology.orchestra.run.smithi110.stdout: configMap: 2022-01-04T07:34:25.647 INFO:teuthology.orchestra.run.smithi110.stdout: name: kube-flannel-cfg 2022-01-04T07:34:25.676 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'}} 2022-01-04T07:34:25.677 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.251.104.0/21",\n "Backend": {\n "Type": "vxlan"\n }\n}\n'}} 2022-01-04T07:34:25.692 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.251.104.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 2022-01-04T07:34:25.693 DEBUG:teuthology.orchestra.run.smithi110:> kubectl apply -f - 2022-01-04T07:34:28.247 INFO:teuthology.orchestra.run.smithi110.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-01-04T07:34:28.253 INFO:teuthology.orchestra.run.smithi110.stdout:podsecuritypolicy.policy/psp.flannel.unprivileged created 2022-01-04T07:34:28.275 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrole.rbac.authorization.k8s.io/flannel created 2022-01-04T07:34:28.290 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/flannel created 2022-01-04T07:34:28.299 INFO:teuthology.orchestra.run.smithi110.stdout:serviceaccount/flannel created 2022-01-04T07:34:28.452 INFO:teuthology.orchestra.run.smithi110.stdout:configmap/kube-flannel-cfg created 2022-01-04T07:34:28.496 INFO:teuthology.orchestra.run.smithi110.stdout:daemonset.apps/kube-flannel-ds created 2022-01-04T07:34:28.498 INFO:tasks.kubeadm:Scanning for scratch devices 2022-01-04T07:34:28.499 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:34:28.499 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2022-01-04T07:34:28.504 INFO:tasks.kubeadm:Scratch devices on smithi110: ['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2022-01-04T07:34:28.504 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 2022-01-04T07:34:28.529 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records in 2022-01-04T07:34:28.529 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2022-01-04T07:34:28.530 INFO:teuthology.orchestra.run.smithi110.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0149582 s, 701 MB/s 2022-01-04T07:34:28.531 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 2022-01-04T07:34:28.603 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records in 2022-01-04T07:34:28.603 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2022-01-04T07:34:28.604 INFO:teuthology.orchestra.run.smithi110.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0149731 s, 700 MB/s 2022-01-04T07:34:28.605 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 2022-01-04T07:34:28.630 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records in 2022-01-04T07:34:28.630 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2022-01-04T07:34:28.631 INFO:teuthology.orchestra.run.smithi110.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0126434 s, 829 MB/s 2022-01-04T07:34:28.632 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 2022-01-04T07:34:28.662 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records in 2022-01-04T07:34:28.663 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2022-01-04T07:34:28.663 INFO:teuthology.orchestra.run.smithi110.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0154816 s, 677 MB/s 2022-01-04T07:34:28.670 INFO:tasks.kubeadm:Creating PVs + StorageClass 2022-01-04T07:34:28.670 DEBUG:tasks.kubeadm:apiVersion: v1 kind: PersistentVolume metadata: name: smithi110-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: - smithi110 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi110-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: - smithi110 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi110-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: - smithi110 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi110-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: - smithi110 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: scratch provisioner: kubernetes.io/no-provisioner volumeBindingMode: WaitForFirstConsumer 2022-01-04T07:34:28.671 DEBUG:teuthology.orchestra.run.smithi110:> kubectl create -f - 2022-01-04T07:34:28.933 INFO:teuthology.orchestra.run.smithi110.stdout:persistentvolume/smithi110-lv-1 created 2022-01-04T07:34:28.937 INFO:teuthology.orchestra.run.smithi110.stdout:persistentvolume/smithi110-lv-2 created 2022-01-04T07:34:28.945 INFO:teuthology.orchestra.run.smithi110.stdout:persistentvolume/smithi110-lv-3 created 2022-01-04T07:34:28.954 INFO:teuthology.orchestra.run.smithi110.stdout:persistentvolume/smithi110-lv-4 created 2022-01-04T07:34:28.962 INFO:teuthology.orchestra.run.smithi110.stdout:storageclass.storage.k8s.io/scratch created 2022-01-04T07:34:28.969 DEBUG:teuthology.orchestra.run.smithi110:> kubectl taint node smithi110 node-role.kubernetes.io/master- || true 2022-01-04T07:34:29.040 INFO:teuthology.orchestra.run.smithi110.stdout:node/smithi110 untainted 2022-01-04T07:34:29.043 INFO:tasks.kubeadm:Kubeadm complete, yielding 2022-01-04T07:34:29.044 INFO:teuthology.run_tasks:Running task nvme_loop... 2022-01-04T07:34:29.058 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2022-01-04T07:34:29.059 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:34:29.059 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2022-01-04T07:34:29.064 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2022-01-04T07:34:29.065 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_1 && sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_1 2022-01-04T07:34:29.112 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2022-01-04T07:34:29.113 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-01-04T07:34:29.113 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 500 Links: 1 2022-01-04T07:34:29.113 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-01-04T07:34:29.113 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2022-01-04 07:34:28.549144617 +0000 2022-01-04T07:34:29.114 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2022-01-04 07:34:28.549144617 +0000 2022-01-04T07:34:29.114 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2022-01-04 07:34:28.549144617 +0000 2022-01-04T07:34:29.114 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2022-01-04T07:34:29.121 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2022-01-04T07:34:29.122 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2022-01-04T07:34:29.122 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000199227 s, 2.6 MB/s 2022-01-04T07:34:29.126 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_2 && sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_2 2022-01-04T07:34:29.131 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2022-01-04T07:34:29.132 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-01-04T07:34:29.132 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 506 Links: 1 2022-01-04T07:34:29.132 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-01-04T07:34:29.133 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2022-01-04 07:34:28.613142854 +0000 2022-01-04T07:34:29.133 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2022-01-04 07:34:28.613142854 +0000 2022-01-04T07:34:29.133 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2022-01-04 07:34:28.613142854 +0000 2022-01-04T07:34:29.133 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2022-01-04T07:34:29.139 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2022-01-04T07:34:29.139 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2022-01-04T07:34:29.140 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000168707 s, 3.0 MB/s 2022-01-04T07:34:29.144 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_3 && sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_3 2022-01-04T07:34:29.150 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2022-01-04T07:34:29.151 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-01-04T07:34:29.151 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 511 Links: 1 2022-01-04T07:34:29.151 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-01-04T07:34:29.151 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2022-01-04 07:34:28.641142083 +0000 2022-01-04T07:34:29.152 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2022-01-04 07:34:28.641142083 +0000 2022-01-04T07:34:29.152 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2022-01-04 07:34:28.641142083 +0000 2022-01-04T07:34:29.152 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2022-01-04T07:34:29.158 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2022-01-04T07:34:29.158 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2022-01-04T07:34:29.158 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000167052 s, 3.1 MB/s 2022-01-04T07:34:29.162 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_4 && sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_4 2022-01-04T07:34:29.168 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2022-01-04T07:34:29.168 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-01-04T07:34:29.168 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 518 Links: 1 2022-01-04T07:34:29.168 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-01-04T07:34:29.169 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2022-01-04 07:34:28.673141202 +0000 2022-01-04T07:34:29.169 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2022-01-04 07:34:28.673141202 +0000 2022-01-04T07:34:29.169 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2022-01-04 07:34:28.673141202 +0000 2022-01-04T07:34:29.169 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2022-01-04T07:34:29.176 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2022-01-04T07:34:29.177 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2022-01-04T07:34:29.177 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000237474 s, 2.2 MB/s 2022-01-04T07:34:29.181 DEBUG:teuthology.orchestra.run.smithi110:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2022-01-04T07:34:29.298 INFO:teuthology.orchestra.run.smithi110.stdout:loop 2022-01-04T07:34:29.300 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_1... 2022-01-04T07:34:29.300 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2022-01-04T07:34:29.321 INFO:teuthology.orchestra.run.smithi110.stdout:1 2022-01-04T07:34:29.339 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_1 2022-01-04T07:34:29.350 INFO:teuthology.orchestra.run.smithi110.stdout:1 2022-01-04T07:34:29.374 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_2... 2022-01-04T07:34:29.374 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2022-01-04T07:34:29.396 INFO:teuthology.orchestra.run.smithi110.stdout:1 2022-01-04T07:34:29.413 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_2 2022-01-04T07:34:29.421 INFO:teuthology.orchestra.run.smithi110.stdout:1 2022-01-04T07:34:29.444 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_3... 2022-01-04T07:34:29.445 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2022-01-04T07:34:29.466 INFO:teuthology.orchestra.run.smithi110.stdout:1 2022-01-04T07:34:29.484 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_3 2022-01-04T07:34:29.491 INFO:teuthology.orchestra.run.smithi110.stdout:1 2022-01-04T07:34:29.514 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_4... 2022-01-04T07:34:29.514 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2022-01-04T07:34:29.584 INFO:teuthology.orchestra.run.smithi110.stdout:1 2022-01-04T07:34:29.603 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_4 2022-01-04T07:34:29.609 INFO:teuthology.orchestra.run.smithi110.stdout:1 2022-01-04T07:34:29.629 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:34:29.630 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2022-01-04T07:34:29.636 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme list 2022-01-04T07:34:29.649 INFO:teuthology.orchestra.run.smithi110.stdout:Node SN Model Namespace Usage Format FW Rev 2022-01-04T07:34:29.649 INFO:teuthology.orchestra.run.smithi110.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2022-01-04T07:34:29.649 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme0n1 PHMB7476002T480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2022-01-04T07:34:29.650 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme1n1 7f9abe356a87ad3e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.11.0-4 2022-01-04T07:34:29.650 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme2n1 69f72d19ea0bf11b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.11.0-4 2022-01-04T07:34:29.650 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme3n1 8378a6c19c538e55 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.11.0-4 2022-01-04T07:34:29.650 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme4n1 baba686b07d8a674 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.11.0-4 2022-01-04T07:34:29.652 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2022-01-04T07:34:29.652 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:34:29.652 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/scratch_devs 2022-01-04T07:34:29.708 INFO:teuthology.run_tasks:Running task rook... 2022-01-04T07:34:29.786 INFO:tasks.rook:Rook start 2022-01-04T07:34:29.787 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': '0797768822e99ad148f56a2962d5638b541f0200', 'rook_branch': 'v1.7.2', 'rook_image': 'rook/ceph:v1.7.2'} 2022-01-04T07:34:29.787 INFO:tasks.rook:Ceph image is quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200 2022-01-04T07:34:29.788 INFO:tasks.rook:Cloning https://github.com/rook/rook branch v1.7.2 2022-01-04T07:34:29.788 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf rook && git clone --single-branch --branch v1.7.2 https://github.com/rook/rook rook 2022-01-04T07:34:29.797 INFO:teuthology.orchestra.run.smithi110.stderr:Cloning into 'rook'... 2022-01-04T07:34:31.927 INFO:teuthology.orchestra.run.smithi110.stderr:Note: switching to '1784489964d2e417b6050c7edc8f626b5cca49f5'. 2022-01-04T07:34:31.927 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:34:31.927 INFO:teuthology.orchestra.run.smithi110.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2022-01-04T07:34:31.928 INFO:teuthology.orchestra.run.smithi110.stderr:changes and commit them, and you can discard any commits you make in this 2022-01-04T07:34:31.928 INFO:teuthology.orchestra.run.smithi110.stderr:state without impacting any branches by switching back to a branch. 2022-01-04T07:34:31.928 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:34:31.928 INFO:teuthology.orchestra.run.smithi110.stderr:If you want to create a new branch to retain commits you create, you may 2022-01-04T07:34:31.929 INFO:teuthology.orchestra.run.smithi110.stderr:do so (now or later) by using -c with the switch command. Example: 2022-01-04T07:34:31.929 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:34:31.929 INFO:teuthology.orchestra.run.smithi110.stderr: git switch -c 2022-01-04T07:34:31.929 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:34:31.930 INFO:teuthology.orchestra.run.smithi110.stderr:Or undo this operation with: 2022-01-04T07:34:31.930 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:34:31.930 INFO:teuthology.orchestra.run.smithi110.stderr: git switch - 2022-01-04T07:34:31.930 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:34:31.931 INFO:teuthology.orchestra.run.smithi110.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2022-01-04T07:34:31.931 INFO:teuthology.orchestra.run.smithi110.stderr: 2022-01-04T07:34:32.022 INFO:tasks.rook:/home/teuthworker 2022-01-04T07:34:32.023 DEBUG:teuthology.orchestra.run.smithi110:> PATH=/sbin:/usr/sbin ip addr show 2022-01-04T07:34:32.031 INFO:teuthology.orchestra.run.smithi110.stdout:1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 2022-01-04T07:34:32.031 INFO:teuthology.orchestra.run.smithi110.stdout: link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2022-01-04T07:34:32.031 INFO:teuthology.orchestra.run.smithi110.stdout: inet 127.0.0.1/8 scope host lo 2022-01-04T07:34:32.032 INFO:teuthology.orchestra.run.smithi110.stdout: valid_lft forever preferred_lft forever 2022-01-04T07:34:32.032 INFO:teuthology.orchestra.run.smithi110.stdout: inet6 ::1/128 scope host 2022-01-04T07:34:32.032 INFO:teuthology.orchestra.run.smithi110.stdout: valid_lft forever preferred_lft forever 2022-01-04T07:34:32.032 INFO:teuthology.orchestra.run.smithi110.stdout:2: eno1: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-01-04T07:34:32.033 INFO:teuthology.orchestra.run.smithi110.stdout: link/ether 0c:c4:7a:d8:db:14 brd ff:ff:ff:ff:ff:ff 2022-01-04T07:34:32.033 INFO:teuthology.orchestra.run.smithi110.stdout: altname enp7s0f0 2022-01-04T07:34:32.033 INFO:teuthology.orchestra.run.smithi110.stdout:3: eno2: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-01-04T07:34:32.033 INFO:teuthology.orchestra.run.smithi110.stdout: link/ether 0c:c4:7a:d8:db:15 brd ff:ff:ff:ff:ff:ff 2022-01-04T07:34:32.034 INFO:teuthology.orchestra.run.smithi110.stdout: altname enp7s0f1 2022-01-04T07:34:32.034 INFO:teuthology.orchestra.run.smithi110.stdout:4: enp3s0f0: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-01-04T07:34:32.034 INFO:teuthology.orchestra.run.smithi110.stdout: link/ether 0c:c4:7a:8f:cc:34 brd ff:ff:ff:ff:ff:ff 2022-01-04T07:34:32.034 INFO:teuthology.orchestra.run.smithi110.stdout:5: enp3s0f1: mtu 1500 qdisc mq state UP group default qlen 1000 2022-01-04T07:34:32.035 INFO:teuthology.orchestra.run.smithi110.stdout: link/ether 0c:c4:7a:8f:cc:35 brd ff:ff:ff:ff:ff:ff 2022-01-04T07:34:32.035 INFO:teuthology.orchestra.run.smithi110.stdout: inet 172.21.15.110/20 brd 172.21.15.255 scope global dynamic enp3s0f1 2022-01-04T07:34:32.035 INFO:teuthology.orchestra.run.smithi110.stdout: valid_lft 42865sec preferred_lft 42865sec 2022-01-04T07:34:32.035 INFO:teuthology.orchestra.run.smithi110.stdout: inet6 fe80::ec4:7aff:fe8f:cc35/64 scope link 2022-01-04T07:34:32.035 INFO:teuthology.orchestra.run.smithi110.stdout: valid_lft forever preferred_lft forever 2022-01-04T07:34:32.036 INFO:teuthology.orchestra.run.smithi110.stdout:6: docker0: mtu 1500 qdisc noqueue state DOWN group default 2022-01-04T07:34:32.036 INFO:teuthology.orchestra.run.smithi110.stdout: link/ether 02:42:4b:6f:2a:27 brd ff:ff:ff:ff:ff:ff 2022-01-04T07:34:32.036 INFO:teuthology.orchestra.run.smithi110.stdout: inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0 2022-01-04T07:34:32.036 INFO:teuthology.orchestra.run.smithi110.stdout: valid_lft forever preferred_lft forever 2022-01-04T07:34:32.038 DEBUG:teuthology.orchestra.run.smithi110:> which systemctl 2022-01-04T07:34:32.084 INFO:teuthology.orchestra.run.smithi110.stdout:/usr/bin/systemctl 2022-01-04T07:34:32.085 DEBUG:teuthology.orchestra.run.smithi110:> true 2022-01-04T07:34:32.117 DEBUG:teuthology.orchestra.run.smithi110:> sudo lsb_release -is 2022-01-04T07:34:32.167 INFO:teuthology.orchestra.run.smithi110.stdout:Ubuntu 2022-01-04T07:34:32.172 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-01-04T07:34:32.172 INFO:tasks.rook:['__class__', '__del__', '__delattr__', '__dir__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '_format_size', '_reconnect', '_runner', '_set_iface_and_cidr', '_sftp_get_file', '_sftp_get_size', '_sftp_open_file', '_sftp_put_file', 'chcon', 'chmod', 'connect', 'copy_file', 'ensure_online', 'get_file', 'get_tar', 'get_tar_stream', 'mkdtemp', 'mktemp', 'move_file', 'put_file', 'read_file', 'reconnect', 'remove', 'run', 'sh', 'sh_file', 'sudo_write_file', 'write_file'] 2022-01-04T07:34:32.194 DEBUG:teuthology.orchestra.remote:smithi110:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-01-04T07:34:32.208 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:34:32.209 DEBUG:teuthology.orchestra.run.smithi110:> dd if=rook/cluster/examples/kubernetes/ceph/operator.yaml of=/dev/stdout 2022-01-04T07:34:32.218 INFO:tasks.rook:Patching operator to use image rook/ceph:v1.7.2 2022-01-04T07:34:32.265 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:34:32.265 DEBUG:teuthology.orchestra.run.smithi110:> dd of=operator.yaml 2022-01-04T07:34:32.273 INFO:tasks.rook:Deploying operator 2022-01-04T07:34:32.332 DEBUG:teuthology.orchestra.remote:smithi110:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-01-04T07:34:32.372 DEBUG:teuthology.orchestra.remote:smithi110:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-01-04T07:34:32.387 DEBUG:teuthology.orchestra.run.smithi110:> kubectl create -f rook/cluster/examples/kubernetes/ceph/crds.yaml -f rook/cluster/examples/kubernetes/ceph/common.yaml -f operator.yaml 2022-01-04T07:34:32.668 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/cephblockpools.ceph.rook.io created 2022-01-04T07:34:32.692 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/cephclients.ceph.rook.io created 2022-01-04T07:34:32.830 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/cephclusters.ceph.rook.io created 2022-01-04T07:34:32.856 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystemmirrors.ceph.rook.io created 2022-01-04T07:34:32.895 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystems.ceph.rook.io created 2022-01-04T07:34:32.996 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/cephnfses.ceph.rook.io created 2022-01-04T07:34:33.017 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectrealms.ceph.rook.io created 2022-01-04T07:34:33.052 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstores.ceph.rook.io created 2022-01-04T07:34:33.067 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstoreusers.ceph.rook.io created 2022-01-04T07:34:33.176 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzonegroups.ceph.rook.io created 2022-01-04T07:34:33.215 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzones.ceph.rook.io created 2022-01-04T07:34:33.266 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/cephrbdmirrors.ceph.rook.io created 2022-01-04T07:34:33.311 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/objectbucketclaims.objectbucket.io created 2022-01-04T07:34:33.318 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/objectbuckets.objectbucket.io created 2022-01-04T07:34:33.344 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplicationclasses.replication.storage.openshift.io created 2022-01-04T07:34:33.370 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplications.replication.storage.openshift.io created 2022-01-04T07:34:33.394 INFO:teuthology.orchestra.run.smithi110.stdout:customresourcedefinition.apiextensions.k8s.io/volumes.rook.io created 2022-01-04T07:34:33.494 INFO:teuthology.orchestra.run.smithi110.stdout:namespace/rook-ceph created 2022-01-04T07:34:33.519 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-01-04T07:34:33.544 INFO:teuthology.orchestra.run.smithi110.stdout:serviceaccount/rook-ceph-admission-controller created 2022-01-04T07:34:33.552 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-admission-controller-role created 2022-01-04T07:34:33.614 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-admission-controller-rolebinding created 2022-01-04T07:34:33.618 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-01-04T07:34:33.627 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-system created 2022-01-04T07:34:33.652 INFO:teuthology.orchestra.run.smithi110.stdout:role.rbac.authorization.k8s.io/rook-ceph-system created 2022-01-04T07:34:33.677 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-global created 2022-01-04T07:34:33.686 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-01-04T07:34:33.695 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-01-04T07:34:33.702 INFO:teuthology.orchestra.run.smithi110.stdout:serviceaccount/rook-ceph-system created 2022-01-04T07:34:33.711 INFO:teuthology.orchestra.run.smithi110.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-01-04T07:34:33.770 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-01-04T07:34:33.777 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-global created 2022-01-04T07:34:33.786 INFO:teuthology.orchestra.run.smithi110.stdout:serviceaccount/rook-ceph-osd created 2022-01-04T07:34:33.794 INFO:teuthology.orchestra.run.smithi110.stdout:serviceaccount/rook-ceph-mgr created 2022-01-04T07:34:33.803 INFO:teuthology.orchestra.run.smithi110.stdout:serviceaccount/rook-ceph-cmd-reporter created 2022-01-04T07:34:33.828 INFO:teuthology.orchestra.run.smithi110.stdout:role.rbac.authorization.k8s.io/rook-ceph-osd created 2022-01-04T07:34:33.852 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-osd created 2022-01-04T07:34:33.947 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-01-04T07:34:33.952 INFO:teuthology.orchestra.run.smithi110.stdout:role.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-01-04T07:34:33.961 INFO:teuthology.orchestra.run.smithi110.stdout:role.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-01-04T07:34:33.969 INFO:teuthology.orchestra.run.smithi110.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-01-04T07:34:33.977 INFO:teuthology.orchestra.run.smithi110.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-01-04T07:34:34.002 INFO:teuthology.orchestra.run.smithi110.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-01-04T07:34:34.011 INFO:teuthology.orchestra.run.smithi110.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-01-04T07:34:34.019 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-01-04T07:34:34.028 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-01-04T07:34:34.036 INFO:teuthology.orchestra.run.smithi110.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-01-04T07:34:34.044 INFO:teuthology.orchestra.run.smithi110.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-01-04T07:34:34.045 INFO:teuthology.orchestra.run.smithi110.stdout:podsecuritypolicy.policy/00-rook-privileged created 2022-01-04T07:34:34.101 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrole.rbac.authorization.k8s.io/psp:rook created 2022-01-04T07:34:34.104 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system-psp created 2022-01-04T07:34:34.111 INFO:teuthology.orchestra.run.smithi110.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-default-psp created 2022-01-04T07:34:34.136 INFO:teuthology.orchestra.run.smithi110.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd-psp created 2022-01-04T07:34:34.145 INFO:teuthology.orchestra.run.smithi110.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-psp created 2022-01-04T07:34:34.153 INFO:teuthology.orchestra.run.smithi110.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter-psp created 2022-01-04T07:34:34.177 INFO:teuthology.orchestra.run.smithi110.stdout:serviceaccount/rook-csi-cephfs-plugin-sa created 2022-01-04T07:34:34.186 INFO:teuthology.orchestra.run.smithi110.stdout:serviceaccount/rook-csi-cephfs-provisioner-sa created 2022-01-04T07:34:34.194 INFO:teuthology.orchestra.run.smithi110.stdout:role.rbac.authorization.k8s.io/cephfs-external-provisioner-cfg created 2022-01-04T07:34:34.270 INFO:teuthology.orchestra.run.smithi110.stdout:rolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role-cfg created 2022-01-04T07:34:34.278 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-01-04T07:34:34.303 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-external-provisioner-runner created 2022-01-04T07:34:34.311 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-plugin-sa-psp created 2022-01-04T07:34:34.319 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-provisioner-sa-psp created 2022-01-04T07:34:34.344 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-01-04T07:34:34.352 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role created 2022-01-04T07:34:34.360 INFO:teuthology.orchestra.run.smithi110.stdout:serviceaccount/rook-csi-rbd-plugin-sa created 2022-01-04T07:34:34.414 INFO:teuthology.orchestra.run.smithi110.stdout:serviceaccount/rook-csi-rbd-provisioner-sa created 2022-01-04T07:34:34.419 INFO:teuthology.orchestra.run.smithi110.stdout:role.rbac.authorization.k8s.io/rbd-external-provisioner-cfg created 2022-01-04T07:34:34.428 INFO:teuthology.orchestra.run.smithi110.stdout:rolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role-cfg created 2022-01-04T07:34:34.453 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrole.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-01-04T07:34:34.461 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrole.rbac.authorization.k8s.io/rbd-external-provisioner-runner created 2022-01-04T07:34:34.486 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-plugin-sa-psp created 2022-01-04T07:34:34.494 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-provisioner-sa-psp created 2022-01-04T07:34:34.502 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-01-04T07:34:34.511 INFO:teuthology.orchestra.run.smithi110.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role created 2022-01-04T07:34:34.603 INFO:teuthology.orchestra.run.smithi110.stdout:role.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-01-04T07:34:34.607 INFO:teuthology.orchestra.run.smithi110.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-01-04T07:34:34.611 INFO:teuthology.orchestra.run.smithi110.stdout:serviceaccount/rook-ceph-purge-osd created 2022-01-04T07:34:34.619 INFO:teuthology.orchestra.run.smithi110.stdout:configmap/rook-ceph-operator-config created 2022-01-04T07:34:34.628 INFO:teuthology.orchestra.run.smithi110.stdout:deployment.apps/rook-ceph-operator created 2022-01-04T07:34:34.633 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-01-04T07:34:34.690 INFO:teuthology.orchestra.run.smithi110.stderr:No resources found in rook-ceph namespace. 2022-01-04T07:34:44.692 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-01-04T07:34:44.756 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:34:44.757 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-operator-6b496c8959-4qmq4 0/1 Pending 0 6s 2022-01-04T07:34:54.760 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-01-04T07:34:54.826 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:34:54.826 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-operator-6b496c8959-4qmq4 0/1 Pending 0 16s 2022-01-04T07:35:04.829 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-01-04T07:35:04.894 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:35:04.894 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-operator-6b496c8959-4qmq4 0/1 ContainerCreating 0 26s 2022-01-04T07:35:14.897 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-01-04T07:35:14.959 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:35:14.959 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-operator-6b496c8959-4qmq4 0/1 ContainerCreating 0 36s 2022-01-04T07:35:24.962 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-01-04T07:35:25.434 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:35:25.435 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-operator-6b496c8959-4qmq4 0/1 ContainerCreating 0 47s 2022-01-04T07:35:35.438 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-01-04T07:35:35.502 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:35:35.503 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-operator-6b496c8959-4qmq4 1/1 Running 0 57s 2022-01-04T07:35:35.505 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph logs -f rook-ceph-operator-6b496c8959-4qmq4 2022-01-04T07:35:35.514 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:35:35.515 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2022-01-04T07:35:35.564 INFO:tasks.rook: override: [global] osd crush chooseleaf type = 0 2022-01-04T07:35:35.565 INFO:tasks.rook: override: [mgr] debug mgr = 20 2022-01-04T07:35:35.565 INFO:tasks.rook: override: [mgr] debug ms = 1 2022-01-04T07:35:35.565 INFO:tasks.rook: override: [mon] debug mon = 20 2022-01-04T07:35:35.566 INFO:tasks.rook: override: [mon] debug ms = 1 2022-01-04T07:35:35.566 INFO:tasks.rook: override: [mon] debug paxos = 20 2022-01-04T07:35:35.566 INFO:tasks.rook: override: [osd] debug ms = 1 2022-01-04T07:35:35.567 INFO:tasks.rook: override: [osd] debug osd = 20 2022-01-04T07:35:35.567 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" 2022-01-04T07:35:35.570 DEBUG:teuthology.orchestra.run.smithi110:> kubectl create -f - 2022-01-04T07:35:35.594 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.429036 I | rookcmd: starting Rook v1.7.2 with arguments '/usr/local/bin/rook ceph operator' 2022-01-04T07:35:35.594 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.429116 I | rookcmd: flag values: --add_dir_header=false, --alsologtostderr=false, --csi-cephfs-plugin-template-path=/etc/ceph-csi/cephfs/csi-cephfsplugin.yaml, --csi-cephfs-provisioner-dep-template-path=/etc/ceph-csi/cephfs/csi-cephfsplugin-provisioner-dep.yaml, --csi-rbd-plugin-template-path=/etc/ceph-csi/rbd/csi-rbdplugin.yaml, --csi-rbd-provisioner-dep-template-path=/etc/ceph-csi/rbd/csi-rbdplugin-provisioner-dep.yaml, --enable-machine-disruption-budget=false, --help=false, --kubeconfig=, --log-flush-frequency=5s, --log-level=INFO, --log_backtrace_at=:0, --log_dir=, --log_file=, --log_file_max_size=1800, --logtostderr=true, --one_output=false, --operator-image=, --service-account=, --skip_headers=false, --skip_log_headers=false, --stderrthreshold=2, --v=0, --vmodule= 2022-01-04T07:35:35.594 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.429119 I | cephcmd: starting Rook-Ceph operator 2022-01-04T07:35:35.595 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.632259 I | cephcmd: base ceph version inside the rook operator image is "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)" 2022-01-04T07:35:35.595 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.639236 I | op-k8sutil: ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS="15" (configmap) 2022-01-04T07:35:35.595 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.641355 I | op-k8sutil: ROOK_ENABLE_DISCOVERY_DAEMON="false" (configmap) 2022-01-04T07:35:35.595 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.644157 I | operator: looking for secret "rook-ceph-admission-controller" 2022-01-04T07:35:35.596 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.645648 I | operator: secret "rook-ceph-admission-controller" not found. proceeding without the admission controller 2022-01-04T07:35:35.596 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.648548 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-01-04T07:35:35.596 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.648566 I | operator: watching all namespaces for ceph cluster CRs 2022-01-04T07:35:35.596 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.649496 I | operator: setting up the controller-runtime manager 2022-01-04T07:35:35.597 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.651507 I | ceph-cluster-controller: ConfigMap "rook-ceph-operator-config" changes detected. Updating configurations 2022-01-04T07:35:35.597 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.654187 I | op-k8sutil: ROOK_LOG_LEVEL="INFO" (configmap) 2022-01-04T07:35:35.597 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.956557 I | ceph-cluster-controller: successfully started 2022-01-04T07:35:35.597 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.956661 I | ceph-cluster-controller: enabling hotplug orchestration 2022-01-04T07:35:35.597 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.956708 I | ceph-crashcollector-controller: successfully started 2022-01-04T07:35:35.598 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.956802 I | ceph-block-pool-controller: successfully started 2022-01-04T07:35:35.598 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.956902 I | ceph-object-store-user-controller: successfully started 2022-01-04T07:35:35.598 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.957007 I | ceph-object-realm-controller: successfully started 2022-01-04T07:35:35.598 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.957078 I | ceph-object-zonegroup-controller: successfully started 2022-01-04T07:35:35.599 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.957157 I | ceph-object-zone-controller: successfully started 2022-01-04T07:35:35.599 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.957344 I | ceph-object-controller: successfully started 2022-01-04T07:35:35.599 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.957454 I | ceph-file-controller: successfully started 2022-01-04T07:35:35.599 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.957567 I | ceph-nfs-controller: successfully started 2022-01-04T07:35:35.599 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.957694 I | ceph-rbd-mirror-controller: successfully started 2022-01-04T07:35:35.600 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.957785 I | ceph-client-controller: successfully started 2022-01-04T07:35:35.600 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.957885 I | ceph-filesystem-mirror-controller: successfully started 2022-01-04T07:35:35.600 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:30.959277 I | operator: starting the controller-runtime manager 2022-01-04T07:35:36.444 INFO:teuthology.orchestra.run.smithi110.stdout:configmap/rook-config-override created 2022-01-04T07:35:36.448 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:0797768822e99ad148f56a2962d5638b541f0200 dataDirHostPath: /var/lib/rook mgr: count: 1 modules: - enabled: true name: rook mon: allowMultiplePerNode: true count: 1 skipUpgradeChecks: true 2022-01-04T07:35:36.449 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:35:36.449 DEBUG:teuthology.orchestra.run.smithi110:> dd of=cluster.yaml 2022-01-04T07:35:36.456 DEBUG:teuthology.orchestra.run.smithi110:> kubectl create -f cluster.yaml 2022-01-04T07:35:38.812 INFO:teuthology.orchestra.run.smithi110.stdout:cephcluster.ceph.rook.io/rook-ceph created 2022-01-04T07:35:38.818 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:38.821768 I | clusterdisruption-controller: create event from ceph cluster CR 2022-01-04T07:35:38.823 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:38.822259 I | ceph-spec: adding finalizer "cephcluster.ceph.rook.io" on "rook-ceph" 2022-01-04T07:35:38.830 DEBUG:teuthology.orchestra.remote:smithi110:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-01-04T07:35:38.839 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:38.845061 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-01-04T07:35:38.843 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:38.846511 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-01-04T07:35:38.844 INFO:tasks.rook.operator.smithi110.stdout:   ... // 3 identical fields 2022-01-04T07:35:38.845 DEBUG:teuthology.orchestra.run.smithi110:> kubectl create -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-01-04T07:35:38.847 INFO:tasks.rook.operator.smithi110.stdout:   Labels: nil, 2022-01-04T07:35:38.847 INFO:tasks.rook.operator.smithi110.stdout:   Placement: nil, 2022-01-04T07:35:38.847 INFO:tasks.rook.operator.smithi110.stdout:   Network: v1.NetworkSpec{ 2022-01-04T07:35:38.847 INFO:tasks.rook.operator.smithi110.stdout:   Provider: "", 2022-01-04T07:35:38.848 INFO:tasks.rook.operator.smithi110.stdout:   Selectors: nil, 2022-01-04T07:35:38.848 INFO:tasks.rook.operator.smithi110.stdout:   HostNetwork: false, 2022-01-04T07:35:38.848 INFO:tasks.rook.operator.smithi110.stdout:-  IPFamily: "", 2022-01-04T07:35:38.848 INFO:tasks.rook.operator.smithi110.stdout:+  IPFamily: "IPv4", 2022-01-04T07:35:38.849 INFO:tasks.rook.operator.smithi110.stdout:   DualStack: false, 2022-01-04T07:35:38.849 INFO:tasks.rook.operator.smithi110.stdout:   }, 2022-01-04T07:35:38.849 INFO:tasks.rook.operator.smithi110.stdout:   Resources: nil, 2022-01-04T07:35:38.849 INFO:tasks.rook.operator.smithi110.stdout:   PriorityClassNames: nil, 2022-01-04T07:35:38.850 INFO:tasks.rook.operator.smithi110.stdout:   ... // 16 identical fields 2022-01-04T07:35:38.850 INFO:tasks.rook.operator.smithi110.stdout:  } 2022-01-04T07:35:38.865 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:38.872044 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-01-04T07:35:38.881 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:38.887987 I | ceph-csi: successfully created csi config map "rook-ceph-csi-config" 2022-01-04T07:35:38.906 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:38.912766 I | ceph-cluster-controller: clusterInfo not yet found, must be a new cluster 2022-01-04T07:35:38.907 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:38.913001 I | op-k8sutil: ROOK_CSI_ENABLE_RBD="true" (configmap) 2022-01-04T07:35:38.912 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:38.917246 I | op-k8sutil: ROOK_CSI_ENABLE_CEPHFS="true" (configmap) 2022-01-04T07:35:38.917 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:38.919898 I | op-k8sutil: ROOK_CSI_ALLOW_UNSUPPORTED_VERSION="false" (configmap) 2022-01-04T07:35:38.918 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:38.922122 I | op-k8sutil: ROOK_CSI_ENABLE_GRPC_METRICS="false" (configmap) 2022-01-04T07:35:38.921 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:38.925905 I | op-k8sutil: CSI_ENABLE_HOST_NETWORK="true" (default) 2022-01-04T07:35:38.926 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:38.929380 I | op-k8sutil: ROOK_CSI_CEPH_IMAGE="quay.io/cephcsi/cephcsi:v3.4.0" (default) 2022-01-04T07:35:38.926 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:38.930351 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200... 2022-01-04T07:35:39.073 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:39.079955 I | op-k8sutil: ROOK_CSI_REGISTRAR_IMAGE="k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0" (default) 2022-01-04T07:35:39.084 INFO:teuthology.orchestra.run.smithi110.stdout:deployment.apps/rook-ceph-tools created 2022-01-04T07:35:39.087 INFO:tasks.rook:Waiting for tools container to start 2022-01-04T07:35:39.088 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:35:39.225 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:35:39.226 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 Pending 0 0s 2022-01-04T07:35:39.468 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:39.474749 I | op-k8sutil: ROOK_CSI_PROVISIONER_IMAGE="k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2" (default) 2022-01-04T07:35:39.843 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:39.850035 I | op-k8sutil: ROOK_CSI_ATTACHER_IMAGE="k8s.gcr.io/sig-storage/csi-attacher:v3.2.1" (default) 2022-01-04T07:35:40.229 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:40.236180 I | op-k8sutil: ROOK_CSI_SNAPSHOTTER_IMAGE="k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1" (default) 2022-01-04T07:35:40.242 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:40.248482 I | op-k8sutil: ROOK_CSI_KUBELET_DIR_PATH="/var/lib/kubelet" (default) 2022-01-04T07:35:40.442 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:40.449284 I | op-k8sutil: CSI_VOLUME_REPLICATION_IMAGE="quay.io/csiaddons/volumereplication-operator:v0.1.0" (default) 2022-01-04T07:35:40.643 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:40.649400 I | op-k8sutil: ROOK_CSI_CEPHFS_POD_LABELS="" (default) 2022-01-04T07:35:40.842 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:40.848871 I | op-k8sutil: ROOK_CSI_RBD_POD_LABELS="" (default) 2022-01-04T07:35:40.843 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:40.848909 I | ceph-csi: detecting the ceph csi image version for image "quay.io/cephcsi/cephcsi:v3.4.0" 2022-01-04T07:35:41.042 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:35:41.048392 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-01-04T07:35:44.231 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:35:44.289 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:35:44.289 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 ContainerCreating 0 5s 2022-01-04T07:35:49.291 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:35:49.362 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:35:49.362 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 ContainerCreating 0 10s 2022-01-04T07:35:54.365 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:35:54.432 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:35:54.432 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 ContainerCreating 0 15s 2022-01-04T07:35:59.434 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:35:59.502 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:35:59.503 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 ContainerCreating 0 20s 2022-01-04T07:36:04.505 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:36:04.842 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:36:04.842 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 ContainerCreating 0 25s 2022-01-04T07:36:09.845 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:36:10.212 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:36:10.213 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 ContainerCreating 0 31s 2022-01-04T07:36:15.216 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:36:15.266 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:36:15.267 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 ContainerCreating 0 36s 2022-01-04T07:36:18.256 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.262080 I | ceph-csi: Detected ceph CSI image version: "v3.4.0" 2022-01-04T07:36:18.350 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.356381 I | op-k8sutil: CSI_FORCE_CEPHFS_KERNEL_CLIENT="true" (configmap) 2022-01-04T07:36:18.468 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.474040 I | ceph-cluster-controller: detected ceph image version: "17.0.0-9843 quincy" 2022-01-04T07:36:18.468 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.474065 I | ceph-cluster-controller: validating ceph version from provided image 2022-01-04T07:36:18.469 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.474074 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-9843 quincy", pursuing 2022-01-04T07:36:18.469 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.474294 I | op-k8sutil: CSI_CEPHFS_GRPC_METRICS_PORT="9091" (default) 2022-01-04T07:36:18.519 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.524493 I | op-k8sutil: CSI_CEPHFS_LIVENESS_METRICS_PORT="9081" (default) 2022-01-04T07:36:18.519 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.524825 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-9843 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200" 2022-01-04T07:36:18.589 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.595369 I | op-k8sutil: CSI_RBD_GRPC_METRICS_PORT="9090" (default) 2022-01-04T07:36:18.680 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.685969 I | op-k8sutil: CSI_RBD_LIVENESS_METRICS_PORT="9080" (default) 2022-01-04T07:36:18.743 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.749237 I | op-k8sutil: CSI_PLUGIN_PRIORITY_CLASSNAME="" (default) 2022-01-04T07:36:18.747 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.750296 E | ceph-spec: failed to update cluster condition to {Type:Progressing Status:True Reason:ClusterProgressing Message:Configuring the Ceph cluster LastHeartbeatTime:2022-01-04 07:36:18.628247788 +0000 UTC m=+48.247741055 LastTransitionTime:2022-01-04 07:36:18.628247641 +0000 UTC m=+48.247740921}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T07:36:18.747 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.752312 I | op-k8sutil: CSI_PROVISIONER_PRIORITY_CLASSNAME="" (default) 2022-01-04T07:36:18.760 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.758743 I | op-k8sutil: CSI_ENABLE_OMAP_GENERATOR="false" (default) 2022-01-04T07:36:18.779 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.785486 I | op-k8sutil: CSI_ENABLE_RBD_SNAPSHOTTER="true" (configmap) 2022-01-04T07:36:18.786 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.792448 I | op-mon: start running mons 2022-01-04T07:36:18.892 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:18.898854 I | op-k8sutil: CSI_ENABLE_CEPHFS_SNAPSHOTTER="true" (configmap) 2022-01-04T07:36:19.107 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:19.113579 I | op-mon: creating mon secrets for a new cluster 2022-01-04T07:36:19.262 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:19.268898 I | op-k8sutil: CSI_ENABLE_VOLUME_REPLICATION="false" (configmap) 2022-01-04T07:36:19.661 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:19.667365 I | op-k8sutil: CSI_CEPHFS_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-01-04T07:36:20.061 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:20.066953 I | op-k8sutil: CSI_RBD_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-01-04T07:36:20.061 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:20.066986 I | ceph-csi: Kubernetes version is 1.23 2022-01-04T07:36:20.261 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:20.267516 I | op-mon: existing maxMonID not found or failed to load. configmaps "rook-ceph-mon-endpoints" not found 2022-01-04T07:36:20.269 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:36:20.362 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:36:20.363 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 ContainerCreating 0 41s 2022-01-04T07:36:20.476 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:20.482232 I | op-k8sutil: ROOK_CSI_RESIZER_IMAGE="k8s.gcr.io/sig-storage/csi-resizer:v1.2.0" (default) 2022-01-04T07:36:20.661 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:20.667510 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":[]}] data: mapping:{"node":{}} maxMonId:-1] 2022-01-04T07:36:20.861 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:20.867291 I | op-k8sutil: CSI_LOG_LEVEL="" (default) 2022-01-04T07:36:21.660 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:21.666652 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-01-04T07:36:22.060 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:22.066685 I | op-k8sutil: CSI_PROVISIONER_NODE_AFFINITY="" (default) 2022-01-04T07:36:22.261 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:22.267243 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:36:22.261 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:22.267472 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:36:22.460 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:22.465883 I | op-k8sutil: CSI_PLUGIN_TOLERATIONS="" (default) 2022-01-04T07:36:22.861 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:22.867313 I | op-k8sutil: CSI_PLUGIN_NODE_AFFINITY="" (default) 2022-01-04T07:36:23.262 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:23.268468 I | op-k8sutil: CSI_RBD_PLUGIN_TOLERATIONS="" (default) 2022-01-04T07:36:23.661 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:23.666959 I | op-k8sutil: CSI_RBD_PLUGIN_NODE_AFFINITY="" (default) 2022-01-04T07:36:24.061 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:24.067433 I | op-k8sutil: CSI_RBD_PLUGIN_RESOURCE="" (default) 2022-01-04T07:36:24.460 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:24.466309 I | op-k8sutil: CSI_RBD_PROVISIONER_TOLERATIONS="" (default) 2022-01-04T07:36:24.660 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:24.666210 I | op-mon: targeting the mon count 1 2022-01-04T07:36:24.917 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:24.923437 I | op-k8sutil: CSI_RBD_PROVISIONER_NODE_AFFINITY="" (default) 2022-01-04T07:36:24.929 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:24.935097 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-01-04T07:36:24.929 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:24.935220 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-01-04T07:36:25.131 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:25.137463 I | op-k8sutil: CSI_RBD_PROVISIONER_RESOURCE="" (default) 2022-01-04T07:36:25.147 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:25.153069 I | ceph-csi: successfully started CSI Ceph RBD driver 2022-01-04T07:36:25.365 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:36:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:36:25.603 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 ContainerCreating 0 46s 2022-01-04T07:36:25.815 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:25.821402 I | op-mon: parsing mon endpoints: 2022-01-04T07:36:25.816 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:25.821543 W | op-mon: ignoring invalid monitor 2022-01-04T07:36:25.879 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:25.885157 I | op-k8sutil: CSI_CEPHFS_PLUGIN_TOLERATIONS="" (default) 2022-01-04T07:36:25.883 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:25.886073 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200... 2022-01-04T07:36:26.059 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:26.065448 I | op-k8sutil: CSI_CEPHFS_PLUGIN_NODE_AFFINITY="" (default) 2022-01-04T07:36:26.877 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:26.882214 I | op-k8sutil: CSI_CEPHFS_PLUGIN_RESOURCE="" (default) 2022-01-04T07:36:26.966 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:26.971868 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_TOLERATIONS="" (default) 2022-01-04T07:36:27.466 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:27.469834 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_NODE_AFFINITY="" (default) 2022-01-04T07:36:27.653 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:27.659161 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_RESOURCE="" (default) 2022-01-04T07:36:27.667 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:27.672744 I | ceph-csi: successfully started CSI CephFS driver 2022-01-04T07:36:28.261 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:28.267604 I | op-k8sutil: CSI_RBD_FSGROUPPOLICY="ReadWriteOnceWithFSType" (configmap) 2022-01-04T07:36:28.881 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:28.886998 I | ceph-csi: CSIDriver object created for driver "rook-ceph.rbd.csi.ceph.com" 2022-01-04T07:36:29.057 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:29.063235 I | op-k8sutil: CSI_CEPHFS_FSGROUPPOLICY="None" (configmap) 2022-01-04T07:36:29.360 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:29.366143 I | ceph-csi: CSIDriver object created for driver "rook-ceph.cephfs.csi.ceph.com" 2022-01-04T07:36:30.607 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:36:30.740 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:36:30.741 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 ContainerCreating 0 51s 2022-01-04T07:36:35.743 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:36:35.799 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:36:35.799 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 ContainerCreating 0 56s 2022-01-04T07:36:38.910 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:38.915312 I | ceph-cluster-controller: detected ceph image version: "17.0.0-9843 quincy" 2022-01-04T07:36:38.911 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:38.915341 I | ceph-cluster-controller: validating ceph version from provided image 2022-01-04T07:36:38.911 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:38.915353 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-9843 quincy", pursuing 2022-01-04T07:36:39.241 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:39.230335 I | op-mon: parsing mon endpoints: 2022-01-04T07:36:39.242 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:39.230356 W | op-mon: ignoring invalid monitor 2022-01-04T07:36:39.409 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:39.413668 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:36:39.491 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:39.495843 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:36:39.604 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:39.608845 E | ceph-cluster-controller: failed to get ceph daemons versions, this typically happens during the first cluster initialization. failed to run 'ceph versions'. . unable to get monitor info from DNS SRV with service name: ceph-mon 2022-01-04T07:36:39.605 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:36:39.604+0000 7fbbd27be700 -1 failed for service _ceph-mon._tcp 2022-01-04T07:36:39.605 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:36:39.604+0000 7fbbd27be700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-01-04T07:36:39.605 INFO:tasks.rook.operator.smithi110.stdout:[errno 2] RADOS object not found (error connecting to the cluster): exit status 1 2022-01-04T07:36:39.606 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:39.608870 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-9843 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200" 2022-01-04T07:36:39.836 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:39.841004 I | op-mon: start running mons 2022-01-04T07:36:39.972 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:39.975406 I | op-mon: parsing mon endpoints: 2022-01-04T07:36:40.010 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:39.975435 W | op-mon: ignoring invalid monitor 2022-01-04T07:36:40.013 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:40.002644 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":[]}] data: mapping:{"node":{}} maxMonId:-1] 2022-01-04T07:36:40.014 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:40.009628 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:36:40.016 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:40.009794 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:36:40.794 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:40.799044 I | op-mon: targeting the mon count 1 2022-01-04T07:36:40.800 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:40.805223 I | op-mon: sched-mon: created canary deployment rook-ceph-mon-a-canary 2022-01-04T07:36:40.802 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:36:40.874 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:36:40.875 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 ContainerCreating 0 61s 2022-01-04T07:36:41.706 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:41.708986 I | op-mon: sched-mon: canary monitor deployment rook-ceph-mon-a-canary scheduled to smithi110 2022-01-04T07:36:41.706 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:41.709008 I | op-mon: assignmon: mon a assigned to node smithi110 2022-01-04T07:36:42.359 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:42.363784 I | op-mon: cleaning up canary monitor deployment "rook-ceph-mon-a-canary" 2022-01-04T07:36:42.824 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:42.756442 I | op-mon: creating mon a 2022-01-04T07:36:42.998 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:42.990410 I | op-mon: mon "a" endpoint is [v2:10.105.48.177:3300,v1:10.105.48.177:6789] 2022-01-04T07:36:43.763 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:43.767095 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-01-04T07:36:43.765 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:43.767518 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-01-04T07:36:43.765 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:43.767897 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.105.48.177:6789"]}] data:a=10.105.48.177:6789 mapping:{"node":{"a":{"Name":"smithi110","Hostname":"smithi110","Address":"172.21.15.110"}}} maxMonId:-1] 2022-01-04T07:36:44.385 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:44.388538 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:36:44.418 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:44.388920 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:36:45.047 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:45.051215 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 2022-01-04T07:36:45.324 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:45.328161 I | op-mon: updating maxMonID from -1 to 0 after committing mon "a" 2022-01-04T07:36:45.877 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:36:46.277 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:36:46.278 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 ContainerCreating 0 67s 2022-01-04T07:36:46.287 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:46.288910 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.105.48.177:6789"]}] data:a=10.105.48.177:6789 mapping:{"node":{"a":{"Name":"smithi110","Hostname":"smithi110","Address":"172.21.15.110"}}} maxMonId:0] 2022-01-04T07:36:46.287 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:46.288935 I | op-mon: waiting for mon quorum with [a] 2022-01-04T07:36:46.354 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:46.338732 I | op-mon: mon a is not yet running 2022-01-04T07:36:46.355 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:36:46.338768 I | op-mon: mons running: [] 2022-01-04T07:36:51.282 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:36:51.340 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:36:51.340 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 0/1 ContainerCreating 0 72s 2022-01-04T07:36:56.343 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-01-04T07:36:56.423 INFO:teuthology.orchestra.run.smithi110.stdout:NAME READY STATUS RESTARTS AGE 2022-01-04T07:36:56.424 INFO:teuthology.orchestra.run.smithi110.stdout:rook-ceph-tools-7677f7f4b9-45m7n 1/1 Running 0 77s 2022-01-04T07:36:56.425 INFO:tasks.rook:Waiting for mgr/rook orchestrator to be available 2022-01-04T07:36:56.425 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch status -f json 2022-01-04T07:36:57.448 INFO:teuthology.orchestra.run.smithi110.stderr:unable to get monitor info from DNS SRV with service name: ceph-mon 2022-01-04T07:36:57.448 INFO:teuthology.orchestra.run.smithi110.stderr:2022-01-04T07:36:57.446+0000 7f3f7359e700 -1 failed for service _ceph-mon._tcp 2022-01-04T07:36:57.448 INFO:teuthology.orchestra.run.smithi110.stderr:2022-01-04T07:36:57.446+0000 7f3f7359e700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-01-04T07:36:57.449 INFO:teuthology.orchestra.run.smithi110.stderr:[errno 2] RADOS object not found (error connecting to the cluster) 2022-01-04T07:36:57.450 INFO:teuthology.orchestra.run.smithi110.stderr:command terminated with exit code 1 2022-01-04T07:36:57.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-01-04T07:37:06.485 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:06.487263 I | op-mon: mon a is not yet running 2022-01-04T07:37:06.485 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:06.487296 I | op-mon: mons running: [] 2022-01-04T07:37:07.455 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch status -f json 2022-01-04T07:37:08.843 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:37:08.843 INFO:teuthology.orchestra.run.smithi110.stderr:no valid command found; 10 closest matches: 2022-01-04T07:37:08.844 INFO:teuthology.orchestra.run.smithi110.stderr:pg stat 2022-01-04T07:37:08.844 INFO:teuthology.orchestra.run.smithi110.stderr:pg getmap 2022-01-04T07:37:08.844 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-01-04T07:37:08.844 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-01-04T07:37:08.845 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump_pools_json 2022-01-04T07:37:08.845 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls-by-pool [...] 2022-01-04T07:37:08.845 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls-by-primary [] [...] 2022-01-04T07:37:08.845 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls-by-osd [] [...] 2022-01-04T07:37:08.846 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls [] [...] 2022-01-04T07:37:08.846 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-01-04T07:37:08.846 INFO:teuthology.orchestra.run.smithi110.stderr:Error EINVAL: invalid command 2022-01-04T07:37:08.847 INFO:teuthology.orchestra.run.smithi110.stderr:command terminated with exit code 22 2022-01-04T07:37:08.850 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-01-04T07:37:08.923 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:08.925433 I | op-mon: Monitors in quorum: [a] 2022-01-04T07:37:08.924 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:08.925464 I | op-mon: mons created: 1 2022-01-04T07:37:09.142 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:09.144426 I | op-mon: waiting for mon quorum with [a] 2022-01-04T07:37:09.149 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:09.151687 I | op-mon: mons running: [a] 2022-01-04T07:37:09.367 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:09.367129 I | op-mon: Monitors in quorum: [a] 2022-01-04T07:37:09.367 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:09.367153 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-01-04T07:37:09.769 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:09.771248 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-01-04T07:37:09.769 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:09.771283 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-01-04T07:37:10.045 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:10.046928 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-01-04T07:37:10.045 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:10.046964 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-01-04T07:37:10.322 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:10.323598 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-01-04T07:37:10.322 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:10.323639 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-01-04T07:37:10.589 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:10.590814 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-01-04T07:37:10.589 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:10.590849 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-01-04T07:37:10.955 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:10.956974 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-01-04T07:37:10.996 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:10.957011 I | op-config: deleting "log file" option from the mon configuration database 2022-01-04T07:37:11.187 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:11.188095 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-01-04T07:37:11.187 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:11.188127 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-01-04T07:37:11.461 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:11.463241 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-01-04T07:37:11.756 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:11.758240 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-01-04T07:37:12.132 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:12.134721 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-01-04T07:37:12.490 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:12.491953 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-01-04T07:37:12.490 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:12.491982 I | cephclient: getting or creating ceph auth key "client.crash" 2022-01-04T07:37:12.825 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:12.826695 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-01-04T07:37:13.073 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:13.075160 I | cephclient: successfully enabled msgr2 protocol 2022-01-04T07:37:13.073 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:13.075202 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-01-04T07:37:13.074 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:13.075213 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-01-04T07:37:13.383 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:13.384938 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-01-04T07:37:13.396 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:13.398315 I | op-mgr: start running mgr 2022-01-04T07:37:13.396 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:13.398345 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-01-04T07:37:13.979 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:13.977615 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi110": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T07:37:14.057 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:14.059092 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi110": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T07:37:18.852 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch status -f json 2022-01-04T07:37:19.296 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:37:19.297 INFO:teuthology.orchestra.run.smithi110.stderr:no valid command found; 10 closest matches: 2022-01-04T07:37:19.297 INFO:teuthology.orchestra.run.smithi110.stderr:pg stat 2022-01-04T07:37:19.297 INFO:teuthology.orchestra.run.smithi110.stderr:pg getmap 2022-01-04T07:37:19.297 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-01-04T07:37:19.298 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-01-04T07:37:19.298 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump_pools_json 2022-01-04T07:37:19.298 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls-by-pool [...] 2022-01-04T07:37:19.298 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls-by-primary [] [...] 2022-01-04T07:37:19.299 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls-by-osd [] [...] 2022-01-04T07:37:19.299 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls [] [...] 2022-01-04T07:37:19.299 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-01-04T07:37:19.299 INFO:teuthology.orchestra.run.smithi110.stderr:Error EINVAL: invalid command 2022-01-04T07:37:19.300 INFO:teuthology.orchestra.run.smithi110.stderr:command terminated with exit code 22 2022-01-04T07:37:19.303 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-01-04T07:37:23.277 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.278119 I | op-k8sutil: finished waiting for updated deployment "rook-ceph-mgr-a" 2022-01-04T07:37:23.281 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.281866 I | op-mgr: setting services to point to mgr "a" 2022-01-04T07:37:23.334 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.334850 I | op-osd: start running osds in namespace "rook-ceph" 2022-01-04T07:37:23.334 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.334875 W | op-osd: useAllNodes is set to false and no nodes, storageClassDevicesets or volumeSources are specified, no OSD pods are going to be created 2022-01-04T07:37:23.334 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.334884 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-01-04T07:37:23.359 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.360714 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-01-04T07:37:23.372 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.373270 I | op-osd: no storageClassDeviceSets defined to configure OSDs on PVCs 2022-01-04T07:37:23.372 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.373300 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-01-04T07:37:23.373 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.373305 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-01-04T07:37:23.800 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.801614 W | cephclient: failed to enable mgr module "rook". trying again... 2022-01-04T07:37:23.802 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.803721 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-01-04T07:37:23.803 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.803739 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-01-04T07:37:23.810 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.812363 I | ceph-cluster-controller: enabling ceph mon monitoring goroutine for cluster "rook-ceph" 2022-01-04T07:37:23.811 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.812392 I | ceph-cluster-controller: enabling ceph osd monitoring goroutine for cluster "rook-ceph" 2022-01-04T07:37:23.811 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.812411 I | ceph-cluster-controller: enabling ceph status monitoring goroutine for cluster "rook-ceph" 2022-01-04T07:37:23.816 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.816822 I | op-mgr: successful modules: dashboard 2022-01-04T07:37:23.843 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.844838 I | op-k8sutil: ROOK_OBC_WATCH_OPERATOR_NAMESPACE="true" (configmap) 2022-01-04T07:37:23.843 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.844860 I | op-bucket-prov: ceph bucket provisioner launched watching for provisioner "rook-ceph.ceph.rook.io/bucket" 2022-01-04T07:37:23.846 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.845896 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Normal:ReconcileSucceeded:successfully configured CephCluster "rook-ceph/rook-ceph" 2022-01-04T07:37:23.846 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.846072 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-01-04T07:37:23.846 INFO:tasks.rook.operator.smithi110.stdout:I0104 07:37:23.846088 7 manager.go:118] objectbucket.io/provisioner-manager "msg"="starting provisioner" "name"="rook-ceph.ceph.rook.io/bucket" 2022-01-04T07:37:23.871 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.873213 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:37:23.962 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:23.964131 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200... 2022-01-04T07:37:24.153 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:24.154583 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-01-04T07:37:24.991 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:24.992919 I | op-mgr: successful modules: prometheus 2022-01-04T07:37:29.305 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch status -f json 2022-01-04T07:37:29.449 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:29.451242 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-01-04T07:37:30.093 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:30.094608 I | op-mgr: successful modules: mgr module(s) from the spec 2022-01-04T07:37:30.102 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:37:30.103 INFO:teuthology.orchestra.run.smithi110.stderr:no valid command found; 10 closest matches: 2022-01-04T07:37:30.103 INFO:teuthology.orchestra.run.smithi110.stderr:pg stat 2022-01-04T07:37:30.103 INFO:teuthology.orchestra.run.smithi110.stderr:pg getmap 2022-01-04T07:37:30.104 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-01-04T07:37:30.104 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-01-04T07:37:30.104 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump_pools_json 2022-01-04T07:37:30.104 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls-by-pool [...] 2022-01-04T07:37:30.105 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls-by-primary [] [...] 2022-01-04T07:37:30.105 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls-by-osd [] [...] 2022-01-04T07:37:30.105 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls [] [...] 2022-01-04T07:37:30.105 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-01-04T07:37:30.105 INFO:teuthology.orchestra.run.smithi110.stderr:Error EINVAL: invalid command 2022-01-04T07:37:30.111 INFO:teuthology.orchestra.run.smithi110.stderr:command terminated with exit code 22 2022-01-04T07:37:30.113 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-01-04T07:37:30.338 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:30.339320 I | ceph-cluster-controller: detected ceph image version: "17.0.0-9843 quincy" 2022-01-04T07:37:30.338 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:30.339339 I | ceph-cluster-controller: validating ceph version from provided image 2022-01-04T07:37:30.338 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:30.339347 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-9843 quincy", pursuing 2022-01-04T07:37:30.582 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:30.583906 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:37:30.940 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:30.941961 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:37:30.945 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:30.942162 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:37:31.152 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:31.153400 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-9843 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200" 2022-01-04T07:37:31.232 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:31.233782 I | op-mon: start running mons 2022-01-04T07:37:31.310 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:31.311239 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:37:31.461 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:31.461839 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.105.48.177:6789"]}] data:a=10.105.48.177:6789 mapping:{"node":{"a":{"Name":"smithi110","Hostname":"smithi110","Address":"172.21.15.110"}}} maxMonId:0] 2022-01-04T07:37:31.489 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:31.489936 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:37:31.491 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:31.490118 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:37:31.786 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:31.787338 I | cephclient: command failed for set rook backend. trying again... 2022-01-04T07:37:32.310 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:32.311376 I | op-mon: targeting the mon count 1 2022-01-04T07:37:32.313 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:32.314802 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-01-04T07:37:32.534 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:32.534921 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-01-04T07:37:32.535 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:32.534941 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-01-04T07:37:32.759 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:32.760532 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-01-04T07:37:32.760 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:32.760573 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-01-04T07:37:33.026 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:33.027146 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-01-04T07:37:33.026 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:33.027179 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-01-04T07:37:33.247 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:33.248265 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-01-04T07:37:33.247 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:33.248293 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-01-04T07:37:33.483 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:33.484535 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-01-04T07:37:33.483 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:33.484560 I | op-config: deleting "log file" option from the mon configuration database 2022-01-04T07:37:33.708 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:33.709238 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-01-04T07:37:33.708 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:33.709257 I | op-mon: checking for basic quorum with existing mons 2022-01-04T07:37:33.895 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:33.896678 I | op-mon: mon "a" endpoint is [v2:10.105.48.177:3300,v1:10.105.48.177:6789] 2022-01-04T07:37:33.922 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:33.923976 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.105.48.177:6789"]}] data:a=10.105.48.177:6789 mapping:{"node":{"a":{"Name":"smithi110","Hostname":"smithi110","Address":"172.21.15.110"}}} maxMonId:0] 2022-01-04T07:37:34.309 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:34.310747 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:37:34.312 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:34.311044 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:37:34.719 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:34.720972 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-01-04T07:37:34.726 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:34.727800 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-01-04T07:37:34.726 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:34.727819 I | op-mon: waiting for mon quorum with [a] 2022-01-04T07:37:34.748 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:34.749509 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-01-04T07:37:34.912 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:34.913707 I | op-mon: mons running: [a] 2022-01-04T07:37:35.117 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:35.118455 I | op-mon: Monitors in quorum: [a] 2022-01-04T07:37:35.118 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:35.118484 I | op-mon: mons created: 1 2022-01-04T07:37:35.366 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:35.366921 I | op-mon: waiting for mon quorum with [a] 2022-01-04T07:37:35.373 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:35.374570 I | op-mon: mons running: [a] 2022-01-04T07:37:35.580 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:35.581877 I | op-mon: Monitors in quorum: [a] 2022-01-04T07:37:35.581 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:35.581914 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-01-04T07:37:35.865 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:35.865903 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-01-04T07:37:36.086 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:36.087213 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-01-04T07:37:36.308 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:36.309988 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-01-04T07:37:36.709 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:36.710222 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-01-04T07:37:36.709 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:36.710242 I | cephclient: getting or creating ceph auth key "client.crash" 2022-01-04T07:37:37.071 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:37.072856 I | cephclient: command failed for set rook backend. trying again... 2022-01-04T07:37:37.109 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:37.110528 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-01-04T07:37:37.355 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:37.356587 I | cephclient: successfully enabled msgr2 protocol 2022-01-04T07:37:37.356 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:37.356619 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-01-04T07:37:37.356 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:37.356625 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-01-04T07:37:37.578 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:37.579093 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-01-04T07:37:37.607 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:37.607988 I | op-mgr: start running mgr 2022-01-04T07:37:37.608 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:37.608036 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-01-04T07:37:38.134 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:38.135889 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-01-04T07:37:38.185 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:38.186976 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-01-04T07:37:38.189 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:38.189692 I | op-mgr: setting services to point to mgr "a" 2022-01-04T07:37:38.924 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:38.925256 I | op-osd: start running osds in namespace "rook-ceph" 2022-01-04T07:37:38.925 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:38.925461 W | op-osd: useAllNodes is set to false and no nodes, storageClassDevicesets or volumeSources are specified, no OSD pods are going to be created 2022-01-04T07:37:38.925 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:38.925520 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-01-04T07:37:38.945 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:38.946639 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-01-04T07:37:39.108 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:39.109169 I | op-osd: no storageClassDeviceSets defined to configure OSDs on PVCs 2022-01-04T07:37:39.108 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:39.109200 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-01-04T07:37:39.108 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:39.109206 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-01-04T07:37:39.664 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:39.664730 I | op-mgr: successful modules: mgr module(s) from the spec 2022-01-04T07:37:39.667 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:39.668504 I | op-mgr: successful modules: prometheus 2022-01-04T07:37:39.672 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:39.673878 I | op-mgr: successful modules: dashboard 2022-01-04T07:37:39.758 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:39.759033 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-01-04T07:37:39.758 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:39.759064 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-01-04T07:37:39.957 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:39.958937 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-01-04T07:37:40.039 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:40.040840 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-01-04T07:37:40.115 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch status -f json 2022-01-04T07:37:40.570 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:37:40.570 INFO:teuthology.orchestra.run.smithi110.stderr:no valid command found; 10 closest matches: 2022-01-04T07:37:40.571 INFO:teuthology.orchestra.run.smithi110.stderr:pg stat 2022-01-04T07:37:40.571 INFO:teuthology.orchestra.run.smithi110.stderr:pg getmap 2022-01-04T07:37:40.571 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-01-04T07:37:40.571 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-01-04T07:37:40.572 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump_pools_json 2022-01-04T07:37:40.572 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls-by-pool [...] 2022-01-04T07:37:40.572 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls-by-primary [] [...] 2022-01-04T07:37:40.572 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls-by-osd [] [...] 2022-01-04T07:37:40.573 INFO:teuthology.orchestra.run.smithi110.stderr:pg ls [] [...] 2022-01-04T07:37:40.573 INFO:teuthology.orchestra.run.smithi110.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-01-04T07:37:40.573 INFO:teuthology.orchestra.run.smithi110.stderr:Error EINVAL: invalid command 2022-01-04T07:37:40.574 INFO:teuthology.orchestra.run.smithi110.stderr:command terminated with exit code 22 2022-01-04T07:37:40.578 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-01-04T07:37:40.970 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:40.972151 I | cephclient: command failed for set rook backend. trying again... 2022-01-04T07:37:42.353 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:42.354535 I | cephclient: command failed for set rook backend. trying again... 2022-01-04T07:37:45.423 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:45.424935 I | op-mgr: successful modules: balancer 2022-01-04T07:37:45.426 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:45.428457 I | op-mgr: successful modules: balancer 2022-01-04T07:37:46.377 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:46.378450 I | cephclient: action set rook backend succeeded on attempt 1 2022-01-04T07:37:46.378 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:46.378478 I | op-mgr: successful modules: orchestrator modules 2022-01-04T07:37:47.714 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:47.715575 I | cephclient: action set rook backend succeeded on attempt 3 2022-01-04T07:37:47.715 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:47.715606 I | op-mgr: successful modules: orchestrator modules 2022-01-04T07:37:50.579 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch status -f json 2022-01-04T07:37:51.129 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:37:51.129 INFO:teuthology.orchestra.run.smithi110.stdout:{"available": true, "backend": "rook"} 2022-01-04T07:37:51.147 INFO:tasks.rook: mgr/rook orchestrator is active 2022-01-04T07:37:51.148 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph config set mgr mgr/rook/storage_class scratch 2022-01-04T07:37:51.766 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch apply osd --all-available-devices 2022-01-04T07:37:52.368 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:52.368702 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-01-04T07:37:52.368 INFO:tasks.rook.operator.smithi110.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", AllowUnsupported: true}, 2022-01-04T07:37:52.368 INFO:tasks.rook.operator.smithi110.stdout:   Storage: v1.StorageScopeSpec{ 2022-01-04T07:37:52.369 INFO:tasks.rook.operator.smithi110.stdout:   ... // 3 identical fields 2022-01-04T07:37:52.369 INFO:tasks.rook.operator.smithi110.stdout:   Config: nil, 2022-01-04T07:37:52.370 INFO:tasks.rook.operator.smithi110.stdout:   Selection: {}, 2022-01-04T07:37:52.371 INFO:tasks.rook.operator.smithi110.stdout:-  StorageClassDeviceSets: nil, 2022-01-04T07:37:52.371 INFO:tasks.rook.operator.smithi110.stdout:+  StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-01-04T07:37:52.371 INFO:tasks.rook.operator.smithi110.stdout:+  { 2022-01-04T07:37:52.371 INFO:tasks.rook.operator.smithi110.stdout:+  Name: "smithi110-lv-1", 2022-01-04T07:37:52.372 INFO:tasks.rook.operator.smithi110.stdout:+  Count: 1, 2022-01-04T07:37:52.372 INFO:tasks.rook.operator.smithi110.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-01-04T07:37:52.372 INFO:tasks.rook.operator.smithi110.stdout:+  }, 2022-01-04T07:37:52.372 INFO:tasks.rook.operator.smithi110.stdout:+  { 2022-01-04T07:37:52.373 INFO:tasks.rook.operator.smithi110.stdout:+  Name: "smithi110-lv-2", 2022-01-04T07:37:52.373 INFO:tasks.rook.operator.smithi110.stdout:+  Count: 1, 2022-01-04T07:37:52.373 INFO:tasks.rook.operator.smithi110.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-01-04T07:37:52.373 INFO:tasks.rook.operator.smithi110.stdout:+  }, 2022-01-04T07:37:52.373 INFO:tasks.rook.operator.smithi110.stdout:+  { 2022-01-04T07:37:52.374 INFO:tasks.rook.operator.smithi110.stdout:+  Name: "smithi110-lv-3", 2022-01-04T07:37:52.374 INFO:tasks.rook.operator.smithi110.stdout:+  Count: 1, 2022-01-04T07:37:52.375 INFO:tasks.rook.operator.smithi110.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-01-04T07:37:52.376 INFO:tasks.rook.operator.smithi110.stdout:+  }, 2022-01-04T07:37:52.376 INFO:tasks.rook.operator.smithi110.stdout:+  { 2022-01-04T07:37:52.376 INFO:tasks.rook.operator.smithi110.stdout:+  Name: "smithi110-lv-4", 2022-01-04T07:37:52.376 INFO:tasks.rook.operator.smithi110.stdout:+  Count: 1, 2022-01-04T07:37:52.377 INFO:tasks.rook.operator.smithi110.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-01-04T07:37:52.378 INFO:tasks.rook.operator.smithi110.stdout:+  }, 2022-01-04T07:37:52.378 INFO:tasks.rook.operator.smithi110.stdout:+  }, 2022-01-04T07:37:52.378 INFO:tasks.rook.operator.smithi110.stdout:   }, 2022-01-04T07:37:52.379 INFO:tasks.rook.operator.smithi110.stdout:   Annotations: nil, 2022-01-04T07:37:52.379 INFO:tasks.rook.operator.smithi110.stdout:   Labels: nil, 2022-01-04T07:37:52.379 INFO:tasks.rook.operator.smithi110.stdout:   ... // 20 identical fields 2022-01-04T07:37:52.379 INFO:tasks.rook.operator.smithi110.stdout:  } 2022-01-04T07:37:52.380 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:52.368794 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-01-04T07:37:52.380 INFO:teuthology.orchestra.run.smithi110.stdout:['Success'] 2022-01-04T07:37:52.396 INFO:tasks.rook:Waiting for 4 OSDs 2022-01-04T07:37:52.397 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd stat -f json 2022-01-04T07:37:52.407 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:52.408262 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:37:52.421 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:52.422133 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200... 2022-01-04T07:37:52.947 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:37:52.971 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-01-04T07:37:52.971 INFO:tasks.rook: have 0/4 OSDs 2022-01-04T07:37:58.155 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:58.156112 I | ceph-cluster-controller: detected ceph image version: "17.0.0-9843 quincy" 2022-01-04T07:37:58.155 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:58.156133 I | ceph-cluster-controller: validating ceph version from provided image 2022-01-04T07:37:58.156 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:58.156143 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-9843 quincy", pursuing 2022-01-04T07:37:58.328 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:58.329461 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:37:58.336 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:58.334433 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:37:58.338 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:58.339790 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:37:58.726 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:58.726784 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-9843 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200" 2022-01-04T07:37:58.914 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:58.915084 I | op-mon: start running mons 2022-01-04T07:37:58.958 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:58.959288 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:37:58.983 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:58.984347 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.105.48.177:6789"]}] data:a=10.105.48.177:6789 mapping:{"node":{"a":{"Name":"smithi110","Hostname":"smithi110","Address":"172.21.15.110"}}} maxMonId:0] 2022-01-04T07:37:58.992 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:58.993071 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:37:58.992 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:37:58.993249 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:38:00.129 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:00.129835 I | op-mon: targeting the mon count 1 2022-01-04T07:38:00.143 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:00.143937 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-01-04T07:38:01.143 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:01.144641 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-01-04T07:38:01.149 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:01.150116 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:38:01.162 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:01.163323 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200... 2022-01-04T07:38:02.972 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd stat -f json 2022-01-04T07:38:03.432 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:38:03.453 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-01-04T07:38:03.453 INFO:tasks.rook: have 0/4 OSDs 2022-01-04T07:38:06.974 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:06.975034 I | ceph-cluster-controller: detected ceph image version: "17.0.0-9843 quincy" 2022-01-04T07:38:06.975 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:06.975060 I | ceph-cluster-controller: validating ceph version from provided image 2022-01-04T07:38:06.975 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:06.975070 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-9843 quincy", pursuing 2022-01-04T07:38:07.155 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:07.156497 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:38:07.159 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:07.160805 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:38:07.178 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:07.161123 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:38:07.564 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:07.564488 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-9843 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200" 2022-01-04T07:38:08.023 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:08.023546 I | op-mon: start running mons 2022-01-04T07:38:08.101 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:08.101463 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:38:08.124 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:08.123961 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.105.48.177:6789"]}] data:a=10.105.48.177:6789 mapping:{"node":{"a":{"Name":"smithi110","Hostname":"smithi110","Address":"172.21.15.110"}}} maxMonId:0] 2022-01-04T07:38:08.153 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:08.153781 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:38:08.153 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:08.153931 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:38:08.827 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:08.828163 I | op-mon: targeting the mon count 1 2022-01-04T07:38:08.831 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:08.832465 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-01-04T07:38:09.180 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:09.181378 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-01-04T07:38:09.181 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:09.181399 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-01-04T07:38:09.515 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:09.515643 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-01-04T07:38:09.515 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:09.515679 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-01-04T07:38:09.847 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:09.848641 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-01-04T07:38:09.848 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:09.848671 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-01-04T07:38:10.173 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:10.174510 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-01-04T07:38:10.174 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:10.174541 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-01-04T07:38:10.496 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:10.496876 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-01-04T07:38:10.496 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:10.496902 I | op-config: deleting "log file" option from the mon configuration database 2022-01-04T07:38:10.830 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:10.830944 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-01-04T07:38:10.830 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:10.830970 I | op-mon: checking for basic quorum with existing mons 2022-01-04T07:38:10.905 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:10.906451 I | op-mon: mon "a" endpoint is [v2:10.105.48.177:3300,v1:10.105.48.177:6789] 2022-01-04T07:38:10.923 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:10.924700 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.105.48.177:6789"]}] data:a=10.105.48.177:6789 mapping:{"node":{"a":{"Name":"smithi110","Hostname":"smithi110","Address":"172.21.15.110"}}} maxMonId:0] 2022-01-04T07:38:10.972 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:10.973503 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:38:10.973 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:10.973802 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:38:11.247 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:11.248119 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-01-04T07:38:11.258 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:11.259644 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-01-04T07:38:11.259 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:11.259671 I | op-mon: waiting for mon quorum with [a] 2022-01-04T07:38:11.443 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:11.439365 I | op-mon: mons running: [a] 2022-01-04T07:38:11.854 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:11.855242 I | op-mon: Monitors in quorum: [a] 2022-01-04T07:38:11.854 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:11.855269 I | op-mon: mons created: 1 2022-01-04T07:38:12.250 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:12.251545 I | op-mon: waiting for mon quorum with [a] 2022-01-04T07:38:12.271 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:12.272373 I | op-mon: mons running: [a] 2022-01-04T07:38:12.670 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:12.670839 I | op-mon: Monitors in quorum: [a] 2022-01-04T07:38:12.670 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:12.670896 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-01-04T07:38:13.068 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:13.068507 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-01-04T07:38:13.455 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd stat -f json 2022-01-04T07:38:13.472 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:13.473380 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-01-04T07:38:13.941 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:38:13.943 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:13.945081 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-01-04T07:38:13.958 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-01-04T07:38:13.958 INFO:tasks.rook: have 0/4 OSDs 2022-01-04T07:38:14.374 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:14.375067 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-01-04T07:38:14.374 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:14.375089 I | cephclient: getting or creating ceph auth key "client.crash" 2022-01-04T07:38:14.782 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:14.783193 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-01-04T07:38:15.183 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:15.183811 I | cephclient: successfully enabled msgr2 protocol 2022-01-04T07:38:15.183 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:15.183850 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-01-04T07:38:15.184 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:15.183856 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-01-04T07:38:15.587 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:15.588034 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-01-04T07:38:15.616 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:15.616473 I | op-mgr: start running mgr 2022-01-04T07:38:15.616 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:15.616534 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-01-04T07:38:16.065 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:16.066471 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-01-04T07:38:16.075 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:16.076013 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-01-04T07:38:16.078 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:16.078283 I | op-mgr: setting services to point to mgr "a" 2022-01-04T07:38:16.219 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:16.219600 I | op-osd: start running osds in namespace "rook-ceph" 2022-01-04T07:38:16.219 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:16.219643 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-01-04T07:38:16.242 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:16.243548 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-01-04T07:38:16.359 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:16.360463 I | op-osd: creating 1 new PVCs for device set "smithi110-lv-1" 2022-01-04T07:38:16.565 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:16.566452 I | op-osd: successfully provisioned PVC "smithi110-lv-1-data-04xpbm" 2022-01-04T07:38:16.566 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:16.566483 I | op-osd: creating 1 new PVCs for device set "smithi110-lv-2" 2022-01-04T07:38:16.762 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:16.762825 I | op-osd: successfully provisioned PVC "smithi110-lv-2-data-05f24d" 2022-01-04T07:38:16.762 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:16.762871 I | op-osd: creating 1 new PVCs for device set "smithi110-lv-3" 2022-01-04T07:38:16.967 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:16.967796 I | op-osd: successfully provisioned PVC "smithi110-lv-3-data-0vpqmn" 2022-01-04T07:38:16.968 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:16.967827 I | op-osd: creating 1 new PVCs for device set "smithi110-lv-4" 2022-01-04T07:38:17.063 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:17.063290 I | op-mgr: successful modules: dashboard 2022-01-04T07:38:17.065 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:17.063938 I | op-mgr: successful modules: mgr module(s) from the spec 2022-01-04T07:38:17.070 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:17.071626 I | op-mgr: successful modules: prometheus 2022-01-04T07:38:17.165 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:17.163282 I | op-osd: successfully provisioned PVC "smithi110-lv-4-data-098sf2" 2022-01-04T07:38:17.237 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:17.238701 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-1-data-04xpbm" 2022-01-04T07:38:17.404 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:17.405413 I | op-mgr: successful modules: balancer 2022-01-04T07:38:17.607 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:17.608407 I | op-osd: started OSD provisioning job for PVC "smithi110-lv-1-data-04xpbm" 2022-01-04T07:38:17.608 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:17.608434 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-2-data-05f24d" 2022-01-04T07:38:17.980 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:17.981089 I | op-osd: started OSD provisioning job for PVC "smithi110-lv-2-data-05f24d" 2022-01-04T07:38:17.981 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:17.981124 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-3-data-0vpqmn" 2022-01-04T07:38:18.403 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:18.404089 I | op-osd: started OSD provisioning job for PVC "smithi110-lv-3-data-0vpqmn" 2022-01-04T07:38:18.403 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:18.404124 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-4-data-098sf2" 2022-01-04T07:38:18.619 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:18.620703 I | op-mgr: successful modules: orchestrator modules 2022-01-04T07:38:18.779 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:18.779772 I | op-osd: started OSD provisioning job for PVC "smithi110-lv-4-data-098sf2" 2022-01-04T07:38:18.779 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:18.779806 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-01-04T07:38:18.779 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:18.779815 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-01-04T07:38:18.963 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:18.961830 I | op-osd: OSD orchestration status for PVC smithi110-lv-1-data-04xpbm is "starting" 2022-01-04T07:38:18.963 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:18.961870 I | op-osd: OSD orchestration status for PVC smithi110-lv-2-data-05f24d is "starting" 2022-01-04T07:38:18.963 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:18.961884 I | op-osd: OSD orchestration status for PVC smithi110-lv-3-data-0vpqmn is "starting" 2022-01-04T07:38:18.964 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:18.961896 I | op-osd: OSD orchestration status for PVC smithi110-lv-4-data-098sf2 is "starting" 2022-01-04T07:38:23.960 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd stat -f json 2022-01-04T07:38:24.480 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:38:24.504 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":6,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-01-04T07:38:24.505 INFO:tasks.rook: have 0/4 OSDs 2022-01-04T07:38:28.429 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:28.429674 I | op-osd: OSD orchestration status for node smithi110-lv-3-data-0vpqmn is "orchestrating" 2022-01-04T07:38:28.882 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:28.883372 I | op-osd: OSD orchestration status for PVC smithi110-lv-3-data-0vpqmn is "orchestrating" 2022-01-04T07:38:34.506 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd stat -f json 2022-01-04T07:38:35.196 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:38:35.215 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":7,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1641281910,"num_remapped_pgs":0} 2022-01-04T07:38:35.216 INFO:tasks.rook: have 0/4 OSDs 2022-01-04T07:38:36.706 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:36.706948 I | op-osd: OSD orchestration status for PVC smithi110-lv-3-data-0vpqmn is "completed" 2022-01-04T07:38:36.707 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:36.707055 I | op-osd: creating OSD 0 on PVC "smithi110-lv-3-data-0vpqmn" 2022-01-04T07:38:36.707 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:36.707095 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-3-data-0vpqmn" 2022-01-04T07:38:42.876 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:42.876781 I | op-osd: OSD orchestration status for node smithi110-lv-2-data-05f24d is "orchestrating" 2022-01-04T07:38:43.514 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:43.514612 I | op-osd: OSD orchestration status for PVC smithi110-lv-2-data-05f24d is "orchestrating" 2022-01-04T07:38:45.217 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd stat -f json 2022-01-04T07:38:45.903 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:38:45.920 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":8,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1641281925,"num_remapped_pgs":0} 2022-01-04T07:38:45.920 INFO:tasks.rook: have 0/4 OSDs 2022-01-04T07:38:46.190 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:46.190929 I | op-osd: OSD orchestration status for node smithi110-lv-1-data-04xpbm is "orchestrating" 2022-01-04T07:38:46.228 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:46.228982 I | op-osd: OSD orchestration status for node smithi110-lv-4-data-098sf2 is "orchestrating" 2022-01-04T07:38:46.925 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:46.925109 I | op-osd: OSD orchestration status for PVC smithi110-lv-1-data-04xpbm is "orchestrating" 2022-01-04T07:38:46.925 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:46.925158 I | op-osd: OSD orchestration status for PVC smithi110-lv-4-data-098sf2 is "orchestrating" 2022-01-04T07:38:51.158 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:51.158517 I | op-osd: OSD orchestration status for PVC smithi110-lv-2-data-05f24d is "completed" 2022-01-04T07:38:51.158 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:51.158541 I | op-osd: creating OSD 1 on PVC "smithi110-lv-2-data-05f24d" 2022-01-04T07:38:51.159 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:51.158549 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-2-data-05f24d" 2022-01-04T07:38:54.630 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:54.630686 I | op-osd: OSD orchestration status for PVC smithi110-lv-4-data-098sf2 is "completed" 2022-01-04T07:38:54.631 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:54.630717 I | op-osd: creating OSD 2 on PVC "smithi110-lv-4-data-098sf2" 2022-01-04T07:38:54.631 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:54.630732 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-4-data-098sf2" 2022-01-04T07:38:55.922 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd stat -f json 2022-01-04T07:38:56.189 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:56.187317 I | op-osd: OSD orchestration status for PVC smithi110-lv-1-data-04xpbm is "completed" 2022-01-04T07:38:56.189 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:56.187352 I | op-osd: creating OSD 3 on PVC "smithi110-lv-1-data-04xpbm" 2022-01-04T07:38:56.190 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:56.187383 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-1-data-04xpbm" 2022-01-04T07:38:56.958 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:38:56.983 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":10,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1641281928,"num_remapped_pgs":0} 2022-01-04T07:38:56.984 INFO:tasks.rook: have 0/4 OSDs 2022-01-04T07:38:57.413 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:57.414033 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-01-04T07:38:57.414 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:38:57.414052 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-01-04T07:39:06.985 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd stat -f json 2022-01-04T07:39:09.448 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:09.471 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":10,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1641281928,"num_remapped_pgs":0} 2022-01-04T07:39:09.472 INFO:tasks.rook: have 0/4 OSDs 2022-01-04T07:39:19.474 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd stat -f json 2022-01-04T07:39:19.963 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:19.982 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":12,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1641281928,"num_remapped_pgs":0} 2022-01-04T07:39:19.982 INFO:tasks.rook: have 0/4 OSDs 2022-01-04T07:39:29.983 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd stat -f json 2022-01-04T07:39:30.482 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:30.499 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":17,"num_osds":4,"num_up_osds":2,"osd_up_since":1641281970,"num_in_osds":4,"osd_in_since":1641281928,"num_remapped_pgs":0} 2022-01-04T07:39:30.500 INFO:tasks.rook: have 2/4 OSDs 2022-01-04T07:39:40.501 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd stat -f json 2022-01-04T07:39:40.978 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:41.004 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":24,"num_osds":4,"num_up_osds":4,"osd_up_since":1641281974,"num_in_osds":4,"osd_in_since":1641281928,"num_remapped_pgs":0} 2022-01-04T07:39:41.005 INFO:tasks.rook:Distributing ceph config and client.admin keyring 2022-01-04T07:39:41.005 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- cat /etc/ceph/ceph.conf 2022-01-04T07:39:41.177 INFO:teuthology.orchestra.run.smithi110.stdout:[global] 2022-01-04T07:39:41.178 INFO:teuthology.orchestra.run.smithi110.stdout:mon_host = 10.105.48.177:6789 2022-01-04T07:39:41.178 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:41.178 INFO:teuthology.orchestra.run.smithi110.stdout:[client.admin] 2022-01-04T07:39:41.179 INFO:teuthology.orchestra.run.smithi110.stdout:keyring = /etc/ceph/keyring 2022-01-04T07:39:41.180 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- cat /etc/ceph/keyring 2022-01-04T07:39:41.351 INFO:teuthology.orchestra.run.smithi110.stdout:[client.admin] 2022-01-04T07:39:41.352 INFO:teuthology.orchestra.run.smithi110.stdout:key = AQDz+NNhyzCzBhAAXNRBcMILFtDDsR+RisDlhw== 2022-01-04T07:39:41.355 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /etc/ceph 2022-01-04T07:39:41.367 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:39:41.368 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.conf 2022-01-04T07:39:41.381 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:39:41.381 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/keyring 2022-01-04T07:39:41.393 INFO:tasks.rook:Setting up client nodes... 2022-01-04T07:39:41.394 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph auth get-or-create client.a mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2022-01-04T07:39:42.125 INFO:teuthology.orchestra.run.smithi110.stdout:[client.a] 2022-01-04T07:39:42.126 INFO:teuthology.orchestra.run.smithi110.stdout: key = AQC++dNh1bFBARAAzHu37e5qezVWoA+uATA11g== 2022-01-04T07:39:42.147 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:39:42.147 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.a.keyring 2022-01-04T07:39:42.147 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0644 /etc/ceph/ceph.client.a.keyring 2022-01-04T07:39:42.168 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd dump --format=json 2022-01-04T07:39:42.652 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:42.652 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":24,"fsid":"cd51b31f-bca5-4621-81b3-d3d748dc8d04","created":"2022-01-04T07:37:07.729108+0000","modified":"2022-01-04T07:39:38.224715+0000","last_up_change":"2022-01-04T07:39:34.559916+0000","last_in_change":"2022-01-04T07:38:48.930341+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":7,"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":"2022-01-04T07:39:36.006936+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":"24","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":"d73fb68a-12d8-48f3-9cea-2feb1bee82da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.22:6800","nonce":148744818},{"type":"v1","addr":"10.251.104.22:6801","nonce":148744818}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.22:6802","nonce":148744818},{"type":"v1","addr":"10.251.104.22:6803","nonce":148744818}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.22:6806","nonce":148744818},{"type":"v1","addr":"10.251.104.22:6807","nonce":148744818}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.22:6804","nonce":148744818},{"type":"v1","addr":"10.251.104.22:6805","nonce":148744818}]},"public_addr":"10.251.104.22:6801/148744818","cluster_addr":"10.251.104.22:6803/148744818","heartbeat_back_addr":"10.251.104.22:6807/148744818","heartbeat_front_addr":"10.251.104.22:6805/148744818","state":["exists","up"]},{"osd":1,"uuid":"853445eb-192b-49f9-8965-ba10559acfb4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.24:6800","nonce":2046513827},{"type":"v1","addr":"10.251.104.24:6801","nonce":2046513827}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.24:6802","nonce":2046513827},{"type":"v1","addr":"10.251.104.24:6803","nonce":2046513827}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.24:6806","nonce":2046513827},{"type":"v1","addr":"10.251.104.24:6807","nonce":2046513827}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.24:6804","nonce":2046513827},{"type":"v1","addr":"10.251.104.24:6805","nonce":2046513827}]},"public_addr":"10.251.104.24:6801/2046513827","cluster_addr":"10.251.104.24:6803/2046513827","heartbeat_back_addr":"10.251.104.24:6807/2046513827","heartbeat_front_addr":"10.251.104.24:6805/2046513827","state":["exists","up"]},{"osd":2,"uuid":"d34cf57c-7da4-41a6-a7c4-e080acb2115e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.25:6800","nonce":3739320399},{"type":"v1","addr":"10.251.104.25:6801","nonce":3739320399}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.25:6802","nonce":3739320399},{"type":"v1","addr":"10.251.104.25:6803","nonce":3739320399}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.25:6806","nonce":3739320399},{"type":"v1","addr":"10.251.104.25:6807","nonce":3739320399}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.25:6804","nonce":3739320399},{"type":"v1","addr":"10.251.104.25:6805","nonce":3739320399}]},"public_addr":"10.251.104.25:6801/3739320399","cluster_addr":"10.251.104.25:6803/3739320399","heartbeat_back_addr":"10.251.104.25:6807/3739320399","heartbeat_front_addr":"10.251.104.25:6805/3739320399","state":["exists","up"]},{"osd":3,"uuid":"7384fd9b-c14e-4b42-b9f7-f7ee9f478d48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.26:6800","nonce":2520959297},{"type":"v1","addr":"10.251.104.26:6801","nonce":2520959297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.26:6802","nonce":2520959297},{"type":"v1","addr":"10.251.104.26:6803","nonce":2520959297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.26:6806","nonce":2520959297},{"type":"v1","addr":"10.251.104.26:6807","nonce":2520959297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.26:6804","nonce":2520959297},{"type":"v1","addr":"10.251.104.26:6805","nonce":2520959297}]},"public_addr":"10.251.104.26:6801/2520959297","cluster_addr":"10.251.104.26:6803/2520959297","heartbeat_back_addr":"10.251.104.26:6807/2520959297","heartbeat_front_addr":"10.251.104.26:6805/2520959297","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":"2022-01-04T07:39:17.296951+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":"2022-01-04T07:39:28.606041+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":"2022-01-04T07:39:33.024713+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":"2022-01-04T07:39:32.865960+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}} 2022-01-04T07:39:42.674 INFO:tasks.rook.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2022-01-04T07:39:36.006936+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': '24', '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': {}}}] 2022-01-04T07:39:42.674 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd pool get .mgr pg_num 2022-01-04T07:39:43.168 INFO:teuthology.orchestra.run.smithi110.stdout:pg_num: 1 2022-01-04T07:39:43.188 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2022-01-04T07:39:43.189 INFO:tasks.rook.ceph_manager.ceph:waiting for mgr available 2022-01-04T07:39:43.190 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph mgr dump --format=json 2022-01-04T07:39:43.772 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:43.792 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":15,"active_gid":4190,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.13:6800","nonce":1184786812},{"type":"v1","addr":"10.251.104.13:6801","nonce":1184786812}]},"active_addr":"10.251.104.13:6801/1184786812","active_change":"2022-01-04T07:37:43.064153+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_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"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_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway 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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","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.251.104.13: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":5,"active_clients":[{"addrvec":[{"type":"v2","addr":"10.251.104.13:0","nonce":2194780714}]},{"addrvec":[{"type":"v2","addr":"10.251.104.13:0","nonce":2177585001}]},{"addrvec":[{"type":"v2","addr":"10.251.104.13:0","nonce":958850392}]},{"addrvec":[{"type":"v2","addr":"10.251.104.13:0","nonce":973021865}]}]}} 2022-01-04T07:39:43.795 INFO:tasks.rook.ceph_manager.ceph:mgr available! 2022-01-04T07:39:43.795 INFO:tasks.rook.ceph_manager.ceph:waiting for all up 2022-01-04T07:39:43.796 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd dump --format=json 2022-01-04T07:39:44.352 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:44.352 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":24,"fsid":"cd51b31f-bca5-4621-81b3-d3d748dc8d04","created":"2022-01-04T07:37:07.729108+0000","modified":"2022-01-04T07:39:38.224715+0000","last_up_change":"2022-01-04T07:39:34.559916+0000","last_in_change":"2022-01-04T07:38:48.930341+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":7,"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":"2022-01-04T07:39:36.006936+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":"24","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":"d73fb68a-12d8-48f3-9cea-2feb1bee82da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.22:6800","nonce":148744818},{"type":"v1","addr":"10.251.104.22:6801","nonce":148744818}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.22:6802","nonce":148744818},{"type":"v1","addr":"10.251.104.22:6803","nonce":148744818}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.22:6806","nonce":148744818},{"type":"v1","addr":"10.251.104.22:6807","nonce":148744818}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.22:6804","nonce":148744818},{"type":"v1","addr":"10.251.104.22:6805","nonce":148744818}]},"public_addr":"10.251.104.22:6801/148744818","cluster_addr":"10.251.104.22:6803/148744818","heartbeat_back_addr":"10.251.104.22:6807/148744818","heartbeat_front_addr":"10.251.104.22:6805/148744818","state":["exists","up"]},{"osd":1,"uuid":"853445eb-192b-49f9-8965-ba10559acfb4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.24:6800","nonce":2046513827},{"type":"v1","addr":"10.251.104.24:6801","nonce":2046513827}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.24:6802","nonce":2046513827},{"type":"v1","addr":"10.251.104.24:6803","nonce":2046513827}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.24:6806","nonce":2046513827},{"type":"v1","addr":"10.251.104.24:6807","nonce":2046513827}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.24:6804","nonce":2046513827},{"type":"v1","addr":"10.251.104.24:6805","nonce":2046513827}]},"public_addr":"10.251.104.24:6801/2046513827","cluster_addr":"10.251.104.24:6803/2046513827","heartbeat_back_addr":"10.251.104.24:6807/2046513827","heartbeat_front_addr":"10.251.104.24:6805/2046513827","state":["exists","up"]},{"osd":2,"uuid":"d34cf57c-7da4-41a6-a7c4-e080acb2115e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.25:6800","nonce":3739320399},{"type":"v1","addr":"10.251.104.25:6801","nonce":3739320399}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.25:6802","nonce":3739320399},{"type":"v1","addr":"10.251.104.25:6803","nonce":3739320399}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.25:6806","nonce":3739320399},{"type":"v1","addr":"10.251.104.25:6807","nonce":3739320399}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.25:6804","nonce":3739320399},{"type":"v1","addr":"10.251.104.25:6805","nonce":3739320399}]},"public_addr":"10.251.104.25:6801/3739320399","cluster_addr":"10.251.104.25:6803/3739320399","heartbeat_back_addr":"10.251.104.25:6807/3739320399","heartbeat_front_addr":"10.251.104.25:6805/3739320399","state":["exists","up"]},{"osd":3,"uuid":"7384fd9b-c14e-4b42-b9f7-f7ee9f478d48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.26:6800","nonce":2520959297},{"type":"v1","addr":"10.251.104.26:6801","nonce":2520959297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.26:6802","nonce":2520959297},{"type":"v1","addr":"10.251.104.26:6803","nonce":2520959297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.26:6806","nonce":2520959297},{"type":"v1","addr":"10.251.104.26:6807","nonce":2520959297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.26:6804","nonce":2520959297},{"type":"v1","addr":"10.251.104.26:6805","nonce":2520959297}]},"public_addr":"10.251.104.26:6801/2520959297","cluster_addr":"10.251.104.26:6803/2520959297","heartbeat_back_addr":"10.251.104.26:6807/2520959297","heartbeat_front_addr":"10.251.104.26:6805/2520959297","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":"2022-01-04T07:39:17.296951+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":"2022-01-04T07:39:28.606041+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":"2022-01-04T07:39:33.024713+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":"2022-01-04T07:39:32.865960+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}} 2022-01-04T07:39:44.369 INFO:tasks.rook.ceph_manager.ceph:all up! 2022-01-04T07:39:44.370 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd dump --format=json 2022-01-04T07:39:44.843 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:44.843 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":24,"fsid":"cd51b31f-bca5-4621-81b3-d3d748dc8d04","created":"2022-01-04T07:37:07.729108+0000","modified":"2022-01-04T07:39:38.224715+0000","last_up_change":"2022-01-04T07:39:34.559916+0000","last_in_change":"2022-01-04T07:38:48.930341+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":7,"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":"2022-01-04T07:39:36.006936+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":"24","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":"d73fb68a-12d8-48f3-9cea-2feb1bee82da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.22:6800","nonce":148744818},{"type":"v1","addr":"10.251.104.22:6801","nonce":148744818}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.22:6802","nonce":148744818},{"type":"v1","addr":"10.251.104.22:6803","nonce":148744818}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.22:6806","nonce":148744818},{"type":"v1","addr":"10.251.104.22:6807","nonce":148744818}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.22:6804","nonce":148744818},{"type":"v1","addr":"10.251.104.22:6805","nonce":148744818}]},"public_addr":"10.251.104.22:6801/148744818","cluster_addr":"10.251.104.22:6803/148744818","heartbeat_back_addr":"10.251.104.22:6807/148744818","heartbeat_front_addr":"10.251.104.22:6805/148744818","state":["exists","up"]},{"osd":1,"uuid":"853445eb-192b-49f9-8965-ba10559acfb4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.24:6800","nonce":2046513827},{"type":"v1","addr":"10.251.104.24:6801","nonce":2046513827}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.24:6802","nonce":2046513827},{"type":"v1","addr":"10.251.104.24:6803","nonce":2046513827}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.24:6806","nonce":2046513827},{"type":"v1","addr":"10.251.104.24:6807","nonce":2046513827}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.24:6804","nonce":2046513827},{"type":"v1","addr":"10.251.104.24:6805","nonce":2046513827}]},"public_addr":"10.251.104.24:6801/2046513827","cluster_addr":"10.251.104.24:6803/2046513827","heartbeat_back_addr":"10.251.104.24:6807/2046513827","heartbeat_front_addr":"10.251.104.24:6805/2046513827","state":["exists","up"]},{"osd":2,"uuid":"d34cf57c-7da4-41a6-a7c4-e080acb2115e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.25:6800","nonce":3739320399},{"type":"v1","addr":"10.251.104.25:6801","nonce":3739320399}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.25:6802","nonce":3739320399},{"type":"v1","addr":"10.251.104.25:6803","nonce":3739320399}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.25:6806","nonce":3739320399},{"type":"v1","addr":"10.251.104.25:6807","nonce":3739320399}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.25:6804","nonce":3739320399},{"type":"v1","addr":"10.251.104.25:6805","nonce":3739320399}]},"public_addr":"10.251.104.25:6801/3739320399","cluster_addr":"10.251.104.25:6803/3739320399","heartbeat_back_addr":"10.251.104.25:6807/3739320399","heartbeat_front_addr":"10.251.104.25:6805/3739320399","state":["exists","up"]},{"osd":3,"uuid":"7384fd9b-c14e-4b42-b9f7-f7ee9f478d48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.26:6800","nonce":2520959297},{"type":"v1","addr":"10.251.104.26:6801","nonce":2520959297}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.26:6802","nonce":2520959297},{"type":"v1","addr":"10.251.104.26:6803","nonce":2520959297}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.26:6806","nonce":2520959297},{"type":"v1","addr":"10.251.104.26:6807","nonce":2520959297}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.104.26:6804","nonce":2520959297},{"type":"v1","addr":"10.251.104.26:6805","nonce":2520959297}]},"public_addr":"10.251.104.26:6801/2520959297","cluster_addr":"10.251.104.26:6803/2520959297","heartbeat_back_addr":"10.251.104.26:6807/2520959297","heartbeat_front_addr":"10.251.104.26:6805/2520959297","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":"2022-01-04T07:39:17.296951+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":"2022-01-04T07:39:28.606041+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":"2022-01-04T07:39:33.024713+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":"2022-01-04T07:39:32.865960+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}} 2022-01-04T07:39:44.861 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph tell osd.0 flush_pg_stats 2022-01-04T07:39:44.862 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph tell osd.1 flush_pg_stats 2022-01-04T07:39:44.863 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph tell osd.2 flush_pg_stats 2022-01-04T07:39:44.864 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph tell osd.3 flush_pg_stats 2022-01-04T07:39:45.250 INFO:teuthology.orchestra.run.smithi110.stdout:55834574856 2022-01-04T07:39:45.251 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd last-stat-seq osd.0 2022-01-04T07:39:45.271 INFO:teuthology.orchestra.run.smithi110.stdout:90194313220 2022-01-04T07:39:45.272 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd last-stat-seq osd.3 2022-01-04T07:39:45.339 INFO:teuthology.orchestra.run.smithi110.stdout:90194313220 2022-01-04T07:39:45.340 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd last-stat-seq osd.2 2022-01-04T07:39:45.409 INFO:teuthology.orchestra.run.smithi110.stdout:73014444036 2022-01-04T07:39:45.410 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd last-stat-seq osd.1 2022-01-04T07:39:45.757 INFO:teuthology.orchestra.run.smithi110.stdout:55834574855 2022-01-04T07:39:45.779 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574856 got 55834574855 for osd.0 2022-01-04T07:39:45.859 INFO:teuthology.orchestra.run.smithi110.stdout:90194313219 2022-01-04T07:39:45.883 INFO:tasks.rook.ceph_manager.ceph:need seq 90194313220 got 90194313219 for osd.3 2022-01-04T07:39:45.919 INFO:teuthology.orchestra.run.smithi110.stdout:90194313219 2022-01-04T07:39:45.943 INFO:tasks.rook.ceph_manager.ceph:need seq 90194313220 got 90194313219 for osd.2 2022-01-04T07:39:46.000 INFO:teuthology.orchestra.run.smithi110.stdout:73014444035 2022-01-04T07:39:46.019 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444036 got 73014444035 for osd.1 2022-01-04T07:39:46.780 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd last-stat-seq osd.0 2022-01-04T07:39:46.884 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd last-stat-seq osd.3 2022-01-04T07:39:46.944 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd last-stat-seq osd.2 2022-01-04T07:39:47.021 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd last-stat-seq osd.1 2022-01-04T07:39:47.416 INFO:teuthology.orchestra.run.smithi110.stdout:55834574856 2022-01-04T07:39:47.433 INFO:teuthology.orchestra.run.smithi110.stdout:90194313221 2022-01-04T07:39:47.435 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574856 got 55834574856 for osd.0 2022-01-04T07:39:47.436 DEBUG:teuthology.parallel:result is None 2022-01-04T07:39:47.451 INFO:tasks.rook.ceph_manager.ceph:need seq 90194313220 got 90194313221 for osd.3 2022-01-04T07:39:47.452 DEBUG:teuthology.parallel:result is None 2022-01-04T07:39:47.500 INFO:teuthology.orchestra.run.smithi110.stdout:90194313221 2022-01-04T07:39:47.518 INFO:tasks.rook.ceph_manager.ceph:need seq 90194313220 got 90194313221 for osd.2 2022-01-04T07:39:47.518 DEBUG:teuthology.parallel:result is None 2022-01-04T07:39:47.566 INFO:teuthology.orchestra.run.smithi110.stdout:73014444036 2022-01-04T07:39:47.585 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444036 got 73014444036 for osd.1 2022-01-04T07:39:47.585 DEBUG:teuthology.parallel:result is None 2022-01-04T07:39:47.586 INFO:tasks.rook.ceph_manager.ceph:waiting for clean 2022-01-04T07:39:47.586 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph pg dump --format=json 2022-01-04T07:39:48.054 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:48.057 INFO:teuthology.orchestra.run.smithi110.stderr:dumped all 2022-01-04T07:39:48.073 INFO:teuthology.orchestra.run.smithi110.stdout:{"pg_ready":true,"pg_map":{"version":74,"stamp":"2022-01-04T07:39:47.524833+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":106,"num_read_kb":91,"num_write":137,"num_write_kb":1894,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":97,"ondisk_log_size":97,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":4,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":374980608,"kb_used":23616,"kb_used_data":2540,"kb_used_omap":0,"kb_used_meta":20480,"kb_avail":374956992,"statfs":{"total":383980142592,"available":383955959808,"internally_reserved":0,"allocated":2600960,"data_stored":1967504,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20971520},"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":10,"num_read_kb":9,"num_write":14,"num_write_kb":262,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"6.001447"},"pg_stats":[{"pgid":"1.0","version":"24'97","reported_seq":137,"reported_epoch":24,"state":"active+clean","last_fresh":"2022-01-04T07:39:41.680126+0000","last_change":"2022-01-04T07:39:37.250773+0000","last_active":"2022-01-04T07:39:41.680126+0000","last_peered":"2022-01-04T07:39:41.680126+0000","last_clean":"2022-01-04T07:39:41.680126+0000","last_became_active":"2022-01-04T07:39:37.250122+0000","last_became_peered":"2022-01-04T07:39:37.250122+0000","last_unstale":"2022-01-04T07:39:41.680126+0000","last_undegraded":"2022-01-04T07:39:41.680126+0000","last_fullsized":"2022-01-04T07:39:41.680126+0000","mapping_epoch":22,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-01-04T07:39:36.007048+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-01-04T07:39:36.007048+0000","last_clean_scrub_stamp":"2022-01-04T07:39:36.007048+0000","log_size":97,"ondisk_log_size":97,"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 @ 2022-01-05T16:33:11.433470+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":106,"num_read_kb":91,"num_write":137,"num_write_kb":1894,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":106,"num_read_kb":91,"num_write":137,"num_write_kb":1894,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":97,"ondisk_log_size":97,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":3,"up_from":21,"seq":90194313221,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5008,"kb_used_data":200,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740144,"statfs":{"total":95995035648,"available":95989907456,"internally_reserved":0,"allocated":204800,"data_stored":49100,"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.56799999999999995}]},{"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.65300000000000002}]},{"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.81699999999999995}]}]},{"osd":2,"up_from":21,"seq":90194313221,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6160,"kb_used_data":780,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93738992,"statfs":{"total":95995035648,"available":95988727808,"internally_reserved":0,"allocated":798720,"data_stored":639468,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"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.49299999999999999}]},{"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.66300000000000003}]},{"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.90300000000000002}]}]},{"osd":0,"up_from":13,"seq":55834574857,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6284,"kb_used_data":780,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93738868,"statfs":{"total":95995035648,"available":95988600832,"internally_reserved":0,"allocated":798720,"data_stored":639468,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5373952},"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":2.0950000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.1600000000000001}]},{"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.92900000000000005}]}]},{"osd":1,"up_from":17,"seq":73014444037,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6164,"kb_used_data":780,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93738988,"statfs":{"total":95995035648,"available":95988723712,"internally_reserved":0,"allocated":798720,"data_stored":639468,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5373952},"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":0.81200000000000006}]},{"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.68600000000000005}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66300000000000003}]}]}],"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}]}} 2022-01-04T07:39:48.074 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph pg dump --format=json 2022-01-04T07:39:48.553 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:48.556 INFO:teuthology.orchestra.run.smithi110.stderr:dumped all 2022-01-04T07:39:48.571 INFO:teuthology.orchestra.run.smithi110.stdout:{"pg_ready":true,"pg_map":{"version":74,"stamp":"2022-01-04T07:39:47.524833+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":106,"num_read_kb":91,"num_write":137,"num_write_kb":1894,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":97,"ondisk_log_size":97,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":4,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":374980608,"kb_used":23616,"kb_used_data":2540,"kb_used_omap":0,"kb_used_meta":20480,"kb_avail":374956992,"statfs":{"total":383980142592,"available":383955959808,"internally_reserved":0,"allocated":2600960,"data_stored":1967504,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20971520},"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":10,"num_read_kb":9,"num_write":14,"num_write_kb":262,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"6.001447"},"pg_stats":[{"pgid":"1.0","version":"24'97","reported_seq":137,"reported_epoch":24,"state":"active+clean","last_fresh":"2022-01-04T07:39:41.680126+0000","last_change":"2022-01-04T07:39:37.250773+0000","last_active":"2022-01-04T07:39:41.680126+0000","last_peered":"2022-01-04T07:39:41.680126+0000","last_clean":"2022-01-04T07:39:41.680126+0000","last_became_active":"2022-01-04T07:39:37.250122+0000","last_became_peered":"2022-01-04T07:39:37.250122+0000","last_unstale":"2022-01-04T07:39:41.680126+0000","last_undegraded":"2022-01-04T07:39:41.680126+0000","last_fullsized":"2022-01-04T07:39:41.680126+0000","mapping_epoch":22,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-01-04T07:39:36.007048+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-01-04T07:39:36.007048+0000","last_clean_scrub_stamp":"2022-01-04T07:39:36.007048+0000","log_size":97,"ondisk_log_size":97,"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 @ 2022-01-05T16:33:11.433470+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":106,"num_read_kb":91,"num_write":137,"num_write_kb":1894,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":106,"num_read_kb":91,"num_write":137,"num_write_kb":1894,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":97,"ondisk_log_size":97,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":3,"up_from":21,"seq":90194313221,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5008,"kb_used_data":200,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740144,"statfs":{"total":95995035648,"available":95989907456,"internally_reserved":0,"allocated":204800,"data_stored":49100,"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.56799999999999995}]},{"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.65300000000000002}]},{"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.81699999999999995}]}]},{"osd":2,"up_from":21,"seq":90194313221,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6160,"kb_used_data":780,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93738992,"statfs":{"total":95995035648,"available":95988727808,"internally_reserved":0,"allocated":798720,"data_stored":639468,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"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.49299999999999999}]},{"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.66300000000000003}]},{"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.90300000000000002}]}]},{"osd":0,"up_from":13,"seq":55834574857,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6284,"kb_used_data":780,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93738868,"statfs":{"total":95995035648,"available":95988600832,"internally_reserved":0,"allocated":798720,"data_stored":639468,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5373952},"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":2.0950000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":2.1600000000000001}]},{"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.92900000000000005}]}]},{"osd":1,"up_from":17,"seq":73014444037,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6164,"kb_used_data":780,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93738988,"statfs":{"total":95995035648,"available":95988723712,"internally_reserved":0,"allocated":798720,"data_stored":639468,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5373952},"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":0.81200000000000006}]},{"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.68600000000000005}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66300000000000003}]}]}],"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}]}} 2022-01-04T07:39:48.572 INFO:tasks.rook.ceph_manager.ceph:clean! 2022-01-04T07:39:48.573 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2022-01-04T07:39:48.573 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy 2022-01-04T07:39:48.574 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph health --format=json 2022-01-04T07:39:49.119 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:49.120 INFO:teuthology.orchestra.run.smithi110.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2022-01-04T07:39:49.142 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy done 2022-01-04T07:39:49.142 INFO:tasks.rook:Rook complete, yielding 2022-01-04T07:39:49.143 INFO:teuthology.run_tasks:Running task rook.shell... 2022-01-04T07:39:49.229 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph -s 2022-01-04T07:39:49.819 INFO:teuthology.orchestra.run.smithi110.stdout: cluster: 2022-01-04T07:39:49.819 INFO:teuthology.orchestra.run.smithi110.stdout: id: cd51b31f-bca5-4621-81b3-d3d748dc8d04 2022-01-04T07:39:49.819 INFO:teuthology.orchestra.run.smithi110.stdout: health: HEALTH_OK 2022-01-04T07:39:49.820 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:49.820 INFO:teuthology.orchestra.run.smithi110.stdout: services: 2022-01-04T07:39:49.820 INFO:teuthology.orchestra.run.smithi110.stdout: mon: 1 daemons, quorum a (age 2m) 2022-01-04T07:39:49.820 INFO:teuthology.orchestra.run.smithi110.stdout: mgr: a(active, since 2m) 2022-01-04T07:39:49.821 INFO:teuthology.orchestra.run.smithi110.stdout: osd: 4 osds: 4 up (since 15s), 4 in (since 60s) 2022-01-04T07:39:49.821 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:49.821 INFO:teuthology.orchestra.run.smithi110.stdout: data: 2022-01-04T07:39:49.821 INFO:teuthology.orchestra.run.smithi110.stdout: pools: 1 pools, 1 pgs 2022-01-04T07:39:49.821 INFO:teuthology.orchestra.run.smithi110.stdout: objects: 2 objects, 577 KiB 2022-01-04T07:39:49.822 INFO:teuthology.orchestra.run.smithi110.stdout: usage: 23 MiB used, 358 GiB / 358 GiB avail 2022-01-04T07:39:49.822 INFO:teuthology.orchestra.run.smithi110.stdout: pgs: 1 active+clean 2022-01-04T07:39:49.822 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:49.822 INFO:teuthology.orchestra.run.smithi110.stdout: io: 2022-01-04T07:39:49.823 INFO:teuthology.orchestra.run.smithi110.stdout: client: 1.1 KiB/s rd, 33 KiB/s wr, 1 op/s rd, 1 op/s wr 2022-01-04T07:39:49.823 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:39:49.838 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch status 2022-01-04T07:39:50.526 INFO:teuthology.orchestra.run.smithi110.stdout:Backend: rook 2022-01-04T07:39:50.527 INFO:teuthology.orchestra.run.smithi110.stdout:Available: Yes 2022-01-04T07:39:50.549 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ps 2022-01-04T07:39:51.058 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-01-04T07:39:51.059 INFO:teuthology.orchestra.run.smithi110.stdout:crashcollector.crash smithi110 running (73s) 0s ago 74s - - 9e069f9561f9 2022-01-04T07:39:51.059 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.a smithi110 running (2m) 0s ago 2m - - 9e069f9561f9 2022-01-04T07:39:51.059 INFO:teuthology.orchestra.run.smithi110.stdout:mon.a smithi110 running (3m) 0s ago 3m - - 9e069f9561f9 2022-01-04T07:39:51.060 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (74s) 0s ago 74s - - 9e069f9561f9 2022-01-04T07:39:51.060 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (60s) 0s ago 60s - - 9e069f9561f9 2022-01-04T07:39:51.060 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (55s) 0s ago 55s - - 9e069f9561f9 2022-01-04T07:39:51.060 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (55s) 0s ago 55s - - 9e069f9561f9 2022-01-04T07:39:51.080 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls 2022-01-04T07:39:51.657 INFO:teuthology.orchestra.run.smithi110.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-01-04T07:39:51.657 INFO:teuthology.orchestra.run.smithi110.stdout:crash 1/1 0s ago 74s * 2022-01-04T07:39:51.657 INFO:teuthology.orchestra.run.smithi110.stdout:mgr 1/1 0s ago 2m count:1 2022-01-04T07:39:51.658 INFO:teuthology.orchestra.run.smithi110.stdout:mon 1/1 0s ago 3m count:1 2022-01-04T07:39:51.658 INFO:teuthology.orchestra.run.smithi110.stdout:osd 8 0s ago 74s 2022-01-04T07:39:51.658 INFO:teuthology.orchestra.run.smithi110.stdout:osd.all-available-devices 0 0s ago - * 2022-01-04T07:39:51.684 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch device ls 2022-01-04T07:39:52.211 INFO:teuthology.orchestra.run.smithi110.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2022-01-04T07:39:52.211 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/vg_nvme/lv_1 unknown None 107G 2022-01-04T07:39:52.212 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/vg_nvme/lv_2 unknown None 107G 2022-01-04T07:39:52.212 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/vg_nvme/lv_3 unknown None 107G 2022-01-04T07:39:52.212 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/vg_nvme/lv_4 unknown None 107G 2022-01-04T07:39:52.232 INFO:teuthology.run_tasks:Running task install... 2022-01-04T07:39:52.242 DEBUG:teuthology.task.install:project ceph 2022-01-04T07:39:52.243 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'sha1': '0797768822e99ad148f56a2962d5638b541f0200'}} 2022-01-04T07:39:52.243 DEBUG:teuthology.task.install:config {'host.a': None, 'sha1': '0797768822e99ad148f56a2962d5638b541f0200'} 2022-01-04T07:39:52.243 INFO:teuthology.task.install:Using flavor: default 2022-01-04T07:39:52.251 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']} 2022-01-04T07:39:52.251 INFO:teuthology.task.install:extra packages: [] 2022-01-04T07:39:52.251 DEBUG:teuthology.orchestra.run.smithi110:> sudo lsb_release -is 2022-01-04T07:39:52.298 INFO:teuthology.orchestra.run.smithi110.stdout:Ubuntu 2022-01-04T07:39:52.303 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-01-04T07:39:52.304 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-key list | grep Ceph 2022-01-04T07:39:52.395 INFO:teuthology.orchestra.run.smithi110.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2022-01-04T07:39:52.455 INFO:teuthology.orchestra.run.smithi110.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2022-01-04T07:39:52.456 INFO:teuthology.orchestra.run.smithi110.stdout:uid [ unknown] Ceph.com (release key) 2022-01-04T07:39:52.456 DEBUG:teuthology.orchestra.run.smithi110:> sudo lsb_release -is 2022-01-04T07:39:52.505 INFO:teuthology.orchestra.run.smithi110.stdout:Ubuntu 2022-01-04T07:39:52.510 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-01-04T07:39:52.511 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 2022-01-04T07:39:52.511 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=0797768822e99ad148f56a2962d5638b541f0200 2022-01-04T07:39:52.729 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default/ 2022-01-04T07:39:52.729 INFO:teuthology.task.install.deb:Package version is 17.0.0-9843-g07977688-1focal 2022-01-04T07:39:52.915 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:39:52.916 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2022-01-04T07:39:52.929 DEBUG:teuthology.orchestra.run.smithi110:> sudo apt-get update 2022-01-04T07:39:53.063 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-01-04T07:39:53.166 INFO:teuthology.orchestra.run.smithi110.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal InRelease 2022-01-04T07:39:53.188 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease 2022-01-04T07:39:53.201 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal Release [7,662 B] 2022-01-04T07:39:53.237 INFO:teuthology.orchestra.run.smithi110.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal Release.gpg 2022-01-04T07:39:53.271 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 Packages [17.3 kB] 2022-01-04T07:39:53.279 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:8 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-01-04T07:39:53.313 INFO:teuthology.orchestra.run.smithi110.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main i386 Packages [3,360 B] 2022-01-04T07:39:53.361 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-01-04T07:39:53.389 INFO:teuthology.orchestra.run.smithi110.stdout:Hit:2 https://packages.cloud.google.com/apt kubernetes-xenial InRelease 2022-01-04T07:39:53.757 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 28.3 kB in 1s (43.5 kB/s) 2022-01-04T07:39:54.661 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2022-01-04T07:39:54.687 DEBUG:teuthology.orchestra.run.smithi110:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=17.0.0-9843-g07977688-1focal cephadm=17.0.0-9843-g07977688-1focal ceph-mds=17.0.0-9843-g07977688-1focal ceph-mgr=17.0.0-9843-g07977688-1focal ceph-common=17.0.0-9843-g07977688-1focal ceph-fuse=17.0.0-9843-g07977688-1focal ceph-test=17.0.0-9843-g07977688-1focal ceph-volume=17.0.0-9843-g07977688-1focal radosgw=17.0.0-9843-g07977688-1focal python3-rados=17.0.0-9843-g07977688-1focal python3-rgw=17.0.0-9843-g07977688-1focal python3-cephfs=17.0.0-9843-g07977688-1focal python3-rbd=17.0.0-9843-g07977688-1focal libcephfs2=17.0.0-9843-g07977688-1focal libcephfs-dev=17.0.0-9843-g07977688-1focal librados2=17.0.0-9843-g07977688-1focal librbd1=17.0.0-9843-g07977688-1focal rbd-fuse=17.0.0-9843-g07977688-1focal 2022-01-04T07:39:54.759 INFO:teuthology.orchestra.run.smithi110.stdout:Reading package lists... 2022-01-04T07:39:54.940 INFO:teuthology.orchestra.run.smithi110.stdout:Building dependency tree... 2022-01-04T07:39:54.941 INFO:teuthology.orchestra.run.smithi110.stdout:Reading state information... 2022-01-04T07:39:55.102 INFO:teuthology.orchestra.run.smithi110.stdout:The following packages were automatically installed and are no longer required: 2022-01-04T07:39:55.102 INFO:teuthology.orchestra.run.smithi110.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 libllvm11 2022-01-04T07:39:55.102 INFO:teuthology.orchestra.run.smithi110.stdout: linux-headers-5.4.0-66 linux-headers-5.4.0-66-generic 2022-01-04T07:39:55.103 INFO:teuthology.orchestra.run.smithi110.stdout: linux-image-5.4.0-66-generic linux-modules-5.4.0-66-generic 2022-01-04T07:39:55.104 INFO:teuthology.orchestra.run.smithi110.stdout: linux-modules-extra-5.4.0-66-generic 2022-01-04T07:39:55.104 INFO:teuthology.orchestra.run.smithi110.stdout:Use 'sudo apt autoremove' to remove them. 2022-01-04T07:39:55.105 INFO:teuthology.orchestra.run.smithi110.stdout:The following additional packages will be installed: 2022-01-04T07:39:55.105 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-base ceph-mgr-dashboard ceph-mgr-diskprediction-local 2022-01-04T07:39:55.105 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq libjq1 2022-01-04T07:39:55.105 INFO:teuthology.orchestra.run.smithi110.stdout: libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 liblua5.3-0 2022-01-04T07:39:55.106 INFO:teuthology.orchestra.run.smithi110.stdout: liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-01-04T07:39:55.106 INFO:teuthology.orchestra.run.smithi110.stdout: libsqlite3-mod-ceph libxslt1.1 nvme-cli python-pastedeploy-tpl 2022-01-04T07:39:55.106 INFO:teuthology.orchestra.run.smithi110.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2022-01-04T07:39:55.106 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common 2022-01-04T07:39:55.107 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2022-01-04T07:39:55.107 INFO:teuthology.orchestra.run.smithi110.stdout: python3-html5lib python3-joblib python3-jwt python3-kubernetes 2022-01-04T07:39:55.107 INFO:teuthology.orchestra.run.smithi110.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2022-01-04T07:39:55.107 INFO:teuthology.orchestra.run.smithi110.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2022-01-04T07:39:55.107 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2022-01-04T07:39:55.108 INFO:teuthology.orchestra.run.smithi110.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2022-01-04T07:39:55.108 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2022-01-04T07:39:55.108 INFO:teuthology.orchestra.run.smithi110.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2022-01-04T07:39:55.108 INFO:teuthology.orchestra.run.smithi110.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2022-01-04T07:39:55.109 INFO:teuthology.orchestra.run.smithi110.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2022-01-04T07:39:55.109 INFO:teuthology.orchestra.run.smithi110.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2022-01-04T07:39:55.109 INFO:teuthology.orchestra.run.smithi110.stdout: python3-websocket python3-webtest python3-werkzeug xmlstarlet 2022-01-04T07:39:55.109 INFO:teuthology.orchestra.run.smithi110.stdout:Suggested packages: 2022-01-04T07:39:55.109 INFO:teuthology.orchestra.run.smithi110.stdout: python3-influxdb python-attr-doc python-blinker-doc python-cryptography-doc 2022-01-04T07:39:55.110 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cryptography-vectors python3-genshi python3-crypto python3-lxml-dbg 2022-01-04T07:39:55.110 INFO:teuthology.orchestra.run.smithi110.stdout: python-lxml-doc python3-beaker python-mako-doc python-openssl-doc 2022-01-04T07:39:55.111 INFO:teuthology.orchestra.run.smithi110.stdout: python3-openssl-dbg httpd-wsgi libapache2-mod-python libapache2-mod-scgi 2022-01-04T07:39:55.111 INFO:teuthology.orchestra.run.smithi110.stdout: libjs-mochikit python-pecan-doc python-psutil-doc subversion 2022-01-04T07:39:55.111 INFO:teuthology.orchestra.run.smithi110.stdout: python-pyinotify-doc python-scipy-doc python3-dap python-sklearn-doc 2022-01-04T07:39:55.111 INFO:teuthology.orchestra.run.smithi110.stdout: ipython3 python-waitress-doc python-webob-doc python-webtest-doc 2022-01-04T07:39:55.111 INFO:teuthology.orchestra.run.smithi110.stdout: python-werkzeug-doc python3-termcolor python3-watchdog 2022-01-04T07:39:55.112 INFO:teuthology.orchestra.run.smithi110.stdout:Recommended packages: 2022-01-04T07:39:55.112 INFO:teuthology.orchestra.run.smithi110.stdout: btrfs-tools ceph-mgr-cephadm 2022-01-04T07:39:55.214 INFO:teuthology.orchestra.run.smithi110.stdout:The following NEW packages will be installed: 2022-01-04T07:39:55.214 INFO:teuthology.orchestra.run.smithi110.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-dashboard 2022-01-04T07:39:55.215 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2022-01-04T07:39:55.215 INFO:teuthology.orchestra.run.smithi110.stdout: ceph-mon ceph-osd ceph-test ceph-volume cephadm jq libcephfs-dev libcephfs2 2022-01-04T07:39:55.215 INFO:teuthology.orchestra.run.smithi110.stdout: libjq1 libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 liblua5.3-0 2022-01-04T07:39:55.215 INFO:teuthology.orchestra.run.smithi110.stdout: liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-01-04T07:39:55.217 INFO:teuthology.orchestra.run.smithi110.stdout: libsqlite3-mod-ceph libxslt1.1 nvme-cli python-pastedeploy-tpl 2022-01-04T07:39:55.217 INFO:teuthology.orchestra.run.smithi110.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2022-01-04T07:39:55.218 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2022-01-04T07:39:55.218 INFO:teuthology.orchestra.run.smithi110.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2022-01-04T07:39:55.218 INFO:teuthology.orchestra.run.smithi110.stdout: python3-html5lib python3-joblib python3-jwt python3-kubernetes 2022-01-04T07:39:55.218 INFO:teuthology.orchestra.run.smithi110.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2022-01-04T07:39:55.219 INFO:teuthology.orchestra.run.smithi110.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2022-01-04T07:39:55.219 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2022-01-04T07:39:55.219 INFO:teuthology.orchestra.run.smithi110.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2022-01-04T07:39:55.219 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-rados 2022-01-04T07:39:55.219 INFO:teuthology.orchestra.run.smithi110.stdout: python3-rbd python3-repoze.lru python3-requests-oauthlib python3-rgw 2022-01-04T07:39:55.220 INFO:teuthology.orchestra.run.smithi110.stdout: python3-routes python3-rsa python3-scipy python3-simplegeneric 2022-01-04T07:39:55.220 INFO:teuthology.orchestra.run.smithi110.stdout: python3-simplejson python3-singledispatch python3-sklearn 2022-01-04T07:39:55.220 INFO:teuthology.orchestra.run.smithi110.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2022-01-04T07:39:55.221 INFO:teuthology.orchestra.run.smithi110.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2022-01-04T07:39:55.221 INFO:teuthology.orchestra.run.smithi110.stdout: python3-webtest python3-werkzeug radosgw rbd-fuse xmlstarlet 2022-01-04T07:39:55.221 INFO:teuthology.orchestra.run.smithi110.stdout:The following packages will be upgraded: 2022-01-04T07:39:55.222 INFO:teuthology.orchestra.run.smithi110.stdout: librados2 librbd1 2022-01-04T07:39:55.415 INFO:teuthology.orchestra.run.smithi110.stdout:2 upgraded, 95 newly installed, 0 to remove and 73 not upgraded. 2022-01-04T07:39:55.416 INFO:teuthology.orchestra.run.smithi110.stdout:Need to get 180 MB of archives. 2022-01-04T07:39:55.416 INFO:teuthology.orchestra.run.smithi110.stdout:After this operation, 841 MB of additional disk space will be used. 2022-01-04T07:39:55.416 INFO:teuthology.orchestra.run.smithi110.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2022-01-04T07:39:55.429 INFO:teuthology.orchestra.run.smithi110.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 17.0.0-9843-g07977688-1focal [3,481 kB] 2022-01-04T07:39:55.716 INFO:teuthology.orchestra.run.smithi110.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 17.0.0-9843-g07977688-1focal [3,524 kB] 2022-01-04T07:39:55.815 INFO:teuthology.orchestra.run.smithi110.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2022-01-04T07:39:55.823 INFO:teuthology.orchestra.run.smithi110.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 17.0.0-9843-g07977688-1focal [746 kB] 2022-01-04T07:39:55.823 INFO:teuthology.orchestra.run.smithi110.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-01-04T07:39:55.827 INFO:teuthology.orchestra.run.smithi110.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2022-01-04T07:39:55.858 INFO:teuthology.orchestra.run.smithi110.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 17.0.0-9843-g07977688-1focal [413 kB] 2022-01-04T07:39:55.865 INFO:teuthology.orchestra.run.smithi110.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 17.0.0-9843-g07977688-1focal [22.4 kB] 2022-01-04T07:39:55.865 INFO:teuthology.orchestra.run.smithi110.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 17.0.0-9843-g07977688-1focal [200 kB] 2022-01-04T07:39:55.867 INFO:teuthology.orchestra.run.smithi110.stdout:Get:11 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 17.0.0-9843-g07977688-1focal [41.0 kB] 2022-01-04T07:39:55.869 INFO:teuthology.orchestra.run.smithi110.stdout:Get:12 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 17.0.0-9843-g07977688-1focal [384 kB] 2022-01-04T07:39:55.882 INFO:teuthology.orchestra.run.smithi110.stdout:Get:13 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 17.0.0-9843-g07977688-1focal [4,125 kB] 2022-01-04T07:39:55.900 INFO:teuthology.orchestra.run.smithi110.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2022-01-04T07:39:56.005 INFO:teuthology.orchestra.run.smithi110.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2022-01-04T07:39:56.012 INFO:teuthology.orchestra.run.smithi110.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2022-01-04T07:39:56.017 INFO:teuthology.orchestra.run.smithi110.stdout:Get:17 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 17.0.0-9843-g07977688-1focal [116 kB] 2022-01-04T07:39:56.020 INFO:teuthology.orchestra.run.smithi110.stdout:Get:18 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 17.0.0-9843-g07977688-1focal [478 kB] 2022-01-04T07:39:56.037 INFO:teuthology.orchestra.run.smithi110.stdout:Get:19 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 17.0.0-9843-g07977688-1focal [24.0 MB] 2022-01-04T07:39:56.047 INFO:teuthology.orchestra.run.smithi110.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2022-01-04T07:39:56.054 INFO:teuthology.orchestra.run.smithi110.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2022-01-04T07:39:56.058 INFO:teuthology.orchestra.run.smithi110.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2022-01-04T07:39:56.078 INFO:teuthology.orchestra.run.smithi110.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jwt all 1.7.1-2ubuntu2 [17.4 kB] 2022-01-04T07:39:56.080 INFO:teuthology.orchestra.run.smithi110.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2022-01-04T07:39:56.081 INFO:teuthology.orchestra.run.smithi110.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2022-01-04T07:39:56.082 INFO:teuthology.orchestra.run.smithi110.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2 [59.1 kB] 2022-01-04T07:39:56.157 INFO:teuthology.orchestra.run.smithi110.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2022-01-04T07:39:56.158 INFO:teuthology.orchestra.run.smithi110.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2022-01-04T07:39:56.158 INFO:teuthology.orchestra.run.smithi110.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2022-01-04T07:39:56.162 INFO:teuthology.orchestra.run.smithi110.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2022-01-04T07:39:56.165 INFO:teuthology.orchestra.run.smithi110.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2022-01-04T07:39:56.243 INFO:teuthology.orchestra.run.smithi110.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-waitress all 1.4.1-1 [80.6 kB] 2022-01-04T07:39:56.246 INFO:teuthology.orchestra.run.smithi110.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2022-01-04T07:39:56.247 INFO:teuthology.orchestra.run.smithi110.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2022-01-04T07:39:56.269 INFO:teuthology.orchestra.run.smithi110.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2022-01-04T07:39:56.270 INFO:teuthology.orchestra.run.smithi110.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2022-01-04T07:39:56.328 INFO:teuthology.orchestra.run.smithi110.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2022-01-04T07:39:56.329 INFO:teuthology.orchestra.run.smithi110.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2022-01-04T07:39:56.332 INFO:teuthology.orchestra.run.smithi110.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-werkzeug all 0.16.1+dfsg1-2 [183 kB] 2022-01-04T07:39:56.337 INFO:teuthology.orchestra.run.smithi110.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2022-01-04T07:39:56.338 INFO:teuthology.orchestra.run.smithi110.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2022-01-04T07:39:56.417 INFO:teuthology.orchestra.run.smithi110.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2022-01-04T07:39:56.417 INFO:teuthology.orchestra.run.smithi110.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2022-01-04T07:39:56.419 INFO:teuthology.orchestra.run.smithi110.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2022-01-04T07:39:56.420 INFO:teuthology.orchestra.run.smithi110.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2022-01-04T07:39:56.421 INFO:teuthology.orchestra.run.smithi110.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2022-01-04T07:39:56.772 INFO:teuthology.orchestra.run.smithi110.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2022-01-04T07:39:56.842 INFO:teuthology.orchestra.run.smithi110.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2022-01-04T07:39:56.844 INFO:teuthology.orchestra.run.smithi110.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2022-01-04T07:39:56.916 INFO:teuthology.orchestra.run.smithi110.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2022-01-04T07:39:56.917 INFO:teuthology.orchestra.run.smithi110.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2022-01-04T07:39:56.996 INFO:teuthology.orchestra.run.smithi110.stdout:Get:52 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 17.0.0-9843-g07977688-1focal [6,404 kB] 2022-01-04T07:39:56.996 INFO:teuthology.orchestra.run.smithi110.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2022-01-04T07:39:56.997 INFO:teuthology.orchestra.run.smithi110.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2022-01-04T07:39:56.997 INFO:teuthology.orchestra.run.smithi110.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2022-01-04T07:39:56.998 INFO:teuthology.orchestra.run.smithi110.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2022-01-04T07:39:56.998 INFO:teuthology.orchestra.run.smithi110.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2022-01-04T07:39:56.999 INFO:teuthology.orchestra.run.smithi110.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2022-01-04T07:39:57.000 INFO:teuthology.orchestra.run.smithi110.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2022-01-04T07:39:57.046 INFO:teuthology.orchestra.run.smithi110.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2022-01-04T07:39:57.087 INFO:teuthology.orchestra.run.smithi110.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2022-01-04T07:39:57.089 INFO:teuthology.orchestra.run.smithi110.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2022-01-04T07:39:57.091 INFO:teuthology.orchestra.run.smithi110.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2022-01-04T07:39:57.092 INFO:teuthology.orchestra.run.smithi110.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 libxslt1.1 amd64 1.1.34-4 [152 kB] 2022-01-04T07:39:57.095 INFO:teuthology.orchestra.run.smithi110.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2022-01-04T07:39:57.097 INFO:teuthology.orchestra.run.smithi110.stdout:Get:66 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 17.0.0-9843-g07977688-1focal [201 kB] 2022-01-04T07:39:57.171 INFO:teuthology.orchestra.run.smithi110.stdout:Get:67 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 17.0.0-9843-g07977688-1focal [151 kB] 2022-01-04T07:39:57.172 INFO:teuthology.orchestra.run.smithi110.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2022-01-04T07:39:57.172 INFO:teuthology.orchestra.run.smithi110.stdout:Get:69 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 17.0.0-9843-g07977688-1focal [1,554 kB] 2022-01-04T07:39:57.174 INFO:teuthology.orchestra.run.smithi110.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2022-01-04T07:39:57.174 INFO:teuthology.orchestra.run.smithi110.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2022-01-04T07:39:57.175 INFO:teuthology.orchestra.run.smithi110.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2022-01-04T07:39:57.185 INFO:teuthology.orchestra.run.smithi110.stdout:Get:73 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 17.0.0-9843-g07977688-1focal [7,802 kB] 2022-01-04T07:39:57.216 INFO:teuthology.orchestra.run.smithi110.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2022-01-04T07:39:57.217 INFO:teuthology.orchestra.run.smithi110.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.3 [1,382 kB] 2022-01-04T07:39:57.232 INFO:teuthology.orchestra.run.smithi110.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2022-01-04T07:39:57.232 INFO:teuthology.orchestra.run.smithi110.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2022-01-04T07:39:57.233 INFO:teuthology.orchestra.run.smithi110.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2022-01-04T07:39:57.321 INFO:teuthology.orchestra.run.smithi110.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2022-01-04T07:39:57.323 INFO:teuthology.orchestra.run.smithi110.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2022-01-04T07:39:57.325 INFO:teuthology.orchestra.run.smithi110.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2022-01-04T07:39:57.326 INFO:teuthology.orchestra.run.smithi110.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2022-01-04T07:39:57.326 INFO:teuthology.orchestra.run.smithi110.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2022-01-04T07:39:57.387 INFO:teuthology.orchestra.run.smithi110.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2022-01-04T07:39:57.417 INFO:teuthology.orchestra.run.smithi110.stdout:Get:85 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 17.0.0-9843-g07977688-1focal [28.4 MB] 2022-01-04T07:39:58.531 INFO:teuthology.orchestra.run.smithi110.stdout:Get:86 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 17.0.0-9843-g07977688-1focal [3,812 B] 2022-01-04T07:39:58.531 INFO:teuthology.orchestra.run.smithi110.stdout:Get:87 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 17.0.0-9843-g07977688-1focal [852 kB] 2022-01-04T07:39:58.537 INFO:teuthology.orchestra.run.smithi110.stdout:Get:88 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 17.0.0-9843-g07977688-1focal [2,356 kB] 2022-01-04T07:39:58.555 INFO:teuthology.orchestra.run.smithi110.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 17.0.0-9843-g07977688-1focal [1,585 kB] 2022-01-04T07:39:58.718 INFO:teuthology.orchestra.run.smithi110.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 17.0.0-9843-g07977688-1focal [7,884 kB] 2022-01-04T07:39:58.869 INFO:teuthology.orchestra.run.smithi110.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 17.0.0-9843-g07977688-1focal [3,928 B] 2022-01-04T07:39:58.869 INFO:teuthology.orchestra.run.smithi110.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 17.0.0-9843-g07977688-1focal [50.2 MB] 2022-01-04T07:40:00.756 INFO:teuthology.orchestra.run.smithi110.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 17.0.0-9843-g07977688-1focal [218 kB] 2022-01-04T07:40:00.757 INFO:teuthology.orchestra.run.smithi110.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 17.0.0-9843-g07977688-1focal [68.4 kB] 2022-01-04T07:40:00.758 INFO:teuthology.orchestra.run.smithi110.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 17.0.0-9843-g07977688-1focal [21.4 kB] 2022-01-04T07:40:00.758 INFO:teuthology.orchestra.run.smithi110.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 17.0.0-9843-g07977688-1focal [12.6 MB] 2022-01-04T07:40:01.069 INFO:teuthology.orchestra.run.smithi110.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/WIP_GBH_safe_fast_shutdown_A1/0797768822e99ad148f56a2962d5638b541f0200/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 17.0.0-9843-g07977688-1focal [78.9 kB] 2022-01-04T07:40:01.658 INFO:teuthology.orchestra.run.smithi110.stdout:Fetched 180 MB in 6s (30.8 MB/s) 2022-01-04T07:40:01.888 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2022-01-04T07:40:01.949 INFO:teuthology.orchestra.run.smithi110.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 ... 145442 files and directories currently installed.) 2022-01-04T07:40:01.954 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../00-liblttng-ust0_2.11.0-1_amd64.deb ... 2022-01-04T07:40:02.045 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2022-01-04T07:40:02.449 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../01-librbd1_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:02.583 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking librbd1 (17.0.0-9843-g07977688-1focal) over (15.2.14-0ubuntu0.20.04.1) ... 2022-01-04T07:40:03.380 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../02-librados2_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:03.565 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking librados2 (17.0.0-9843-g07977688-1focal) over (15.2.14-0ubuntu0.20.04.1) ... 2022-01-04T07:40:04.279 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libcephfs2. 2022-01-04T07:40:04.296 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../03-libcephfs2_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:04.337 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libcephfs2 (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:04.757 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-rados. 2022-01-04T07:40:04.774 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../04-python3-rados_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:04.834 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-rados (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:05.386 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-ceph-argparse. 2022-01-04T07:40:05.402 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../05-python3-ceph-argparse_17.0.0-9843-g07977688-1focal_all.deb ... 2022-01-04T07:40:05.444 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-ceph-argparse (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:05.697 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-cephfs. 2022-01-04T07:40:05.713 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../06-python3-cephfs_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:05.780 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-cephfs (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:06.100 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-ceph-common. 2022-01-04T07:40:06.116 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../07-python3-ceph-common_17.0.0-9843-g07977688-1focal_all.deb ... 2022-01-04T07:40:06.159 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-ceph-common (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:06.663 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-prettytable. 2022-01-04T07:40:06.679 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../08-python3-prettytable_0.7.2-5_all.deb ... 2022-01-04T07:40:06.730 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2022-01-04T07:40:06.991 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-rbd. 2022-01-04T07:40:07.007 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../09-python3-rbd_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:07.050 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-rbd (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:07.428 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2022-01-04T07:40:07.444 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../10-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-01-04T07:40:07.486 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-01-04T07:40:08.007 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package librabbitmq4:amd64. 2022-01-04T07:40:08.022 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../11-librabbitmq4_0.10.0-1_amd64.deb ... 2022-01-04T07:40:08.065 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2022-01-04T07:40:08.402 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package librdkafka1:amd64. 2022-01-04T07:40:08.420 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../12-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2022-01-04T07:40:08.519 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-01-04T07:40:09.036 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package librgw2. 2022-01-04T07:40:09.050 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../13-librgw2_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:09.110 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking librgw2 (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:09.820 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-rgw. 2022-01-04T07:40:09.836 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../14-python3-rgw_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:09.887 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-rgw (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:10.277 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package liboath0. 2022-01-04T07:40:10.293 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../15-liboath0_2.6.1-1.3_amd64.deb ... 2022-01-04T07:40:10.336 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2022-01-04T07:40:10.714 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libradosstriper1. 2022-01-04T07:40:10.731 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../16-libradosstriper1_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:10.772 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libradosstriper1 (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:11.378 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-common. 2022-01-04T07:40:11.394 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../17-ceph-common_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:11.436 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-common (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:14.167 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-base. 2022-01-04T07:40:14.184 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../18-ceph-base_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:14.250 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-base (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:15.530 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-cryptography. 2022-01-04T07:40:15.546 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../19-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2022-01-04T07:40:15.593 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2022-01-04T07:40:16.021 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-openssl. 2022-01-04T07:40:16.031 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../20-python3-openssl_19.0.0-1build1_all.deb ... 2022-01-04T07:40:16.071 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2022-01-04T07:40:16.479 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2022-01-04T07:40:16.496 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../21-ceph-mgr-modules-core_17.0.0-9843-g07977688-1focal_all.deb ... 2022-01-04T07:40:16.565 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr-modules-core (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:16.996 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-bcrypt. 2022-01-04T07:40:17.014 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../22-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2022-01-04T07:40:17.054 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2022-01-04T07:40:17.383 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-cherrypy3. 2022-01-04T07:40:17.399 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../23-python3-cherrypy3_8.9.1-6_all.deb ... 2022-01-04T07:40:17.440 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2022-01-04T07:40:17.846 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-jwt. 2022-01-04T07:40:17.857 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../24-python3-jwt_1.7.1-2ubuntu2_all.deb ... 2022-01-04T07:40:17.947 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2) ... 2022-01-04T07:40:18.259 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-logutils. 2022-01-04T07:40:18.277 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../25-python3-logutils_0.3.3-7_all.deb ... 2022-01-04T07:40:18.325 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-logutils (0.3.3-7) ... 2022-01-04T07:40:18.662 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-markupsafe. 2022-01-04T07:40:18.678 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../26-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2022-01-04T07:40:18.753 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2022-01-04T07:40:19.170 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-mako. 2022-01-04T07:40:19.181 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../27-python3-mako_1.1.0+ds1-1ubuntu2_all.deb ... 2022-01-04T07:40:19.258 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-01-04T07:40:19.611 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-simplegeneric. 2022-01-04T07:40:19.627 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../28-python3-simplegeneric_0.8.1-3_all.deb ... 2022-01-04T07:40:19.704 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2022-01-04T07:40:20.111 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-singledispatch. 2022-01-04T07:40:20.123 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../29-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2022-01-04T07:40:20.163 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2022-01-04T07:40:20.441 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-webob. 2022-01-04T07:40:20.453 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../30-python3-webob_1%3a1.8.5-2_all.deb ... 2022-01-04T07:40:20.492 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2022-01-04T07:40:20.860 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-soupsieve. 2022-01-04T07:40:20.878 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../31-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2022-01-04T07:40:20.942 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2022-01-04T07:40:21.345 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-bs4. 2022-01-04T07:40:21.362 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../32-python3-bs4_4.8.2-1_all.deb ... 2022-01-04T07:40:21.403 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2022-01-04T07:40:21.752 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-waitress. 2022-01-04T07:40:21.767 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../33-python3-waitress_1.4.1-1_all.deb ... 2022-01-04T07:40:21.806 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-waitress (1.4.1-1) ... 2022-01-04T07:40:22.277 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-tempita. 2022-01-04T07:40:22.293 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../34-python3-tempita_0.5.2-6_all.deb ... 2022-01-04T07:40:22.335 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-tempita (0.5.2-6) ... 2022-01-04T07:40:22.697 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-paste. 2022-01-04T07:40:22.714 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../35-python3-paste_3.4.0+dfsg1-1_all.deb ... 2022-01-04T07:40:22.763 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2022-01-04T07:40:23.136 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2022-01-04T07:40:23.152 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../36-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2022-01-04T07:40:23.219 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2022-01-04T07:40:23.581 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pastedeploy. 2022-01-04T07:40:23.598 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../37-python3-pastedeploy_2.1.0-1_all.deb ... 2022-01-04T07:40:23.792 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2022-01-04T07:40:24.294 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-webtest. 2022-01-04T07:40:24.309 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../38-python3-webtest_2.0.32-2_all.deb ... 2022-01-04T07:40:24.352 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-webtest (2.0.32-2) ... 2022-01-04T07:40:24.713 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pecan. 2022-01-04T07:40:24.730 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../39-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2022-01-04T07:40:24.805 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2022-01-04T07:40:25.238 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-werkzeug. 2022-01-04T07:40:25.246 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../40-python3-werkzeug_0.16.1+dfsg1-2_all.deb ... 2022-01-04T07:40:25.311 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2) ... 2022-01-04T07:40:25.665 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2022-01-04T07:40:25.679 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../41-libsqlite3-mod-ceph_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:25.723 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libsqlite3-mod-ceph (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:26.141 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr. 2022-01-04T07:40:26.160 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../42-ceph-mgr_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:26.242 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:26.806 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mon. 2022-01-04T07:40:26.817 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../43-ceph-mon_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:26.866 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mon (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:28.237 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-osd. 2022-01-04T07:40:28.256 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../44-ceph-osd_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:28.295 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-osd (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:32.042 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph. 2022-01-04T07:40:32.052 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../45-ceph_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:32.093 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:32.446 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-fuse. 2022-01-04T07:40:32.463 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../46-ceph-fuse_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:32.504 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-fuse (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:33.134 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mds. 2022-01-04T07:40:33.151 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../47-ceph-mds_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:33.193 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mds (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:33.795 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-repoze.lru. 2022-01-04T07:40:33.807 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../48-python3-repoze.lru_0.7-2_all.deb ... 2022-01-04T07:40:33.845 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2022-01-04T07:40:34.310 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libjs-underscore. 2022-01-04T07:40:34.328 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../49-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2022-01-04T07:40:34.402 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-01-04T07:40:34.722 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libjs-sphinxdoc. 2022-01-04T07:40:34.740 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../50-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2022-01-04T07:40:34.771 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-01-04T07:40:35.191 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-routes. 2022-01-04T07:40:35.204 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../51-python3-routes_2.4.1-2_all.deb ... 2022-01-04T07:40:35.242 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-routes (2.4.1-2) ... 2022-01-04T07:40:35.579 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2022-01-04T07:40:35.595 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../52-ceph-mgr-dashboard_17.0.0-9843-g07977688-1focal_all.deb ... 2022-01-04T07:40:35.645 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr-dashboard (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:36.192 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-decorator. 2022-01-04T07:40:36.211 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../53-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2022-01-04T07:40:36.308 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2022-01-04T07:40:36.722 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2022-01-04T07:40:36.730 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../54-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2022-01-04T07:40:36.771 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-01-04T07:40:37.151 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-scipy. 2022-01-04T07:40:37.165 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../55-python3-scipy_1.3.3-3build1_amd64.deb ... 2022-01-04T07:40:37.207 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2022-01-04T07:40:39.062 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-sklearn-lib. 2022-01-04T07:40:39.077 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../56-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2022-01-04T07:40:39.153 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-01-04T07:40:39.833 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-joblib. 2022-01-04T07:40:39.849 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../57-python3-joblib_0.14.0-3_all.deb ... 2022-01-04T07:40:39.899 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-joblib (0.14.0-3) ... 2022-01-04T07:40:40.338 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-sklearn. 2022-01-04T07:40:40.354 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../58-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2022-01-04T07:40:40.395 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-01-04T07:40:41.306 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2022-01-04T07:40:41.322 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../59-ceph-mgr-diskprediction-local_17.0.0-9843-g07977688-1focal_all.deb ... 2022-01-04T07:40:41.366 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr-diskprediction-local (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:42.665 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-cachetools. 2022-01-04T07:40:42.681 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../60-python3-cachetools_4.0.0-1_all.deb ... 2022-01-04T07:40:42.720 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2022-01-04T07:40:43.039 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pyasn1. 2022-01-04T07:40:43.057 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../61-python3-pyasn1_0.4.2-3build1_all.deb ... 2022-01-04T07:40:43.098 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2022-01-04T07:40:43.501 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pyasn1-modules. 2022-01-04T07:40:43.518 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../62-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2022-01-04T07:40:43.559 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-01-04T07:40:43.972 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-rsa. 2022-01-04T07:40:43.987 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../63-python3-rsa_4.0-3_all.deb ... 2022-01-04T07:40:44.047 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-rsa (4.0-3) ... 2022-01-04T07:40:44.393 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-google-auth. 2022-01-04T07:40:44.411 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../64-python3-google-auth_1.5.1-2_all.deb ... 2022-01-04T07:40:44.459 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2022-01-04T07:40:44.907 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-blinker. 2022-01-04T07:40:44.923 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../65-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2022-01-04T07:40:44.975 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-01-04T07:40:45.408 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-oauthlib. 2022-01-04T07:40:45.426 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../66-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2022-01-04T07:40:45.467 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2022-01-04T07:40:45.877 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-requests-oauthlib. 2022-01-04T07:40:45.893 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../67-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2022-01-04T07:40:45.930 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-01-04T07:40:46.403 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-websocket. 2022-01-04T07:40:46.421 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../68-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2022-01-04T07:40:46.544 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2022-01-04T07:40:46.949 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-kubernetes. 2022-01-04T07:40:46.962 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../69-python3-kubernetes_7.0.0~a1-2_all.deb ... 2022-01-04T07:40:47.004 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2022-01-04T07:40:47.664 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2022-01-04T07:40:47.679 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../70-ceph-mgr-k8sevents_17.0.0-9843-g07977688-1focal_all.deb ... 2022-01-04T07:40:47.724 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-mgr-k8sevents (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:48.098 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libonig5:amd64. 2022-01-04T07:40:48.111 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../71-libonig5_6.9.4-1_amd64.deb ... 2022-01-04T07:40:48.189 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2022-01-04T07:40:48.631 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libjq1:amd64. 2022-01-04T07:40:48.647 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../72-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-01-04T07:40:48.714 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-01-04T07:40:49.131 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package jq. 2022-01-04T07:40:49.143 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../73-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-01-04T07:40:49.178 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2022-01-04T07:40:49.575 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libxslt1.1:amd64. 2022-01-04T07:40:49.590 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../74-libxslt1.1_1.1.34-4_amd64.deb ... 2022-01-04T07:40:49.633 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libxslt1.1:amd64 (1.1.34-4) ... 2022-01-04T07:40:49.992 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package xmlstarlet. 2022-01-04T07:40:50.011 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../75-xmlstarlet_1.6.1-2build1_amd64.deb ... 2022-01-04T07:40:50.061 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2022-01-04T07:40:50.475 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-test. 2022-01-04T07:40:50.490 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../76-ceph-test_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:50.532 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-test (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:55.552 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package ceph-volume. 2022-01-04T07:40:55.571 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../77-ceph-volume_17.0.0-9843-g07977688-1focal_all.deb ... 2022-01-04T07:40:55.610 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking ceph-volume (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:56.007 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package cephadm. 2022-01-04T07:40:56.023 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../78-cephadm_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:56.066 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking cephadm (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:56.454 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package libcephfs-dev. 2022-01-04T07:40:56.468 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../79-libcephfs-dev_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:40:56.529 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking libcephfs-dev (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:40:57.074 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package nvme-cli. 2022-01-04T07:40:57.089 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../80-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2022-01-04T07:40:57.147 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2022-01-04T07:40:57.699 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-atomicwrites. 2022-01-04T07:40:57.716 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../81-python3-atomicwrites_1.1.5-2build1_all.deb ... 2022-01-04T07:40:57.757 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2022-01-04T07:40:58.095 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-attr. 2022-01-04T07:40:58.111 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../82-python3-attr_19.3.0-2_all.deb ... 2022-01-04T07:40:58.177 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-attr (19.3.0-2) ... 2022-01-04T07:40:58.564 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-webencodings. 2022-01-04T07:40:58.581 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../83-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2022-01-04T07:40:58.622 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2022-01-04T07:40:59.110 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-html5lib. 2022-01-04T07:40:59.127 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../84-python3-html5lib_1.0.1-2_all.deb ... 2022-01-04T07:40:59.168 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2022-01-04T07:40:59.606 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-lxml:amd64. 2022-01-04T07:40:59.622 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../85-python3-lxml_4.5.0-1ubuntu0.3_amd64.deb ... 2022-01-04T07:40:59.663 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.3) ... 2022-01-04T07:41:00.252 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-packaging. 2022-01-04T07:41:00.267 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../86-python3-packaging_20.3-1_all.deb ... 2022-01-04T07:41:00.360 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-packaging (20.3-1) ... 2022-01-04T07:41:00.672 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pastescript. 2022-01-04T07:41:00.689 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../87-python3-pastescript_2.0.2-4_all.deb ... 2022-01-04T07:41:00.738 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2022-01-04T07:41:01.252 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pluggy. 2022-01-04T07:41:01.269 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../88-python3-pluggy_0.13.0-2_all.deb ... 2022-01-04T07:41:01.318 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2022-01-04T07:41:02.382 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-psutil. 2022-01-04T07:41:02.402 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../89-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2022-01-04T07:41:02.474 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2022-01-04T07:41:02.876 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-py. 2022-01-04T07:41:02.892 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../90-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2022-01-04T07:41:02.946 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2022-01-04T07:41:03.281 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pyinotify. 2022-01-04T07:41:03.300 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../91-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2022-01-04T07:41:03.347 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-01-04T07:41:03.801 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-wcwidth. 2022-01-04T07:41:03.818 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../92-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2022-01-04T07:41:03.859 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2022-01-04T07:41:04.255 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-pytest. 2022-01-04T07:41:04.267 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../93-python3-pytest_4.6.9-1_all.deb ... 2022-01-04T07:41:04.313 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-pytest (4.6.9-1) ... 2022-01-04T07:41:04.808 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package python3-simplejson. 2022-01-04T07:41:04.826 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../94-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2022-01-04T07:41:04.909 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2022-01-04T07:41:05.447 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package radosgw. 2022-01-04T07:41:05.460 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../95-radosgw_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:41:05.497 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking radosgw (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:07.045 INFO:teuthology.orchestra.run.smithi110.stdout:Selecting previously unselected package rbd-fuse. 2022-01-04T07:41:07.063 INFO:teuthology.orchestra.run.smithi110.stdout:Preparing to unpack .../96-rbd-fuse_17.0.0-9843-g07977688-1focal_amd64.deb ... 2022-01-04T07:41:07.103 INFO:teuthology.orchestra.run.smithi110.stdout:Unpacking rbd-fuse (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:07.414 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-attr (19.3.0-2) ... 2022-01-04T07:41:07.751 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2022-01-04T07:41:07.885 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2022-01-04T07:41:08.096 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up cephadm (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:08.884 INFO:teuthology.orchestra.run.smithi110.stdout:Adding system user cephadm....done 2022-01-04T07:41:09.096 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-waitress (1.4.1-1) ... 2022-01-04T07:41:09.447 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-repoze.lru (0.7-2) ... 2022-01-04T07:41:09.757 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up liboath0 (2.6.1-1.3) ... 2022-01-04T07:41:09.933 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2022-01-04T07:41:10.252 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-joblib (0.14.0-3) ... 2022-01-04T07:41:10.688 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-jwt (1.7.1-2ubuntu2) ... 2022-01-04T07:41:11.032 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-cachetools (4.0.0-1) ... 2022-01-04T07:41:11.309 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2022-01-04T07:41:11.594 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-01-04T07:41:11.920 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-ceph-argparse (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:12.531 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-01-04T07:41:12.690 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2022-01-04T07:41:13.025 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2022-01-04T07:41:13.343 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2022-01-04T07:41:13.787 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2022-01-04T07:41:14.089 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2022-01-04T07:41:14.499 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2022-01-04T07:41:14.785 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-tempita (0.5.2-6) ... 2022-01-04T07:41:15.136 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-packaging (20.3-1) ... 2022-01-04T07:41:15.487 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2022-01-04T07:41:15.613 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2022-01-04T07:41:15.907 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2022-01-04T07:41:16.300 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2) ... 2022-01-04T07:41:16.796 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2022-01-04T07:41:17.165 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-ceph-common (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:17.483 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-html5lib (1.0.1-2) ... 2022-01-04T07:41:17.860 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-01-04T07:41:18.011 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pluggy (0.13.0-2) ... 2022-01-04T07:41:18.304 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-01-04T07:41:18.497 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libxslt1.1:amd64 (1.1.34-4) ... 2022-01-04T07:41:18.740 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2022-01-04T07:41:19.151 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2022-01-04T07:41:19.452 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-logutils (0.3.3-7) ... 2022-01-04T07:41:19.854 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2022-01-04T07:41:19.980 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2022-01-04T07:41:20.299 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-prettytable (0.7.2-5) ... 2022-01-04T07:41:20.567 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2022-01-04T07:41:20.910 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2022-01-04T07:41:21.059 INFO:teuthology.orchestra.run.smithi110.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2022-01-04T07:41:21.297 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2022-01-04T07:41:21.423 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-01-04T07:41:21.749 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2022-01-04T07:41:22.144 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-01-04T07:41:22.279 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-01-04T07:41:22.435 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-webob (1:1.8.5-2) ... 2022-01-04T07:41:22.831 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-01-04T07:41:23.124 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up librados2 (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:23.275 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2022-01-04T07:41:24.886 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up librgw2 (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:25.023 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libsqlite3-mod-ceph (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:25.208 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-01-04T07:41:25.417 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pytest (4.6.9-1) ... 2022-01-04T07:41:25.886 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2022-01-04T07:41:26.162 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2022-01-04T07:41:26.456 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-bs4 (4.8.2-1) ... 2022-01-04T07:41:26.844 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libcephfs2 (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:27.018 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2022-01-04T07:41:27.337 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libradosstriper1 (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:27.463 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-01-04T07:41:27.815 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-01-04T07:41:29.068 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up librbd1 (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:29.261 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-01-04T07:41:29.403 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2022-01-04T07:41:29.529 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.3) ... 2022-01-04T07:41:29.874 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2022-01-04T07:41:30.107 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-rsa (4.0-3) ... 2022-01-04T07:41:30.534 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-webtest (2.0.32-2) ... 2022-01-04T07:41:30.933 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr-modules-core (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:31.062 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-fuse (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:31.280 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-01-04T07:41:31.280 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-01-04T07:41:32.155 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up libcephfs-dev (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:32.306 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-01-04T07:41:32.608 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pastescript (2.0.2-4) ... 2022-01-04T07:41:32.996 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2022-01-04T07:41:33.996 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-rados (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:34.219 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-rbd (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:34.365 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up rbd-fuse (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:34.514 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-routes (2.4.1-2) ... 2022-01-04T07:41:34.903 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-google-auth (1.5.1-2) ... 2022-01-04T07:41:35.227 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-rgw (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:35.396 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-cephfs (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:35.524 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2022-01-04T07:41:36.678 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-common (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:37.408 INFO:teuthology.orchestra.run.smithi110.stdout:Adding group ceph....done 2022-01-04T07:41:37.819 INFO:teuthology.orchestra.run.smithi110.stdout:Adding system user ceph....done 2022-01-04T07:41:38.180 INFO:teuthology.orchestra.run.smithi110.stdout:Setting system user ceph properties....done 2022-01-04T07:41:38.204 INFO:teuthology.orchestra.run.smithi110.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2022-01-04T07:41:38.357 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2022-01-04T07:41:38.898 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2022-01-04T07:41:39.809 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-test (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:39.944 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up radosgw (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:40.246 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-01-04T07:41:40.246 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-01-04T07:41:41.556 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-base (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:41.920 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2022-01-04T07:41:42.815 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mds (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:43.160 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-01-04T07:41:43.161 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-01-04T07:41:44.346 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:44.803 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-01-04T07:41:44.804 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-01-04T07:41:45.724 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-osd (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:46.450 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-01-04T07:41:46.451 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-01-04T07:41:47.444 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr-k8sevents (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:47.570 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr-diskprediction-local (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:47.713 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mon (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:47.936 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-01-04T07:41:47.937 INFO:teuthology.orchestra.run.smithi110.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-01-04T07:41:48.815 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:49.067 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-mgr-dashboard (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:49.227 INFO:teuthology.orchestra.run.smithi110.stdout:Setting up ceph-volume (17.0.0-9843-g07977688-1focal) ... 2022-01-04T07:41:49.375 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for systemd (245.4-4ubuntu3.13) ... 2022-01-04T07:41:50.015 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-01-04T07:41:52.936 INFO:teuthology.orchestra.run.smithi110.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-01-04T07:41:53.413 INFO:teuthology.orchestra.run.smithi110.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2022-01-04T07:41:53.416 DEBUG:teuthology.parallel:result is None 2022-01-04T07:41:53.417 DEBUG:teuthology.orchestra.run.smithi110:> sudo lsb_release -is 2022-01-04T07:41:53.462 INFO:teuthology.orchestra.run.smithi110.stdout:Ubuntu 2022-01-04T07:41:53.467 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-01-04T07:41:53.468 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=0797768822e99ad148f56a2962d5638b541f0200 2022-01-04T07:41:53.708 DEBUG:teuthology.orchestra.run.smithi110:> dpkg-query -W -f '${Version}' ceph 2022-01-04T07:41:53.731 INFO:teuthology.orchestra.run.smithi110.stdout:17.0.0-9843-g07977688-1focal 2022-01-04T07:41:53.732 INFO:teuthology.packaging:The installed version of ceph is 17.0.0-9843-g07977688-1focal 2022-01-04T07:41:53.732 INFO:teuthology.task.install:The correct ceph version 17.0.0-9843-g07977688-1focal is installed. 2022-01-04T07:41:53.733 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2022-01-04T07:41:53.733 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:41:53.734 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2022-01-04T07:41:53.793 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2022-01-04T07:41:53.793 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:41:53.794 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/usr/bin/daemon-helper 2022-01-04T07:41:53.807 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod a=rx -- /usr/bin/daemon-helper 2022-01-04T07:41:53.864 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2022-01-04T07:41:53.865 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2022-01-04T07:41:53.865 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/usr/bin/adjust-ulimits 2022-01-04T07:41:53.876 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2022-01-04T07:41:53.886 INFO:teuthology.run_tasks:Running task radosbench... 2022-01-04T07:41:53.900 INFO:tasks.radosbench:Beginning radosbench... 2022-01-04T07:41:53.901 INFO:tasks.rook.ceph_manager.ceph:creating pool_name unique_pool_0 2022-01-04T07:41:53.902 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd pool create unique_pool_0 16 2022-01-04T07:41:55.316 INFO:teuthology.orchestra.run.smithi110.stderr:pool 'unique_pool_0' created 2022-01-04T07:41:55.334 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd pool application enable unique_pool_0 rados --yes-i-really-mean-it || true 2022-01-04T07:41:56.361 INFO:teuthology.orchestra.run.smithi110.stderr:enabled application 'rados' on pool 'unique_pool_0' 2022-01-04T07:41:57.378 DEBUG:teuthology.orchestra.run.smithi110:> /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' 2022-01-04T07:41:57.381 INFO:teuthology.run_tasks:Running task rook.shell... 2022-01-04T07:41:57.392 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch host label add '`hostname`' 'foo 2022-01-04T07:41:57.392 DEBUG:teuthology.orchestra.run.smithi110:> ceph' orch host ls '|' grep 'foo 2022-01-04T07:41:57.392 DEBUG:teuthology.orchestra.run.smithi110:> ceph' orch host label rm '`hostname`' 'foo 2022-01-04T07:41:57.393 DEBUG:teuthology.orchestra.run.smithi110:> ceph' orch host ls '|' grep -v 'foo 2022-01-04T07:41:57.393 DEBUG:teuthology.orchestra.run.smithi110:> ' 2022-01-04T07:41:57.472 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:hints = 1 2022-01-04T07:41:57.473 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 360 seconds or 0 objects 2022-01-04T07:41:57.473 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Object prefix: benchmark_data_smithi110_46135 2022-01-04T07:41:57.474 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:41:57.474 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 0 0 0 0 0 0 - 0 2022-01-04T07:41:57.755 INFO:teuthology.orchestra.run.smithi110.stdout:ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2022-01-04T07:41:57.781 INFO:teuthology.run_tasks:Running task exec... 2022-01-04T07:41:57.795 INFO:teuthology.task.exec:Executing custom commands... 2022-01-04T07:41:57.795 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2022-01-04T07:41:57.796 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2022-01-04T07:41:57.796 DEBUG:teuthology.orchestra.run.smithi110:> toolbox() { 2022-01-04T07:41:57.796 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- "$@" 2022-01-04T07:41:57.797 DEBUG:teuthology.orchestra.run.smithi110:> } 2022-01-04T07:41:57.798 DEBUG:teuthology.orchestra.run.smithi110:> orig_num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-01-04T07:41:57.798 DEBUG:teuthology.orchestra.run.smithi110:> toolbox ceph orch osd rm 0 --force 2022-01-04T07:41:57.799 DEBUG:teuthology.orchestra.run.smithi110:> removed_pv="" 2022-01-04T07:41:57.799 DEBUG:teuthology.orchestra.run.smithi110:> while [ "$removed_pv" = "" ] 2022-01-04T07:41:57.799 DEBUG:teuthology.orchestra.run.smithi110:> do 2022-01-04T07:41:57.800 DEBUG:teuthology.orchestra.run.smithi110:> removed_pv=`kubectl get pv | grep Released | cut -f1 -d " "` 2022-01-04T07:41:57.800 DEBUG:teuthology.orchestra.run.smithi110:> sleep 3s 2022-01-04T07:41:57.800 DEBUG:teuthology.orchestra.run.smithi110:> done 2022-01-04T07:41:57.801 DEBUG:teuthology.orchestra.run.smithi110:> target_path=`kubectl get pv $removed_pv -o jsonpath='"'"'{.spec.local.path}'"'"'` 2022-01-04T07:41:57.801 DEBUG:teuthology.orchestra.run.smithi110:> host=`echo $removed_pv | cut -f1 -d "-"` 2022-01-04T07:41:57.801 DEBUG:teuthology.orchestra.run.smithi110:> toolbox ceph orch device zap $host $target_path --force 2022-01-04T07:41:57.802 DEBUG:teuthology.orchestra.run.smithi110:> zap_completion="0" 2022-01-04T07:41:57.802 DEBUG:teuthology.orchestra.run.smithi110:> while [ "$zap_completion" = "0" ] 2022-01-04T07:41:57.802 DEBUG:teuthology.orchestra.run.smithi110:> do 2022-01-04T07:41:57.803 DEBUG:teuthology.orchestra.run.smithi110:> zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap -o jsonpath='"'"'{.status.succeeded.path}'"'"'` 2022-01-04T07:41:57.803 DEBUG:teuthology.orchestra.run.smithi110:> sleep 3s 2022-01-04T07:41:57.804 DEBUG:teuthology.orchestra.run.smithi110:> done 2022-01-04T07:41:57.805 DEBUG:teuthology.orchestra.run.smithi110:> kubectl patch pv $removed_pv -p '"'"'{"spec":{"claimRef": null}}'"'"' 2022-01-04T07:41:57.805 DEBUG:teuthology.orchestra.run.smithi110:> toolbox ceph orch apply osd --all-available-devices 2022-01-04T07:41:57.805 DEBUG:teuthology.orchestra.run.smithi110:> kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-01-04T07:41:57.805 DEBUG:teuthology.orchestra.run.smithi110:> num_osd="0" 2022-01-04T07:41:57.806 DEBUG:teuthology.orchestra.run.smithi110:> while [ "$num_osd" != "$orig_num_osd" ] 2022-01-04T07:41:57.806 DEBUG:teuthology.orchestra.run.smithi110:> do 2022-01-04T07:41:57.806 DEBUG:teuthology.orchestra.run.smithi110:> echo "waiting for osd to come back up" 2022-01-04T07:41:57.807 DEBUG:teuthology.orchestra.run.smithi110:> num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-01-04T07:41:57.807 DEBUG:teuthology.orchestra.run.smithi110:> sleep 30s 2022-01-04T07:41:57.807 DEBUG:teuthology.orchestra.run.smithi110:> done 2022-01-04T07:41:57.808 DEBUG:teuthology.orchestra.run.smithi110:> ' 2022-01-04T07:41:57.844 INFO:teuthology.orchestra.run.smithi110.stderr:++ cut -f3 -d ' ' 2022-01-04T07:41:57.845 INFO:teuthology.orchestra.run.smithi110.stderr:++ toolbox ceph osd stat 2022-01-04T07:41:57.846 INFO:teuthology.orchestra.run.smithi110.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-01-04T07:41:58.473 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 1 16 1375 1359 84.9333 84.9375 0.0118092 0.0117329 2022-01-04T07:41:59.473 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 2 16 2905 2889 90.2747 95.625 0.00663821 0.0110361 2022-01-04T07:42:00.374 INFO:teuthology.orchestra.run.smithi110.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-01-04T07:42:00.473 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 3 16 4386 4370 91.0343 92.5625 0.0070595 0.0109589 2022-01-04T07:42:01.237 INFO:teuthology.orchestra.run.smithi110.stderr:+ orig_num_osd=4 2022-01-04T07:42:01.237 INFO:teuthology.orchestra.run.smithi110.stderr:+ toolbox ceph orch osd rm 0 --force 2022-01-04T07:42:01.237 INFO:teuthology.orchestra.run.smithi110.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch osd rm 0 --force 2022-01-04T07:42:01.474 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 4 16 5332 5316 83.055 59.125 0.00469872 0.011882 2022-01-04T07:42:01.837 INFO:teuthology.orchestra.run.smithi110.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-01-04T07:42:02.474 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 5 16 6426 6410 80.1178 68.375 0.0143499 0.0124575 2022-01-04T07:42:02.651 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:02.649273 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-01-04T07:42:02.655 INFO:tasks.rook.operator.smithi110.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", AllowUnsupported: true}, 2022-01-04T07:42:02.655 INFO:tasks.rook.operator.smithi110.stdout:   Storage: v1.StorageScopeSpec{ 2022-01-04T07:42:02.656 INFO:tasks.rook.operator.smithi110.stdout:   ... // 3 identical fields 2022-01-04T07:42:02.656 INFO:tasks.rook.operator.smithi110.stdout:   Config: nil, 2022-01-04T07:42:02.656 INFO:tasks.rook.operator.smithi110.stdout:   Selection: {}, 2022-01-04T07:42:02.656 INFO:tasks.rook.operator.smithi110.stdout:   StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-01-04T07:42:02.657 INFO:tasks.rook.operator.smithi110.stdout:   {Name: "smithi110-lv-1", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi110-lv-1", StorageClassName: &"scratch", ...}}}}, 2022-01-04T07:42:02.657 INFO:tasks.rook.operator.smithi110.stdout:   {Name: "smithi110-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi110-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-01-04T07:42:02.657 INFO:tasks.rook.operator.smithi110.stdout:-  { 2022-01-04T07:42:02.657 INFO:tasks.rook.operator.smithi110.stdout:-  Name: "smithi110-lv-3", 2022-01-04T07:42:02.658 INFO:tasks.rook.operator.smithi110.stdout:-  Count: 1, 2022-01-04T07:42:02.658 INFO:tasks.rook.operator.smithi110.stdout:-  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-01-04T07:42:02.658 INFO:tasks.rook.operator.smithi110.stdout:-  }, 2022-01-04T07:42:02.658 INFO:tasks.rook.operator.smithi110.stdout:   {Name: "smithi110-lv-4", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi110-lv-4", StorageClassName: &"scratch", ...}}}}, 2022-01-04T07:42:02.659 INFO:tasks.rook.operator.smithi110.stdout:   }, 2022-01-04T07:42:02.659 INFO:tasks.rook.operator.smithi110.stdout:   }, 2022-01-04T07:42:02.659 INFO:tasks.rook.operator.smithi110.stdout:   Annotations: nil, 2022-01-04T07:42:02.659 INFO:tasks.rook.operator.smithi110.stdout:   Labels: nil, 2022-01-04T07:42:02.660 INFO:tasks.rook.operator.smithi110.stdout:   ... // 20 identical fields 2022-01-04T07:42:02.660 INFO:tasks.rook.operator.smithi110.stdout:  } 2022-01-04T07:42:02.662 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:02.661181 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-01-04T07:42:02.751 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:02.749461 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:42:02.809 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:02.808057 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200... 2022-01-04T07:42:03.474 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 6 16 7110 7094 73.8885 42.75 0.0102025 0.0125869 2022-01-04T07:42:04.474 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 7 16 7110 7094 63.3322 0 - 0.0125869 2022-01-04T07:42:05.474 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 8 16 7110 7094 55.4156 0 - 0.0125869 2022-01-04T07:42:06.474 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 9 16 7110 7094 49.2583 0 - 0.0125869 2022-01-04T07:42:07.474 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 10 16 7110 7094 44.3324 0 - 0.0125869 2022-01-04T07:42:08.475 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 11 16 7110 7094 40.302 0 - 0.0125869 2022-01-04T07:42:09.475 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 12 16 7110 7094 36.9435 0 - 0.0125869 2022-01-04T07:42:09.801 INFO:teuthology.orchestra.run.smithi110.stdout:Success 2022-01-04T07:42:09.827 INFO:teuthology.orchestra.run.smithi110.stderr:+ removed_pv= 2022-01-04T07:42:09.827 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' '' = '' ']' 2022-01-04T07:42:09.827 INFO:teuthology.orchestra.run.smithi110.stderr:++ kubectl get pv 2022-01-04T07:42:09.827 INFO:teuthology.orchestra.run.smithi110.stderr:++ grep Released 2022-01-04T07:42:09.828 INFO:teuthology.orchestra.run.smithi110.stderr:++ cut -f1 -d ' ' 2022-01-04T07:42:09.891 INFO:teuthology.orchestra.run.smithi110.stderr:+ removed_pv= 2022-01-04T07:42:09.892 INFO:teuthology.orchestra.run.smithi110.stderr:+ sleep 3s 2022-01-04T07:42:10.475 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 13 16 7110 7094 34.1017 0 - 0.0125869 2022-01-04T07:42:11.475 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 14 16 7110 7094 31.6659 0 - 0.0125869 2022-01-04T07:42:12.475 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 15 16 7239 7223 30.0922 0.895833 0.00958506 0.0331976 2022-01-04T07:42:12.893 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' '' = '' ']' 2022-01-04T07:42:12.894 INFO:teuthology.orchestra.run.smithi110.stderr:++ cut -f1 -d ' ' 2022-01-04T07:42:12.894 INFO:teuthology.orchestra.run.smithi110.stderr:++ kubectl get pv 2022-01-04T07:42:12.895 INFO:teuthology.orchestra.run.smithi110.stderr:++ grep Released 2022-01-04T07:42:13.037 INFO:teuthology.orchestra.run.smithi110.stderr:+ removed_pv= 2022-01-04T07:42:13.037 INFO:teuthology.orchestra.run.smithi110.stderr:+ sleep 3s 2022-01-04T07:42:13.475 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 16 16 8169 8153 31.8439 58.125 0.012225 0.0313804 2022-01-04T07:42:14.475 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 17 16 9111 9095 33.4336 58.875 0.0122702 0.0298904 2022-01-04T07:42:15.475 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 18 16 10057 10041 34.8605 59.125 0.00634093 0.0286592 2022-01-04T07:42:16.038 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' '' = '' ']' 2022-01-04T07:42:16.040 INFO:teuthology.orchestra.run.smithi110.stderr:++ kubectl get pv 2022-01-04T07:42:16.040 INFO:teuthology.orchestra.run.smithi110.stderr:++ grep Released 2022-01-04T07:42:16.040 INFO:teuthology.orchestra.run.smithi110.stderr:++ cut -f1 -d ' ' 2022-01-04T07:42:16.308 INFO:teuthology.orchestra.run.smithi110.stderr:+ removed_pv= 2022-01-04T07:42:16.309 INFO:teuthology.orchestra.run.smithi110.stderr:+ sleep 3s 2022-01-04T07:42:16.476 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 19 16 10855 10839 35.6505 49.875 0.00976501 0.0280312 2022-01-04T07:42:17.140 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:17.136647 I | ceph-spec: object "rook-ceph-osd-0" matched on delete, reconciling 2022-01-04T07:42:17.476 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:42:17.475105+0000 min lat: 0.00186758 max lat: 9.39738 avg lat: 0.0274433 2022-01-04T07:42:17.476 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:42:17.476 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 20 16 11653 11637 36.3615 49.875 0.0732476 0.0274433 2022-01-04T07:42:18.477 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 21 16 12283 12267 36.502 39.375 0.0980166 0.0272857 2022-01-04T07:42:19.309 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' '' = '' ']' 2022-01-04T07:42:19.310 INFO:teuthology.orchestra.run.smithi110.stderr:++ kubectl get pv 2022-01-04T07:42:19.311 INFO:teuthology.orchestra.run.smithi110.stderr:++ cut -f1 -d ' ' 2022-01-04T07:42:19.311 INFO:teuthology.orchestra.run.smithi110.stderr:++ grep Released 2022-01-04T07:42:19.418 INFO:teuthology.orchestra.run.smithi110.stderr:+ removed_pv=smithi110-lv-3 2022-01-04T07:42:19.418 INFO:teuthology.orchestra.run.smithi110.stderr:+ sleep 3s 2022-01-04T07:42:19.477 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 22 16 13149 13133 37.3028 54.125 0.0216711 0.026788 2022-01-04T07:42:20.477 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 23 16 13852 13836 37.591 43.9375 0.0173692 0.0265823 2022-01-04T07:42:21.479 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 24 16 14781 14765 38.4437 58.0625 0.0176252 0.0259945 2022-01-04T07:42:22.420 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' smithi110-lv-3 = '' ']' 2022-01-04T07:42:22.421 INFO:teuthology.orchestra.run.smithi110.stderr:++ kubectl get pv smithi110-lv-3 -o 'jsonpath={.spec.local.path}' 2022-01-04T07:42:22.478 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 25 16 15593 15577 38.9347 50.75 0.0132154 0.0256716 2022-01-04T07:42:22.595 INFO:teuthology.orchestra.run.smithi110.stderr:+ target_path=/dev/vg_nvme/lv_3 2022-01-04T07:42:22.595 INFO:teuthology.orchestra.run.smithi110.stderr:++ echo smithi110-lv-3 2022-01-04T07:42:22.595 INFO:teuthology.orchestra.run.smithi110.stderr:++ cut -f1 -d - 2022-01-04T07:42:22.596 INFO:teuthology.orchestra.run.smithi110.stderr:+ host=smithi110 2022-01-04T07:42:22.596 INFO:teuthology.orchestra.run.smithi110.stderr:+ toolbox ceph orch device zap smithi110 /dev/vg_nvme/lv_3 --force 2022-01-04T07:42:22.597 INFO:teuthology.orchestra.run.smithi110.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch device zap smithi110 /dev/vg_nvme/lv_3 --force 2022-01-04T07:42:22.636 INFO:teuthology.orchestra.run.smithi110.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-01-04T07:42:23.479 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 26 16 16284 16268 39.0981 43.1875 0.0146015 0.0255634 2022-01-04T07:42:24.479 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 27 16 17251 17235 39.8877 60.4375 0.0284202 0.0250524 2022-01-04T07:42:25.479 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 28 16 18018 18002 40.1751 47.9375 0.00913752 0.024878 2022-01-04T07:42:25.497 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_3 on smithi110 zapped 2022-01-04T07:42:25.531 INFO:teuthology.orchestra.run.smithi110.stderr:+ zap_completion=0 2022-01-04T07:42:25.532 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' 0 = 0 ']' 2022-01-04T07:42:25.532 INFO:teuthology.orchestra.run.smithi110.stderr:++ kubectl get job -n rook-ceph rook-ceph-device-zap -o 'jsonpath={.status.succeeded.path}' 2022-01-04T07:42:26.204 INFO:teuthology.orchestra.run.smithi110.stderr:+ zap_completion= 2022-01-04T07:42:26.205 INFO:teuthology.orchestra.run.smithi110.stderr:+ sleep 3s 2022-01-04T07:42:26.479 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 29 16 18776 18760 40.4231 47.375 0.0238375 0.0247271 2022-01-04T07:42:27.479 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 30 16 19408 19392 40.3923 39.5 0.00669842 0.0247417 2022-01-04T07:42:28.479 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 31 16 20126 20110 40.5367 44.875 0.0181088 0.0246495 2022-01-04T07:42:29.206 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' '' = 0 ']' 2022-01-04T07:42:29.206 INFO:teuthology.orchestra.run.smithi110.stderr:+ kubectl patch pv smithi110-lv-3 -p '{"spec":{"claimRef": null}}' 2022-01-04T07:42:29.360 INFO:teuthology.orchestra.run.smithi110.stdout:persistentvolume/smithi110-lv-3 patched 2022-01-04T07:42:29.363 INFO:teuthology.orchestra.run.smithi110.stderr:+ toolbox ceph orch apply osd --all-available-devices 2022-01-04T07:42:29.363 INFO:teuthology.orchestra.run.smithi110.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch apply osd --all-available-devices 2022-01-04T07:42:29.479 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 32 16 20606 20590 40.2074 30 0.0229735 0.0247788 2022-01-04T07:42:29.943 INFO:teuthology.orchestra.run.smithi110.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-01-04T07:42:30.480 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 33 16 21245 21229 40.1991 39.9375 0.0303366 0.0248646 2022-01-04T07:42:31.480 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 34 16 22038 22022 40.4743 49.5625 0.0177406 0.0246963 2022-01-04T07:42:32.480 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 35 16 22696 22680 40.4928 41.125 0.0242814 0.024683 2022-01-04T07:42:33.480 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 36 16 23394 23378 40.5797 43.625 0.0103006 0.0246319 2022-01-04T07:42:34.480 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 37 16 23903 23887 40.3427 31.8125 0.0206334 0.0247759 2022-01-04T07:42:35.480 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 38 16 24658 24642 40.5227 47.1875 0.0204947 0.0246672 2022-01-04T07:42:36.480 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 39 16 25461 25445 40.7704 50.1875 0.0120479 0.0245165 2022-01-04T07:42:37.480 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:42:37.479445+0000 min lat: 0.00186758 max lat: 9.39738 avg lat: 0.0245009 2022-01-04T07:42:37.481 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:42:37.482 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 40 16 26118 26102 40.7776 41.0625 0.0198198 0.0245009 2022-01-04T07:42:38.480 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 41 16 26677 26661 40.6351 34.9375 0.0123956 0.0245688 2022-01-04T07:42:39.480 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 42 16 27229 27213 40.489 34.5 0.0141113 0.0246896 2022-01-04T07:42:40.480 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 43 16 27815 27799 40.399 36.625 0.0221683 0.0247435 2022-01-04T07:42:40.886 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:40.883713 I | ceph-cluster-controller: detected ceph image version: "17.0.0-9843 quincy" 2022-01-04T07:42:40.886 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:40.883734 I | ceph-cluster-controller: validating ceph version from provided image 2022-01-04T07:42:40.886 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:40.883744 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-9843 quincy", pursuing 2022-01-04T07:42:41.148 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:41.143554 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:42:41.328 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:41.325148 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:42:41.328 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:41.325377 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:42:41.481 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 44 16 28557 28541 40.5348 46.375 0.0134749 0.0246606 2022-01-04T07:42:42.481 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 45 16 29232 29216 40.5714 42.1875 0.0278232 0.0246359 2022-01-04T07:42:43.481 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 46 16 29732 29716 40.3687 31.25 0.0295768 0.0247567 2022-01-04T07:42:43.801 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:43.796915 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-9843 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200" 2022-01-04T07:42:44.481 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 47 16 30318 30302 40.289 36.625 0.0104828 0.0248128 2022-01-04T07:42:44.958 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:44.904609 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-01-04T07:42:44.959 INFO:tasks.rook.operator.smithi110.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", AllowUnsupported: true}, 2022-01-04T07:42:44.959 INFO:tasks.rook.operator.smithi110.stdout:   Storage: v1.StorageScopeSpec{ 2022-01-04T07:42:44.959 INFO:tasks.rook.operator.smithi110.stdout:   ... // 3 identical fields 2022-01-04T07:42:44.960 INFO:tasks.rook.operator.smithi110.stdout:   Config: nil, 2022-01-04T07:42:44.960 INFO:tasks.rook.operator.smithi110.stdout:   Selection: {}, 2022-01-04T07:42:44.960 INFO:tasks.rook.operator.smithi110.stdout:   StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-01-04T07:42:44.961 INFO:tasks.rook.operator.smithi110.stdout:   {Name: "smithi110-lv-1", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi110-lv-1", StorageClassName: &"scratch", ...}}}}, 2022-01-04T07:42:44.961 INFO:tasks.rook.operator.smithi110.stdout:   {Name: "smithi110-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi110-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-01-04T07:42:44.961 INFO:tasks.rook.operator.smithi110.stdout:   {Name: "smithi110-lv-4", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi110-lv-4", StorageClassName: &"scratch", ...}}}}, 2022-01-04T07:42:44.962 INFO:tasks.rook.operator.smithi110.stdout:+  { 2022-01-04T07:42:44.962 INFO:tasks.rook.operator.smithi110.stdout:+  Name: "smithi110-lv-3", 2022-01-04T07:42:44.962 INFO:tasks.rook.operator.smithi110.stdout:+  Count: 1, 2022-01-04T07:42:44.962 INFO:tasks.rook.operator.smithi110.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-01-04T07:42:44.963 INFO:tasks.rook.operator.smithi110.stdout:+  }, 2022-01-04T07:42:44.963 INFO:tasks.rook.operator.smithi110.stdout:   }, 2022-01-04T07:42:44.963 INFO:tasks.rook.operator.smithi110.stdout:   }, 2022-01-04T07:42:44.964 INFO:tasks.rook.operator.smithi110.stdout:   Annotations: nil, 2022-01-04T07:42:44.964 INFO:tasks.rook.operator.smithi110.stdout:   Labels: nil, 2022-01-04T07:42:44.964 INFO:tasks.rook.operator.smithi110.stdout:   ... // 20 identical fields 2022-01-04T07:42:44.964 INFO:tasks.rook.operator.smithi110.stdout:  } 2022-01-04T07:42:45.481 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 48 16 30842 30826 40.1318 32.75 0.0228591 0.0249096 2022-01-04T07:42:45.538 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:45.532151 I | op-mon: start running mons 2022-01-04T07:42:45.542 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:45.537941 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:42:46.138 INFO:teuthology.orchestra.run.smithi110.stdout:['No change'] 2022-01-04T07:42:46.186 INFO:teuthology.orchestra.run.smithi110.stderr:+ kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-01-04T07:42:46.481 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 49 16 31415 31399 40.0436 35.8125 0.00973556 0.0249642 2022-01-04T07:42:46.611 INFO:teuthology.orchestra.run.smithi110.stdout:job.batch "rook-ceph-device-zap" deleted 2022-01-04T07:42:46.624 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:46.623019 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.105.48.177:6789"]}] data:a=10.105.48.177:6789 mapping:{"node":{"a":{"Name":"smithi110","Hostname":"smithi110","Address":"172.21.15.110"}}} maxMonId:0] 2022-01-04T07:42:46.895 INFO:teuthology.orchestra.run.smithi110.stderr:+ num_osd=0 2022-01-04T07:42:46.896 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' 0 '!=' 4 ']' 2022-01-04T07:42:46.896 INFO:teuthology.orchestra.run.smithi110.stderr:+ echo 'waiting for osd to come back up' 2022-01-04T07:42:46.896 INFO:teuthology.orchestra.run.smithi110.stdout:waiting for osd to come back up 2022-01-04T07:42:46.898 INFO:teuthology.orchestra.run.smithi110.stderr:++ toolbox ceph osd stat 2022-01-04T07:42:46.898 INFO:teuthology.orchestra.run.smithi110.stderr:++ cut -f3 -d ' ' 2022-01-04T07:42:46.898 INFO:teuthology.orchestra.run.smithi110.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-01-04T07:42:47.481 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 50 16 32105 32089 40.1052 43.125 0.0204867 0.024926 2022-01-04T07:42:47.520 INFO:teuthology.orchestra.run.smithi110.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-01-04T07:42:47.921 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:47.917473 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:42:48.081 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:48.075697 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:42:48.481 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 51 16 32540 32524 39.8519 27.1875 0.0227751 0.0250822 2022-01-04T07:42:49.481 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 52 16 32910 32894 39.5302 23.125 0.0168164 0.0252062 2022-01-04T07:42:50.481 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 53 16 32910 32894 38.7843 0 - 0.0252062 2022-01-04T07:42:51.482 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 54 16 32910 32894 38.0661 0 - 0.0252062 2022-01-04T07:42:51.703 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:51.702258 I | op-mon: targeting the mon count 1 2022-01-04T07:42:51.718 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:51.716125 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-01-04T07:42:51.719 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:51.716219 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-01-04T07:42:52.143 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:52.140902 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:42:52.482 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 55 16 32910 32894 37.374 0 - 0.0252062 2022-01-04T07:42:52.730 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:52.727838 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200... 2022-01-04T07:42:53.165 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:53.163316 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-01-04T07:42:53.482 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 56 16 32910 32894 36.7066 0 - 0.0252062 2022-01-04T07:42:53.681 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:53.679658 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-01-04T07:42:53.901 INFO:teuthology.orchestra.run.smithi110.stderr:+ num_osd=2 2022-01-04T07:42:53.902 INFO:teuthology.orchestra.run.smithi110.stderr:+ sleep 30s 2022-01-04T07:42:54.482 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 57 16 32913 32897 36.066 0.0375 4.98961 0.0256582 2022-01-04T07:42:55.482 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 58 16 32913 32897 35.4442 0 - 0.0256582 2022-01-04T07:42:55.743 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:55.741020 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-01-04T07:42:56.482 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 59 16 32913 32897 34.8435 0 - 0.0256582 2022-01-04T07:42:57.482 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:42:57.481489+0000 min lat: 0.00186758 max lat: 9.39738 avg lat: 0.0256582 2022-01-04T07:42:57.483 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:42:57.483 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 60 16 32913 32897 34.2628 0 - 0.0256582 2022-01-04T07:42:57.747 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:42:57.745700 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-01-04T07:42:58.482 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 61 16 32913 32897 33.7011 0 - 0.0256582 2022-01-04T07:42:59.483 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 62 16 32930 32914 33.1747 0.2125 0.00317677 0.0275827 2022-01-04T07:43:00.483 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 63 16 32938 32922 32.656 0.5 0.00537023 0.0286722 2022-01-04T07:43:01.483 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 64 16 32940 32924 32.1478 0.125 0.00593004 0.0286708 2022-01-04T07:43:02.485 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 65 16 32940 32924 31.6532 0 - 0.0286708 2022-01-04T07:43:03.483 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 66 16 32940 32924 31.1736 0 - 0.0286708 2022-01-04T07:43:04.483 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 67 16 32940 32924 30.7084 0 - 0.0286708 2022-01-04T07:43:05.483 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 68 16 32940 32924 30.2568 0 - 0.0286708 2022-01-04T07:43:06.483 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 69 16 32940 32924 29.8183 0 - 0.0286708 2022-01-04T07:43:07.484 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 70 16 33231 33215 29.6521 3.03125 0.0181037 0.0336882 2022-01-04T07:43:08.484 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 71 16 33950 33934 29.8674 44.9375 0.0157994 0.0334714 2022-01-04T07:43:09.484 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 72 16 34439 34423 29.877 30.5625 0.0212231 0.0332994 2022-01-04T07:43:10.484 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 73 16 34439 34423 29.4677 0 - 0.0332994 2022-01-04T07:43:11.484 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 74 16 34439 34423 29.0695 0 - 0.0332994 2022-01-04T07:43:12.484 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 75 16 34439 34423 28.6819 0 - 0.0332994 2022-01-04T07:43:13.484 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 76 16 34439 34423 28.3045 0 - 0.0332994 2022-01-04T07:43:14.484 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 77 16 34439 34423 27.937 0 - 0.0332994 2022-01-04T07:43:15.485 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 78 16 34439 34423 27.5788 0 - 0.0332994 2022-01-04T07:43:16.484 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 79 16 34439 34423 27.2297 0 - 0.0332994 2022-01-04T07:43:17.485 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:43:17.483534+0000 min lat: 0.00186758 max lat: 17.7901 avg lat: 0.0332994 2022-01-04T07:43:17.485 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:43:17.485 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 80 16 34439 34423 26.8894 0 - 0.0332994 2022-01-04T07:43:18.485 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 81 16 34439 34423 26.5574 0 - 0.0332994 2022-01-04T07:43:19.485 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 82 16 34439 34423 26.2335 0 - 0.0332994 2022-01-04T07:43:20.485 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 83 16 34439 34423 25.9175 0 - 0.0332994 2022-01-04T07:43:21.485 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 84 16 34439 34423 25.6089 0 - 0.0332994 2022-01-04T07:43:22.208 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:22.204228 I | ceph-cluster-controller: detected ceph image version: "17.0.0-9843 quincy" 2022-01-04T07:43:22.209 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:22.204364 I | ceph-cluster-controller: validating ceph version from provided image 2022-01-04T07:43:22.209 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:22.204383 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-9843 quincy", pursuing 2022-01-04T07:43:22.218 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:22.212192 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:43:22.485 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 85 16 34442 34426 25.3099 0.0144231 13.2916 0.0344552 2022-01-04T07:43:22.511 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:22.509495 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:43:22.512 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:22.509689 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:43:23.140 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:23.138181 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-9843 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200" 2022-01-04T07:43:23.485 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 86 16 34442 34426 25.0156 0 - 0.0344552 2022-01-04T07:43:23.826 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:23.824510 I | op-mon: start running mons 2022-01-04T07:43:23.903 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' 2 '!=' 4 ']' 2022-01-04T07:43:23.904 INFO:teuthology.orchestra.run.smithi110.stdout:waiting for osd to come back up 2022-01-04T07:43:23.904 INFO:teuthology.orchestra.run.smithi110.stderr:+ echo 'waiting for osd to come back up' 2022-01-04T07:43:23.905 INFO:teuthology.orchestra.run.smithi110.stderr:++ toolbox ceph osd stat 2022-01-04T07:43:23.905 INFO:teuthology.orchestra.run.smithi110.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-01-04T07:43:23.905 INFO:teuthology.orchestra.run.smithi110.stderr:++ cut -f3 -d ' ' 2022-01-04T07:43:24.141 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:24.139121 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:43:24.145 INFO:teuthology.orchestra.run.smithi110.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-01-04T07:43:24.485 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 87 16 34442 34426 24.7281 0 - 0.0344552 2022-01-04T07:43:24.593 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:24.591609 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.105.48.177:6789"]}] data:a=10.105.48.177:6789 mapping:{"node":{"a":{"Name":"smithi110","Hostname":"smithi110","Address":"172.21.15.110"}}} maxMonId:0] 2022-01-04T07:43:25.078 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:25.076791 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:43:25.081 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:25.077045 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:43:25.239 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:25.237948 I | op-mon: targeting the mon count 1 2022-01-04T07:43:25.263 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:25.254013 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-01-04T07:43:25.485 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 88 16 34442 34426 24.4471 0 - 0.0344552 2022-01-04T07:43:25.642 INFO:teuthology.orchestra.run.smithi110.stderr:+ num_osd=3 2022-01-04T07:43:25.642 INFO:teuthology.orchestra.run.smithi110.stderr:+ sleep 30s 2022-01-04T07:43:25.720 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:25.718304 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-01-04T07:43:25.721 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:25.718333 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-01-04T07:43:26.104 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:26.102069 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-01-04T07:43:26.104 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:26.102089 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-01-04T07:43:26.486 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 89 16 34444 34428 24.1738 0.03125 0.0083795 0.0345693 2022-01-04T07:43:26.620 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:26.617877 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-01-04T07:43:26.620 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:26.617902 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-01-04T07:43:26.959 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:26.957479 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-01-04T07:43:26.960 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:26.957506 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-01-04T07:43:27.343 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:27.341006 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-01-04T07:43:27.343 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:27.341040 I | op-config: deleting "log file" option from the mon configuration database 2022-01-04T07:43:27.486 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 90 16 34444 34428 23.9052 0 - 0.0345693 2022-01-04T07:43:27.679 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:27.677396 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-01-04T07:43:27.680 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:27.677423 I | op-mon: checking for basic quorum with existing mons 2022-01-04T07:43:27.843 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:27.841069 I | op-mon: mon "a" endpoint is [v2:10.105.48.177:3300,v1:10.105.48.177:6789] 2022-01-04T07:43:27.855 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:27.853067 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.105.48.177:6789"]}] data:a=10.105.48.177:6789 mapping:{"node":{"a":{"Name":"smithi110","Hostname":"smithi110","Address":"172.21.15.110"}}} maxMonId:0] 2022-01-04T07:43:27.860 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:27.859228 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:43:27.861 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:27.859368 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:43:28.145 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:28.142873 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-01-04T07:43:28.151 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:28.149865 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-01-04T07:43:28.151 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:28.149887 I | op-mon: waiting for mon quorum with [a] 2022-01-04T07:43:28.288 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:28.286208 I | op-mon: mons running: [a] 2022-01-04T07:43:28.486 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 91 16 34444 34428 23.6425 0 - 0.0345693 2022-01-04T07:43:28.705 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:28.703528 I | op-mon: Monitors in quorum: [a] 2022-01-04T07:43:28.706 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:28.703554 I | op-mon: mons created: 1 2022-01-04T07:43:29.126 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:29.122867 I | op-mon: waiting for mon quorum with [a] 2022-01-04T07:43:29.131 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:29.129282 I | op-mon: mons running: [a] 2022-01-04T07:43:29.486 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 92 16 34444 34428 23.3855 0 - 0.0345693 2022-01-04T07:43:29.556 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:29.554274 I | op-mon: Monitors in quorum: [a] 2022-01-04T07:43:29.557 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:29.554312 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-01-04T07:43:30.016 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:30.014833 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-01-04T07:43:30.477 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:30.474837 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-01-04T07:43:30.486 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 93 16 34444 34428 23.1341 0 - 0.0345693 2022-01-04T07:43:30.903 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:30.901227 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-01-04T07:43:31.356 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:31.353665 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-01-04T07:43:31.356 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:31.353693 I | cephclient: getting or creating ceph auth key "client.crash" 2022-01-04T07:43:31.486 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 94 16 34444 34428 22.888 0 - 0.0345693 2022-01-04T07:43:31.845 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:31.842395 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-01-04T07:43:32.282 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:32.280314 I | cephclient: successfully enabled msgr2 protocol 2022-01-04T07:43:32.283 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:32.280361 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-01-04T07:43:32.283 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:32.280371 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-01-04T07:43:32.487 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 95 16 34444 34428 22.6471 0 - 0.0345693 2022-01-04T07:43:32.743 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:32.741053 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-01-04T07:43:32.800 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:32.797874 I | op-mgr: start running mgr 2022-01-04T07:43:32.800 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:32.797912 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-01-04T07:43:33.263 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.261091 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-01-04T07:43:33.271 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.270096 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-01-04T07:43:33.274 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.272113 I | op-mgr: setting services to point to mgr "a" 2022-01-04T07:43:33.486 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 96 16 34444 34428 22.4112 0 - 0.0345693 2022-01-04T07:43:33.544 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.537961 I | op-osd: start running osds in namespace "rook-ceph" 2022-01-04T07:43:33.547 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.537987 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-01-04T07:43:33.551 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.548901 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-01-04T07:43:33.557 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.553370 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi110-lv-1" 2022-01-04T07:43:33.557 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.553395 I | op-osd: OSD PVC "smithi110-lv-1-data-04xpbm" already exists 2022-01-04T07:43:33.557 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.553403 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi110-lv-2" 2022-01-04T07:43:33.558 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.553413 I | op-osd: OSD PVC "smithi110-lv-2-data-05f24d" already exists 2022-01-04T07:43:33.558 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.553418 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi110-lv-4" 2022-01-04T07:43:33.558 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.553423 I | op-osd: OSD PVC "smithi110-lv-4-data-098sf2" already exists 2022-01-04T07:43:33.558 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.553454 I | op-osd: creating 1 new PVCs for device set "smithi110-lv-3" 2022-01-04T07:43:33.567 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.565916 I | op-osd: successfully provisioned PVC "smithi110-lv-3-data-0zb2gb" 2022-01-04T07:43:33.593 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.591062 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-1-data-04xpbm" 2022-01-04T07:43:33.593 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.591081 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-2-data-05f24d" 2022-01-04T07:43:33.593 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.591086 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-4-data-098sf2" 2022-01-04T07:43:33.593 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.591090 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-3-data-0zb2gb" 2022-01-04T07:43:33.953 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.951209 I | op-osd: started OSD provisioning job for PVC "smithi110-lv-3-data-0zb2gb" 2022-01-04T07:43:33.953 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.951242 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-01-04T07:43:33.954 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:33.951252 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-01-04T07:43:34.138 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:34.135936 I | op-osd: OSD orchestration status for PVC smithi110-lv-3-data-0zb2gb is "starting" 2022-01-04T07:43:34.312 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:34.310791 I | op-mgr: successful modules: prometheus 2022-01-04T07:43:34.320 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:34.318492 I | op-mgr: successful modules: mgr module(s) from the spec 2022-01-04T07:43:34.487 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 97 16 34444 34428 22.1801 0 - 0.0345693 2022-01-04T07:43:34.680 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:34.678097 I | op-mgr: successful modules: balancer 2022-01-04T07:43:35.487 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 98 16 34444 34428 21.9538 0 - 0.0345693 2022-01-04T07:43:35.492 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:35.490749 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-01-04T07:43:35.908 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:35.904888 I | op-osd: updating OSD 1 on PVC "smithi110-lv-2-data-05f24d" 2022-01-04T07:43:35.909 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:35.904914 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-2-data-05f24d" 2022-01-04T07:43:36.311 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:36.308902 I | op-mgr: successful modules: dashboard 2022-01-04T07:43:36.487 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 99 16 34444 34428 21.732 0 - 0.0345693 2022-01-04T07:43:37.005 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:37.002829 I | op-mgr: successful modules: orchestrator modules 2022-01-04T07:43:37.487 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:43:37.485692+0000 min lat: 0.00186758 max lat: 17.7901 avg lat: 0.0345693 2022-01-04T07:43:37.488 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:43:37.488 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 100 16 34444 34428 21.5147 0 - 0.0345693 2022-01-04T07:43:37.878 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:37.876090 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-01-04T07:43:37.884 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:37.882890 I | op-osd: updating OSD 2 on PVC "smithi110-lv-4-data-098sf2" 2022-01-04T07:43:37.885 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:37.882928 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-4-data-098sf2" 2022-01-04T07:43:38.487 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 101 16 34469 34453 21.3172 0.130208 0.0122117 0.0409716 2022-01-04T07:43:39.487 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 102 16 34951 34935 21.4035 30.125 0.0262484 0.0467117 2022-01-04T07:43:40.446 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:40.444547 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-01-04T07:43:40.466 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:40.464154 I | op-osd: updating OSD 3 on PVC "smithi110-lv-1-data-04xpbm" 2022-01-04T07:43:40.466 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:40.464176 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-1-data-04xpbm" 2022-01-04T07:43:40.487 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 103 16 35482 35466 21.5179 33.1875 0.01872 0.0464604 2022-01-04T07:43:41.487 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 104 16 36062 36046 21.6595 36.25 0.0176007 0.0461585 2022-01-04T07:43:42.487 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 105 16 36644 36628 21.7996 36.375 0.0586456 0.0458632 2022-01-04T07:43:43.488 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 106 16 37138 37122 21.8852 30.875 0.0145444 0.0456765 2022-01-04T07:43:44.488 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 107 16 37719 37703 22.02 36.3125 0.0261791 0.0454033 2022-01-04T07:43:45.488 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 108 16 38282 38266 22.1419 35.1875 0.0126181 0.0451517 2022-01-04T07:43:46.488 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 109 16 38764 38748 22.2151 30.125 0.0221094 0.0450026 2022-01-04T07:43:47.488 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 110 16 39366 39350 22.3551 37.625 0.0255037 0.0447219 2022-01-04T07:43:48.488 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 111 16 39861 39845 22.4324 30.9375 0.0165598 0.0445686 2022-01-04T07:43:49.488 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 112 16 40489 40473 22.5825 39.25 0.0486945 0.0442688 2022-01-04T07:43:50.488 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 113 16 41078 41062 22.7084 36.8125 0.0161712 0.0440262 2022-01-04T07:43:51.488 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 114 16 41580 41564 22.7844 31.375 0.0303287 0.0438809 2022-01-04T07:43:52.489 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 115 16 42016 42000 22.8232 27.25 0.0179686 0.0438029 2022-01-04T07:43:53.490 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 116 16 42600 42584 22.941 36.5 0.0163962 0.0435798 2022-01-04T07:43:54.441 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:54.438829 I | op-osd: OSD orchestration status for node smithi110-lv-3-data-0zb2gb is "orchestrating" 2022-01-04T07:43:54.490 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 117 16 43173 43157 23.0509 35.8125 0.0348511 0.0433729 2022-01-04T07:43:55.048 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:43:55.041885 I | op-osd: OSD orchestration status for PVC smithi110-lv-3-data-0zb2gb is "orchestrating" 2022-01-04T07:43:55.490 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 118 16 43710 43694 23.14 33.5625 0.0560558 0.0432025 2022-01-04T07:43:55.643 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' 3 '!=' 4 ']' 2022-01-04T07:43:55.643 INFO:teuthology.orchestra.run.smithi110.stderr:+ echo 'waiting for osd to come back up' 2022-01-04T07:43:55.644 INFO:teuthology.orchestra.run.smithi110.stdout:waiting for osd to come back up 2022-01-04T07:43:55.644 INFO:teuthology.orchestra.run.smithi110.stderr:++ toolbox ceph osd stat 2022-01-04T07:43:55.645 INFO:teuthology.orchestra.run.smithi110.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-01-04T07:43:55.647 INFO:teuthology.orchestra.run.smithi110.stderr:++ cut -f3 -d ' ' 2022-01-04T07:43:55.723 INFO:teuthology.orchestra.run.smithi110.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-01-04T07:43:56.490 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 119 16 44154 44138 23.1787 27.75 0.0651638 0.0431303 2022-01-04T07:43:56.560 INFO:teuthology.orchestra.run.smithi110.stderr:+ num_osd=3 2022-01-04T07:43:56.561 INFO:teuthology.orchestra.run.smithi110.stderr:+ sleep 30s 2022-01-04T07:43:57.491 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:43:57.488373+0000 min lat: 0.00186758 max lat: 29.4735 avg lat: 0.0430493 2022-01-04T07:43:57.491 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:43:57.491 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 120 16 44613 44597 23.2246 28.6875 0.0207789 0.0430493 2022-01-04T07:43:58.490 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 121 16 45140 45124 23.3048 32.9375 0.0294281 0.0428886 2022-01-04T07:43:59.490 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 122 16 45586 45570 23.3423 27.875 0.0220008 0.042831 2022-01-04T07:44:00.490 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 123 16 46174 46158 23.4512 36.75 0.0138765 0.0426321 2022-01-04T07:44:01.490 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 124 16 46787 46771 23.5711 38.3125 0.0241584 0.0424152 2022-01-04T07:44:02.490 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 125 16 47301 47285 23.6395 32.125 0.023077 0.0422922 2022-01-04T07:44:03.491 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 126 16 47912 47896 23.7549 38.1875 0.0294778 0.042088 2022-01-04T07:44:04.202 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:04.199840 I | op-osd: OSD orchestration status for PVC smithi110-lv-3-data-0zb2gb is "completed" 2022-01-04T07:44:04.202 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:04.199867 I | op-osd: creating OSD 0 on PVC "smithi110-lv-3-data-0zb2gb" 2022-01-04T07:44:04.203 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:04.199879 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-3-data-0zb2gb" 2022-01-04T07:44:04.491 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 127 16 48415 48399 23.8154 31.4375 0.0371747 0.0419808 2022-01-04T07:44:05.015 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:05.013226 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-01-04T07:44:05.016 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:05.013244 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-01-04T07:44:05.413 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:05.409892 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-01-04T07:44:05.491 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 128 16 48841 48825 23.8373 26.625 0.0491185 0.0419397 2022-01-04T07:44:06.491 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 129 16 48969 48953 23.7145 8 0.0727588 0.0418981 2022-01-04T07:44:06.530 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:06.526478 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:44:07.436 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:07.426056 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200... 2022-01-04T07:44:07.491 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 130 16 49091 49075 23.5907 7.625 0.0196534 0.0423825 2022-01-04T07:44:08.491 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 131 16 49605 49589 23.6559 32.125 0.0241948 0.0422616 2022-01-04T07:44:09.491 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 132 16 49913 49897 23.6225 19.25 0.0107633 0.0422555 2022-01-04T07:44:10.491 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 133 16 50347 50331 23.6488 27.125 0.0364507 0.0422768 2022-01-04T07:44:11.491 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 134 16 50867 50851 23.7148 32.5 0.147372 0.0421515 2022-01-04T07:44:12.492 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 135 16 51309 51293 23.7438 27.625 0.0257291 0.0421089 2022-01-04T07:44:13.492 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 136 16 51853 51837 23.8191 34 0.0111453 0.0419745 2022-01-04T07:44:14.492 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 137 16 52362 52346 23.8775 31.8125 0.0398376 0.0418709 2022-01-04T07:44:15.492 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 138 16 52771 52755 23.8897 25.5625 0.00477865 0.0417344 2022-01-04T07:44:16.492 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 139 16 52803 52787 23.7322 2 0.0038482 0.0417144 2022-01-04T07:44:17.492 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:44:17.490370+0000 min lat: 0.00186758 max lat: 29.4735 avg lat: 0.0417144 2022-01-04T07:44:17.493 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:44:17.493 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 140 16 52803 52787 23.5627 0 - 0.0417144 2022-01-04T07:44:18.492 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 141 16 52803 52787 23.3956 0 - 0.0417144 2022-01-04T07:44:19.492 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 142 16 52803 52787 23.2308 0 - 0.0417144 2022-01-04T07:44:20.492 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 143 16 52803 52787 23.0684 0 - 0.0417144 2022-01-04T07:44:21.492 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 144 16 52803 52787 22.9082 0 - 0.0417144 2022-01-04T07:44:22.493 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 145 16 52803 52787 22.7502 0 - 0.0417144 2022-01-04T07:44:23.493 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 146 16 52803 52787 22.5944 0 - 0.0417144 2022-01-04T07:44:24.493 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 147 16 52803 52787 22.4407 0 - 0.0417144 2022-01-04T07:44:25.493 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 148 16 52803 52787 22.289 0 - 0.0417144 2022-01-04T07:44:26.493 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 149 16 52803 52787 22.1395 0 - 0.0417144 2022-01-04T07:44:26.559 INFO:teuthology.orchestra.run.smithi110.stdout:waiting for osd to come back up 2022-01-04T07:44:26.560 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' 3 '!=' 4 ']' 2022-01-04T07:44:26.560 INFO:teuthology.orchestra.run.smithi110.stderr:+ echo 'waiting for osd to come back up' 2022-01-04T07:44:26.560 INFO:teuthology.orchestra.run.smithi110.stderr:++ toolbox ceph osd stat 2022-01-04T07:44:26.560 INFO:teuthology.orchestra.run.smithi110.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-01-04T07:44:26.561 INFO:teuthology.orchestra.run.smithi110.stderr:++ cut -f3 -d ' ' 2022-01-04T07:44:26.845 INFO:teuthology.orchestra.run.smithi110.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-01-04T07:44:27.493 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 150 16 52803 52787 21.9919 0 - 0.0417144 2022-01-04T07:44:28.015 INFO:teuthology.orchestra.run.smithi110.stderr:+ num_osd=3 2022-01-04T07:44:28.016 INFO:teuthology.orchestra.run.smithi110.stderr:+ sleep 30s 2022-01-04T07:44:28.255 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:28.251642 I | ceph-cluster-controller: detected ceph image version: "17.0.0-9843 quincy" 2022-01-04T07:44:28.256 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:28.251660 I | ceph-cluster-controller: validating ceph version from provided image 2022-01-04T07:44:28.256 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:28.251667 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-9843 quincy", pursuing 2022-01-04T07:44:28.317 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:28.309228 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:44:28.493 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 151 16 52803 52787 21.8462 0 - 0.0417144 2022-01-04T07:44:28.987 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:28.984718 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:44:28.991 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:28.984939 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:44:29.454 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:29.451680 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-9843 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200" 2022-01-04T07:44:29.494 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 152 16 52803 52787 21.7025 0 - 0.0417144 2022-01-04T07:44:30.489 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:30.484807 I | op-mon: start running mons 2022-01-04T07:44:30.493 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 153 16 52803 52787 21.5607 0 - 0.0417144 2022-01-04T07:44:30.615 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:30.607970 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:44:30.752 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:30.749065 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.105.48.177:6789"]}] data:a=10.105.48.177:6789 mapping:{"node":{"a":{"Name":"smithi110","Hostname":"smithi110","Address":"172.21.15.110"}}} maxMonId:0] 2022-01-04T07:44:31.023 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:31.018852 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:44:31.120 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:31.115904 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:44:31.494 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 154 16 53144 53128 21.559 1.42083 0.0109183 0.0463698 2022-01-04T07:44:31.884 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:31.880403 I | op-mon: targeting the mon count 1 2022-01-04T07:44:32.139 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:32.136463 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-01-04T07:44:32.495 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 155 16 53718 53702 21.6513 35.875 0.0248957 0.0461759 2022-01-04T07:44:32.902 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:32.899111 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-01-04T07:44:32.903 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:32.899137 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-01-04T07:44:33.478 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:33.475717 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-01-04T07:44:33.479 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:33.475743 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-01-04T07:44:33.494 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 156 16 54243 54227 21.7228 32.8125 0.0445472 0.046019 2022-01-04T07:44:34.448 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:34.445813 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-01-04T07:44:34.449 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:34.445836 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-01-04T07:44:34.494 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 157 16 54715 54699 21.7723 29.5 0.0861193 0.0459096 2022-01-04T07:44:35.495 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 158 16 55061 55045 21.7714 21.625 0.0335865 0.0459237 2022-01-04T07:44:36.276 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:36.273454 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-01-04T07:44:36.277 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:36.273479 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-01-04T07:44:36.495 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 159 16 55601 55585 21.8467 33.75 0.0241385 0.0457638 2022-01-04T07:44:37.021 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:37.018242 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-01-04T07:44:37.022 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:37.018258 I | op-config: deleting "log file" option from the mon configuration database 2022-01-04T07:44:37.495 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:44:37.492907+0000 min lat: 0.00186758 max lat: 29.4735 avg lat: 0.0456852 2022-01-04T07:44:37.495 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:44:37.495 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 160 16 56046 56030 21.884 27.8125 0.04211 0.0456852 2022-01-04T07:44:38.180 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:38.153398 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-01-04T07:44:38.181 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:38.153420 I | op-mon: checking for basic quorum with existing mons 2022-01-04T07:44:38.495 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 161 16 56549 56533 21.9433 31.4375 0.0282657 0.045562 2022-01-04T07:44:39.161 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:39.157975 I | op-mon: mon "a" endpoint is [v2:10.105.48.177:3300,v1:10.105.48.177:6789] 2022-01-04T07:44:39.496 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 162 16 57103 57087 22.0215 34.625 0.0202308 0.0454007 2022-01-04T07:44:40.279 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:40.275982 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.105.48.177:6789"]}] data:a=10.105.48.177:6789 mapping:{"node":{"a":{"Name":"smithi110","Hostname":"smithi110","Address":"172.21.15.110"}}} maxMonId:0] 2022-01-04T07:44:40.495 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 163 16 57497 57481 22.0375 24.625 0.0277594 0.0453665 2022-01-04T07:44:40.538 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:40.535340 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-01-04T07:44:40.538 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:40.535459 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-01-04T07:44:40.556 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:40.553622 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-01-04T07:44:40.564 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:40.560921 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-01-04T07:44:40.564 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:40.560950 I | op-mon: waiting for mon quorum with [a] 2022-01-04T07:44:40.603 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:40.600714 I | op-mon: mons running: [a] 2022-01-04T07:44:41.405 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:41.387662 I | op-mon: Monitors in quorum: [a] 2022-01-04T07:44:41.405 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:41.387687 I | op-mon: mons created: 1 2022-01-04T07:44:41.495 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 164 16 57937 57921 22.0708 27.5 0.0177216 0.0452914 2022-01-04T07:44:42.496 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 165 16 58437 58421 22.1264 31.25 0.0266885 0.0451853 2022-01-04T07:44:42.710 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:42.701773 I | op-mon: waiting for mon quorum with [a] 2022-01-04T07:44:42.873 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:42.870331 I | op-mon: mons running: [a] 2022-01-04T07:44:43.495 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 166 16 58966 58950 22.1923 33.0625 0.0392349 0.0450512 2022-01-04T07:44:43.841 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:43.836888 I | op-mon: Monitors in quorum: [a] 2022-01-04T07:44:43.841 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:43.836920 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-01-04T07:44:44.496 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 167 16 59404 59388 22.2233 27.375 0.157297 0.0449721 2022-01-04T07:44:44.526 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:44.523079 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-01-04T07:44:45.496 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 168 16 59914 59898 22.2807 31.875 0.0172861 0.0448708 2022-01-04T07:44:46.496 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 169 16 60239 60223 22.2691 20.3125 0.0232665 0.0448936 2022-01-04T07:44:46.684 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:46.681173 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-01-04T07:44:47.496 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 170 16 60685 60669 22.302 27.875 0.0146879 0.0448298 2022-01-04T07:44:47.660 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:47.653728 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-01-04T07:44:48.496 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 171 16 61100 61084 22.3233 25.9375 0.0273972 0.0447839 2022-01-04T07:44:48.497 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:48.495009 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-01-04T07:44:48.498 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:48.495036 I | cephclient: getting or creating ceph auth key "client.crash" 2022-01-04T07:44:49.242 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:49.238880 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-01-04T07:44:49.496 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 172 16 61599 61583 22.3748 31.1875 0.0284271 0.0446839 2022-01-04T07:44:50.080 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:50.072656 I | cephclient: successfully enabled msgr2 protocol 2022-01-04T07:44:50.081 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:50.072686 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-01-04T07:44:50.081 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:50.072693 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-01-04T07:44:50.496 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 173 16 62120 62104 22.4337 32.5625 0.0451581 0.0445677 2022-01-04T07:44:50.890 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:50.887001 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-01-04T07:44:51.041 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.038386 I | op-mgr: start running mgr 2022-01-04T07:44:51.042 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.038417 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-01-04T07:44:51.496 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 174 16 62608 62592 22.48 30.5 0.0417453 0.0444731 2022-01-04T07:44:51.780 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.776198 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-01-04T07:44:51.790 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.787553 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-01-04T07:44:51.794 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.791239 I | op-mgr: setting services to point to mgr "a" 2022-01-04T07:44:51.920 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.913795 I | op-osd: start running osds in namespace "rook-ceph" 2022-01-04T07:44:51.920 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.913841 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-01-04T07:44:51.944 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.940717 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-01-04T07:44:51.948 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.944077 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi110-lv-1" 2022-01-04T07:44:51.948 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.944111 I | op-osd: OSD PVC "smithi110-lv-1-data-04xpbm" already exists 2022-01-04T07:44:51.948 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.944124 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi110-lv-2" 2022-01-04T07:44:51.949 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.944139 I | op-osd: OSD PVC "smithi110-lv-2-data-05f24d" already exists 2022-01-04T07:44:51.949 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.944148 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi110-lv-4" 2022-01-04T07:44:51.949 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.944157 I | op-osd: OSD PVC "smithi110-lv-4-data-098sf2" already exists 2022-01-04T07:44:51.949 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.944166 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi110-lv-3" 2022-01-04T07:44:51.950 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.944176 I | op-osd: OSD PVC "smithi110-lv-3-data-0zb2gb" already exists 2022-01-04T07:44:51.970 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.954666 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-1-data-04xpbm" 2022-01-04T07:44:51.973 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.954693 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-2-data-05f24d" 2022-01-04T07:44:51.973 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.954700 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-4-data-098sf2" 2022-01-04T07:44:51.973 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.954705 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-3-data-0zb2gb" 2022-01-04T07:44:51.974 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.954709 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-01-04T07:44:51.974 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:51.954712 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-01-04T07:44:52.496 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 175 16 63016 63000 22.4972 25.5 0.0465787 0.0444389 2022-01-04T07:44:53.233 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:53.222045 I | op-mgr: successful modules: dashboard 2022-01-04T07:44:53.233 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:53.222112 I | op-mgr: successful modules: prometheus 2022-01-04T07:44:53.260 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:53.241945 I | op-mgr: successful modules: mgr module(s) from the spec 2022-01-04T07:44:53.496 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 176 16 63322 63306 22.4781 19.125 0.0537825 0.0444304 2022-01-04T07:44:53.858 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:53.855643 I | op-mgr: successful modules: balancer 2022-01-04T07:44:53.912 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:53.909642 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-01-04T07:44:53.918 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:53.916354 I | op-osd: updating OSD 0 on PVC "smithi110-lv-3-data-0zb2gb" 2022-01-04T07:44:53.919 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:53.916371 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-3-data-0zb2gb" 2022-01-04T07:44:54.496 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 177 16 63322 63306 22.3511 0 - 0.0444304 2022-01-04T07:44:54.969 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:54.967076 I | op-mgr: successful modules: orchestrator modules 2022-01-04T07:44:55.224 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:55.221173 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-01-04T07:44:55.230 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:55.227101 I | op-osd: updating OSD 1 on PVC "smithi110-lv-2-data-05f24d" 2022-01-04T07:44:55.230 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:55.227118 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-2-data-05f24d" 2022-01-04T07:44:55.497 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 178 16 63322 63306 22.2255 0 - 0.0444304 2022-01-04T07:44:56.497 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 179 16 63322 63306 22.1014 0 - 0.0444304 2022-01-04T07:44:56.555 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:56.552820 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-01-04T07:44:56.614 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:56.611762 I | op-osd: updating OSD 2 on PVC "smithi110-lv-4-data-098sf2" 2022-01-04T07:44:56.615 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:56.611790 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-4-data-098sf2" 2022-01-04T07:44:57.497 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:44:57.494770+0000 min lat: 0.00186758 max lat: 29.4735 avg lat: 0.0444304 2022-01-04T07:44:57.497 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:44:57.498 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 180 16 63322 63306 21.9786 0 - 0.0444304 2022-01-04T07:44:58.016 INFO:teuthology.orchestra.run.smithi110.stdout:waiting for osd to come back up 2022-01-04T07:44:58.017 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' 3 '!=' 4 ']' 2022-01-04T07:44:58.017 INFO:teuthology.orchestra.run.smithi110.stderr:+ echo 'waiting for osd to come back up' 2022-01-04T07:44:58.018 INFO:teuthology.orchestra.run.smithi110.stderr:++ toolbox ceph osd stat 2022-01-04T07:44:58.018 INFO:teuthology.orchestra.run.smithi110.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-01-04T07:44:58.019 INFO:teuthology.orchestra.run.smithi110.stderr:++ cut -f3 -d ' ' 2022-01-04T07:44:58.174 INFO:teuthology.orchestra.run.smithi110.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-01-04T07:44:58.497 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 181 15 63371 63356 21.8744 0.625 0.0117234 0.0453961 2022-01-04T07:44:58.599 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:58.596607 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-01-04T07:44:58.608 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:58.605791 I | op-osd: updating OSD 3 on PVC "smithi110-lv-1-data-04xpbm" 2022-01-04T07:44:58.608 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:58.605807 I | op-osd: OSD will have its main bluestore block on "smithi110-lv-1-data-04xpbm" 2022-01-04T07:44:58.785 INFO:teuthology.orchestra.run.smithi110.stderr:+ num_osd=4 2022-01-04T07:44:58.785 INFO:teuthology.orchestra.run.smithi110.stderr:+ sleep 30s 2022-01-04T07:44:59.131 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:59.128519 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-01-04T07:44:59.132 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:44:59.128548 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-01-04T07:44:59.497 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 182 16 63374 63358 21.7549 0.125 0.00878499 0.0453949 2022-01-04T07:45:00.497 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 183 16 63374 63358 21.636 0 - 0.0453949 2022-01-04T07:45:01.497 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 184 16 63374 63358 21.5184 0 - 0.0453949 2022-01-04T07:45:02.497 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 185 16 63374 63358 21.4021 0 - 0.0453949 2022-01-04T07:45:03.497 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 186 16 63374 63358 21.2871 0 - 0.0453949 2022-01-04T07:45:04.498 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 187 16 63374 63358 21.1732 0 - 0.0453949 2022-01-04T07:45:05.498 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 188 16 63375 63359 21.0609 0.0104167 11.2547 0.0455718 2022-01-04T07:45:06.498 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 189 16 63375 63359 20.9495 0 - 0.0455718 2022-01-04T07:45:07.498 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 190 16 63375 63359 20.8393 0 - 0.0455718 2022-01-04T07:45:08.498 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 191 16 63509 63493 20.774 2.79167 0.014713 0.048031 2022-01-04T07:45:09.498 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 192 16 63753 63737 20.7452 15.25 0.0079005 0.0481262 2022-01-04T07:45:10.498 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 193 16 63874 63858 20.6769 7.5625 0.850104 0.0483087 2022-01-04T07:45:11.504 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 194 16 64091 64075 20.6402 13.5625 0.0183123 0.0484101 2022-01-04T07:45:12.499 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 195 16 64300 64284 20.6014 13.0625 0.0116537 0.0484413 2022-01-04T07:45:13.499 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 196 16 64527 64511 20.5686 14.1875 0.0171228 0.0485319 2022-01-04T07:45:14.499 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 197 16 64701 64685 20.5194 10.875 0.837618 0.0486623 2022-01-04T07:45:15.499 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 198 16 64879 64863 20.472 11.125 0.0211634 0.0487965 2022-01-04T07:45:16.499 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 199 16 65101 65085 20.4388 13.875 0.0179057 0.0488594 2022-01-04T07:45:17.499 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:45:17.496907+0000 min lat: 0.00186758 max lat: 29.4735 avg lat: 0.0489505 2022-01-04T07:45:17.500 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:45:17.500 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 200 16 65279 65263 20.3922 11.125 0.00849246 0.0489505 2022-01-04T07:45:18.499 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 201 16 65479 65463 20.353 12.5 0.0126265 0.0490531 2022-01-04T07:45:19.499 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 202 16 65630 65614 20.2989 9.4375 0.0150192 0.049166 2022-01-04T07:45:20.499 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 203 16 65707 65691 20.2226 4.8125 0.0875659 0.0493276 2022-01-04T07:45:21.499 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 204 16 65707 65691 20.1235 0 - 0.0493276 2022-01-04T07:45:22.500 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 205 16 65746 65730 20.0372 1.21875 0.00585447 0.049705 2022-01-04T07:45:23.500 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 206 16 66003 65987 20.0179 16.0625 0.0126089 0.0499047 2022-01-04T07:45:24.500 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 207 16 66221 66205 19.987 13.625 0.0419955 0.0499685 2022-01-04T07:45:25.500 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 208 16 66440 66424 19.9567 13.6875 0.0201112 0.0500183 2022-01-04T07:45:26.500 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 209 16 66570 66554 19.9001 8.125 0.0358296 0.0502362 2022-01-04T07:45:27.500 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 210 16 66831 66815 19.883 16.3125 0.0107548 0.0502392 2022-01-04T07:45:28.500 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 211 16 67008 66992 19.8412 11.0625 0.0162075 0.0503105 2022-01-04T07:45:28.786 INFO:teuthology.orchestra.run.smithi110.stderr:+ '[' 4 '!=' 4 ']' 2022-01-04T07:45:28.788 INFO:teuthology.run_tasks:Running task rook.shell... 2022-01-04T07:45:28.803 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch status 2022-01-04T07:45:29.500 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 212 16 67160 67144 19.7925 9.5 1.06315 0.0504177 2022-01-04T07:45:29.683 INFO:teuthology.orchestra.run.smithi110.stdout:Backend: rook 2022-01-04T07:45:29.684 INFO:teuthology.orchestra.run.smithi110.stdout:Available: Yes 2022-01-04T07:45:29.715 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ps 2022-01-04T07:45:30.500 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 213 16 67305 67289 19.7421 9.0625 0.0202936 0.0505452 2022-01-04T07:45:30.574 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-01-04T07:45:30.574 INFO:teuthology.orchestra.run.smithi110.stdout:crashcollector.crash smithi110 running (6m) 0s ago 6m - - 9e069f9561f9 2022-01-04T07:45:30.575 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.a smithi110 running (8m) 0s ago 8m - - 9e069f9561f9 2022-01-04T07:45:30.575 INFO:teuthology.orchestra.run.smithi110.stdout:mon.a smithi110 running (8m) 0s ago 8m - - 9e069f9561f9 2022-01-04T07:45:30.575 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (85s) 0s ago 86s - - 9e069f9561f9 2022-01-04T07:45:30.575 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (6m) 0s ago 6m - - 9e069f9561f9 2022-01-04T07:45:30.576 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (6m) 0s ago 6m - - 9e069f9561f9 2022-01-04T07:45:30.576 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (6m) 0s ago 6m - - 9e069f9561f9 2022-01-04T07:45:30.629 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls 2022-01-04T07:45:31.500 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 214 16 67430 67414 19.6863 7.8125 0.883858 0.0507243 2022-01-04T07:45:31.751 INFO:teuthology.orchestra.run.smithi110.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-01-04T07:45:31.751 INFO:teuthology.orchestra.run.smithi110.stdout:crash 1/1 0s ago 6m * 2022-01-04T07:45:31.751 INFO:teuthology.orchestra.run.smithi110.stdout:mgr 1/1 0s ago 8m count:1 2022-01-04T07:45:31.752 INFO:teuthology.orchestra.run.smithi110.stdout:mon 1/1 0s ago 8m count:1 2022-01-04T07:45:31.752 INFO:teuthology.orchestra.run.smithi110.stdout:osd 8 0s ago 6m 2022-01-04T07:45:31.752 INFO:teuthology.orchestra.run.smithi110.stdout:osd.all-available-devices 0 0s ago - * 2022-01-04T07:45:31.794 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch host ls 2022-01-04T07:45:32.500 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 215 16 67647 67631 19.6578 13.5625 0.0276074 0.050839 2022-01-04T07:45:32.549 INFO:teuthology.orchestra.run.smithi110.stdout:HOST ADDR LABELS STATUS 2022-01-04T07:45:32.550 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 172.21.15.110/smithi110 2022-01-04T07:45:32.593 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch device ls 2022-01-04T07:45:33.500 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 216 16 67880 67864 19.6342 14.5625 0.019106 0.0508789 2022-01-04T07:45:33.544 INFO:teuthology.orchestra.run.smithi110.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2022-01-04T07:45:33.545 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/vg_nvme/lv_1 unknown None 107G 2022-01-04T07:45:33.545 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/vg_nvme/lv_2 unknown None 107G 2022-01-04T07:45:33.546 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/vg_nvme/lv_3 unknown None 107G 2022-01-04T07:45:33.546 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/vg_nvme/lv_4 unknown None 107G 2022-01-04T07:45:33.591 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch apply rgw foo 2022-01-04T07:45:34.312 INFO:teuthology.orchestra.run.smithi110.stdout:Created 2022-01-04T07:45:34.313 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:34.310449 I | ceph-spec: adding finalizer "cephobjectstore.ceph.rook.io" on "foo" 2022-01-04T07:45:34.342 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch apply mds foo 2022-01-04T07:45:34.447 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:34.444556 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:45:34.501 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 217 16 68040 68024 19.5898 10 0.0228342 0.0509669 2022-01-04T07:45:35.340 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:35.336916 I | ceph-spec: adding finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-01-04T07:45:35.344 INFO:teuthology.orchestra.run.smithi110.stdout:Created 2022-01-04T07:45:35.372 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch apply rbd-mirror 2022-01-04T07:45:35.419 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:35.416845 W | ceph-file-controller: failed to set filesystem "foo" status to "". failed to update object "rook-ceph/foo" status: Operation cannot be fulfilled on cephfilesystems.ceph.rook.io "foo": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T07:45:35.432 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:35.425259 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:45:35.502 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 218 16 68178 68162 19.5394 8.625 0.0166613 0.0510582 2022-01-04T07:45:36.352 INFO:teuthology.orchestra.run.smithi110.stdout:Success 2022-01-04T07:45:36.392 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch apply nfs foo --port 12777 2022-01-04T07:45:36.410 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:36.407198 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:45:36.502 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 219 16 68313 68297 19.4887 8.4375 0.0814961 0.0512347 2022-01-04T07:45:36.651 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:36.648916 I | ceph-object-controller: reconciling object store deployments 2022-01-04T07:45:36.786 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:36.782942 I | ceph-object-controller: ceph object store gateway service running at 10.105.197.6 2022-01-04T07:45:36.787 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:36.782966 I | ceph-object-controller: reconciling object store pools 2022-01-04T07:45:37.503 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:45:37.500321+0000 min lat: 0.00186758 max lat: 29.4735 avg lat: 0.0513809 2022-01-04T07:45:37.503 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:45:37.503 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 220 16 68466 68450 19.4436 9.5625 0.221268 0.0513809 2022-01-04T07:45:38.202 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:38.198936 W | ceph-rbd-mirror-controller: (DEPRECATED) use of peer secret names in CephRBDMirror is deprecated. Please use CephBlockPool CR to configure peer secret names and import peers. 2022-01-04T07:45:38.202 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:38.198966 I | ceph-rbd-mirror-controller: configure rbd-mirroring with 1 workers 2022-01-04T07:45:38.202 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:38.198977 I | cephclient: getting or creating ceph auth key "client.rbd-mirror.a" 2022-01-04T07:45:38.503 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 221 16 68497 68481 19.3644 1.9375 1.16155 0.0515143 2022-01-04T07:45:39.505 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 222 16 68620 68604 19.3118 7.6875 0.106752 0.0517479 2022-01-04T07:45:40.166 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:40.163128 I | ceph-spec: adding finalizer "cephnfs.ceph.rook.io" on "foo" 2022-01-04T07:45:40.170 INFO:teuthology.orchestra.run.smithi110.stdout:Created 2022-01-04T07:45:40.200 DEBUG:teuthology.run_tasks:Unwinding manager radosbench 2022-01-04T07:45:40.213 INFO:tasks.radosbench:joining radosbench (timing out after 11100s) 2022-01-04T07:45:40.214 INFO:teuthology.orchestra.run:waiting for 11100 2022-01-04T07:45:40.215 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:40.205879 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:45:40.503 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 223 16 68764 68748 19.2655 9 0.114423 0.0518773 2022-01-04T07:45:40.516 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:40.513580 I | ceph-rbd-mirror-controller: "rook-ceph-rbd-mirror-a" deployment started 2022-01-04T07:45:41.503 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 224 16 68877 68861 19.2111 7.0625 0.0352045 0.0519958 2022-01-04T07:45:41.818 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:41.812307 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi110": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T07:45:41.983 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:41.976174 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi110": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T07:45:42.503 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 225 16 69025 69009 19.1668 9.25 0.0159441 0.0521337 2022-01-04T07:45:42.860 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:42.855784 I | ceph-file-controller: creating filesystem "foo" 2022-01-04T07:45:43.033 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:43.004868 I | ceph-nfs-controller: updating ceph nfs "foo" 2022-01-04T07:45:43.503 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 226 16 69171 69155 19.1223 9.125 0.0616849 0.0522515 2022-01-04T07:45:43.688 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:43.685065 I | cephclient: getting or creating ceph auth key "client.nfs-ganesha.foo.a" 2022-01-04T07:45:44.503 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 227 16 69395 69379 19.0998 14 0.0139093 0.0523125 2022-01-04T07:45:45.503 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 228 16 69641 69625 19.0834 15.375 0.0218613 0.0523616 2022-01-04T07:45:46.503 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 229 16 69851 69835 19.0574 13.125 0.0190459 0.0524118 2022-01-04T07:45:47.503 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 230 16 69978 69962 19.0091 7.9375 0.741335 0.052526 2022-01-04T07:45:48.503 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 231 16 69990 69974 18.93 0.75 0.00751349 0.0526019 2022-01-04T07:45:49.503 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 232 16 70103 70087 18.8789 7.0625 0.0263253 0.0529246 2022-01-04T07:45:50.121 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:50.114377 I | cephclient: setting pool property "compression_mode" to "none" on pool ".rgw.root" 2022-01-04T07:45:50.355 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:50.352176 I | ceph-nfs-controller: ceph nfs deployment "rook-ceph-nfs-foo-a" started 2022-01-04T07:45:50.505 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 233 16 70235 70219 18.8332 8.25 0.0129425 0.0529908 2022-01-04T07:45:51.504 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 234 16 70349 70333 18.7832 7.125 0.0202874 0.0531505 2022-01-04T07:45:51.925 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:51.922127 I | ceph-nfs-controller: ceph nfs service running at 10.100.184.33:2049 2022-01-04T07:45:51.925 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:51.922150 I | ceph-nfs-controller: adding ganesha "a" to grace db 2022-01-04T07:45:52.504 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 235 16 70494 70478 18.7418 9.0625 0.0249598 0.0532823 2022-01-04T07:45:53.504 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 236 16 70639 70623 18.7008 9.0625 0.846727 0.05339 2022-01-04T07:45:53.764 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:53.757787 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.log" 2022-01-04T07:45:53.777 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:53.762572 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.control" 2022-01-04T07:45:53.777 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:53.765915 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.index" 2022-01-04T07:45:53.800 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:53.787362 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.non-ec" 2022-01-04T07:45:53.801 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:53.791183 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.meta" 2022-01-04T07:45:54.504 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 237 16 70708 70692 18.6401 4.3125 1.27837 0.0535028 2022-01-04T07:45:55.504 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 238 16 70843 70827 18.5972 8.4375 0.0119716 0.053701 2022-01-04T07:45:56.504 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 239 16 70943 70927 18.5456 6.25 0.0270102 0.0538082 2022-01-04T07:45:57.504 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:45:57.502321+0000 min lat: 0.00186758 max lat: 29.4735 avg lat: 0.0539697 2022-01-04T07:45:57.505 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:45:57.505 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 240 16 71079 71063 18.5037 8.5 0.011757 0.0539697 2022-01-04T07:45:58.474 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:58.467751 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-metadata" 2022-01-04T07:45:58.504 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 241 16 71258 71242 18.4734 11.1875 0.0939087 0.0540175 2022-01-04T07:45:58.593 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:58.508720 I | cephclient: creating replicated pool .rgw.root succeeded 2022-01-04T07:45:58.594 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:45:58.508753 I | cephclient: setting pool property "pg_num_min" to "8" on pool ".rgw.root" 2022-01-04T07:45:59.504 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 242 16 71372 71356 18.4265 7.125 0.0367767 0.054133 2022-01-04T07:46:00.504 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 243 16 71478 71462 18.3779 6.625 0.0168467 0.0543211 2022-01-04T07:46:01.094 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:01.091400 I | cephclient: creating replicated pool foo.rgw.log succeeded 2022-01-04T07:46:01.094 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:01.091427 I | cephclient: setting pool property "pg_num_min" to "8" on pool "foo.rgw.log" 2022-01-04T07:46:01.504 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 244 16 71680 71664 18.3543 12.625 1.24696 0.0543973 2022-01-04T07:46:02.505 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 245 16 71876 71860 18.3294 12.25 0.00549921 0.0544839 2022-01-04T07:46:03.505 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 246 16 72058 72042 18.3011 11.375 0.0231078 0.0545579 2022-01-04T07:46:03.865 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:03.861830 I | cephclient: creating replicated pool foo.rgw.buckets.index succeeded 2022-01-04T07:46:04.017 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:03.861860 I | cephclient: setting pool property "pg_num_min" to "8" on pool "foo.rgw.buckets.index" 2022-01-04T07:46:04.018 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:03.868395 I | cephclient: creating replicated pool foo.rgw.control succeeded 2022-01-04T07:46:04.018 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:03.868417 I | cephclient: setting pool property "pg_num_min" to "8" on pool "foo.rgw.control" 2022-01-04T07:46:04.018 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:03.873721 I | cephclient: creating replicated pool foo-metadata succeeded 2022-01-04T07:46:04.019 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:03.902396 I | cephclient: creating replicated pool foo.rgw.meta succeeded 2022-01-04T07:46:04.019 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:03.902425 I | cephclient: setting pool property "pg_num_min" to "8" on pool "foo.rgw.meta" 2022-01-04T07:46:04.019 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:03.928897 I | cephclient: creating replicated pool foo.rgw.buckets.non-ec succeeded 2022-01-04T07:46:04.019 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:03.928918 I | cephclient: setting pool property "pg_num_min" to "8" on pool "foo.rgw.buckets.non-ec" 2022-01-04T07:46:04.505 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 247 16 72208 72192 18.265 9.375 0.0302567 0.0546329 2022-01-04T07:46:05.505 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 248 16 72338 72322 18.2241 8.125 0.0911596 0.0547764 2022-01-04T07:46:06.505 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 249 16 72479 72463 18.1863 8.8125 0.165401 0.0548582 2022-01-04T07:46:07.505 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 250 16 72529 72513 18.126 3.125 0.192083 0.0549592 2022-01-04T07:46:08.505 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 251 16 72529 72513 18.0538 0 - 0.0549592 2022-01-04T07:46:09.505 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 252 16 72529 72513 17.9822 0 - 0.0549592 2022-01-04T07:46:10.506 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 253 16 72529 72513 17.9111 0 - 0.0549592 2022-01-04T07:46:11.506 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 254 16 72529 72513 17.8406 0 - 0.0549592 2022-01-04T07:46:12.506 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 255 16 72529 72513 17.7706 0 - 0.0549592 2022-01-04T07:46:13.506 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 256 16 72529 72513 17.7012 0 - 0.0549592 2022-01-04T07:46:14.506 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 257 16 72529 72513 17.6323 0 - 0.0549592 2022-01-04T07:46:15.506 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 258 16 72529 72513 17.564 0 - 0.0549592 2022-01-04T07:46:16.507 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 259 16 72529 72513 17.4962 0 - 0.0549592 2022-01-04T07:46:17.506 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:46:17.504559+0000 min lat: 0.00186758 max lat: 29.4735 avg lat: 0.0549592 2022-01-04T07:46:17.507 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:46:17.507 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 260 16 72529 72513 17.4289 0 - 0.0549592 2022-01-04T07:46:18.507 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 261 16 72529 72513 17.3621 0 - 0.0549592 2022-01-04T07:46:19.507 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 262 16 72529 72513 17.2958 0 - 0.0549592 2022-01-04T07:46:20.507 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 263 16 72529 72513 17.2301 0 - 0.0549592 2022-01-04T07:46:21.507 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 264 16 72529 72513 17.1648 0 - 0.0549592 2022-01-04T07:46:21.696 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:21.693389 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-data0" 2022-01-04T07:46:22.507 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 265 16 72529 72513 17.1 0 - 0.0549592 2022-01-04T07:46:23.209 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:23.206378 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.data" 2022-01-04T07:46:23.211 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:23.207206 I | cephclient: creating replicated pool foo-data0 succeeded 2022-01-04T07:46:23.211 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:23.207231 I | cephclient: creating filesystem "foo" with metadata pool "foo-metadata" and data pools [foo-data0] 2022-01-04T07:46:23.507 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 266 16 72529 72513 17.0358 0 - 0.0549592 2022-01-04T07:46:24.507 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 267 16 72529 72513 16.9719 0 - 0.0549592 2022-01-04T07:46:25.255 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:25.237397 I | ceph-file-controller: created filesystem "foo" on 1 data pool(s) and metadata pool "foo-metadata" 2022-01-04T07:46:25.507 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 268 16 72529 72513 16.9086 0 - 0.0549592 2022-01-04T07:46:25.896 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:25.894097 I | cephclient: setting allow_standby_replay for filesystem "foo" 2022-01-04T07:46:26.507 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 269 16 72529 72513 16.8458 0 - 0.0549592 2022-01-04T07:46:27.507 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 270 16 72529 72513 16.7834 0 - 0.0549592 2022-01-04T07:46:27.544 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:27.464530 I | cephclient: creating replicated pool foo.rgw.buckets.data succeeded 2022-01-04T07:46:27.544 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:27.464570 I | ceph-object-controller: setting multisite settings for object store "foo" 2022-01-04T07:46:28.365 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:28.363093 I | ceph-file-controller: start running mdses for filesystem "foo" 2022-01-04T07:46:28.507 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 271 16 72529 72513 16.7214 0 - 0.0549592 2022-01-04T07:46:28.891 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:28.888860 I | cephclient: getting or creating ceph auth key "mds.foo-a" 2022-01-04T07:46:29.508 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 272 16 72529 72513 16.66 0 - 0.0549592 2022-01-04T07:46:30.508 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 273 16 72529 72513 16.5989 0 - 0.0549592 2022-01-04T07:46:30.924 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:30.920241 I | op-mds: setting mds config flags 2022-01-04T07:46:30.924 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:30.920284 I | op-config: setting "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-01-04T07:46:31.345 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:31.343208 I | op-config: successfully set "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-01-04T07:46:31.352 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:31.350614 I | cephclient: getting or creating ceph auth key "mds.foo-b" 2022-01-04T07:46:31.508 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 274 16 72529 72513 16.5384 0 - 0.0549592 2022-01-04T07:46:32.508 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 275 16 72529 72513 16.4782 0 - 0.0549592 2022-01-04T07:46:33.498 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:33.495971 I | op-mds: setting mds config flags 2022-01-04T07:46:33.499 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:33.496006 I | op-config: setting "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-01-04T07:46:33.508 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 276 16 72529 72513 16.4185 0 - 0.0549592 2022-01-04T07:46:34.508 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 277 16 72530 72514 16.3595 0.00231481 27.7023 0.0553405 2022-01-04T07:46:34.879 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:34.876464 I | op-config: successfully set "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-01-04T07:46:35.508 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 278 16 72530 72514 16.3006 0 - 0.0553405 2022-01-04T07:46:36.508 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 279 16 72532 72516 16.2427 0.0625 0.0169664 0.0553546 2022-01-04T07:46:37.508 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:46:37.506679+0000 min lat: 0.00186758 max lat: 29.4735 avg lat: 0.0553546 2022-01-04T07:46:37.509 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:46:37.509 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 280 16 72532 72516 16.1847 0 - 0.0553546 2022-01-04T07:46:38.508 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 281 16 72540 72524 16.1288 0.25 0.0177513 0.0575007 2022-01-04T07:46:39.508 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 282 16 72540 72524 16.0716 0 - 0.0575007 2022-01-04T07:46:40.508 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 283 16 72543 72527 16.0155 0.09375 0.016023 0.0575337 2022-01-04T07:46:41.509 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 284 16 72571 72555 15.9653 1.75 0.00726723 0.0575862 2022-01-04T07:46:42.468 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:42.465897 I | exec: timeout waiting for process radosgw-admin to return. Sending interrupt signal to the process 2022-01-04T07:46:42.474 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:42.469250 I | ceph-object-controller: multisite configuration for object-store foo is complete 2022-01-04T07:46:42.475 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:42.469302 I | ceph-object-controller: creating object store "foo" in namespace "rook-ceph" 2022-01-04T07:46:42.475 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:42.469318 I | cephclient: getting or creating ceph auth key "client.rgw.foo.a" 2022-01-04T07:46:42.509 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 285 16 72571 72555 15.9093 0 - 0.0575862 2022-01-04T07:46:43.509 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 286 16 72571 72555 15.8536 0 - 0.0575862 2022-01-04T07:46:44.509 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 287 16 72571 72555 15.7984 0 - 0.0575862 2022-01-04T07:46:44.956 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:44.954406 I | ceph-object-controller: setting rgw config flags 2022-01-04T07:46:44.957 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:44.954430 I | op-config: setting "client.rgw.foo.a"="rgw_enable_usage_log"="true" option to the mon configuration database 2022-01-04T07:46:45.509 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 288 16 72622 72606 15.7546 0.796875 0.0135192 0.0629074 2022-01-04T07:46:45.940 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:45.937999 I | op-config: successfully set "client.rgw.foo.a"="rgw_enable_usage_log"="true" option to the mon configuration database 2022-01-04T07:46:45.940 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:45.938023 I | op-config: setting "client.rgw.foo.a"="rgw_zone"="foo" option to the mon configuration database 2022-01-04T07:46:46.509 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 289 16 72649 72633 15.7059 1.6875 0.0158252 0.0628971 2022-01-04T07:46:46.725 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:46.722977 I | op-config: successfully set "client.rgw.foo.a"="rgw_zone"="foo" option to the mon configuration database 2022-01-04T07:46:46.725 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:46.723004 I | op-config: setting "client.rgw.foo.a"="rgw_zonegroup"="foo" option to the mon configuration database 2022-01-04T07:46:47.509 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 290 16 72649 72633 15.6518 0 - 0.0628971 2022-01-04T07:46:47.784 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:47.775297 I | op-config: successfully set "client.rgw.foo.a"="rgw_zonegroup"="foo" option to the mon configuration database 2022-01-04T07:46:47.784 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:47.775321 I | op-config: setting "client.rgw.foo.a"="rgw_log_nonexistent_bucket"="true" option to the mon configuration database 2022-01-04T07:46:48.311 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:48.309148 I | op-config: successfully set "client.rgw.foo.a"="rgw_log_nonexistent_bucket"="true" option to the mon configuration database 2022-01-04T07:46:48.311 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:48.309173 I | op-config: setting "client.rgw.foo.a"="rgw_log_object_name_utc"="true" option to the mon configuration database 2022-01-04T07:46:48.509 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 291 16 72668 72652 15.6021 0.59375 0.0562147 0.0636643 2022-01-04T07:46:48.954 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:48.951412 I | op-config: successfully set "client.rgw.foo.a"="rgw_log_object_name_utc"="true" option to the mon configuration database 2022-01-04T07:46:48.954 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:48.951558 I | ceph-object-controller: object store "foo" deployment "rook-ceph-rgw-foo-a" started 2022-01-04T07:46:49.509 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 292 16 72915 72899 15.6015 15.4375 0.0209206 0.0640504 2022-01-04T07:46:50.509 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 293 16 73088 73072 15.5852 10.8125 0.00782027 0.0641039 2022-01-04T07:46:50.729 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:50.726581 I | ceph-object-controller: enabling rgw dashboard 2022-01-04T07:46:51.395 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:51.385630 I | ceph-object-controller: created object store "foo" in namespace "rook-ceph" 2022-01-04T07:46:51.509 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 294 16 73247 73231 15.566 9.9375 0.0100245 0.0641572 2022-01-04T07:46:51.803 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:51.800313 E | ceph-object-controller: failed to create bucket checker for CephObjectStore "rook-ceph/foo": failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:46:51.778+0000 7f3c51e4b340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:46:51.803 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:46:51.778+0000 7f3c51e4b340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:46:51.804 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:46:51.778+0000 7f3c51e4b340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:46:51.804 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:46:51.969 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:46:51.967032 I | op-k8sutil: Reporting Event rook-ceph:foo Normal:ReconcileSucceeded:successfully configured CephObjectStore "rook-ceph/foo" 2022-01-04T07:46:52.509 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 295 16 73454 73438 15.557 12.9375 0.015904 0.0642207 2022-01-04T07:46:53.510 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 296 16 73630 73614 15.5416 11 0.0132617 0.0642515 2022-01-04T07:46:54.510 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 297 16 73813 73797 15.5278 11.4375 0.0078036 0.0643287 2022-01-04T07:46:55.510 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 298 16 73962 73946 15.507 9.3125 0.57167 0.0644304 2022-01-04T07:46:56.510 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 299 16 74153 74137 15.495 11.9375 0.106578 0.0644747 2022-01-04T07:46:57.510 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:46:57.508586+0000 min lat: 0.00186758 max lat: 39.1706 avg lat: 0.0645189 2022-01-04T07:46:57.510 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:46:57.511 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 300 16 74315 74299 15.4771 10.125 0.0065903 0.0645189 2022-01-04T07:46:58.511 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 301 16 74493 74477 15.4626 11.125 0.018886 0.0645923 2022-01-04T07:46:59.511 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 302 16 74715 74699 15.4573 13.875 0.00846956 0.0646344 2022-01-04T07:47:00.511 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 303 16 74922 74906 15.449 12.9375 0.0143463 0.0646562 2022-01-04T07:47:01.512 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 304 16 75127 75111 15.4403 12.8125 0.00645931 0.0646948 2022-01-04T07:47:02.512 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 305 16 75292 75276 15.4235 10.3125 0.0132429 0.0647718 2022-01-04T07:47:03.512 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 306 16 75491 75475 15.4137 12.4375 0.0102834 0.0648082 2022-01-04T07:47:04.512 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 307 16 75648 75632 15.3955 9.8125 0.0113982 0.0648671 2022-01-04T07:47:05.512 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 308 16 75756 75740 15.3674 6.75 0.733291 0.0649914 2022-01-04T07:47:06.512 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 309 16 75937 75921 15.3543 11.3125 0.0587038 0.06505 2022-01-04T07:47:07.512 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 310 16 76095 76079 15.3366 9.875 0.152374 0.0651495 2022-01-04T07:47:08.512 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 311 16 76296 76280 15.3277 12.5625 0.00802019 0.065172 2022-01-04T07:47:09.512 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 312 16 76487 76471 15.3168 11.9375 0.00677676 0.065231 2022-01-04T07:47:10.512 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 313 16 76701 76685 15.3106 13.375 0.0184413 0.0652691 2022-01-04T07:47:11.513 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 314 16 76929 76913 15.3072 14.25 0.0053865 0.0652875 2022-01-04T07:47:12.513 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 315 16 77112 77096 15.295 11.4375 0.0118684 0.0653025 2022-01-04T07:47:13.513 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 316 16 77276 77260 15.279 10.25 0.056963 0.0653783 2022-01-04T07:47:14.513 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 317 16 77417 77401 15.2586 8.8125 0.018669 0.0654523 2022-01-04T07:47:15.513 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 318 16 77581 77565 15.2428 10.25 0.0155808 0.0655444 2022-01-04T07:47:16.513 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 319 16 77754 77738 15.2289 10.8125 0.00800407 0.0656061 2022-01-04T07:47:17.513 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:47:17.511849+0000 min lat: 0.00186758 max lat: 39.1706 avg lat: 0.0656579 2022-01-04T07:47:17.514 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:47:17.514 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 320 16 77917 77901 15.2132 10.1875 0.245275 0.0656579 2022-01-04T07:47:18.515 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 321 16 78106 78090 15.2026 11.8125 0.00601445 0.0656969 2022-01-04T07:47:19.513 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 322 16 78272 78256 15.1876 10.375 0.0331981 0.0657816 2022-01-04T07:47:20.513 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 323 16 78461 78445 15.1771 11.8125 0.0092914 0.0658042 2022-01-04T07:47:21.513 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 324 16 78619 78603 15.1608 9.875 0.00451052 0.0658976 2022-01-04T07:47:22.514 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 325 16 78751 78735 15.1395 8.25 0.00808613 0.0659657 2022-01-04T07:47:23.514 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 326 16 78883 78867 15.1184 8.25 0.0137156 0.0661133 2022-01-04T07:47:24.514 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 327 16 79086 79070 15.1109 12.6875 0.0086051 0.0661206 2022-01-04T07:47:25.514 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 328 16 79260 79244 15.098 10.875 0.0151256 0.0661805 2022-01-04T07:47:26.514 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 329 16 79437 79421 15.0857 11.0625 0.0350419 0.0662435 2022-01-04T07:47:27.514 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 330 16 79612 79596 15.0732 10.9375 0.125438 0.0662967 2022-01-04T07:47:28.514 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 331 16 79806 79790 15.0643 12.125 0.528595 0.0663411 2022-01-04T07:47:29.514 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 332 16 79984 79968 15.0524 11.125 0.00812402 0.0663758 2022-01-04T07:47:30.514 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 333 16 80157 80141 15.0397 10.8125 0.0086617 0.066406 2022-01-04T07:47:31.514 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 334 16 80321 80305 15.0253 10.25 0.0473973 0.066496 2022-01-04T07:47:32.514 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 335 16 80506 80490 15.015 11.5625 0.00549113 0.066537 2022-01-04T07:47:33.514 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 336 16 80715 80699 15.0092 13.0625 0.156531 0.0665704 2022-01-04T07:47:34.515 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 337 16 80892 80876 14.9975 11.0625 0.00726998 0.0666111 2022-01-04T07:47:35.515 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 338 16 81026 81010 14.9779 8.375 0.00656511 0.0666743 2022-01-04T07:47:36.515 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 339 16 81162 81146 14.9587 8.5 0.00956433 0.0667861 2022-01-04T07:47:37.515 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:47:37.513743+0000 min lat: 0.00186758 max lat: 39.1706 avg lat: 0.0668832 2022-01-04T07:47:37.516 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:47:37.516 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 340 16 81301 81285 14.9403 8.6875 0.0168699 0.0668832 2022-01-04T07:47:38.515 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 341 16 81497 81481 14.9324 12.25 0.00895834 0.066921 2022-01-04T07:47:39.515 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 342 16 81716 81700 14.9288 13.6875 0.0218371 0.0669447 2022-01-04T07:47:40.515 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 343 16 81895 81879 14.9179 11.1875 0.0606653 0.06697 2022-01-04T07:47:41.515 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 344 16 82075 82059 14.9072 11.25 0.00864096 0.0670282 2022-01-04T07:47:42.515 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 345 16 82225 82209 14.8911 9.375 0.933055 0.0671014 2022-01-04T07:47:43.515 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 346 16 82428 82412 14.8848 12.6875 0.012069 0.0671107 2022-01-04T07:47:44.516 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 347 16 82551 82535 14.864 7.6875 0.919238 0.0671918 2022-01-04T07:47:45.516 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 348 16 82723 82707 14.8522 10.75 0.0103423 0.0672503 2022-01-04T07:47:46.516 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 349 16 82850 82834 14.8324 7.9375 0.025339 0.067337 2022-01-04T07:47:47.516 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 350 16 83025 83009 14.8213 10.9375 0.055469 0.0673698 2022-01-04T07:47:48.516 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 351 16 83213 83197 14.8125 11.75 0.451993 0.0674546 2022-01-04T07:47:49.516 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 352 16 83397 83381 14.8031 11.5 0.0864037 0.0675136 2022-01-04T07:47:50.516 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 353 16 83575 83559 14.7927 11.125 0.016625 0.0675525 2022-01-04T07:47:51.516 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 354 16 83710 83694 14.7747 8.4375 0.0179662 0.0676351 2022-01-04T07:47:52.516 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 355 16 83872 83856 14.7616 10.125 0.131703 0.0676952 2022-01-04T07:47:53.516 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 356 16 84030 84014 14.7479 9.875 0.0341772 0.0677444 2022-01-04T07:47:54.516 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 357 16 84200 84184 14.7363 10.625 0.00807478 0.0677951 2022-01-04T07:47:55.517 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 358 16 84312 84296 14.7147 7 0.0432164 0.067868 2022-01-04T07:47:56.517 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 359 16 84445 84429 14.6969 8.3125 1.00165 0.067976 2022-01-04T07:47:57.517 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:2022-01-04T07:47:57.515721+0000 min lat: 0.00186758 max lat: 39.1706 avg lat: 0.0680296 2022-01-04T07:47:57.518 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-01-04T07:47:57.518 INFO:tasks.radosbench.radosbench.a.smithi110.stdout: 360 11 84592 84581 14.6825 9.5 0.11602 0.0680296 2022-01-04T07:47:58.517 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Total time run: 360.586 2022-01-04T07:47:58.517 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Total writes made: 84592 2022-01-04T07:47:58.518 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Write size: 65536 2022-01-04T07:47:58.518 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Object size: 65536 2022-01-04T07:47:58.519 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Bandwidth (MB/sec): 14.6623 2022-01-04T07:47:58.519 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Stddev Bandwidth: 17.1194 2022-01-04T07:47:58.519 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Max bandwidth (MB/sec): 95.625 2022-01-04T07:47:58.519 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Min bandwidth (MB/sec): 0 2022-01-04T07:47:58.520 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Average IOPS: 234 2022-01-04T07:47:58.520 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Stddev IOPS: 273.925 2022-01-04T07:47:58.520 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Max IOPS: 1530 2022-01-04T07:47:58.520 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Min IOPS: 0 2022-01-04T07:47:58.521 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Average Latency(s): 0.0681256 2022-01-04T07:47:58.521 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Stddev Latency(s): 0.73211 2022-01-04T07:47:58.521 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Max latency(s): 39.1706 2022-01-04T07:47:58.521 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Min latency(s): 0.00186758 2022-01-04T07:47:58.522 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Cleaning up (deleting benchmark objects) 2022-01-04T07:55:20.093 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Removed 84592 objects 2022-01-04T07:55:20.094 INFO:tasks.radosbench.radosbench.a.smithi110.stdout:Clean up completed and total clean up time :441.57 2022-01-04T07:55:25.941 INFO:tasks.rook.ceph_manager.ceph:removing pool_name unique_pool_0 2022-01-04T07:55:25.942 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph osd pool rm unique_pool_0 unique_pool_0 --yes-i-really-really-mean-it 2022-01-04T07:55:30.797 INFO:teuthology.orchestra.run.smithi110.stderr:pool 'unique_pool_0' removed 2022-01-04T07:55:30.817 DEBUG:teuthology.run_tasks:Unwinding manager install 2022-01-04T07:55:30.828 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits... 2022-01-04T07:55:30.829 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits 2022-01-04T07:55:30.841 DEBUG:teuthology.run_tasks:Unwinding manager rook 2022-01-04T07:55:30.892 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:55:31.613 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:55:31.613 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:55:31.502050Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "mds.foo", "service_type": "mds", "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "last_refresh": "2022-01-04T07:55:31.502050Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:55:31.502050Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:55:31.502050Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2022-01-04T07:45:40.000000Z", "last_refresh": "2022-01-04T07:55:31.502050Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:55:31.502050Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:55:31.502050Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_name": "rbd-mirror", "service_type": "rbd-mirror", "status": {"last_refresh": "2022-01-04T07:55:31.502050Z", "running": 0, "size": 1}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:55:31.502050Z", "running": 1, "size": 1}}] 2022-01-04T07:55:31.644 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch rm mds.foo 2022-01-04T07:55:32.182 INFO:teuthology.orchestra.run.smithi110.stdout:Removed cephfilesystems/foo 2022-01-04T07:55:32.207 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch rm nfs.foo 2022-01-04T07:55:32.236 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:32.234968 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:55:32.795 INFO:teuthology.orchestra.run.smithi110.stdout:Removed cephnfses/foo 2022-01-04T07:55:32.803 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:32.801934 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:55:32.824 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch rm rbd-mirror 2022-01-04T07:55:33.388 INFO:teuthology.orchestra.run.smithi110.stdout:Removed cephrbdmirrors/default-rbd-mirror 2022-01-04T07:55:33.417 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch rm rgw.foo 2022-01-04T07:55:33.421 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:33.420170 I | ceph-nfs-controller: deleting ceph nfs "foo" 2022-01-04T07:55:33.421 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:33.420194 I | ceph-nfs-controller: removing ganesha "a" from grace db 2022-01-04T07:55:33.426 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:33.425424 I | ceph-spec: object "rook-ceph-rbd-mirror-a" matched on delete, reconciling 2022-01-04T07:55:33.466 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:33.464482 I | ceph-spec: removing finalizer "cephnfs.ceph.rook.io" on "foo" 2022-01-04T07:55:33.517 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:33.516371 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-01-04T07:55:33.653 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:33.650352 I | ceph-spec: object "rook-ceph-nfs-foo-a" matched on delete, reconciling 2022-01-04T07:55:33.654 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:33.650458 I | ceph-spec: object "rook-ceph-nfs-foo-a" matched on delete, reconciling 2022-01-04T07:55:33.654 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:33.650501 I | ceph-spec: object "rook-ceph-nfs-foo-a" matched on delete, reconciling 2022-01-04T07:55:34.628 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:34.599204 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-01-04T07:55:34.628 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:34.599226 I | op-mds: successfully deleted mds config for "mds.foo-a" in mon configuration database 2022-01-04T07:55:34.630 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:34.599230 I | cephclient: deleting ceph auth "mds.foo-a" 2022-01-04T07:55:37.810 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:37.808833 I | op-mds: successfully deleted mds CephX key for "mds.foo-a" 2022-01-04T07:55:38.223 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:38.222152 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-01-04T07:55:39.346 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:39.344511 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-01-04T07:55:39.346 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:39.344541 I | op-mds: successfully deleted mds config for "mds.foo-b" in mon configuration database 2022-01-04T07:55:39.347 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:39.344549 I | cephclient: deleting ceph auth "mds.foo-b" 2022-01-04T07:55:40.923 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:40.921111 I | op-mds: successfully deleted mds CephX key for "mds.foo-b" 2022-01-04T07:55:40.923 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:40.921137 I | ceph-file-controller: downing filesystem "foo" 2022-01-04T07:55:43.758 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:43.756545 I | ceph-file-controller: downed filesystem "foo" 2022-01-04T07:55:44.095 INFO:teuthology.orchestra.run.smithi110.stdout:Removed cephobjectstores/foo 2022-01-04T07:55:44.112 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:55:44.464 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:44.462615 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:55:45.272 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:55:45.272 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:55:45.206755Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "mds.foo", "service_type": "mds", "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "last_refresh": "2022-01-04T07:55:45.206755Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:55:45.206755Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:55:45.206755Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:55:45.206755Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:55:45.206755Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:55:45.206755Z", "running": 1, "size": 1}}] 2022-01-04T07:55:46.039 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:46.037697 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:46.026+0000 7f845647c340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:46.040 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:46.026+0000 7f845647c340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:46.040 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:46.026+0000 7f845647c340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:46.040 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:46.041 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:46.037726 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:46.026+0000 7f845647c340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:46.041 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:46.026+0000 7f845647c340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:46.041 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:46.026+0000 7f845647c340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:46.041 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:46.421 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:46.419934 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:55:47.684 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:47.622247 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:47.614+0000 7fe2474cb340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:47.685 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:47.614+0000 7fe2474cb340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:47.685 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:47.614+0000 7fe2474cb340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:47.685 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:47.686 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:47.622271 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:47.614+0000 7fe2474cb340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:47.686 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:47.614+0000 7fe2474cb340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:47.686 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:47.614+0000 7fe2474cb340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:47.686 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:48.041 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:48.037747 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:55:49.374 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:49.365080 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:49.354+0000 7f4c21fc3340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:49.374 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:49.354+0000 7f4c21fc3340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:49.374 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:49.354+0000 7f4c21fc3340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:49.375 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:49.375 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:49.365101 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:49.354+0000 7f4c21fc3340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:49.375 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:49.354+0000 7f4c21fc3340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:49.375 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:49.354+0000 7f4c21fc3340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:49.375 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:49.930 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:49.929146 I | cephclient: no images/snapshosts present in pool "foo-metadata" 2022-01-04T07:55:49.930 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:49.929162 I | cephclient: purging pool "foo-metadata" (id=10) 2022-01-04T07:55:49.991 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:49.987245 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:55:51.185 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:51.183676 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:51.174+0000 7f346cefd340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:51.186 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:51.174+0000 7f346cefd340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:51.186 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:51.174+0000 7f346cefd340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:51.186 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:51.187 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:51.183706 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:51.174+0000 7f346cefd340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:51.187 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:51.174+0000 7f346cefd340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:51.187 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:51.174+0000 7f346cefd340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:51.187 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:51.374 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:51.369504 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:55:52.793 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:52.791178 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:52.782+0000 7fd4ee468340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:52.793 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:52.782+0000 7fd4ee468340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:52.793 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:52.782+0000 7fd4ee468340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:52.794 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:52.794 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:52.791208 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:52.782+0000 7fd4ee468340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:52.794 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:52.782+0000 7fd4ee468340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:52.794 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:52.782+0000 7fd4ee468340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:52.795 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:52.923 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:52.921683 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:55:53.527 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:53.526026 I | cephclient: purge completed for pool "foo-metadata" 2022-01-04T07:55:53.977 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:53.855412 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:53.846+0000 7fd84f51e340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:53.978 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:53.846+0000 7fd84f51e340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:53.978 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:53.846+0000 7fd84f51e340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:53.978 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:53.979 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:53.855451 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:53.846+0000 7fd84f51e340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:53.979 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:53.846+0000 7fd84f51e340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:53.979 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:53.846+0000 7fd84f51e340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:53.979 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:54.524 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:54.477420 I | cephclient: no images/snapshosts present in pool "foo-data0" 2022-01-04T07:55:54.525 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:54.477440 I | cephclient: purging pool "foo-data0" (id=11) 2022-01-04T07:55:54.627 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:54.623883 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:55:55.211 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:55.209419 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:55.198+0000 7fbc3bd50340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:55.212 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:55.198+0000 7fbc3bd50340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:55.212 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:55.198+0000 7fbc3bd50340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:55.212 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:55.212 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:55.209447 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:55.198+0000 7fbc3bd50340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:55.213 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:55.198+0000 7fbc3bd50340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:55.213 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:55.198+0000 7fbc3bd50340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:55.213 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:55.290 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:55:55.537 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:55.535486 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:55:55.999 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:55:55.999 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:55:55.908786Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "mds.foo", "service_type": "mds", "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "last_refresh": "2022-01-04T07:55:55.908786Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:55:55.908786Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:55:55.908786Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:55:55.908786Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:55:55.908786Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:55:55.908786Z", "running": 1, "size": 1}}] 2022-01-04T07:55:56.226 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:56.224407 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:56.214+0000 7fb9e5ef8340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:56.226 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:56.214+0000 7fb9e5ef8340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:56.226 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:56.214+0000 7fb9e5ef8340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:56.227 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:56.227 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:56.224431 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:56.214+0000 7fb9e5ef8340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:56.227 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:56.214+0000 7fb9e5ef8340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:56.227 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:56.214+0000 7fb9e5ef8340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:56.228 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:56.507 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:56.506068 I | cephclient: purge completed for pool "foo-data0" 2022-01-04T07:55:56.508 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:56.506106 I | ceph-spec: removing finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-01-04T07:55:56.522 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:56.520429 E | ceph-file-controller: failed to reconcile failed to remove finalizer: failed to remove finalizer "cephfilesystem.ceph.rook.io" on "foo": Operation cannot be fulfilled on cephfilesystems.ceph.rook.io "foo": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T07:55:56.535 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:56.533859 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:55:56.872 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:56.870621 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:55:57.371 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:57.370074 I | ceph-spec: removing finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-01-04T07:55:57.407 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:57.405778 I | ceph-spec: object "rook-ceph-mds-foo-a-keyring" matched on delete, reconciling 2022-01-04T07:55:57.479 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:57.478091 I | ceph-spec: object "rook-ceph-mds-foo-b-keyring" matched on delete, reconciling 2022-01-04T07:55:57.483 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:57.478756 I | ceph-spec: object "rook-ceph-mds-foo-a" matched on delete, reconciling 2022-01-04T07:55:57.483 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:57.478877 I | ceph-spec: object "rook-ceph-mds-foo-b" matched on delete, reconciling 2022-01-04T07:55:57.492 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:57.491296 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:57.482+0000 7ff45739e340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:57.493 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:57.482+0000 7ff45739e340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:57.493 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:57.482+0000 7ff45739e340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:57.493 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:57.494 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:57.491329 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:55:57.482+0000 7ff45739e340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:55:57.494 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:57.482+0000 7ff45739e340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:55:57.494 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:55:57.482+0000 7ff45739e340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:55:57.494 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:55:59.215 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:55:59.210183 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:56:00.033 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:56:00.031119 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:56:00.022+0000 7f3605718340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:56:00.033 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:00.022+0000 7f3605718340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:56:00.033 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:00.022+0000 7f3605718340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:56:00.034 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:56:00.034 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:56:00.031138 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:56:00.022+0000 7f3605718340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:56:00.034 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:00.022+0000 7f3605718340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:56:00.034 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:00.022+0000 7f3605718340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:56:00.034 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:56:02.602 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:56:02.600505 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:56:03.176 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:56:03.173980 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:56:03.162+0000 7fef07d4e340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:56:03.177 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:03.162+0000 7fef07d4e340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:56:03.177 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:03.162+0000 7fef07d4e340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:56:03.177 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:56:03.178 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:56:03.174038 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:56:03.162+0000 7fef07d4e340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:56:03.178 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:03.162+0000 7fef07d4e340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:56:03.178 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:03.162+0000 7fef07d4e340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:56:03.179 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:56:06.026 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:56:06.614 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:56:06.614 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:56:06.516147Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:56:06.516147Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:56:06.516147Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:56:06.516147Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:56:06.516147Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:56:06.516147Z", "running": 1, "size": 1}}] 2022-01-04T07:56:08.303 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:56:08.302136 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:56:08.895 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:56:08.892618 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:56:08.882+0000 7f6cdd6bc340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:56:08.896 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:08.882+0000 7f6cdd6bc340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:56:08.896 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:08.882+0000 7f6cdd6bc340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:56:08.897 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:56:08.897 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:56:08.892642 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:56:08.882+0000 7f6cdd6bc340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:56:08.897 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:08.882+0000 7f6cdd6bc340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:56:08.898 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:08.882+0000 7f6cdd6bc340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:56:08.898 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:56:16.634 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:56:17.214 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:56:17.214 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:56:17.123776Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:56:17.123776Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:56:17.123776Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:56:17.123776Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:56:17.123776Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:56:17.123776Z", "running": 1, "size": 1}}] 2022-01-04T07:56:19.147 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:56:19.145883 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:56:19.731 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:56:19.729537 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:56:19.717+0000 7f25d68ce340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:56:19.732 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:19.717+0000 7f25d68ce340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:56:19.732 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:19.717+0000 7f25d68ce340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:56:19.732 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:56:19.732 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:56:19.729596 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:56:19.717+0000 7f25d68ce340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:56:19.733 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:19.717+0000 7f25d68ce340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:56:19.733 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:19.717+0000 7f25d68ce340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:56:19.733 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:56:27.235 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:56:27.839 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:56:27.839 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:56:27.746679Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:56:27.746679Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:56:27.746679Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:56:27.746679Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:56:27.746679Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:56:27.746679Z", "running": 1, "size": 1}}] 2022-01-04T07:56:37.864 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:56:38.480 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:56:38.481 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:56:38.392661Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:56:38.392661Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:56:38.392661Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:56:38.392661Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:56:38.392661Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:56:38.392661Z", "running": 1, "size": 1}}] 2022-01-04T07:56:40.216 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:56:40.215404 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:56:40.790 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:56:40.788008 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:56:40.777+0000 7fb8cfff5340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:56:40.790 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:40.777+0000 7fb8cfff5340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:56:40.790 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:40.777+0000 7fb8cfff5340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:56:40.791 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:56:40.791 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:56:40.788033 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:56:40.777+0000 7fb8cfff5340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:56:40.791 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:40.777+0000 7fb8cfff5340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:56:40.791 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:56:40.777+0000 7fb8cfff5340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:56:40.792 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:56:48.506 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:56:49.211 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:56:49.211 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:56:49.041902Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:56:49.041902Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:56:49.041902Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:56:49.041902Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:56:49.041902Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:56:49.041902Z", "running": 1, "size": 1}}] 2022-01-04T07:56:59.234 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:56:59.884 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:56:59.885 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:56:59.785539Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:56:59.785539Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:56:59.785539Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:56:59.785539Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:56:59.785539Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:56:59.785539Z", "running": 1, "size": 1}}] 2022-01-04T07:57:09.908 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:57:10.611 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:57:10.612 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:57:10.429960Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:57:10.429960Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:57:10.429960Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:57:10.429960Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:57:10.429960Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:57:10.429960Z", "running": 1, "size": 1}}] 2022-01-04T07:57:20.633 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:57:21.257 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:57:21.257 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:57:21.159145Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:57:21.159145Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:57:21.159145Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:57:21.159145Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:57:21.159145Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:57:21.159145Z", "running": 1, "size": 1}}] 2022-01-04T07:57:21.757 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:57:21.755717 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:57:22.348 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:57:22.346657 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:57:22.336+0000 7f015a55b340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:57:22.349 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:57:22.336+0000 7f015a55b340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:57:22.349 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:57:22.336+0000 7f015a55b340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:57:22.349 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:57:22.350 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:57:22.346687 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:57:22.336+0000 7f015a55b340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:57:22.350 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:57:22.336+0000 7f015a55b340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:57:22.350 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:57:22.336+0000 7f015a55b340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:57:22.350 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:57:31.281 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:57:31.997 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:57:31.997 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:57:31.805872Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:57:31.805872Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:57:31.805872Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:57:31.805872Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:57:31.805872Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:57:31.805872Z", "running": 1, "size": 1}}] 2022-01-04T07:57:42.017 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:57:42.619 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:57:42.619 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:57:42.523914Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:57:42.523914Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:57:42.523914Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:57:42.523914Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:57:42.523914Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:57:42.523914Z", "running": 1, "size": 1}}] 2022-01-04T07:57:52.643 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:57:53.198 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:57:53.198 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:57:53.110735Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:57:53.110735Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:57:53.110735Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:57:53.110735Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:57:53.110735Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:57:53.110735Z", "running": 1, "size": 1}}] 2022-01-04T07:58:03.217 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:58:03.848 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:58:03.848 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:58:03.736826Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:58:03.736826Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:58:03.736826Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:58:03.736826Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:58:03.736826Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:58:03.736826Z", "running": 1, "size": 1}}] 2022-01-04T07:58:13.873 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:58:14.509 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:58:14.510 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:58:14.409732Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:58:14.409732Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:58:14.409732Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:58:14.409732Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:58:14.409732Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:58:14.409732Z", "running": 1, "size": 1}}] 2022-01-04T07:58:24.531 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:58:25.152 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:58:25.152 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:58:25.054939Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:58:25.054939Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:58:25.054939Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:58:25.054939Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:58:25.054939Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:58:25.054939Z", "running": 1, "size": 1}}] 2022-01-04T07:58:35.175 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:58:35.893 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:58:35.893 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:58:35.778838Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:58:35.778838Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:58:35.778838Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:58:35.778838Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:58:35.778838Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:58:35.778838Z", "running": 1, "size": 1}}] 2022-01-04T07:58:44.276 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:58:44.274121 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T07:58:44.873 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:58:44.871326 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:58:44.859+0000 7fb177700340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:58:44.874 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:58:44.859+0000 7fb177700340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:58:44.874 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:58:44.859+0000 7fb177700340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:58:44.874 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:58:44.876 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 07:58:44.871354 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T07:58:44.859+0000 7fb177700340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T07:58:44.876 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:58:44.859+0000 7fb177700340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T07:58:44.877 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T07:58:44.859+0000 7fb177700340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T07:58:44.877 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T07:58:45.908 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:58:46.525 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:58:46.526 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:58:46.413163Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:58:46.413163Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:58:46.413163Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:58:46.413163Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:58:46.413163Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:58:46.413163Z", "running": 1, "size": 1}}] 2022-01-04T07:58:56.548 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:58:57.161 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:58:57.162 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:58:57.060963Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:58:57.060963Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:58:57.060963Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:58:57.060963Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:58:57.060963Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:58:57.060963Z", "running": 1, "size": 1}}] 2022-01-04T07:59:07.188 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:59:08.075 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:59:08.076 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:59:07.975055Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:59:07.975055Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:59:07.975055Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:59:07.975055Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:59:07.975055Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:59:07.975055Z", "running": 1, "size": 1}}] 2022-01-04T07:59:18.100 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:59:18.704 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:59:18.705 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:59:18.581056Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:59:18.581056Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:59:18.581056Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:59:18.581056Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:59:18.581056Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:59:18.581056Z", "running": 1, "size": 1}}] 2022-01-04T07:59:28.727 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:59:29.337 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:59:29.338 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:59:29.236604Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:59:29.236604Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:59:29.236604Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:59:29.236604Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:59:29.236604Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:59:29.236604Z", "running": 1, "size": 1}}] 2022-01-04T07:59:39.363 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:59:40.125 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:59:40.125 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:59:39.889461Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:59:39.889461Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:59:39.889461Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:59:39.889461Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:59:39.889461Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:59:39.889461Z", "running": 1, "size": 1}}] 2022-01-04T07:59:50.148 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T07:59:50.755 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T07:59:50.755 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T07:59:50.656519Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T07:59:50.656519Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T07:59:50.656519Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T07:59:50.656519Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T07:59:50.656519Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T07:59:50.656519Z", "running": 1, "size": 1}}] 2022-01-04T08:00:00.779 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:00:01.397 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:00:01.397 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:00:01.293519Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:00:01.293519Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:00:01.293519Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:00:01.293519Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:00:01.293519Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:00:01.293519Z", "running": 1, "size": 1}}] 2022-01-04T08:00:11.423 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:00:12.025 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:00:12.025 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:00:11.933887Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:00:11.933887Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:00:11.933887Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:00:11.933887Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:00:11.933887Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:00:11.933887Z", "running": 1, "size": 1}}] 2022-01-04T08:00:22.049 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:00:22.630 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:00:22.630 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:00:22.538553Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:00:22.538553Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:00:22.538553Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:00:22.538553Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:00:22.538553Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:00:22.538553Z", "running": 1, "size": 1}}] 2022-01-04T08:00:32.651 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:00:33.237 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:00:33.238 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:00:33.146793Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:00:33.146793Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:00:33.146793Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:00:33.146793Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:00:33.146793Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:00:33.146793Z", "running": 1, "size": 1}}] 2022-01-04T08:00:43.261 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:00:44.162 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:00:44.162 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:00:43.832492Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:00:43.832492Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:00:43.832492Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:00:43.832492Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:00:43.832492Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:00:43.832492Z", "running": 1, "size": 1}}] 2022-01-04T08:00:54.184 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:00:54.767 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:00:54.910 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:00:54.665056Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:00:54.665056Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:00:54.665056Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:00:54.665056Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:00:54.665056Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:00:54.665056Z", "running": 1, "size": 1}}] 2022-01-04T08:01:04.913 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:01:05.544 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:01:05.545 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:01:05.425846Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:01:05.425846Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:01:05.425846Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:01:05.425846Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:01:05.425846Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:01:05.425846Z", "running": 1, "size": 1}}] 2022-01-04T08:01:15.568 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:01:16.220 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:01:16.221 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:01:16.125724Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:01:16.125724Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:01:16.125724Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:01:16.125724Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:01:16.125724Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:01:16.125724Z", "running": 1, "size": 1}}] 2022-01-04T08:01:26.243 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:01:26.839 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:01:26.840 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:01:26.747026Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:01:26.747026Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:01:26.747026Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:01:26.747026Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:01:26.747026Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:01:26.747026Z", "running": 1, "size": 1}}] 2022-01-04T08:01:28.721 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:01:28.718985 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T08:01:29.298 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:01:29.289817 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T08:01:29.279+0000 7f633daab340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T08:01:29.298 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:01:29.279+0000 7f633daab340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T08:01:29.298 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:01:29.279+0000 7f633daab340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T08:01:29.299 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T08:01:29.299 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:01:29.289842 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T08:01:29.279+0000 7f633daab340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T08:01:29.299 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:01:29.279+0000 7f633daab340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T08:01:29.299 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:01:29.279+0000 7f633daab340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T08:01:29.300 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T08:01:36.859 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:01:37.559 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:01:37.560 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:01:37.460845Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:01:37.460845Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:01:37.460845Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:01:37.460845Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:01:37.460845Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:01:37.460845Z", "running": 1, "size": 1}}] 2022-01-04T08:01:47.584 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:01:48.235 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:01:48.236 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:01:48.096677Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:01:48.096677Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:01:48.096677Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:01:48.096677Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:01:48.096677Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:01:48.096677Z", "running": 1, "size": 1}}] 2022-01-04T08:01:58.263 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:01:58.904 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:01:58.905 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:01:58.806300Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:01:58.806300Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:01:58.806300Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:01:58.806300Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:01:58.806300Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:01:58.806300Z", "running": 1, "size": 1}}] 2022-01-04T08:02:08.931 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:02:09.535 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:02:09.535 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:02:09.433182Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:02:09.433182Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:02:09.433182Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:02:09.433182Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:02:09.433182Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:02:09.433182Z", "running": 1, "size": 1}}] 2022-01-04T08:02:19.558 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:02:20.169 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:02:20.170 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:02:20.071608Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:02:20.071608Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:02:20.071608Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:02:20.071608Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:02:20.071608Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:02:20.071608Z", "running": 1, "size": 1}}] 2022-01-04T08:02:30.194 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:02:30.814 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:02:30.814 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:02:30.694391Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:02:30.694391Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:02:30.694391Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:02:30.694391Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:02:30.694391Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:02:30.694391Z", "running": 1, "size": 1}}] 2022-01-04T08:02:40.837 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:02:41.435 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:02:41.435 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:02:41.343115Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:02:41.343115Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:02:41.343115Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:02:41.343115Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:02:41.343115Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:02:41.343115Z", "running": 1, "size": 1}}] 2022-01-04T08:02:51.459 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:02:52.074 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:02:52.075 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:02:51.981394Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:02:51.981394Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:02:51.981394Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:02:51.981394Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:02:51.981394Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:02:51.981394Z", "running": 1, "size": 1}}] 2022-01-04T08:03:02.098 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:03:02.773 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:03:02.774 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:03:02.681249Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:03:02.681249Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:03:02.681249Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:03:02.681249Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:03:02.681249Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:03:02.681249Z", "running": 1, "size": 1}}] 2022-01-04T08:03:12.792 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:03:13.391 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:03:13.391 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:03:13.301009Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:03:13.301009Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:03:13.301009Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:03:13.301009Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:03:13.301009Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:03:13.301009Z", "running": 1, "size": 1}}] 2022-01-04T08:03:23.416 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:03:24.065 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:03:24.065 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:03:23.971129Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:03:23.971129Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:03:23.971129Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:03:23.971129Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:03:23.971129Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:03:23.971129Z", "running": 1, "size": 1}}] 2022-01-04T08:03:34.085 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:03:34.737 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:03:34.738 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:03:34.640677Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:03:34.640677Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:03:34.640677Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:03:34.640677Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:03:34.640677Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:03:34.640677Z", "running": 1, "size": 1}}] 2022-01-04T08:03:44.758 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:03:45.376 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:03:45.376 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:03:45.278297Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:03:45.278297Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:03:45.278297Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:03:45.278297Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:03:45.278297Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:03:45.278297Z", "running": 1, "size": 1}}] 2022-01-04T08:03:55.402 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:03:55.949 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:03:55.950 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:03:55.855676Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:03:55.855676Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:03:55.855676Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:03:55.855676Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:03:55.855676Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:03:55.855676Z", "running": 1, "size": 1}}] 2022-01-04T08:04:05.969 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:04:06.571 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:04:06.571 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:04:06.471864Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:04:06.471864Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:04:06.471864Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:04:06.471864Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:04:06.471864Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:04:06.471864Z", "running": 1, "size": 1}}] 2022-01-04T08:04:16.623 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:04:17.241 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:04:17.242 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:04:17.121215Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:04:17.121215Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:04:17.121215Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:04:17.121215Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:04:17.121215Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:04:17.121215Z", "running": 1, "size": 1}}] 2022-01-04T08:04:27.267 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:04:27.897 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:04:27.897 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:04:27.757616Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:04:27.757616Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:04:27.757616Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:04:27.757616Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:04:27.757616Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:04:27.757616Z", "running": 1, "size": 1}}] 2022-01-04T08:04:37.922 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:04:38.522 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:04:38.523 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:04:38.426911Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:04:38.426911Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:04:38.426911Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:04:38.426911Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:04:38.426911Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:04:38.426911Z", "running": 1, "size": 1}}] 2022-01-04T08:04:48.543 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:04:49.155 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:04:49.155 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:04:49.038381Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:04:49.038381Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:04:49.038381Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:04:49.038381Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:04:49.038381Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:04:49.038381Z", "running": 1, "size": 1}}] 2022-01-04T08:04:59.178 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:04:59.885 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:04:59.886 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:04:59.753968Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:04:59.753968Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:04:59.753968Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:04:59.753968Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:04:59.753968Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:04:59.753968Z", "running": 1, "size": 1}}] 2022-01-04T08:05:09.909 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:05:10.551 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:05:10.551 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:05:10.453543Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:05:10.453543Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:05:10.453543Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:05:10.453543Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:05:10.453543Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:05:10.453543Z", "running": 1, "size": 1}}] 2022-01-04T08:05:20.574 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:05:21.236 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:05:21.236 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:05:21.103634Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:05:21.103634Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:05:21.103634Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:05:21.103634Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:05:21.103634Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:05:21.103634Z", "running": 1, "size": 1}}] 2022-01-04T08:05:31.262 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:05:35.074 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:05:35.074 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:05:34.963063Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:05:34.963063Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:05:34.963063Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:05:34.963063Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:05:34.963063Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:05:34.963063Z", "running": 1, "size": 1}}] 2022-01-04T08:05:45.096 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:05:45.717 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:05:45.718 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:05:45.617082Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:05:45.617082Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:05:45.617082Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:05:45.617082Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:05:45.617082Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:05:45.617082Z", "running": 1, "size": 1}}] 2022-01-04T08:05:55.741 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:05:56.414 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:05:56.415 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:05:56.302773Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:05:56.302773Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:05:56.302773Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:05:56.302773Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:05:56.302773Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:05:56.302773Z", "running": 1, "size": 1}}] 2022-01-04T08:06:06.439 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:06:07.029 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:06:07.030 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:06:06.932870Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:06:06.932870Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:06:06.932870Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:06:06.932870Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:06:06.932870Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:06:06.932870Z", "running": 1, "size": 1}}] 2022-01-04T08:06:17.051 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:06:17.692 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:06:17.693 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:06:17.571846Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:06:17.571846Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:06:17.571846Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:06:17.571846Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:06:17.571846Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:06:17.571846Z", "running": 1, "size": 1}}] 2022-01-04T08:06:27.716 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:06:28.321 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:06:28.322 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:06:28.231201Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:06:28.231201Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:06:28.231201Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:06:28.231201Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:06:28.231201Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:06:28.231201Z", "running": 1, "size": 1}}] 2022-01-04T08:06:38.347 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:06:39.027 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:06:39.027 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:06:38.920992Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:06:38.920992Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:06:38.920992Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:06:38.920992Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:06:38.920992Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:06:38.920992Z", "running": 1, "size": 1}}] 2022-01-04T08:06:49.046 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:06:49.653 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:06:49.654 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:06:49.555716Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:06:49.555716Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:06:49.555716Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:06:49.555716Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:06:49.555716Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:06:49.555716Z", "running": 1, "size": 1}}] 2022-01-04T08:06:56.998 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:06:56.996891 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T08:06:57.596 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:06:57.594555 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T08:06:57.583+0000 7f5de0c7e340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T08:06:57.596 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:06:57.583+0000 7f5de0c7e340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T08:06:57.597 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:06:57.583+0000 7f5de0c7e340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T08:06:57.597 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T08:06:57.597 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:06:57.594581 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T08:06:57.583+0000 7f5de0c7e340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T08:06:57.598 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:06:57.583+0000 7f5de0c7e340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T08:06:57.598 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:06:57.583+0000 7f5de0c7e340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T08:06:57.598 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T08:06:59.679 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:07:00.344 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:07:00.345 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:07:00.225477Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:07:00.225477Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:07:00.225477Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:07:00.225477Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:07:00.225477Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:07:00.225477Z", "running": 1, "size": 1}}] 2022-01-04T08:07:10.369 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:07:10.995 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:07:10.995 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:07:10.903404Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:07:10.903404Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:07:10.903404Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:07:10.903404Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:07:10.903404Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:07:10.903404Z", "running": 1, "size": 1}}] 2022-01-04T08:07:21.014 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:07:21.681 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:07:21.682 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:07:21.550432Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:07:21.550432Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:07:21.550432Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:07:21.550432Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:07:21.550432Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:07:21.550432Z", "running": 1, "size": 1}}] 2022-01-04T08:07:31.704 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:07:32.334 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:07:32.335 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:07:32.239984Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:07:32.239984Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:07:32.239984Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:07:32.239984Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:07:32.239984Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:07:32.239984Z", "running": 1, "size": 1}}] 2022-01-04T08:07:42.357 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:07:43.287 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:07:43.287 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:07:42.909571Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:07:42.909571Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:07:42.909571Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:07:42.909571Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:07:42.909571Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:07:42.909571Z", "running": 1, "size": 1}}] 2022-01-04T08:07:53.310 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:07:53.923 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:07:53.923 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:07:53.812047Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:07:53.812047Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:07:53.812047Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:07:53.812047Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:07:53.812047Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:07:53.812047Z", "running": 1, "size": 1}}] 2022-01-04T08:08:03.948 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:08:04.587 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:08:04.588 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:08:04.488423Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:08:04.488423Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:08:04.488423Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:08:04.488423Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:08:04.488423Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:08:04.488423Z", "running": 1, "size": 1}}] 2022-01-04T08:08:14.612 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:08:15.178 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:08:15.179 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:08:15.084076Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:08:15.084076Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:08:15.084076Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:08:15.084076Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:08:15.084076Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:08:15.084076Z", "running": 1, "size": 1}}] 2022-01-04T08:08:25.201 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:08:25.812 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:08:25.812 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:08:25.726918Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:08:25.726918Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:08:25.726918Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:08:25.726918Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:08:25.726918Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:08:25.726918Z", "running": 1, "size": 1}}] 2022-01-04T08:08:35.832 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:08:36.490 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:08:36.490 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:08:36.390634Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:08:36.390634Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:08:36.390634Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:08:36.390634Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:08:36.390634Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:08:36.390634Z", "running": 1, "size": 1}}] 2022-01-04T08:08:46.507 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:08:47.100 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:08:47.101 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:08:47.008649Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:08:47.008649Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:08:47.008649Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:08:47.008649Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:08:47.008649Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:08:47.008649Z", "running": 1, "size": 1}}] 2022-01-04T08:08:57.126 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:08:57.799 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:08:57.800 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:08:57.705495Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:08:57.705495Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:08:57.705495Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:08:57.705495Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:08:57.705495Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:08:57.705495Z", "running": 1, "size": 1}}] 2022-01-04T08:09:07.824 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:09:08.429 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:09:08.429 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:09:08.329283Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:09:08.329283Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:09:08.329283Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:09:08.329283Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:09:08.329283Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:09:08.329283Z", "running": 1, "size": 1}}] 2022-01-04T08:09:18.452 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:09:19.103 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:09:19.104 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:09:18.967415Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:09:18.967415Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:09:18.967415Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:09:18.967415Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:09:18.967415Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:09:18.967415Z", "running": 1, "size": 1}}] 2022-01-04T08:09:29.131 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:09:29.758 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:09:29.759 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:09:29.666649Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:09:29.666649Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:09:29.666649Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:09:29.666649Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:09:29.666649Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:09:29.666649Z", "running": 1, "size": 1}}] 2022-01-04T08:09:39.782 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:09:40.408 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:09:40.408 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:09:40.282383Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:09:40.282383Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:09:40.282383Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:09:40.282383Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:09:40.282383Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:09:40.282383Z", "running": 1, "size": 1}}] 2022-01-04T08:09:50.428 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:09:51.066 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:09:51.066 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:09:50.966573Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:09:50.966573Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:09:50.966573Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:09:50.966573Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:09:50.966573Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:09:50.966573Z", "running": 1, "size": 1}}] 2022-01-04T08:10:01.088 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:10:01.735 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:10:01.736 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:10:01.639833Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:10:01.639833Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:10:01.639833Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:10:01.639833Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:10:01.639833Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:10:01.639833Z", "running": 1, "size": 1}}] 2022-01-04T08:10:11.761 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:10:12.331 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:10:12.331 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:10:12.230025Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:10:12.230025Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:10:12.230025Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:10:12.230025Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:10:12.230025Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:10:12.230025Z", "running": 1, "size": 1}}] 2022-01-04T08:10:22.354 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:10:23.013 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:10:23.014 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:10:22.900289Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:10:22.900289Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:10:22.900289Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:10:22.900289Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:10:22.900289Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:10:22.900289Z", "running": 1, "size": 1}}] 2022-01-04T08:10:33.036 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:10:33.706 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:10:33.707 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:10:33.610835Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:10:33.610835Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:10:33.610835Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:10:33.610835Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:10:33.610835Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:10:33.610835Z", "running": 1, "size": 1}}] 2022-01-04T08:10:43.726 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:10:44.413 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:10:44.413 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:10:44.250207Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:10:44.250207Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:10:44.250207Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:10:44.250207Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:10:44.250207Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:10:44.250207Z", "running": 1, "size": 1}}] 2022-01-04T08:10:54.437 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:10:55.030 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:10:55.030 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:10:54.930596Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:10:54.930596Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:10:54.930596Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:10:54.930596Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:10:54.930596Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:10:54.930596Z", "running": 1, "size": 1}}] 2022-01-04T08:11:05.051 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:11:05.714 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:11:05.715 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:11:05.618753Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:11:05.618753Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:11:05.618753Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:11:05.618753Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:11:05.618753Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:11:05.618753Z", "running": 1, "size": 1}}] 2022-01-04T08:11:15.741 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:11:16.349 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:11:16.350 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:11:16.252971Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:11:16.252971Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:11:16.252971Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:11:16.252971Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:11:16.252971Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:11:16.252971Z", "running": 1, "size": 1}}] 2022-01-04T08:11:26.369 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:11:27.010 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:11:27.011 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:11:26.888605Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:11:26.888605Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:11:26.888605Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:11:26.888605Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:11:26.888605Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:11:26.888605Z", "running": 1, "size": 1}}] 2022-01-04T08:11:37.033 DEBUG:teuthology.orchestra.run.smithi110:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-45m7n -- ceph orch ls -f json 2022-01-04T08:11:37.725 INFO:teuthology.orchestra.run.smithi110.stdout: 2022-01-04T08:11:37.725 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:45:41.000000Z", "last_refresh": "2022-01-04T08:11:37.530203Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:37:13.000000Z", "last_refresh": "2022-01-04T08:11:37.530203Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:36:45.000000Z", "last_refresh": "2022-01-04T08:11:37.530203Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:38:51.000000Z", "last_refresh": "2022-01-04T08:11:37.530203Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-01-04T08:11:37.530203Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_id": "9e069f9561f92b94a54b930eeb4662e965546f4bc741d10bfb3a9e107759084c", "container_image_name": "quay.ceph.io/ceph-ci/ceph:0797768822e99ad148f56a2962d5638b541f0200", "created": "2022-01-04T07:46:49.000000Z", "last_refresh": "2022-01-04T08:11:37.530203Z", "running": 1, "size": 1}}] 2022-01-04T08:11:37.744 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_95a7d4799b562f3bbb5ec66107094963abd62fa1/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/git.ceph.com_ceph-c_0797768822e99ad148f56a2962d5638b541f0200/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_95a7d4799b562f3bbb5ec66107094963abd62fa1/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-01-04T08:11:37.744 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_0797768822e99ad148f56a2962d5638b541f0200/qa/tasks/rook.py", line 530, in ceph_config_keyring yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_95a7d4799b562f3bbb5ec66107094963abd62fa1/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/git.ceph.com_ceph-c_0797768822e99ad148f56a2962d5638b541f0200/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_95a7d4799b562f3bbb5ec66107094963abd62fa1/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-01-04T08:11:37.745 INFO:tasks.rook:Cleaning up config and client.admin keyring 2022-01-04T08:11:37.745 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2022-01-04T08:11:37.760 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_0797768822e99ad148f56a2962d5638b541f0200/qa/tasks/rook.py", line 478, in rook_post_config yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_95a7d4799b562f3bbb5ec66107094963abd62fa1/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/git.ceph.com_ceph-c_0797768822e99ad148f56a2962d5638b541f0200/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_95a7d4799b562f3bbb5ec66107094963abd62fa1/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-01-04T08:11:37.760 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_0797768822e99ad148f56a2962d5638b541f0200/qa/tasks/rook.py", line 442, in rook_toolbox yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_95a7d4799b562f3bbb5ec66107094963abd62fa1/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/git.ceph.com_ceph-c_0797768822e99ad148f56a2962d5638b541f0200/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_95a7d4799b562f3bbb5ec66107094963abd62fa1/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-01-04T08:11:37.778 DEBUG:teuthology.orchestra.remote:smithi110:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-01-04T08:11:37.791 DEBUG:teuthology.orchestra.run.smithi110:> kubectl delete -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-01-04T08:11:37.853 INFO:teuthology.orchestra.run.smithi110.stdout:deployment.apps "rook-ceph-tools" deleted 2022-01-04T08:11:37.868 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_0797768822e99ad148f56a2962d5638b541f0200/qa/tasks/rook.py", line 379, in rook_cluster yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_95a7d4799b562f3bbb5ec66107094963abd62fa1/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/git.ceph.com_ceph-c_0797768822e99ad148f56a2962d5638b541f0200/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_95a7d4799b562f3bbb5ec66107094963abd62fa1/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-01-04T08:11:37.869 DEBUG:teuthology.orchestra.run.smithi110:> kubectl delete -f cluster.yaml 2022-01-04T08:11:38.011 INFO:teuthology.orchestra.run.smithi110.stdout:cephcluster.ceph.rook.io "rook-ceph" deleted 2022-01-04T08:11:38.014 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:11:38.014039 I | ceph-cluster-controller: CR "rook-ceph" is going be deleted, cancelling any ongoing orchestration 2022-01-04T08:11:38.286 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:11:38.285859 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:11:38.295 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:11:38.294467 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:11:38.296 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:11:38.294500 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Warning:ReconcileFailed:CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:11:48.517 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:11:48.517186 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:11:48.529 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:11:48.529358 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:11:58.753 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:11:58.752404 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:11:58.762 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:11:58.761887 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:12:08.980 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:12:08.979782 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:12:08.995 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:12:08.993978 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:12:19.215 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:12:19.214519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:12:19.227 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:12:19.227333 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:12:29.457 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:12:29.457000 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:12:29.471 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:12:29.470887 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:12:39.697 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:12:39.697032 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:12:39.711 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:12:39.710793 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:12:49.931 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:12:49.930493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:12:49.948 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:12:49.947922 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:13:00.170 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:13:00.169211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:13:00.182 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:13:00.182129 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:13:10.433 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:13:10.433250 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:13:10.442 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:13:10.441872 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:13:20.666 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:13:20.665249 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:13:20.676 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:13:20.676509 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:13:30.898 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:13:30.897814 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:13:30.911 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:13:30.910840 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:13:41.135 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:13:41.134335 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:13:41.149 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:13:41.148778 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:13:51.370 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:13:51.369614 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:13:51.381 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:13:51.381115 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:14:01.605 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:14:01.604656 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:14:01.617 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:14:01.617358 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:14:11.843 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:14:11.842351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:14:11.856 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:14:11.856118 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:14:22.075 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:14:22.074828 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:14:22.085 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:14:22.084111 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:14:32.306 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:14:32.305844 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:14:32.319 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:14:32.318560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:14:42.565 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:14:42.564845 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:14:42.576 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:14:42.575548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:14:52.799 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:14:52.798316 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:14:52.813 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:14:52.812017 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:15:03.033 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:15:03.032500 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:15:03.046 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:15:03.046206 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:15:13.275 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:15:13.274804 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:15:13.287 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:15:13.286407 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:15:23.522 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:15:23.522177 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:15:23.653 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:15:23.652715 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:15:33.873 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:15:33.872491 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:15:33.885 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:15:33.885531 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:15:44.105 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:15:44.104700 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:15:44.117 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:15:44.117128 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:15:54.369 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:15:54.368540 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:15:54.377 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:15:54.376658 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:16:04.596 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:16:04.596068 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:16:04.608 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:16:04.608467 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:16:14.828 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:16:14.827814 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:16:14.877 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:16:14.876804 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:16:25.099 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:16:25.099101 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:16:25.113 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:16:25.112340 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:16:35.333 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:16:35.332365 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:16:35.345 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:16:35.344878 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:16:45.562 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:16:45.561203 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:16:45.573 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:16:45.572935 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:16:55.794 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:16:55.793880 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:16:55.812 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:16:55.811612 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:17:06.028 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:06.027803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:17:06.037 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:06.036834 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:17:16.257 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:16.256406 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:17:16.268 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:16.267998 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:17:26.510 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:26.509703 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:17:26.520 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:26.519748 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:17:36.740 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:36.739905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:17:36.759 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:36.759072 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:17:46.994 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:46.992525 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:17:47.008 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:47.007821 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:17:52.965 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:52.965076 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T08:17:53.525 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:53.523399 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T08:17:53.516+0000 7fe5c2018340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T08:17:53.525 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:17:53.516+0000 7fe5c2018340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T08:17:53.525 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:17:53.516+0000 7fe5c2018340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T08:17:53.526 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T08:17:53.526 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:53.523488 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T08:17:53.516+0000 7fe5c2018340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T08:17:53.526 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:17:53.516+0000 7fe5c2018340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T08:17:53.526 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:17:53.516+0000 7fe5c2018340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T08:17:53.527 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T08:17:57.226 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:57.225975 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:17:57.239 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:17:57.239225 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:18:07.466 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:18:07.465400 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:18:07.477 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:18:07.476997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:18:17.701 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:18:17.700214 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:18:17.714 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:18:17.713781 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:18:27.934 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:18:27.934378 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:18:27.977 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:18:27.977343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:18:28.185 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:18:28.185094 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-01-04 08:18:28.17580849 +0000 UTC m=+2577.795301823 LastTransitionTime:2022-01-04 07:37:23 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T08:18:38.253 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:18:38.252349 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:18:38.266 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:18:38.266330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:18:48.488 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:18:48.488139 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:18:48.500 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:18:48.499891 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:18:58.721 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:18:58.720528 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:18:58.762 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:18:58.762095 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:19:08.987 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:19:08.987267 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:19:09.000 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:19:08.999995 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:19:19.226 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:19:19.226059 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:19:19.239 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:19:19.239121 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:19:29.460 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:19:29.460067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:19:29.471 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:19:29.470669 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:19:39.689 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:19:39.688392 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:19:39.700 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:19:39.700152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:19:49.919 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:19:49.918885 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:19:49.931 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:19:49.931420 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:20:00.191 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:20:00.191429 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:20:00.200 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:20:00.200296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:20:10.422 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:20:10.421803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:20:10.464 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:20:10.463782 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:20:20.683 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:20:20.683124 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:20:20.696 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:20:20.696161 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:20:30.919 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:20:30.918796 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:20:30.930 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:20:30.929894 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:20:41.149 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:20:41.149176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:20:41.162 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:20:41.162406 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:20:51.385 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:20:51.385068 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:20:51.398 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:20:51.398864 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:21:01.617 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:21:01.617340 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:21:01.628 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:21:01.628329 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:21:11.852 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:21:11.851491 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:21:11.863 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:21:11.863115 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:21:22.089 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:21:22.089351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:21:22.097 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:21:22.096924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:21:32.323 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:21:32.323154 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:21:32.335 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:21:32.334992 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:21:42.556 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:21:42.556126 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:21:42.569 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:21:42.569706 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:21:52.794 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:21:52.793323 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:21:52.805 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:21:52.805360 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:22:03.022 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:22:03.022125 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:22:03.035 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:22:03.035252 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:22:13.256 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:22:13.256352 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:22:13.271 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:22:13.271355 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:22:23.494 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:22:23.493799 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:22:23.510 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:22:23.510063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:22:33.758 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:22:33.758022 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:22:33.770 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:22:33.770093 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:22:44.050 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:22:44.050128 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:22:44.062 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:22:44.062502 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:22:54.309 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:22:54.309777 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:22:54.322 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:22:54.322098 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:23:04.547 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:23:04.547105 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:23:04.561 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:23:04.560486 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:23:14.791 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:23:14.791679 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:23:14.800 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:23:14.800108 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:23:25.022 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:23:25.022404 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:23:25.034 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:23:25.034424 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:23:35.254 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:23:35.253498 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:23:35.273 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:23:35.268623 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:23:45.545 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:23:45.543700 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:23:45.557 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:23:45.556225 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:23:55.797 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:23:55.797285 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:23:55.811 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:23:55.811023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:24:06.064 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:24:06.063866 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:24:06.144 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:24:06.144880 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:24:16.387 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:24:16.387483 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:24:16.400 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:24:16.400525 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:24:26.623 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:24:26.622813 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:24:26.634 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:24:26.634905 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:24:36.857 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:24:36.857235 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:24:36.871 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:24:36.869970 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:24:47.088 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:24:47.088061 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:24:47.097 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:24:47.097580 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:24:57.320 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:24:57.320330 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:24:57.333 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:24:57.333418 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:25:07.557 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:25:07.557544 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:25:07.566 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:25:07.566381 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:25:18.282 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:25:18.282248 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:25:18.291 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:25:18.291658 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:25:28.510 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:25:28.510264 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:25:28.522 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:25:28.521750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:25:38.747 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:25:38.747067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:25:38.759 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:25:38.759971 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:25:49.027 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:25:49.026586 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:25:49.039 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:25:49.039635 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:25:59.260 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:25:59.260067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:25:59.271 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:25:59.272047 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:26:09.494 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:26:09.494074 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:26:09.504 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:26:09.504543 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:26:19.724 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:26:19.724001 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:26:19.736 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:26:19.736063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:26:29.956 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:26:29.956226 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:26:29.969 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:26:29.969447 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:26:40.194 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:26:40.193662 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:26:40.205 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:26:40.206286 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:26:50.436 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:26:50.436155 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:26:50.444 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:26:50.445208 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:27:00.692 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:27:00.692817 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:27:00.702 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:27:00.702761 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:27:10.948 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:27:10.948370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:27:10.957 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:27:10.957457 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:27:21.175 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:27:21.175089 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:27:21.189 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:27:21.189168 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:27:31.408 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:27:31.407934 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:27:31.446 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:27:31.447056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:27:41.663 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:27:41.662698 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:27:41.671 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:27:41.671446 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:27:51.890 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:27:51.889884 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:27:51.899 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:27:51.900090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:28:02.176 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:28:02.176448 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:28:02.185 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:28:02.186159 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:28:12.404 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:28:12.404299 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:28:12.413 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:28:12.414564 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:28:22.633 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:28:22.633921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:28:22.646 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:28:22.647084 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:28:32.867 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:28:32.867341 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:28:32.882 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:28:32.882938 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:28:43.103 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:28:43.103228 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:28:43.114 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:28:43.114953 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:28:53.337 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:28:53.338035 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:28:53.349 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:28:53.349819 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:29:03.575 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:29:03.575968 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:29:03.588 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:29:03.588119 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:29:13.852 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:29:13.851972 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:29:13.861 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:29:13.861800 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:29:24.132 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:29:24.132792 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:29:24.144 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:29:24.144363 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:29:34.366 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:29:34.366624 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:29:34.379 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:29:34.379264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:29:44.599 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:29:44.599268 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:29:44.612 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:29:44.612797 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:29:54.835 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:29:54.835650 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:29:54.848 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:29:54.848808 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:30:05.067 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:30:05.067431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:30:05.079 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:30:05.079479 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:30:15.301 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:30:15.302093 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:30:15.314 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:30:15.315177 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:30:25.543 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:30:25.543557 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:30:25.556 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:30:25.556438 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:30:35.780 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:30:35.780494 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:30:35.790 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:30:35.791225 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:30:46.022 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:30:46.022343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:30:46.035 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:30:46.036164 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:30:56.260 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:30:56.260201 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:30:56.362 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:30:56.363245 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:31:06.581 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:31:06.580805 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:31:06.593 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:31:06.593260 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:31:16.813 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:31:16.813176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:31:16.824 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:31:16.824713 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:31:27.049 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:31:27.049712 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:31:27.057 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:31:27.058760 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:31:37.278 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:31:37.278972 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:31:37.291 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:31:37.291529 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:31:47.514 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:31:47.513636 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:31:47.522 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:31:47.523279 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:31:57.744 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:31:57.744137 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:31:57.755 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:31:57.755549 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:32:07.994 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:32:07.994794 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:32:08.012 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:32:08.013194 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:32:18.234 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:32:18.234776 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:32:18.245 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:32:18.246091 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:32:28.492 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:32:28.492840 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:32:28.502 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:32:28.502692 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:32:38.740 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:32:38.740521 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:32:38.749 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:32:38.750549 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:32:48.972 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:32:48.973309 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:32:48.984 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:32:48.985090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:32:59.207 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:32:59.207764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:32:59.220 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:32:59.220508 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:33:09.442 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:33:09.442109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:33:09.457 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:33:09.457853 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:33:19.677 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:33:19.677851 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:33:19.691 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:33:19.692052 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:33:29.912 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:33:29.912864 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:33:29.924 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:33:29.925078 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:33:40.146 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:33:40.146980 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:33:40.162 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:33:40.162768 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:33:50.379 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:33:50.379954 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:33:50.391 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:33:50.392219 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:34:00.612 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:00.612637 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:34:00.620 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:00.621133 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:34:10.845 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:10.845293 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:34:10.859 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:10.859868 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:34:21.102 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:21.102490 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:34:21.116 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:21.117092 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:34:31.376 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:31.376952 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:34:31.388 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:31.388632 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:34:33.531 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:33.531958 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T08:34:34.117 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:34.117955 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T08:34:34.108+0000 7f4e3dad3340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T08:34:34.118 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:34:34.108+0000 7f4e3dad3340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T08:34:34.118 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:34:34.108+0000 7f4e3dad3340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T08:34:34.118 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T08:34:34.119 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:34.117981 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T08:34:34.108+0000 7f4e3dad3340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T08:34:34.119 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:34:34.108+0000 7f4e3dad3340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T08:34:34.119 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:34:34.108+0000 7f4e3dad3340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T08:34:34.119 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T08:34:41.607 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:41.608325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:34:41.618 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:41.619111 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:34:42.062 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:42.063231 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-01-04 08:34:42.057172673 +0000 UTC m=+3551.676665994 LastTransitionTime:2022-01-04 07:37:23 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T08:34:51.845 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:51.846253 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:34:51.858 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:34:51.859210 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:35:02.081 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:35:02.081958 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:35:02.096 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:35:02.092432 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:35:12.318 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:35:12.318766 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:35:12.330 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:35:12.331347 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:35:22.552 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:35:22.552937 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:35:22.563 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:35:22.564351 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:35:32.802 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:35:32.802753 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:35:32.813 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:35:32.814407 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:35:42.943 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:35:42.943418 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-01-04 08:35:42.892200472 +0000 UTC m=+3612.511693749 LastTransitionTime:2022-01-04 07:37:23 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T08:35:43.028 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:35:43.029042 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:35:43.041 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:35:43.041795 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:35:53.282 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:35:53.283123 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:35:53.293 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:35:53.294150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:36:03.587 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:36:03.587773 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:36:03.614 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:36:03.615287 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:36:13.841 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:36:13.841320 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:36:13.854 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:36:13.854704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:36:24.085 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:36:24.086173 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:36:24.096 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:36:24.096877 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:36:34.345 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:36:34.345686 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:36:34.359 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:36:34.358265 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:36:44.578 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:36:44.578955 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:36:44.592 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:36:44.592987 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:36:54.831 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:36:54.831723 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:36:54.841 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:36:54.842594 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:37:05.062 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:37:05.061963 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:37:05.074 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:37:05.075299 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:37:15.298 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:37:15.298966 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:37:15.309 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:37:15.309996 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:37:25.528 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:37:25.528211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:37:25.541 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:37:25.541513 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:37:35.762 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:37:35.762470 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:37:35.774 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:37:35.775169 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:37:45.994 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:37:45.994564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:37:46.005 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:37:46.006497 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:37:56.220 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:37:56.220328 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:37:56.235 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:37:56.236244 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:38:06.461 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:38:06.461489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:38:06.473 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:38:06.474207 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:38:16.694 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:38:16.693962 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:38:16.705 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:38:16.706323 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:38:26.927 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:38:26.926538 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:38:26.938 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:38:26.938797 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:38:37.158 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:38:37.158351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:38:37.178 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:38:37.178697 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:38:47.456 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:38:47.455799 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:38:47.468 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:38:47.468807 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:38:57.689 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:38:57.689439 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:38:57.725 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:38:57.726085 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:39:07.944 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:39:07.944386 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:39:07.957 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:39:07.958231 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:39:18.175 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:39:18.175801 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:39:18.188 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:39:18.189326 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:39:28.410 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:39:28.410915 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:39:28.422 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:39:28.422889 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:39:38.645 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:39:38.645656 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:39:38.656 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:39:38.656535 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:39:48.880 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:39:48.880483 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:39:48.894 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:39:48.894302 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:39:59.119 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:39:59.118990 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:39:59.132 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:39:59.132082 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:40:09.381 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:40:09.381222 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:40:09.399 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:40:09.400131 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:40:19.619 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:40:19.619724 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:40:19.690 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:40:19.690889 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:40:29.909 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:40:29.908888 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:40:29.919 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:40:29.919799 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:40:40.141 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:40:40.141314 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:40:40.153 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:40:40.153684 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:40:50.444 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:40:50.444485 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:40:50.457 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:40:50.457719 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:41:00.682 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:41:00.682557 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:41:00.695 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:41:00.694864 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:41:10.911 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:41:10.911543 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:41:10.941 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:41:10.942023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:41:21.179 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:41:21.179787 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:41:21.190 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:41:21.191402 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:41:31.468 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:41:31.467913 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:41:31.477 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:41:31.477914 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:41:41.695 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:41:41.695204 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:41:41.708 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:41:41.708212 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:41:51.927 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:41:51.927294 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:41:51.941 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:41:51.941505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:42:02.163 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:42:02.163330 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:42:02.174 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:42:02.175201 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:42:12.395 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:42:12.395646 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:42:12.407 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:42:12.408023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:42:22.637 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:42:22.637296 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:42:22.648 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:42:22.649134 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:42:32.870 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:42:32.870819 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:42:32.885 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:42:32.884459 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:42:43.118 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:42:43.118912 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:42:43.128 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:42:43.128836 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:42:53.350 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:42:53.350189 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:42:53.372 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:42:53.372705 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:43:03.625 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:43:03.625062 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:43:03.638 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:43:03.638930 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:43:13.888 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:43:13.888297 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:43:13.903 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:43:13.903043 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:43:24.123 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:43:24.123152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:43:24.135 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:43:24.135554 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:43:34.356 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:43:34.356614 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:43:34.369 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:43:34.370181 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:43:44.603 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:43:44.602743 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:43:44.617 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:43:44.617476 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:43:54.857 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:43:54.857860 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:43:54.909 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:43:54.909999 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:44:05.175 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:44:05.175167 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:44:05.193 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:44:05.190604 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:44:15.524 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:44:15.523866 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:44:15.536 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:44:15.536000 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:44:25.752 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:44:25.752434 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:44:25.763 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:44:25.763700 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:44:35.983 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:44:35.983048 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:44:35.993 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:44:35.993513 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:44:46.221 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:44:46.221242 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:44:46.235 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:44:46.234742 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:44:56.476 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:44:56.476204 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:44:56.486 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:44:56.486471 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:45:06.704 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:45:06.704307 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:45:06.715 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:45:06.715120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:45:17.123 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:45:17.123512 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:45:17.132 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:45:17.132670 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:45:27.350 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:45:27.350901 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:45:27.364 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:45:27.364383 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:45:37.585 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:45:37.585070 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:45:37.597 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:45:37.597437 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:45:47.823 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:45:47.822839 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:45:47.834 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:45:47.834851 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:45:58.055 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:45:58.055104 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:45:58.063 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:45:58.063531 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:46:08.282 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:46:08.282058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:46:08.294 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:46:08.294647 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:46:18.515 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:46:18.515607 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:46:18.527 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:46:18.527434 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:46:28.764 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:46:28.763913 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:46:28.776 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:46:28.776576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:46:38.996 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:46:38.996568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:46:39.086 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:46:39.086105 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:46:49.613 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:46:49.611755 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:46:49.637 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:46:49.637070 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:46:59.862 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:46:59.861607 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:46:59.874 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:46:59.874784 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:47:10.098 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:47:10.097951 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:47:10.110 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:47:10.110691 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:47:20.404 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:47:20.404021 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:47:20.415 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:47:20.415911 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:47:30.664 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:47:30.664194 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:47:30.673 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:47:30.673239 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:47:40.955 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:47:40.955550 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:47:40.968 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:47:40.968461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:47:51.240 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:47:51.239765 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:47:51.252 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:47:51.252871 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:48:01.493 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:48:01.492938 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:48:01.521 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:48:01.521003 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:48:11.747 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:48:11.746981 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:48:11.758 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:48:11.758274 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:48:21.982 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:48:21.981921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:48:21.995 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:48:21.995935 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:48:32.215 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:48:32.215469 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:48:32.229 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:48:32.227885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:48:42.453 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:48:42.452955 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:48:42.466 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:48:42.466499 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:48:52.691 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:48:52.691158 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:48:52.702 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:48:52.702694 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:49:02.930 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:49:02.930464 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:49:02.942 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:49:02.942357 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:49:13.161 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:49:13.160564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:49:13.172 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:49:13.171905 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:49:23.413 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:49:23.412666 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:49:23.425 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:49:23.425159 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:49:33.647 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:49:33.647100 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:49:33.659 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:49:33.659548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:49:43.880 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:49:43.879582 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:49:43.891 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:49:43.891296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:49:54.114 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:49:54.113198 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:49:54.126 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:49:54.126599 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:50:04.349 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:50:04.349136 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:50:04.362 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:50:04.362318 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:50:14.687 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:50:14.686712 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:50:14.696 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:50:14.696606 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:50:24.916 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:50:24.916052 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:50:24.985 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:50:24.984546 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:50:35.202 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:50:35.202263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:50:35.214 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:50:35.214103 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:50:45.433 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:50:45.432981 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:50:45.445 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:50:45.445315 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:50:55.639 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:50:55.638557 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-01-04 08:50:55.628743524 +0000 UTC m=+4525.248236857 LastTransitionTime:2022-01-04 07:37:23 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T08:50:55.664 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:50:55.663757 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:50:55.676 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:50:55.676486 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:51:06.069 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:06.069119 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:51:06.115 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:06.115149 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:51:14.129 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:14.128821 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T08:51:14.701 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:14.701034 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T08:51:14.692+0000 7f8cb0168340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T08:51:14.702 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:51:14.692+0000 7f8cb0168340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T08:51:14.702 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:51:14.692+0000 7f8cb0168340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T08:51:14.702 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T08:51:14.703 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:14.701060 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T08:51:14.692+0000 7f8cb0168340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T08:51:14.704 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:51:14.692+0000 7f8cb0168340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T08:51:14.704 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T08:51:14.692+0000 7f8cb0168340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T08:51:14.704 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T08:51:16.391 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:16.391296 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:51:16.405 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:16.404793 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:51:26.708 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:26.707619 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:51:26.751 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:26.751109 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:51:36.990 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:36.989887 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:51:37.001 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:37.000279 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:51:47.250 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:47.250058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:51:47.263 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:47.262484 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:51:57.508 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:57.507176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:51:57.519 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:51:57.519497 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:52:07.740 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:52:07.740383 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:52:07.751 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:52:07.750602 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:52:17.971 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:52:17.970435 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:52:17.982 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:52:17.982183 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:52:28.211 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:52:28.210918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:52:28.221 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:52:28.221514 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:52:38.449 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:52:38.448894 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:52:38.463 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:52:38.463524 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:52:48.684 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:52:48.683426 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:52:48.696 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:52:48.696590 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:52:58.926 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:52:58.925746 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:52:58.983 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:52:58.983657 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:53:09.243 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:53:09.242882 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:53:09.256 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:53:09.256499 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:53:19.528 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:53:19.527295 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:53:19.539 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:53:19.539306 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:53:29.763 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:53:29.762096 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:53:29.774 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:53:29.773538 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:53:39.999 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:53:39.998572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:53:40.011 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:53:40.011287 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:53:50.229 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:53:50.228946 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:53:50.241 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:53:50.241037 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:54:00.461 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:54:00.460785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:54:00.472 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:54:00.472600 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:54:10.722 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:54:10.721859 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:54:10.734 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:54:10.733941 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:54:20.951 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:54:20.951336 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:54:20.990 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:54:20.988831 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:54:31.208 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:54:31.208114 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:54:31.220 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:54:31.220558 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:54:41.482 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:54:41.482294 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:54:41.491 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:54:41.491379 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:54:51.714 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:54:51.714173 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:54:51.726 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:54:51.726120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:55:01.946 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:55:01.945508 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:55:01.957 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:55:01.957649 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:55:12.178 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:55:12.177807 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:55:12.190 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:55:12.190095 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:55:22.404 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:55:22.404228 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:55:22.412 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:55:22.412739 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:55:32.677 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:55:32.676246 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:55:32.688 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:55:32.688166 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:55:42.903 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:55:42.903368 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:55:42.916 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:55:42.916536 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:55:53.136 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:55:53.135762 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:55:53.148 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:55:53.147817 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:56:03.371 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:56:03.370518 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:56:03.384 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:56:03.383815 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:56:13.603 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:56:13.603286 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:56:13.646 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:56:13.640627 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:56:23.876 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:56:23.876147 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:56:23.888 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:56:23.887990 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:56:34.107 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:56:34.106212 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:56:34.118 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:56:34.118285 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:56:44.342 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:56:44.342118 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:56:44.355 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:56:44.355165 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:56:54.580 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:56:54.579794 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:56:54.597 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:56:54.597411 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:57:04.818 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:57:04.817921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:57:04.831 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:57:04.831095 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:57:15.048 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:57:15.048544 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:57:15.062 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:57:15.062301 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:57:25.279 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:57:25.279488 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:57:25.288 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:57:25.288082 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:57:35.518 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:57:35.517880 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:57:35.530 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:57:35.530342 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:57:45.749 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:57:45.748739 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:57:45.761 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:57:45.761656 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:57:55.980 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:57:55.980075 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:57:56.022 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:57:56.022359 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:58:06.289 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:58:06.288857 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:58:06.315 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:58:06.314852 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:58:16.534 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:58:16.534013 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:58:16.545 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:58:16.544251 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:58:26.761 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:58:26.761315 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:58:26.771 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:58:26.770921 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:58:37.010 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:58:37.009945 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:58:37.022 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:58:37.022008 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:58:47.242 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:58:47.241178 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:58:47.318 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:58:47.318313 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:58:57.573 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:58:57.572407 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:58:57.585 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:58:57.584876 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:59:07.803 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:59:07.803193 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:59:07.814 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:59:07.813726 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:59:18.032 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:59:18.032197 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:59:18.042 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:59:18.041877 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:59:28.264 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:59:28.264120 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:59:28.307 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:59:28.306780 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:59:38.527 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:59:38.526489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:59:38.539 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:59:38.539169 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:59:48.758 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:59:48.757795 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:59:48.769 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:59:48.769744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:59:59.036 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:59:59.030029 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T08:59:59.042 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 08:59:59.042910 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:00:09.262 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:00:09.262177 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:00:09.275 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:00:09.275318 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:00:19.494 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:00:19.493975 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:00:19.508 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:00:19.507314 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:00:29.729 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:00:29.728565 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:00:29.739 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:00:29.738383 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:00:40.016 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:00:40.016031 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:00:40.027 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:00:40.027237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:00:50.251 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:00:50.251036 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:00:50.266 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:00:50.266592 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:01:00.483 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:01:00.483300 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:01:00.495 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:01:00.495356 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:01:10.740 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:01:10.739897 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:01:10.952 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:01:10.952266 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:01:21.170 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:01:21.169780 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:01:21.181 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:01:21.181695 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:01:31.401 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:01:31.400478 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:01:31.432 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:01:31.432397 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:01:41.669 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:01:41.669274 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:01:41.678 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:01:41.678681 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:01:51.893 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:01:51.893067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:01:51.905 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:01:51.905271 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:02:02.149 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:02:02.149381 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:02:02.162 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:02:02.160603 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:02:12.378 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:02:12.377545 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:02:12.389 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:02:12.389274 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:02:22.622 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:02:22.621454 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:02:22.634 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:02:22.634607 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:02:32.860 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:02:32.859369 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:02:32.869 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:02:32.869376 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:02:43.088 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:02:43.087552 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:02:43.103 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:02:43.102566 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:02:53.322 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:02:53.321495 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:02:53.333 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:02:53.333205 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:03:03.581 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:03:03.581008 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:03:03.594 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:03:03.594635 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:03:13.811 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:03:13.811258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:03:13.825 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:03:13.825393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:03:24.064 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:03:24.063533 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:03:24.076 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:03:24.076257 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:03:34.306 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:03:34.305654 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:03:34.315 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:03:34.315786 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:03:44.531 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:03:44.531174 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:03:44.542 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:03:44.542565 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:03:54.759 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:03:54.759323 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:03:54.770 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:03:54.769519 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:04:04.990 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:04:04.990275 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:04:05.003 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:04:05.002691 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:04:15.234 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:04:15.233828 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:04:15.247 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:04:15.247085 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:04:25.529 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:04:25.528740 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:04:25.539 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:04:25.539579 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:04:35.767 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:04:35.766272 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:04:35.780 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:04:35.779698 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:04:46.000 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:04:46.000110 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:04:46.012 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:04:46.011948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:04:56.240 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:04:56.239821 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:04:56.252 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:04:56.252063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:05:06.478 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:05:06.478048 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:05:06.491 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:05:06.490632 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:05:16.732 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:05:16.731407 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:05:16.743 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:05:16.743533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:05:26.959 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:05:26.958442 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:05:26.973 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:05:26.972584 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:05:37.195 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:05:37.195301 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:05:37.205 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:05:37.204653 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:05:47.425 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:05:47.424163 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:05:47.438 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:05:47.437642 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:05:57.663 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:05:57.662058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:05:57.674 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:05:57.674240 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:06:07.898 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:06:07.897905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:06:07.909 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:06:07.909343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:06:18.131 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:06:18.130818 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:06:18.210 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:06:18.209490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:06:28.430 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:06:28.429918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:06:28.442 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:06:28.441726 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:06:38.665 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:06:38.664446 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:06:38.675 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:06:38.675115 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:06:49.190 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:06:49.189515 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:06:49.200 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:06:49.200068 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:06:59.416 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:06:59.415651 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:06:59.430 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:06:59.430249 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:07:09.650 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:07:09.650112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:07:09.660 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:07:09.660452 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:07:09.725 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:07:09.724777 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-01-04 09:07:09.715309812 +0000 UTC m=+5499.334803133 LastTransitionTime:2022-01-04 07:37:23 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T09:07:19.881 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:07:19.880432 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:07:19.892 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:07:19.892617 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:07:30.111 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:07:30.110923 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:07:30.123 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:07:30.122928 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:07:40.342 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:07:40.341951 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:07:40.354 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:07:40.354275 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:07:50.575 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:07:50.575323 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:07:50.589 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:07:50.588762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:07:54.731 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:07:54.729923 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T09:07:55.317 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:07:55.315787 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T09:07:55.307+0000 7fbb24e18340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T09:07:55.317 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:07:55.307+0000 7fbb24e18340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T09:07:55.317 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:07:55.307+0000 7fbb24e18340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T09:07:55.318 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T09:07:55.318 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:07:55.315813 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T09:07:55.307+0000 7fbb24e18340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T09:07:55.318 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:07:55.307+0000 7fbb24e18340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T09:07:55.318 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:07:55.307+0000 7fbb24e18340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T09:07:55.319 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T09:08:00.815 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:08:00.814158 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:08:00.828 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:08:00.828282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:08:11.072 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:08:11.071808 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:08:11.093 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:08:11.084288 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:08:21.304 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:08:21.303810 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:08:21.317 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:08:21.317403 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:08:31.540 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:08:31.539266 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:08:31.550 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:08:31.550332 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:08:41.769 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:08:41.767976 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:08:41.781 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:08:41.780708 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:08:52.004 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:08:52.003989 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:08:52.016 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:08:52.015687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:09:02.239 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:09:02.238731 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:09:02.253 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:09:02.252683 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:09:12.476 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:09:12.475930 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:09:12.491 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:09:12.491056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:09:22.716 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:09:22.715056 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:09:22.728 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:09:22.727866 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:09:32.947 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:09:32.946758 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:09:32.961 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:09:32.961078 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:09:43.182 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:09:43.181312 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:09:43.196 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:09:43.195600 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:09:53.416 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:09:53.415945 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:09:53.429 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:09:53.428666 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:10:03.645 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:10:03.644660 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:10:03.658 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:10:03.657474 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:10:13.884 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:10:13.884339 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:10:13.894 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:10:13.893679 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:10:24.160 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:10:24.159463 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:10:24.173 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:10:24.173413 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:10:34.394 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:10:34.394049 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:10:34.412 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:10:34.409082 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:10:44.628 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:10:44.628081 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:10:44.641 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:10:44.640516 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:10:54.896 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:10:54.896137 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:10:54.918 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:10:54.917609 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:11:05.135 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:11:05.134871 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:11:05.147 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:11:05.147336 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:11:15.390 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:11:15.389586 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:11:15.401 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:11:15.401190 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:11:25.626 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:11:25.626292 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:11:25.635 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:11:25.634928 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:11:35.865 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:11:35.864468 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:11:35.880 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:11:35.880139 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:11:46.099 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:11:46.098645 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:11:46.112 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:11:46.111011 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:11:46.112 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:11:46.111046 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Warning:ReconcileFailed:CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:11:56.335 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:11:56.334769 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:11:56.347 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:11:56.346666 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:12:06.567 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:12:06.566849 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:12:06.583 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:12:06.583133 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:12:16.805 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:12:16.804436 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:12:16.819 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:12:16.816200 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:12:27.035 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:12:27.034690 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:12:27.043 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:12:27.043353 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:12:37.260 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:12:37.259226 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:12:37.273 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:12:37.272948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:12:47.494 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:12:47.493880 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:12:47.505 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:12:47.505145 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:12:57.731 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:12:57.731133 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:12:57.747 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:12:57.747432 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:13:07.975 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:13:07.974657 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:13:07.987 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:13:07.987032 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:13:18.219 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:13:18.218170 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:13:18.229 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:13:18.229352 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:13:28.448 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:13:28.447973 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:13:28.462 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:13:28.461990 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:13:38.684 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:13:38.683563 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:13:38.696 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:13:38.695866 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:13:48.917 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:13:48.916599 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:13:48.930 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:13:48.930135 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:13:59.154 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:13:59.153868 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:13:59.232 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:13:59.232111 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:14:09.445 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:14:09.444849 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:14:09.458 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:14:09.458088 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:14:19.677 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:14:19.676603 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:14:19.686 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:14:19.686039 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:14:29.905 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:14:29.905006 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:14:29.917 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:14:29.917096 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:14:40.138 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:14:40.137411 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:14:40.149 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:14:40.149739 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:14:50.370 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:14:50.369402 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:14:50.381 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:14:50.381545 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:15:00.598 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:15:00.598446 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:15:00.614 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:15:00.614609 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:15:10.832 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:15:10.831350 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:15:10.844 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:15:10.844735 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:15:21.067 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:15:21.066376 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:15:21.082 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:15:21.082743 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:15:31.310 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:15:31.309644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:15:31.322 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:15:31.322187 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:15:41.586 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:15:41.585519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:15:41.599 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:15:41.598996 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:15:51.818 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:15:51.817673 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:15:51.831 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:15:51.830495 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:16:02.046 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:16:02.046425 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:16:02.060 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:16:02.059508 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:16:12.279 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:16:12.278211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:16:12.293 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:16:12.292953 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:16:22.512 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:16:22.512146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:16:22.524 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:16:22.523132 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:16:32.744 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:16:32.744342 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:16:32.756 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:16:32.756710 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:16:42.987 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:16:42.987679 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:16:42.996 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:16:42.996658 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:16:53.218 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:16:53.218266 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:16:53.229 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:16:53.228284 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:17:03.449 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:17:03.448982 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:17:03.462 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:17:03.462307 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:17:13.683 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:17:13.683560 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:17:13.697 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:17:13.696584 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:17:23.919 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:17:23.918875 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:17:23.931 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:17:23.931497 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:17:34.153 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:17:34.153458 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:17:34.167 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:17:34.167413 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:17:44.409 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:17:44.409366 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:17:44.421 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:17:44.421876 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:17:54.650 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:17:54.649921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:17:54.660 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:17:54.660750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:18:04.922 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:18:04.921704 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:18:04.933 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:18:04.933733 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:18:15.155 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:18:15.155191 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:18:15.218 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:18:15.218065 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:18:25.437 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:18:25.436721 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:18:25.447 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:18:25.447520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:18:35.665 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:18:35.664479 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:18:35.673 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:18:35.673430 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:18:45.894 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:18:45.894439 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:18:45.909 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:18:45.909970 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:18:56.131 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:18:56.131497 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:18:56.145 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:18:56.144657 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:19:06.366 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:19:06.365515 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:19:06.379 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:19:06.379455 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:19:16.599 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:19:16.599088 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:19:16.651 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:19:16.651197 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:19:26.874 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:19:26.873973 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:19:26.887 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:19:26.887298 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:19:37.108 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:19:37.108152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:19:37.120 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:19:37.120273 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:19:47.340 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:19:47.340396 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:19:47.351 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:19:47.351777 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:19:57.604 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:19:57.604633 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:19:57.615 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:19:57.616003 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:20:07.835 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:20:07.835001 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:20:07.846 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:20:07.846347 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:20:18.064 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:20:18.064315 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:20:18.073 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:20:18.072992 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:20:28.293 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:20:28.292818 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:20:28.305 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:20:28.305289 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:20:38.526 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:20:38.525765 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:20:38.538 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:20:38.538069 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:20:48.760 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:20:48.759881 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:20:48.778 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:20:48.777353 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:20:59.000 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:20:59.000648 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:20:59.013 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:20:59.011716 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:21:09.235 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:21:09.235499 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:21:09.247 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:21:09.247457 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:21:19.479 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:21:19.478776 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:21:19.521 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:21:19.515707 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:21:29.740 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:21:29.738779 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:21:29.748 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:21:29.747705 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:21:39.974 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:21:39.973493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:21:39.985 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:21:39.984680 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:21:50.212 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:21:50.211711 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:21:50.220 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:21:50.220889 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:22:00.458 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:22:00.457492 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:22:00.529 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:22:00.528126 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:22:10.757 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:22:10.757111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:22:10.768 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:22:10.767990 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:22:20.984 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:22:20.983950 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:22:20.995 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:22:20.994902 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:22:31.215 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:22:31.215506 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:22:31.230 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:22:31.230788 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:22:41.449 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:22:41.449055 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:22:41.458 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:22:41.458584 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:22:51.680 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:22:51.680045 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:22:51.688 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:22:51.688387 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:23:01.906 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:23:01.905875 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:23:01.920 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:23:01.920070 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:23:12.173 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:23:12.173130 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:23:12.183 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:23:12.183727 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:23:22.401 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:23:22.401478 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:23:22.414 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:23:22.414087 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:23:32.634 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:23:32.633936 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:23:32.647 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:23:32.647298 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:23:42.869 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:23:42.869341 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:23:42.882 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:23:42.882215 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:23:53.108 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:23:53.107700 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:23:53.120 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:23:53.120600 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:24:03.384 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:03.384084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:24:03.396 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:03.396283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:24:13.615 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:13.615323 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:24:13.628 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:13.627768 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:24:23.847 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:23.846858 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:24:23.860 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:23.860414 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:24:34.085 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:34.085134 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:24:34.097 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:34.097285 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:24:35.323 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:35.322954 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T09:24:35.968 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:35.966175 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T09:24:35.957+0000 7f5948eaa340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T09:24:35.968 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:24:35.957+0000 7f5948eaa340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T09:24:35.969 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:24:35.957+0000 7f5948eaa340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T09:24:35.969 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T09:24:35.970 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:35.966198 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T09:24:35.957+0000 7f5948eaa340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T09:24:35.970 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:24:35.957+0000 7f5948eaa340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T09:24:35.970 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:24:35.957+0000 7f5948eaa340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T09:24:35.971 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T09:24:44.322 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:44.321886 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:24:44.334 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:44.334327 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:24:54.556 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:54.555342 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:24:54.568 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:24:54.567611 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:25:04.791 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:25:04.790437 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:25:04.805 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:25:04.804363 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:25:15.025 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:25:15.024692 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:25:15.038 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:25:15.038150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:25:25.240 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:25:25.239067 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-01-04 09:25:25.231308474 +0000 UTC m=+6594.850801790 LastTransitionTime:2022-01-04 07:37:23 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T09:25:25.251 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:25:25.251353 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:25:25.265 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:25:25.262147 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:25:35.493 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:25:35.493092 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:25:35.504 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:25:35.504827 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:25:45.729 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:25:45.729282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:25:45.746 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:25:45.745927 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:25:55.975 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:25:55.975219 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:25:55.987 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:25:55.987246 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:26:06.202 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:26:06.202021 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:26:06.214 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:26:06.214552 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:26:16.435 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:26:16.435319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:26:16.449 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:26:16.449310 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:26:26.674 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:26:26.673355 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:26:26.688 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:26:26.688794 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:26:36.910 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:26:36.909525 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:26:36.925 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:26:36.923745 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:26:47.144 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:26:47.143982 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:26:47.157 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:26:47.157712 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:26:57.422 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:26:57.422029 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:26:57.436 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:26:57.436261 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:27:07.658 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:27:07.658135 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:27:07.673 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:27:07.670622 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:27:17.926 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:27:17.925655 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:27:17.933 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:27:17.933974 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:27:28.150 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:27:28.149753 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:27:28.163 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:27:28.162974 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:27:38.384 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:27:38.383681 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:27:38.397 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:27:38.395929 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:27:48.620 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:27:48.619763 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:27:48.691 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:27:48.690973 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:27:58.911 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:27:58.910680 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:27:58.922 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:27:58.922155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:28:09.145 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:28:09.144699 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:28:09.160 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:28:09.156517 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:28:19.380 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:28:19.380034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:28:19.391 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:28:19.391317 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:28:29.649 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:28:29.649175 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:28:29.667 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:28:29.666677 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:28:39.895 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:28:39.895088 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:28:39.909 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:28:39.909202 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:28:50.128 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:28:50.127400 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:28:50.143 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:28:50.143145 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:29:00.363 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:29:00.363047 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:29:00.377 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:29:00.377068 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:29:10.600 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:29:10.600088 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:29:10.613 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:29:10.613510 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:29:20.834 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:29:20.834266 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:29:20.849 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:29:20.848754 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:29:31.069 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:29:31.068947 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:29:31.083 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:29:31.083455 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:29:41.306 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:29:41.305849 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:29:41.319 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:29:41.319453 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:29:51.539 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:29:51.538506 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:29:51.549 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:29:51.548201 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:30:01.773 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:30:01.772506 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:30:01.784 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:30:01.783819 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:30:12.027 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:30:12.027387 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:30:12.041 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:30:12.041150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:30:22.258 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:30:22.257695 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:30:22.268 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:30:22.268343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:30:32.516 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:30:32.515976 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:30:32.534 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:30:32.534619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:30:42.756 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:30:42.756003 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:30:42.812 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:30:42.811439 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:30:53.030 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:30:53.029630 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:30:53.042 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:30:53.042477 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:31:03.295 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:31:03.294343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:31:03.308 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:31:03.308220 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:31:13.528 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:31:13.528125 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:31:13.541 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:31:13.541023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:31:23.765 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:31:23.764869 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:31:23.788 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:31:23.787583 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:31:34.034 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:31:34.033506 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:31:34.045 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:31:34.045463 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:31:44.269 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:31:44.268894 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:31:44.281 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:31:44.281538 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:31:54.502 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:31:54.501430 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:31:54.518 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:31:54.517993 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:32:04.740 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:32:04.740143 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:32:04.752 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:32:04.752612 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:32:15.013 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:32:15.012328 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:32:15.026 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:32:15.026335 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:32:25.250 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:32:25.249542 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:32:25.265 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:32:25.264873 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:32:35.485 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:32:35.484200 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:32:35.501 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:32:35.501165 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:32:45.720 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:32:45.719724 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:32:45.737 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:32:45.737200 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:32:55.964 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:32:55.964382 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:32:55.976 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:32:55.976789 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:33:06.196 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:33:06.195345 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:33:06.208 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:33:06.207706 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:33:16.428 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:33:16.427580 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:33:16.441 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:33:16.441047 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:33:26.661 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:33:26.660590 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:33:26.673 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:33:26.673265 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:33:36.900 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:33:36.899546 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:33:36.913 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:33:36.911770 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:33:47.134 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:33:47.134129 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:33:47.145 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:33:47.145627 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:33:57.371 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:33:57.370361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:33:57.380 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:33:57.379897 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:34:07.596 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:34:07.596463 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:34:07.608 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:34:07.607647 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:34:17.883 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:34:17.883037 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:34:17.897 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:34:17.896993 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:34:28.135 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:34:28.135084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:34:28.166 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:34:28.166238 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:34:38.394 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:34:38.393583 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:34:38.409 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:34:38.408463 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:34:48.641 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:34:48.640535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:34:48.650 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:34:48.650130 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:34:58.867 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:34:58.867000 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:34:58.878 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:34:58.878345 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:35:09.136 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:35:09.135454 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:35:09.147 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:35:09.146521 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:35:19.376 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:35:19.375856 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:35:19.391 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:35:19.390414 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:35:29.613 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:35:29.612842 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:35:29.626 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:35:29.625415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:35:39.848 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:35:39.847291 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:35:39.859 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:35:39.858569 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:35:50.075 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:35:50.074556 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:35:50.087 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:35:50.087243 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:36:00.313 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:36:00.312396 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:36:00.325 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:36:00.324185 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:36:10.563 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:36:10.562251 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:36:10.574 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:36:10.573542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:36:20.795 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:36:20.794710 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:36:20.803 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:36:20.802884 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:36:31.026 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:36:31.024056 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:36:31.042 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:36:31.041901 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:36:41.261 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:36:41.260440 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:36:41.272 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:36:41.271891 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:36:51.496 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:36:51.495172 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:36:51.569 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:36:51.569190 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:37:01.790 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:37:01.789656 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:37:01.806 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:37:01.805426 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:37:12.027 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:37:12.026744 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:37:12.039 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:37:12.038801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:37:22.261 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:37:22.260530 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:37:22.273 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:37:22.272582 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:37:32.494 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:37:32.493674 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:37:32.507 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:37:32.507460 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:37:42.730 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:37:42.729893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:37:42.746 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:37:42.745636 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:37:52.969 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:37:52.968132 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:37:52.981 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:37:52.981190 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:38:03.205 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:38:03.204359 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:38:03.218 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:38:03.218167 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:38:13.438 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:38:13.437977 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:38:13.452 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:38:13.451783 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:38:23.667 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:38:23.666343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:38:23.715 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:38:23.714801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:38:33.961 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:38:33.960096 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:38:33.973 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:38:33.973123 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:38:44.194 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:38:44.193023 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:38:44.206 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:38:44.205219 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:38:54.429 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:38:54.427954 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:38:54.441 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:38:54.440776 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:39:04.683 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:39:04.681937 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:39:04.703 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:39:04.703096 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:39:14.924 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:39:14.922643 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:39:14.932 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:39:14.931296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:39:25.196 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:39:25.195710 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:39:25.210 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:39:25.209372 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:39:35.426 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:39:35.425878 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:39:35.437 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:39:35.436532 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:39:45.659 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:39:45.658492 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:39:45.672 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:39:45.669766 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:39:55.887 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:39:55.886693 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:39:55.898 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:39:55.897916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:40:06.114 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:40:06.112627 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:40:06.126 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:40:06.126071 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:40:16.349 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:40:16.347935 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:40:16.361 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:40:16.360267 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:40:26.589 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:40:26.587759 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:40:26.597 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:40:26.597108 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:40:36.817 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:40:36.816636 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:40:36.830 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:40:36.829312 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:40:47.049 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:40:47.048124 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:40:47.063 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:40:47.063303 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:40:57.287 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:40:57.286021 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:40:57.303 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:40:57.300793 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:41:07.526 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:07.525002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:41:07.540 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:07.538804 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:41:15.975 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:15.974432 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T09:41:16.615 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:16.613302 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T09:41:16.603+0000 7f5c685b0340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T09:41:16.615 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:41:16.603+0000 7f5c685b0340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T09:41:16.616 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:41:16.603+0000 7f5c685b0340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T09:41:16.616 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T09:41:16.616 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:16.613334 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T09:41:16.603+0000 7f5c685b0340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T09:41:16.616 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:41:16.603+0000 7f5c685b0340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T09:41:16.617 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:41:16.603+0000 7f5c685b0340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T09:41:16.617 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T09:41:17.754 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:17.753074 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:41:17.766 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:17.765161 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:41:27.982 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:27.981262 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:41:27.994 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:27.993983 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:41:38.249 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:38.248228 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:41:38.259 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:38.258497 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:41:48.475 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:48.474607 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:41:48.488 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:48.487727 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:41:58.706 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:58.705490 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:41:58.719 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:41:58.718783 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:42:08.943 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:42:08.942129 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:42:08.955 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:42:08.954225 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:42:19.173 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:42:19.172414 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:42:19.188 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:42:19.187607 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:42:29.404 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:42:29.403208 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:42:29.415 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:42:29.414241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:42:39.651 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:42:39.649692 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:42:39.661 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:42:39.660514 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:42:39.815 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:42:39.814646 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-01-04 09:42:39.808471964 +0000 UTC m=+7629.427965294 LastTransitionTime:2022-01-04 07:37:23 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T09:42:49.879 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:42:49.877960 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:42:49.888 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:42:49.887638 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:43:00.109 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:43:00.108636 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:43:00.121 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:43:00.120534 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:43:10.342 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:43:10.340734 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:43:10.353 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:43:10.352866 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:43:20.571 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:43:20.570693 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:43:20.584 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:43:20.583507 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:43:30.802 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:43:30.801316 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:43:30.816 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:43:30.815551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:43:41.087 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:43:41.086636 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:43:41.101 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:43:41.100003 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:43:51.339 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:43:51.337644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:43:51.347 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:43:51.346229 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:44:01.567 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:44:01.566478 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:44:01.579 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:44:01.578441 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:44:11.800 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:44:11.798820 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:44:11.813 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:44:11.812468 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:44:22.034 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:44:22.033327 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:44:22.047 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:44:22.045823 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:44:32.283 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:44:32.281930 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:44:32.296 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:44:32.295567 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:44:42.515 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:44:42.514322 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:44:42.526 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:44:42.525975 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:44:52.760 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:44:52.759389 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:44:52.772 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:44:52.771333 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:45:02.986 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:45:02.985173 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:45:02.998 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:45:02.997427 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:45:13.216 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:45:13.215458 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:45:13.230 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:45:13.229494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:45:23.454 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:45:23.452988 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:45:23.468 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:45:23.467985 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:45:33.693 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:45:33.692462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:45:33.707 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:45:33.706286 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:45:43.929 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:45:43.928074 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:45:43.999 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:45:43.998492 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:45:54.230 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:45:54.229189 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:45:54.249 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:45:54.248007 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:46:04.470 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:46:04.468630 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:46:04.482 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:46:04.481089 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:46:14.703 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:46:14.701780 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:46:14.715 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:46:14.714823 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:46:24.968 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:46:24.967107 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:46:24.979 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:46:24.978505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:46:35.209 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:46:35.208094 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:46:35.219 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:46:35.218618 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:46:45.439 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:46:45.437977 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:46:45.456 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:46:45.455524 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:46:55.879 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:46:55.877668 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:46:55.892 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:46:55.891458 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:47:06.112 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:47:06.111564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:47:06.126 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:47:06.125302 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:47:16.346 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:47:16.344646 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:47:16.356 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:47:16.355641 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:47:26.731 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:47:26.730408 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:47:26.743 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:47:26.741387 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:47:36.970 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:47:36.968403 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:47:36.978 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:47:36.977189 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:47:47.198 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:47:47.197545 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:47:47.220 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:47:47.219171 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:47:57.445 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:47:57.444609 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:47:57.455 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:47:57.454442 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:48:07.677 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:48:07.676405 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:48:07.691 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:48:07.690791 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:48:17.912 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:48:17.911404 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:48:17.924 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:48:17.923110 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:48:28.141 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:48:28.140279 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:48:28.154 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:48:28.154088 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:48:38.385 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:48:38.377856 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:48:38.389 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:48:38.388408 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:48:48.609 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:48:48.608208 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:48:48.619 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:48:48.618845 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:48:58.841 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:48:58.840187 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:48:58.855 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:48:58.854241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:49:09.077 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:49:09.076040 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:49:09.088 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:49:09.087875 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:49:19.324 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:49:19.323094 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:49:19.339 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:49:19.338223 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:49:29.556 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:49:29.555710 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:49:29.575 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:49:29.574057 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:49:39.797 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:49:39.795818 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:49:39.810 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:49:39.809079 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:49:50.036 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:49:50.034675 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:49:50.046 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:49:50.045797 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:50:00.269 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:50:00.268442 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:50:00.282 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:50:00.280308 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:50:10.528 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:50:10.527242 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:50:10.540 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:50:10.539327 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:50:20.765 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:50:20.762010 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:50:20.775 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:50:20.774259 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:50:31.009 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:50:31.008126 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:50:31.027 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:50:31.026365 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:50:41.248 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:50:41.247324 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:50:41.257 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:50:41.256337 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:50:51.476 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:50:51.475292 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:50:51.491 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:50:51.490429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:51:01.712 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:51:01.711652 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:51:01.724 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:51:01.723919 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:51:11.970 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:51:11.969385 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:51:11.981 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:51:11.980981 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:51:22.203 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:51:22.202482 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:51:22.251 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:51:22.248724 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:51:32.472 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:51:32.471096 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:51:32.484 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:51:32.483274 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:51:42.707 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:51:42.706626 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:51:42.719 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:51:42.719046 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:51:52.939 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:51:52.938726 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:51:52.951 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:51:52.950496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:52:03.172 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:52:03.171599 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:52:03.187 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:52:03.185068 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:52:13.406 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:52:13.405069 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:52:13.440 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:52:13.438948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:52:23.665 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:52:23.664244 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:52:23.678 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:52:23.677114 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:52:33.917 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:52:33.916687 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:52:33.930 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:52:33.929809 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:52:44.207 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:52:44.206450 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:52:44.218 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:52:44.217518 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:52:54.439 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:52:54.437664 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:52:54.454 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:52:54.452942 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:53:04.675 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:53:04.673725 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:53:04.686 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:53:04.684659 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:53:14.906 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:53:14.905241 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:53:14.919 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:53:14.918653 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:53:25.143 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:53:25.141953 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:53:25.155 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:53:25.154257 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:53:35.384 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:53:35.382785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:53:35.396 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:53:35.395115 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:53:45.619 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:53:45.618038 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:53:45.632 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:53:45.631794 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:53:55.855 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:53:55.854086 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:53:55.867 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:53:55.865045 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:54:06.098 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:54:06.096937 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:54:06.110 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:54:06.109865 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:54:16.330 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:54:16.328891 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:54:16.342 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:54:16.340594 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:54:26.565 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:54:26.564440 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:54:26.578 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:54:26.577212 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:54:36.804 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:54:36.803529 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:54:36.812 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:54:36.811801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:54:47.086 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:54:47.085691 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:54:47.096 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:54:47.094497 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:54:57.354 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:54:57.353535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:54:57.368 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:54:57.368145 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:55:07.588 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:55:07.587153 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:55:07.600 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:55:07.599699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:55:17.830 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:55:17.829485 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:55:17.840 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:55:17.839323 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:55:28.064 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:55:28.062633 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:55:28.075 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:55:28.075226 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:55:38.297 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:55:38.295865 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:55:38.312 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:55:38.311041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:55:48.528 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:55:48.526828 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:55:48.539 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:55:48.538574 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:55:58.761 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:55:58.760455 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:55:58.775 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:55:58.773844 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:56:08.997 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:56:08.996076 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:56:09.010 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:56:09.009773 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:56:19.255 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:56:19.253976 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:56:19.265 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:56:19.263674 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:56:29.492 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:56:29.491293 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:56:29.501 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:56:29.500162 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:56:39.714 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:56:39.712661 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:56:39.728 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:56:39.727057 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:56:49.964 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:56:49.963489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:56:49.976 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:56:49.975241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:57:00.233 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:00.231840 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:57:00.245 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:00.244369 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:57:10.507 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:10.506640 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:57:10.519 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:10.518987 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:57:20.762 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:20.761152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:57:20.773 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:20.772814 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:57:30.996 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:30.994663 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:57:31.007 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:31.006693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:57:41.230 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:41.228986 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:57:41.243 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:41.242399 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:57:51.538 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:51.537066 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:57:51.548 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:51.547684 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:57:56.655 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:56.654655 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T09:57:57.246 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:57.244661 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T09:57:57.233+0000 7f833e8f2340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T09:57:57.246 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:57:57.233+0000 7f833e8f2340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T09:57:57.246 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:57:57.233+0000 7f833e8f2340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T09:57:57.247 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T09:57:57.247 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:57:57.244684 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T09:57:57.233+0000 7f833e8f2340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T09:57:57.247 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:57:57.233+0000 7f833e8f2340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T09:57:57.247 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T09:57:57.233+0000 7f833e8f2340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T09:57:57.248 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T09:58:01.768 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:58:01.766818 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:58:01.780 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:58:01.779533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:58:12.007 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:58:12.006008 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:58:12.017 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:58:12.016626 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:58:22.246 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:58:22.245731 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:58:22.292 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:58:22.291533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:58:32.512 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:58:32.511665 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:58:32.525 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:58:32.522962 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:58:42.769 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:58:42.767881 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:58:42.780 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:58:42.779893 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:58:52.999 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:58:52.998456 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:58:53.007 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:58:53.006430 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:59:03.220 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:59:03.219705 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:59:03.232 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:59:03.231733 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:59:13.450 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:59:13.449393 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:59:13.459 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:59:13.458309 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:59:23.680 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:59:23.679392 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:59:23.695 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:59:23.693937 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:59:33.929 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:59:33.928361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:59:33.940 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:59:33.939800 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:59:44.162 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:59:44.160524 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:59:44.172 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:59:44.171599 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:59:54.390 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:59:54.389322 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:59:54.405 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:59:54.404035 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T09:59:54.579 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 09:59:54.578551 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-01-04 09:59:54.568631353 +0000 UTC m=+8664.188124624 LastTransitionTime:2022-01-04 07:37:23 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T10:00:04.627 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:00:04.625931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:00:04.638 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:00:04.637450 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:00:14.854 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:00:14.852948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:00:14.861 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:00:14.860797 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:00:25.089 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:00:25.088611 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:00:25.106 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:00:25.104871 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:00:35.327 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:00:35.326441 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:00:35.340 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:00:35.339500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:00:45.571 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:00:45.569792 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:00:45.581 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:00:45.580542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:00:55.810 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:00:55.809098 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:00:55.821 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:00:55.820855 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:01:06.070 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:01:06.069092 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:01:06.083 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:01:06.082888 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:01:16.316 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:01:16.314773 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:01:16.327 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:01:16.326849 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:01:26.556 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:01:26.554990 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:01:26.569 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:01:26.565797 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:01:36.785 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:01:36.782709 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:01:36.799 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:01:36.798294 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:01:47.022 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:01:47.020823 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:01:47.034 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:01:47.033464 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:01:57.255 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:01:57.254776 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:01:57.268 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:01:57.267285 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:02:07.489 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:02:07.488645 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:02:07.502 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:02:07.501424 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:02:17.727 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:02:17.726020 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:02:17.738 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:02:17.737210 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:02:27.958 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:02:27.957800 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:02:27.968 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:02:27.967715 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:02:38.199 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:02:38.198245 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:02:38.210 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:02:38.209539 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:02:48.430 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:02:48.429192 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:02:48.443 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:02:48.442923 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:02:58.685 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:02:58.684763 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:02:58.700 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:02:58.697872 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:03:08.945 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:03:08.944057 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:03:08.958 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:03:08.957451 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:03:19.196 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:03:19.195444 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:03:19.207 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:03:19.206757 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:03:29.431 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:03:29.430015 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:03:29.444 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:03:29.443120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:03:39.663 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:03:39.661753 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:03:39.673 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:03:39.671318 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:03:49.921 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:03:49.919688 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:03:49.932 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:03:49.931377 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:04:00.167 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:04:00.166473 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:04:00.179 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:04:00.178951 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:04:10.405 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:04:10.404279 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:04:10.419 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:04:10.418797 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:04:20.675 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:04:20.674326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:04:20.688 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:04:20.687328 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:04:30.939 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:04:30.937951 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:04:30.952 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:04:30.951328 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:04:41.179 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:04:41.177824 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:04:41.190 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:04:41.189328 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:04:51.456 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:04:51.455536 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:04:51.470 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:04:51.469162 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:05:01.691 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:05:01.689700 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:05:01.704 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:05:01.703288 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:05:11.924 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:05:11.923234 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:05:11.936 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:05:11.935663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:05:22.160 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:05:22.159428 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:05:22.171 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:05:22.171020 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:05:32.397 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:05:32.396586 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:05:32.410 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:05:32.408844 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:05:42.632 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:05:42.631483 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:05:42.646 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:05:42.645301 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:05:52.868 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:05:52.867346 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:05:52.880 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:05:52.879618 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:06:03.101 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:06:03.100193 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:06:03.115 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:06:03.114419 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:06:13.337 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:06:13.336575 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:06:13.351 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:06:13.350198 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:06:23.586 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:06:23.584933 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:06:23.632 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:06:23.631095 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:06:33.891 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:06:33.890542 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:06:33.900 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:06:33.899667 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:06:44.131 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:06:44.129779 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:06:44.144 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:06:44.143082 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:06:54.380 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:06:54.378725 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:06:54.391 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:06:54.390807 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:07:04.611 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:07:04.609829 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:07:04.623 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:07:04.622268 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:07:14.860 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:07:14.859216 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:07:14.869 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:07:14.868221 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:07:25.091 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:07:25.089602 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:07:25.102 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:07:25.101206 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:07:35.326 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:07:35.324929 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:07:35.336 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:07:35.335772 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:07:45.558 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:07:45.556776 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:07:45.571 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:07:45.569989 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:07:55.795 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:07:55.793514 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:07:55.809 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:07:55.807978 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:08:06.036 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:08:06.035536 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:08:06.045 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:08:06.044654 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:08:16.264 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:08:16.262477 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:08:16.303 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:08:16.299804 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:08:26.542 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:08:26.541286 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:08:26.552 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:08:26.551810 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:08:36.780 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:08:36.779060 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:08:36.789 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:08:36.788134 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:08:47.023 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:08:47.022126 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:08:47.032 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:08:47.031385 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:08:57.267 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:08:57.266308 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:08:57.276 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:08:57.274969 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:09:07.495 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:09:07.493876 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:09:07.505 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:09:07.504205 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:09:17.724 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:09:17.723154 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:09:17.736 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:09:17.735609 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:09:27.959 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:09:27.958353 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:09:27.974 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:09:27.972851 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:09:38.212 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:09:38.210259 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:09:38.223 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:09:38.222355 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:09:48.449 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:09:48.447662 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:09:48.467 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:09:48.465969 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:09:58.692 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:09:58.691204 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:09:58.703 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:09:58.702340 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:10:08.925 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:10:08.924055 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:10:08.936 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:10:08.935180 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:10:19.158 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:10:19.157271 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:10:19.200 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:10:19.199517 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:10:29.437 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:10:29.436032 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:10:29.452 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:10:29.451812 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:10:39.691 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:10:39.690102 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:10:39.704 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:10:39.703073 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:10:49.923 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:10:49.921785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:10:49.966 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:10:49.965699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:11:00.188 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:11:00.186522 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:11:00.198 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:11:00.196333 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:11:10.415 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:11:10.414166 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:11:10.430 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:11:10.429035 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:11:20.650 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:11:20.648816 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:11:20.663 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:11:20.662368 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:11:30.915 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:11:30.913696 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:11:30.927 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:11:30.926154 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:11:41.150 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:11:41.149070 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:11:41.161 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:11:41.160570 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:11:51.386 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:11:51.384827 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:11:51.400 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:11:51.399155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:11:51.401 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:11:51.399199 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Warning:ReconcileFailed:CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:12:01.623 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:12:01.622575 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:12:01.636 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:12:01.635438 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:12:11.856 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:12:11.855425 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:12:11.866 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:12:11.865177 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:12:22.091 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:12:22.089431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:12:22.103 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:12:22.102206 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:12:32.324 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:12:32.322739 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:12:32.367 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:12:32.366545 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:12:42.596 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:12:42.594491 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:12:42.609 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:12:42.608211 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:12:52.840 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:12:52.839445 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:12:52.850 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:12:52.849417 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:13:03.072 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:13:03.070468 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:13:03.084 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:13:03.083480 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:13:13.307 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:13:13.305928 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:13:13.317 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:13:13.316633 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:13:23.538 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:13:23.536691 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:13:23.550 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:13:23.549330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:13:33.771 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:13:33.769987 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:13:33.783 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:13:33.782452 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:13:44.006 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:13:44.004932 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:13:44.016 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:13:44.015790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:13:54.241 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:13:54.240140 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:13:54.255 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:13:54.254296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:14:04.477 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:04.476169 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:14:04.487 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:04.486624 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:14:14.714 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:14.712831 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:14:14.727 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:14.725453 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:14:24.949 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:24.948215 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:14:24.964 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:24.962416 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:14:35.189 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:35.187106 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:14:35.230 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:35.229719 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:14:37.256 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:37.255505 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T10:14:37.849 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:37.847017 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T10:14:37.835+0000 7fc6c2579340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T10:14:37.849 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T10:14:37.835+0000 7fc6c2579340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T10:14:37.849 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T10:14:37.835+0000 7fc6c2579340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T10:14:37.850 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T10:14:37.850 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:37.847045 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T10:14:37.835+0000 7fc6c2579340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T10:14:37.850 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T10:14:37.835+0000 7fc6c2579340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T10:14:37.850 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T10:14:37.835+0000 7fc6c2579340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T10:14:37.851 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T10:14:45.450 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:45.448829 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:14:45.465 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:45.464078 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:14:55.687 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:55.685730 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:14:55.700 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:14:55.699725 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:15:05.937 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:15:05.936350 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:15:05.948 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:15:05.947630 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:15:16.197 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:15:16.195780 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:15:16.214 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:15:16.209598 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:15:26.432 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:15:26.430558 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:15:26.445 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:15:26.444730 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:15:36.669 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:15:36.667598 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:15:36.685 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:15:36.683927 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:15:46.906 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:15:46.905240 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:15:46.919 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:15:46.917863 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:15:57.140 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:15:57.139244 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:15:57.152 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:15:57.150987 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:16:07.375 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:16:07.373753 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:16:07.387 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:16:07.386686 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:16:17.611 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:16:17.609723 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:16:17.622 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:16:17.621005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:16:27.849 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:16:27.846529 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:16:27.889 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:16:27.887763 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:16:38.113 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:16:38.111663 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:16:38.127 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:16:38.125240 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:16:48.368 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:16:48.366895 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:16:48.378 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:16:48.376620 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:16:58.599 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:16:58.598022 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:16:58.655 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:16:58.653687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:17:08.872 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:17:08.870104 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:17:08.881 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:17:08.880784 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:17:09.256 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:17:09.254969 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-01-04 10:17:09.243625523 +0000 UTC m=+9698.863118854 LastTransitionTime:2022-01-04 07:37:23 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T10:17:19.101 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:17:19.100123 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:17:19.114 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:17:19.113180 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:17:29.336 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:17:29.334289 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:17:29.347 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:17:29.345396 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:17:39.570 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:17:39.568905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:17:39.585 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:17:39.584206 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:17:49.808 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:17:49.807263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:17:49.819 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:17:49.818336 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:18:00.045 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:18:00.043997 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:18:00.056 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:18:00.055105 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:18:10.120 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:18:10.118589 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-01-04 10:18:10.11206254 +0000 UTC m=+9759.731555833 LastTransitionTime:2022-01-04 07:37:23 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T10:18:10.278 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:18:10.276878 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:18:10.291 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:18:10.289898 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:18:20.513 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:18:20.511932 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:18:20.524 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:18:20.523267 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:18:30.751 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:18:30.750205 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:18:30.763 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:18:30.762519 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:18:41.012 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:18:41.010455 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:18:41.022 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:18:41.021085 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:18:51.237 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:18:51.236354 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:18:51.251 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:18:51.250561 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:19:01.475 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:19:01.474229 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:19:01.484 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:19:01.482968 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:19:11.707 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:19:11.706203 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:19:11.717 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:19:11.716039 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:19:21.948 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:19:21.946782 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:19:21.958 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:19:21.956965 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:19:32.178 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:19:32.176556 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:19:32.191 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:19:32.190323 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:19:42.441 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:19:42.440175 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:19:42.454 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:19:42.452860 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:19:52.670 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:19:52.669179 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:19:52.682 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:19:52.681047 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:20:02.903 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:20:02.901431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:20:02.916 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:20:02.915571 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:20:13.137 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:20:13.135641 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:20:13.146 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:20:13.144205 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:20:23.368 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:20:23.366631 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:20:23.383 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:20:23.381606 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:20:33.606 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:20:33.604713 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:20:33.617 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:20:33.616420 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:20:43.841 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:20:43.840258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:20:43.857 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:20:43.854006 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:20:54.086 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:20:54.084543 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:20:54.099 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:20:54.097933 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:21:04.366 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:21:04.364657 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:21:04.381 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:21:04.379519 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:21:14.601 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:21:14.600078 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:21:14.621 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:21:14.620081 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:21:24.848 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:21:24.846971 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:21:24.861 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:21:24.859901 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:21:35.081 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:21:35.079562 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:21:35.093 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:21:35.092264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:21:45.313 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:21:45.311201 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:21:45.324 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:21:45.322862 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:21:55.543 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:21:55.542044 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:21:55.555 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:21:55.554543 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:22:05.778 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:22:05.776561 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:22:05.792 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:22:05.790123 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:22:16.016 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:22:16.015292 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:22:16.026 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:22:16.025741 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:22:26.249 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:22:26.247580 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:22:26.263 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:22:26.261780 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:22:36.489 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:22:36.487818 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:22:36.501 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:22:36.499906 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:22:46.740 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:22:46.739002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:22:46.748 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:22:46.747122 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:22:56.968 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:22:56.966464 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:22:56.980 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:22:56.978681 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:23:07.241 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:23:07.239534 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:23:07.249 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:23:07.247938 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:23:17.466 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:23:17.464525 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:23:17.478 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:23:17.477041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:23:27.707 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:23:27.705915 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:23:27.723 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:23:27.721538 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:23:38.112 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:23:38.110530 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:23:38.123 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:23:38.121537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:23:48.343 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:23:48.341601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:23:48.356 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:23:48.354640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:23:58.577 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:23:58.575691 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:23:58.590 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:23:58.588222 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:24:08.810 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:24:08.808751 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:24:08.822 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:24:08.820973 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:24:19.043 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:24:19.041885 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:24:19.055 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:24:19.052977 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:24:29.276 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:24:29.275024 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:24:29.292 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:24:29.289820 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:24:39.547 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:24:39.545183 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:24:39.559 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:24:39.557975 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:24:49.776 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:24:49.775340 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:24:49.790 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:24:49.787764 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:25:00.009 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:25:00.007701 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:25:00.021 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:25:00.020139 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:25:10.236 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:25:10.235158 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:25:10.247 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:25:10.246572 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:25:20.465 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:25:20.463588 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:25:20.477 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:25:20.476463 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:25:30.698 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:25:30.696756 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:25:30.712 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:25:30.711297 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:25:40.934 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:25:40.931996 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:25:40.948 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:25:40.946566 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:25:51.169 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:25:51.167572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:25:51.189 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:25:51.186286 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:26:01.411 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:26:01.410012 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:26:01.423 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:26:01.422382 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:26:11.644 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:26:11.642551 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:26:11.654 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:26:11.652935 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:26:21.902 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:26:21.900594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:26:21.913 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:26:21.911891 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:26:32.170 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:26:32.169375 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:26:32.182 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:26:32.181382 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:26:42.432 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:26:42.430669 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:26:42.444 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:26:42.442668 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:26:52.660 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:26:52.659243 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:26:52.674 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:26:52.672459 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:27:02.892 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:27:02.890610 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:27:02.905 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:27:02.903442 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:27:13.125 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:27:13.123274 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:27:13.136 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:27:13.135618 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:27:23.356 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:27:23.353875 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:27:23.367 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:27:23.366072 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:27:33.587 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:27:33.585596 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:27:33.600 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:27:33.599119 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:27:43.818 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:27:43.816883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:27:43.831 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:27:43.829788 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:27:54.053 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:27:54.051375 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:27:54.112 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:27:54.110651 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:28:04.351 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:28:04.349668 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:28:04.365 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:28:04.363839 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:28:14.589 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:28:14.588131 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:28:14.601 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:28:14.600176 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:28:24.824 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:28:24.822238 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:28:24.834 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:28:24.833031 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:28:35.054 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:28:35.052677 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:28:35.067 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:28:35.065217 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:28:45.288 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:28:45.287039 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:28:45.303 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:28:45.301793 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:28:55.539 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:28:55.537713 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:28:55.554 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:28:55.553070 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:29:05.776 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:29:05.774864 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:29:05.788 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:29:05.787024 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:29:16.009 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:29:16.006457 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:29:16.026 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:29:16.024685 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:29:26.246 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:29:26.244422 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:29:26.257 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:29:26.256009 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:29:36.480 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:29:36.478294 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:29:36.528 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:29:36.527187 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:29:46.747 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:29:46.746178 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:29:46.756 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:29:46.754885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:29:56.974 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:29:56.972993 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:29:56.983 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:29:56.981731 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:30:07.207 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:30:07.205980 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:30:07.220 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:30:07.218800 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:30:17.462 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:30:17.460567 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:30:17.473 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:30:17.472242 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:30:27.697 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:30:27.695947 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:30:27.710 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:30:27.708548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:30:37.928 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:30:37.926464 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:30:37.939 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:30:37.937704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:30:48.174 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:30:48.172812 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:30:48.183 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:30:48.181992 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:30:58.403 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:30:58.401242 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:30:58.416 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:30:58.414249 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:31:08.636 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:08.634171 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:31:08.648 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:08.646830 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:31:17.859 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:17.857251 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T10:31:18.427 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:18.425679 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T10:31:18.413+0000 7f755ae24340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T10:31:18.428 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T10:31:18.413+0000 7f755ae24340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T10:31:18.428 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T10:31:18.413+0000 7f755ae24340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T10:31:18.428 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T10:31:18.429 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:18.425709 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T10:31:18.413+0000 7f755ae24340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T10:31:18.429 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T10:31:18.413+0000 7f755ae24340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T10:31:18.429 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T10:31:18.413+0000 7f755ae24340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T10:31:18.429 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T10:31:18.901 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:18.900081 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:31:18.914 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:18.911989 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:31:29.176 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:29.174906 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:31:29.188 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:29.187209 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:31:39.404 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:39.402989 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:31:39.429 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:39.427492 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:31:49.650 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:49.648894 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:31:49.663 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:49.661481 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:31:59.884 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:59.882400 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:31:59.899 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:31:59.897808 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:32:10.138 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:32:10.136902 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:32:10.150 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:32:10.148667 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:32:20.390 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:32:20.388554 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:32:20.406 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:32:20.404047 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:32:30.635 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:32:30.633438 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:32:30.646 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:32:30.644691 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:32:40.870 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:32:40.868796 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:32:40.882 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:32:40.880853 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:32:51.106 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:32:51.104964 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:32:51.120 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:32:51.118773 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:33:01.335 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:33:01.333177 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:33:01.346 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:33:01.345522 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:33:11.567 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:33:11.566034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:33:11.579 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:33:11.578143 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:33:21.799 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:33:21.797269 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:33:21.843 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:33:21.826242 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:33:32.050 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:33:32.048735 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:33:32.060 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:33:32.059506 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:33:42.282 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:33:42.280770 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:33:42.297 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:33:42.295610 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:33:52.519 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:33:52.517629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:33:52.528 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:33:52.526926 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:34:02.752 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:34:02.750210 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:34:02.763 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:34:02.761699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:34:12.989 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:34:12.987258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:34:13.005 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:34:13.003554 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:34:23.231 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:34:23.229975 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:34:23.240 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:34:23.239253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:34:33.470 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:34:33.467962 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:34:33.482 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:34:33.480558 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:34:43.702 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:34:43.700964 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:34:43.712 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:34:43.710902 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:34:53.935 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:34:53.933888 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:34:53.948 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:34:53.946480 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:35:04.165 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:35:04.163384 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:35:04.177 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:35:04.175805 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:35:14.406 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:35:14.404435 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:35:14.417 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:35:14.415712 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:35:24.669 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:35:24.667946 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:35:24.680 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:35:24.679578 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:35:24.922 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:35:24.920406 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-01-04 10:35:24.911206093 +0000 UTC m=+10794.530699412 LastTransitionTime:2022-01-04 07:37:23 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T10:35:34.899 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:35:34.897634 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:35:34.913 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:35:34.910976 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:35:45.144 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:35:45.142339 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:35:45.155 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:35:45.154285 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:35:55.386 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:35:55.384291 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:35:55.398 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:35:55.397157 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:36:05.629 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:36:05.627287 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:36:05.638 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:36:05.637015 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:36:15.858 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:36:15.856263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:36:15.871 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:36:15.869770 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:36:26.103 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:36:26.101214 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:36:26.112 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:36:26.110827 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:36:36.333 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:36:36.331152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:36:36.346 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:36:36.344494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:36:46.567 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:36:46.564928 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:36:46.578 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:36:46.575565 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:36:56.826 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:36:56.824604 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:36:56.841 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:36:56.839759 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:37:07.082 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:37:07.081115 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:37:07.091 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:37:07.089895 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:37:17.303 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:37:17.301666 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:37:17.312 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:37:17.310720 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:37:27.530 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:37:27.528016 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:37:27.542 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:37:27.540996 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:37:37.762 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:37:37.759824 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:37:37.777 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:37:37.771375 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:37:47.993 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:37:47.991278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:37:48.006 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:37:48.004292 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:37:58.262 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:37:58.260843 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:37:58.272 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:37:58.271349 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:38:08.496 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:38:08.494037 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:38:08.507 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:38:08.505272 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:38:18.735 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:38:18.732972 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:38:18.749 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:38:18.748152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:38:29.006 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:38:29.003852 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:38:29.014 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:38:29.012761 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:38:39.237 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:38:39.234881 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:38:39.249 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:38:39.246784 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:38:49.473 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:38:49.471815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:38:49.486 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:38:49.484500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:38:59.738 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:38:59.735916 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:38:59.752 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:38:59.750607 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:39:09.983 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:39:09.981678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:39:09.994 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:39:09.993235 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:39:20.214 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:39:20.212173 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:39:20.224 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:39:20.222870 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:39:30.491 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:39:30.488982 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:39:30.516 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:39:30.514093 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:39:40.729 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:39:40.727889 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:39:40.741 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:39:40.740149 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:39:50.964 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:39:50.962319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:39:50.977 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:39:50.974889 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:40:01.200 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:40:01.198139 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:40:01.213 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:40:01.211466 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:40:11.433 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:40:11.431729 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:40:11.443 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:40:11.441318 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:40:21.663 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:40:21.661372 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:40:21.676 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:40:21.674912 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:40:31.899 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:40:31.896011 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:40:31.911 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:40:31.909005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:40:42.132 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:40:42.130654 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:40:42.143 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:40:42.142018 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:40:52.366 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:40:52.364045 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:40:52.380 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:40:52.377148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:41:02.607 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:41:02.604956 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:41:02.618 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:41:02.617275 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:41:12.926 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:41:12.924443 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:41:12.957 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:41:12.955326 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:41:23.185 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:41:23.182905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:41:23.269 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:41:23.267421 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:41:33.496 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:41:33.493812 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:41:33.512 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:41:33.510476 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:41:43.731 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:41:43.729092 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:41:43.746 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:41:43.742821 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:41:53.971 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:41:53.969403 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:41:53.984 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:41:53.982392 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:42:04.205 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:42:04.203011 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:42:04.219 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:42:04.217373 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:42:14.443 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:42:14.441517 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:42:14.457 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:42:14.455342 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:42:24.681 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:42:24.678741 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:42:24.693 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:42:24.691932 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:42:34.949 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:42:34.947295 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:42:34.959 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:42:34.958046 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:42:45.179 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:42:45.177475 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:42:45.193 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:42:45.191539 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:42:55.413 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:42:55.411399 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:42:55.426 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:42:55.424714 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:43:05.804 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:43:05.802616 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:43:05.815 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:43:05.814052 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:43:16.070 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:43:16.068604 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:43:16.080 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:43:16.078418 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:43:26.327 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:43:26.325211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:43:26.347 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:43:26.345816 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:43:36.974 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:43:36.972106 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:43:36.988 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:43:36.986425 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:43:47.208 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:43:47.206792 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:43:47.220 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:43:47.218909 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:43:57.440 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:43:57.438036 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:43:57.451 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:43:57.449583 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:44:07.706 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:44:07.704776 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:44:07.718 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:44:07.716537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:44:17.943 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:44:17.941838 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:44:17.966 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:44:17.964467 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:44:28.190 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:44:28.188020 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:44:28.199 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:44:28.197963 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:44:38.429 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:44:38.426721 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:44:38.471 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:44:38.469372 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:44:48.734 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:44:48.732555 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:44:48.746 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:44:48.744237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:44:58.968 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:44:58.966499 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:44:58.981 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:44:58.979531 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:45:09.245 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:45:09.243334 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:45:09.257 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:45:09.255567 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:45:19.484 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:45:19.482350 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:45:19.496 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:45:19.494090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:45:29.712 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:45:29.709967 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:45:29.724 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:45:29.722826 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:45:39.947 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:45:39.944763 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:45:39.960 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:45:39.959026 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:45:50.181 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:45:50.178801 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:45:50.193 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:45:50.191569 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:46:00.420 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:46:00.418151 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:46:00.433 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:46:00.431629 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:46:10.655 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:46:10.653200 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:46:10.668 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:46:10.666989 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:46:20.891 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:46:20.888864 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:46:20.904 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:46:20.902339 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:46:31.130 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:46:31.128009 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:46:31.141 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:46:31.139116 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:46:41.433 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:46:41.431564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:46:41.445 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:46:41.443608 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:46:51.681 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:46:51.679245 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:46:51.689 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:46:51.687748 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:47:01.906 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:01.904424 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:47:01.926 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:01.924608 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:47:12.145 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:12.143016 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:47:12.158 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:12.156356 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:47:22.372 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:22.370179 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:47:22.383 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:22.381912 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:47:32.603 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:32.600898 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:47:32.614 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:32.612953 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:47:42.833 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:42.831806 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:47:42.843 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:42.840595 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:47:53.060 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:53.058535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:47:53.074 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:53.072394 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:47:58.436 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:58.434196 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T10:47:59.119 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:59.115972 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T10:47:59.107+0000 7f95ae588340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T10:47:59.119 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T10:47:59.107+0000 7f95ae588340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T10:47:59.119 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T10:47:59.107+0000 7f95ae588340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T10:47:59.119 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T10:47:59.120 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:47:59.115999 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T10:47:59.107+0000 7f95ae588340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T10:47:59.120 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T10:47:59.107+0000 7f95ae588340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T10:47:59.120 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T10:47:59.107+0000 7f95ae588340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T10:47:59.120 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T10:48:03.293 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:48:03.290779 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:48:03.304 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:48:03.302390 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:48:13.526 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:48:13.522924 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:48:13.534 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:48:13.532962 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:48:23.760 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:48:23.758428 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:48:23.771 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:48:23.769537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:48:33.991 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:48:33.989396 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:48:34.004 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:48:34.001915 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:48:44.250 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:48:44.247971 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:48:44.261 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:48:44.259673 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:48:54.485 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:48:54.483051 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:48:54.498 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:48:54.495399 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:49:04.756 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:49:04.753615 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:49:04.768 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:49:04.765960 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:49:14.990 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:49:14.987709 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:49:15.005 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:49:15.002944 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:49:25.263 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:49:25.261148 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:49:25.272 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:49:25.270094 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:49:35.535 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:49:35.532836 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:49:35.545 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:49:35.543494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:49:45.824 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:49:45.822632 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:49:45.838 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:49:45.835145 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:49:56.060 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:49:56.057737 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:49:56.072 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:49:56.070102 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:50:06.294 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:50:06.292052 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:50:06.303 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:50:06.301270 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:50:16.529 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:50:16.527616 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:50:16.540 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:50:16.538692 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:50:26.762 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:50:26.760157 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:50:26.774 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:50:26.772632 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:50:37.002 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:50:37.000436 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:50:37.015 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:50:37.012756 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:50:47.262 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:50:47.260612 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:50:47.292 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:50:47.290420 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:50:57.519 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:50:57.515540 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:50:57.531 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:50:57.528873 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:51:07.752 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:51:07.750092 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:51:07.764 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:51:07.762086 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:51:17.986 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:51:17.983685 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:51:17.998 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:51:17.995532 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:51:28.219 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:51:28.217361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:51:28.227 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:51:28.225275 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:51:38.452 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:51:38.449591 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:51:38.483 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:51:38.481479 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:51:38.719 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:51:38.716854 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-01-04 10:51:38.706489011 +0000 UTC m=+11768.325982353 LastTransitionTime:2022-01-04 07:37:23 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T10:51:48.854 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:51:48.852528 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:51:48.865 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:51:48.863516 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:51:59.086 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:51:59.083838 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:51:59.097 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:51:59.095274 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:52:09.407 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:52:09.404651 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:52:09.423 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:52:09.421391 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:52:19.896 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:52:19.893884 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:52:19.909 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:52:19.907568 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:52:30.139 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:52:30.136695 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:52:30.151 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:52:30.149113 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:52:40.394 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:52:40.391827 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:52:40.403 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:52:40.401224 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:52:50.623 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:52:50.621166 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:52:50.637 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:52:50.634869 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:53:00.883 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:53:00.881343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:53:00.899 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:53:00.896750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:53:11.116 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:53:11.113973 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:53:11.123 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:53:11.121937 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:53:21.418 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:53:21.416780 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:53:21.430 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:53:21.428221 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:53:31.653 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:53:31.651303 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:53:31.667 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:53:31.665261 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:53:41.893 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:53:41.890506 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:53:41.907 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:53:41.904525 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:53:52.276 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:53:52.273930 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:53:52.286 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:53:52.284761 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:54:02.513 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:54:02.511708 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:54:02.524 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:54:02.522363 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:54:12.748 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:54:12.746134 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:54:12.760 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:54:12.758913 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:54:22.983 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:54:22.980779 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:54:22.999 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:54:22.997105 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:54:33.234 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:54:33.231119 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:54:33.247 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:54:33.243576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:54:43.500 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:54:43.498684 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:54:43.513 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:54:43.510801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:54:53.732 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:54:53.730639 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:54:53.743 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:54:53.742083 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:55:03.966 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:55:03.964175 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:55:03.977 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:55:03.975721 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:55:14.215 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:55:14.213194 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:55:14.227 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:55:14.225192 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:55:24.447 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:55:24.444803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:55:24.457 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:55:24.455841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:55:34.689 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:55:34.687279 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:55:34.701 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:55:34.699284 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:55:44.922 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:55:44.920034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:55:44.934 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:55:44.932480 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:55:55.152 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:55:55.150687 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:55:55.164 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:55:55.162768 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:56:05.388 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:56:05.386600 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:56:05.401 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:56:05.400130 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:56:15.625 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:56:15.623661 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:56:15.638 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:56:15.636118 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:56:25.863 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:56:25.860777 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:56:25.876 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:56:25.874762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:56:36.105 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:56:36.102868 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:56:36.133 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:56:36.131154 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:56:46.378 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:56:46.376448 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:56:46.391 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:56:46.389237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:56:56.608 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:56:56.606885 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:56:56.621 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:56:56.620260 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:57:06.835 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:57:06.833126 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:57:06.849 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:57:06.847332 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:57:17.072 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:57:17.070414 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:57:17.084 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:57:17.082434 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:57:27.309 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:57:27.307179 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:57:27.321 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:57:27.319465 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:57:37.610 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:57:37.608337 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:57:37.622 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:57:37.619966 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:57:47.853 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:57:47.851509 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:57:47.866 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:57:47.864892 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:57:58.110 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:57:58.108461 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:57:58.123 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:57:58.121213 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:58:08.453 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:58:08.451077 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:58:08.465 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:58:08.463807 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:58:18.691 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:58:18.689232 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:58:18.701 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:58:18.699531 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:58:28.917 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:58:28.915195 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:58:28.929 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:58:28.927876 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:58:39.193 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:58:39.191735 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:58:39.232 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:58:39.230915 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:58:49.500 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:58:49.498468 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:58:49.511 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:58:49.510017 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:58:59.731 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:58:59.729728 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:58:59.744 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:58:59.742628 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:59:09.962 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:59:09.960810 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:59:09.974 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:59:09.972671 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:59:20.197 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:59:20.194860 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:59:20.208 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:59:20.206488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:59:30.427 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:59:30.425092 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:59:30.441 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:59:30.438812 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:59:40.666 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:59:40.664108 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:59:40.677 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:59:40.674620 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:59:50.900 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:59:50.898609 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T10:59:50.915 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 10:59:50.913815 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:00:01.135 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:00:01.133848 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:00:01.148 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:00:01.146872 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:00:11.372 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:00:11.370977 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:00:11.386 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:00:11.384679 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:00:21.605 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:00:21.603758 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:00:21.617 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:00:21.616137 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:00:31.839 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:00:31.837704 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:00:31.854 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:00:31.852142 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:00:42.079 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:00:42.077755 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:00:42.134 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:00:42.130147 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:00:52.349 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:00:52.347083 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:00:52.359 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:00:52.358053 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:01:02.579 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:01:02.578102 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:01:02.591 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:01:02.589896 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:01:12.814 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:01:12.812871 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:01:12.884 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:01:12.825672 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:01:23.047 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:01:23.045415 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:01:23.060 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:01:23.058480 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:01:33.305 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:01:33.304156 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:01:33.314 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:01:33.312644 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:01:43.541 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:01:43.539908 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:01:43.552 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:01:43.551347 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:01:53.772 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:01:53.770363 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:01:53.787 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:01:53.785578 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:02:04.007 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:02:04.006187 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:02:04.015 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:02:04.014075 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:02:14.238 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:02:14.236241 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:02:14.294 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:02:14.293064 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:02:24.600 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:02:24.598804 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:02:24.613 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:02:24.612258 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:02:34.828 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:02:34.826349 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:02:34.840 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:02:34.838558 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:02:45.062 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:02:45.060644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:02:45.076 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:02:45.075167 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:02:55.296 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:02:55.294031 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:02:55.309 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:02:55.308140 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:03:05.532 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:03:05.530431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:03:05.543 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:03:05.542585 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:03:15.769 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:03:15.767871 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:03:15.781 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:03:15.779661 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:03:26.002 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:03:26.000333 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:03:26.013 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:03:26.012379 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:03:36.234 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:03:36.232816 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:03:36.248 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:03:36.247314 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:03:46.469 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:03:46.467690 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:03:46.483 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:03:46.482035 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:03:56.705 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:03:56.703934 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:03:56.715 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:03:56.713874 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:04:06.934 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:06.932559 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:04:06.947 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:06.945422 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:04:17.173 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:17.172229 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:04:17.185 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:17.183750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:04:27.428 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:27.426210 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:04:27.439 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:27.438659 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:04:37.663 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:37.661218 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:04:37.673 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:37.672730 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:04:39.125 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:39.124353 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T11:04:39.696 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:39.691778 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T11:04:39.682+0000 7f5b9b7b2340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T11:04:39.696 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T11:04:39.682+0000 7f5b9b7b2340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T11:04:39.697 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T11:04:39.682+0000 7f5b9b7b2340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T11:04:39.697 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T11:04:39.698 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:39.691805 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T11:04:39.682+0000 7f5b9b7b2340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T11:04:39.699 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T11:04:39.682+0000 7f5b9b7b2340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T11:04:39.699 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T11:04:39.682+0000 7f5b9b7b2340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T11:04:39.699 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T11:04:47.939 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:47.938094 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:04:47.952 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:47.951524 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:04:58.214 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:58.212665 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:04:58.227 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:04:58.226113 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:05:08.448 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:05:08.447313 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:05:08.461 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:05:08.460454 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:05:18.681 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:05:18.679822 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:05:18.694 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:05:18.693437 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:05:28.916 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:05:28.914519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:05:28.927 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:05:28.926349 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:05:39.146 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:05:39.145287 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:05:39.159 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:05:39.157979 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:05:49.377 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:05:49.375987 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:05:49.391 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:05:49.390160 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:05:59.612 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:05:59.610782 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:05:59.623 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:05:59.621889 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:06:09.846 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:06:09.844930 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:06:09.859 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:06:09.858498 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:06:20.080 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:06:20.078997 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:06:20.093 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:06:20.091820 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:06:30.326 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:06:30.325180 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:06:30.342 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:06:30.341343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:06:40.559 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:06:40.558033 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:06:40.572 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:06:40.571639 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:06:50.820 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:06:50.818841 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:06:50.829 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:06:50.828271 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:07:01.047 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:07:01.045625 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:07:01.059 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:07:01.058137 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:07:11.278 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:07:11.276689 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:07:11.290 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:07:11.288795 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:07:21.509 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:07:21.508263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:07:21.521 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:07:21.520668 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:07:31.741 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:07:31.739811 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:07:31.754 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:07:31.752828 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:07:41.975 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:07:41.974084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:07:41.986 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:07:41.985290 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:07:52.207 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:07:52.206582 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:07:52.221 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:07:52.220146 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:07:52.483 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:07:52.482161 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-01-04 11:07:52.470172388 +0000 UTC m=+12742.089665724 LastTransitionTime:2022-01-04 07:37:23 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T11:08:02.445 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:08:02.444250 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:08:02.460 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:08:02.458846 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:08:12.687 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:08:12.685458 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:08:12.701 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:08:12.700299 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:08:22.930 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:08:22.928940 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:08:22.943 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:08:22.941766 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:08:33.166 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:08:33.164774 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:08:33.180 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:08:33.177247 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:08:43.404 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:08:43.402959 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:08:43.419 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:08:43.418395 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:08:53.649 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:08:53.647933 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:08:53.663 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:08:53.662023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:09:03.968 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:09:03.966644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:09:03.979 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:09:03.978169 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:09:14.195 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:09:14.193800 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:09:14.243 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:09:14.242704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:09:24.465 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:09:24.464165 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:09:24.476 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:09:24.475303 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:09:34.699 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:09:34.697828 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:09:34.711 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:09:34.710255 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:09:44.931 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:09:44.929808 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:09:44.979 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:09:44.973618 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:09:55.190 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:09:55.188741 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:09:55.202 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:09:55.198894 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:10:05.426 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:10:05.423390 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:10:05.441 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:10:05.435699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:10:15.660 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:10:15.658578 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:10:15.671 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:10:15.670270 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:10:25.904 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:10:25.902723 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:10:25.915 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:10:25.914626 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:10:36.135 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:10:36.133736 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:10:36.145 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:10:36.144553 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:10:46.364 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:10:46.363560 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:10:46.376 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:10:46.375501 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:10:56.597 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:10:56.596176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:10:56.610 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:10:56.608670 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:11:06.833 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:11:06.832518 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:11:06.844 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:11:06.844082 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:11:17.091 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:11:17.090403 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:11:17.102 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:11:17.101187 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:11:27.319 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:11:27.318110 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:11:27.330 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:11:27.329882 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:11:37.576 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:11:37.570704 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:11:37.582 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:11:37.581676 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:11:47.805 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:11:47.803956 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:11:47.818 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:11:47.817308 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:11:58.044 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:11:58.042889 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:11:58.052 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:11:58.051603 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:11:58.053 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:11:58.051643 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Warning:ReconcileFailed:CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:12:08.275 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:12:08.274567 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:12:08.287 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:12:08.286663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:12:18.508 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:12:18.507595 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:12:18.520 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:12:18.519751 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:12:28.746 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:12:28.744629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:12:28.757 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:12:28.756881 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:12:38.984 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:12:38.982985 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:12:38.996 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:12:38.995891 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:12:49.220 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:12:49.218927 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:12:49.232 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:12:49.231545 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:12:59.465 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:12:59.464541 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:12:59.532 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:12:59.531108 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:13:09.752 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:13:09.750865 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:13:09.764 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:13:09.764205 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:13:19.989 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:13:19.988272 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:13:20.001 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:13:20.000310 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:13:30.258 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:13:30.257594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:13:30.269 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:13:30.268931 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:13:40.494 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:13:40.493330 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:13:40.503 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:13:40.503098 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:13:50.751 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:13:50.750744 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:13:50.768 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:13:50.767499 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:14:00.990 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:14:00.988969 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:14:01.004 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:14:01.003985 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:14:11.230 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:14:11.226308 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:14:11.241 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:14:11.240348 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:14:21.463 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:14:21.462478 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:14:21.472 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:14:21.472193 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:14:31.688 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:14:31.687373 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:14:31.698 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:14:31.697837 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:14:41.918 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:14:41.917523 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:14:41.930 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:14:41.929920 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:14:52.148 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:14:52.147783 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:14:52.165 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:14:52.164980 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:15:02.401 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:15:02.399999 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:15:02.409 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:15:02.409112 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:15:12.627 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:15:12.626747 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:15:12.640 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:15:12.640152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:15:22.864 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:15:22.863508 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:15:22.873 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:15:22.872748 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:15:33.094 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:15:33.093510 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:15:33.107 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:15:33.106517 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:15:43.361 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:15:43.360604 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:15:43.370 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:15:43.369350 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:15:53.601 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:15:53.600152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:15:53.613 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:15:53.612756 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:16:03.834 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:16:03.832795 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:16:03.846 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:16:03.845488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:16:14.068 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:16:14.067652 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:16:14.080 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:16:14.079900 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:16:24.307 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:16:24.306524 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:16:24.317 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:16:24.317080 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:16:34.573 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:16:34.572150 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:16:34.585 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:16:34.584506 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:16:44.810 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:16:44.809408 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:16:44.820 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:16:44.820082 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:16:55.045 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:16:55.043902 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:16:55.057 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:16:55.056152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:17:05.278 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:17:05.277022 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:17:05.290 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:17:05.289461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:17:15.516 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:17:15.515709 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:17:15.525 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:17:15.524464 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:17:25.744 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:17:25.742983 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:17:25.757 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:17:25.756777 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:17:35.980 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:17:35.979127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:17:35.991 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:17:35.990539 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:17:46.213 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:17:46.212278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:17:46.224 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:17:46.224146 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:17:56.447 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:17:56.446219 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:17:56.458 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:17:56.457744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:18:06.683 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:18:06.682920 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:18:06.706 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:18:06.705626 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:18:16.980 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:18:16.979372 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:18:16.991 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:18:16.990898 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:18:27.236 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:18:27.235183 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:18:27.270 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:18:27.263856 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:18:37.479 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:18:37.478856 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:18:37.551 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:18:37.550677 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:18:47.769 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:18:47.768408 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:18:47.781 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:18:47.781187 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:18:58.011 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:18:58.010685 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:18:58.025 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:18:58.024214 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:19:08.280 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:19:08.280004 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:19:08.292 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:19:08.290834 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:19:18.532 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:19:18.531380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:19:18.547 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:19:18.547256 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:19:28.767 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:19:28.766848 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:19:28.778 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:19:28.776393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:19:39.001 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:19:39.000606 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:19:39.014 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:19:39.014146 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:19:49.236 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:19:49.235263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:19:49.248 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:19:49.248303 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:19:59.467 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:19:59.466725 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:19:59.481 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:19:59.480233 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:20:09.705 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:20:09.704629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:20:09.717 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:20:09.716913 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:20:19.935 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:20:19.934441 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:20:19.946 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:20:19.945789 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:20:30.167 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:20:30.166157 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:20:30.181 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:20:30.180506 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:20:40.397 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:20:40.396828 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:20:40.410 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:20:40.409220 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:20:50.633 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:20:50.631884 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:20:50.650 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:20:50.649367 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:21:00.874 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:00.872479 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:21:00.885 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:00.884496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:21:11.127 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:11.126463 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:21:11.140 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:11.140190 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:21:19.698 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:19.697378 I | op-mon: parsing mon endpoints: a=10.105.48.177:6789 2022-01-04T11:21:20.332 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:20.330876 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T11:21:20.321+0000 7f349cff5340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T11:21:20.332 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T11:21:20.321+0000 7f349cff5340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T11:21:20.333 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T11:21:20.321+0000 7f349cff5340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T11:21:20.333 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T11:21:20.333 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:20.330903 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-01-04T11:21:20.321+0000 7f349cff5340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-01-04T11:21:20.333 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T11:21:20.321+0000 7f349cff5340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-01-04T11:21:20.334 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04T11:21:20.321+0000 7f349cff5340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-01-04T11:21:20.334 INFO:tasks.rook.operator.smithi110.stdout:couldn't init storage provider. : exit status 5 2022-01-04T11:21:21.381 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:21.380706 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:21:21.394 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:21.393407 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:21:31.624 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:31.623795 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:21:31.639 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:31.638281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:21:41.889 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:41.888391 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:21:41.898 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:41.897877 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:21:52.115 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:52.114001 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:21:52.130 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:21:52.130000 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:22:02.354 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:22:02.353594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:22:02.368 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:22:02.367148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:22:12.588 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:22:12.587101 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:22:12.599 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:22:12.597672 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:22:23.020 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:22:23.018803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:22:23.121 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:22:23.120669 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:22:33.349 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:22:33.348890 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:22:33.361 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:22:33.361132 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:22:43.580 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:22:43.580082 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:22:43.589 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:22:43.588786 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:22:53.808 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:22:53.807407 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:22:53.821 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:22:53.820751 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:23:04.042 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:23:04.041042 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:23:04.055 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:23:04.054847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:23:14.275 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:23:14.274517 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:23:14.288 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:23:14.287774 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:23:24.506 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:23:24.505850 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:23:24.518 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:23:24.517665 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:23:34.740 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:23:34.739210 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:23:34.751 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:23:34.750850 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:23:44.975 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:23:44.974795 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:23:44.989 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:23:44.988290 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:23:55.211 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:23:55.210379 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:23:55.224 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:23:55.223707 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:24:05.451 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:24:05.451113 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:24:05.460 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:24:05.459898 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:24:15.684 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:24:15.683198 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:24:15.695 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:24:15.695190 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:24:25.917 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:24:25.916367 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:24:25.929 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:24:25.928422 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:24:36.154 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:24:36.153317 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:24:36.167 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:24:36.166464 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:24:46.386 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:24:46.385399 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:24:46.414 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:24:46.414148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:24:56.647 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:24:56.646526 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:24:56.703 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:24:56.702805 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:25:06.946 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:25:06.945778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:25:06.957 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:25:06.957593 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:25:17.202 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:25:17.201611 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:25:17.213 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:25:17.212830 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:25:27.432 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:25:27.431555 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:25:27.444 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:25:27.443716 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:25:37.708 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:25:37.707571 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:25:37.719 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:25:37.718589 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:25:47.939 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:25:47.938594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:25:47.960 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:25:47.958559 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:25:58.181 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:25:58.180689 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:25:58.193 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:25:58.193058 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:26:08.360 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:26:08.359935 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-01-04 11:26:08.35285989 +0000 UTC m=+13837.972353203 LastTransitionTime:2022-01-04 07:37:23 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-01-04T11:26:08.438 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:26:08.437912 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:26:08.447 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:26:08.446889 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:26:18.687 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:26:18.686493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:26:18.700 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:26:18.700218 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:26:28.920 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:26:28.919881 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:26:28.929 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:26:28.929245 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:26:39.474 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:26:39.473729 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:26:39.486 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:26:39.485618 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:26:49.775 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:26:49.774320 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:26:49.785 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:26:49.785435 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:27:00.025 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:27:00.025046 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:27:00.036 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:27:00.035656 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:27:10.264 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:27:10.263289 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:27:10.376 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:27:10.376039 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:27:20.596 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:27:20.595476 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:27:20.610 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:27:20.609465 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:27:30.829 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:27:30.828558 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:27:30.839 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:27:30.838703 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:27:41.057 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:27:41.056815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:27:41.069 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:27:41.068883 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:27:51.292 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:27:51.291706 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:27:51.308 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:27:51.307569 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:28:01.532 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:28:01.531993 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:28:01.545 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:28:01.545330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:28:11.768 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:28:11.767729 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:28:11.783 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:28:11.782676 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:28:22.005 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:28:22.005106 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:28:22.018 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:28:22.018160 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:28:32.243 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:28:32.242049 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:28:32.256 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:28:32.255678 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:28:42.479 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:28:42.478548 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:28:42.494 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:28:42.494235 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:28:52.750 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:28:52.749394 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:28:52.764 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:28:52.763484 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:29:03.003 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:29:03.003071 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:29:03.017 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:29:03.016809 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:29:13.237 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:29:13.235982 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:29:13.248 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:29:13.248157 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:29:23.469 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:29:23.468248 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:29:23.486 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:29:23.486271 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:29:33.707 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:29:33.706956 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:29:33.720 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:29:33.720318 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:29:43.968 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:29:43.967956 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:29:43.983 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:29:43.981861 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:29:54.200 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:29:54.199714 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:29:54.213 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:29:54.213062 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:30:04.459 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:30:04.453671 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:30:04.465 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:30:04.465211 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:30:14.680 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:30:14.680207 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:30:14.692 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:30:14.692183 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:30:24.910 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:30:24.909644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:30:24.921 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:30:24.920799 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:30:35.143 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:30:35.142258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:30:35.157 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:30:35.156470 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:30:45.381 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:30:45.380832 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:30:45.390 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:30:45.389719 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:30:55.627 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:30:55.627191 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:30:55.635 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:30:55.635516 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:31:05.882 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:31:05.882070 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:31:05.893 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:31:05.893462 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:31:16.170 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:31:16.169057 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:31:16.177 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:31:16.177262 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:31:26.396 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:31:26.395843 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:31:26.410 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:31:26.410102 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:31:36.632 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:31:36.631610 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:31:36.645 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:31:36.644814 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:31:46.868 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:31:46.867601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:31:46.879 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:31:46.879352 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:31:57.099 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:31:57.098694 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:31:57.112 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:31:57.112023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:32:07.335 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:32:07.334983 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:32:07.349 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:32:07.348116 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:32:17.574 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:32:17.574140 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:32:17.585 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:32:17.585142 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:32:27.807 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:32:27.806683 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:32:27.820 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:32:27.819796 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:32:38.043 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:32:38.042487 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:32:38.057 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:32:38.057191 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:32:48.274 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:32:48.273084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:32:48.288 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:32:48.288096 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:32:58.509 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:32:58.508323 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:32:58.521 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:32:58.520904 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:33:08.741 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:33:08.740714 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:33:08.754 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:33:08.754342 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:33:18.980 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:33:18.980356 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:33:18.991 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:33:18.990458 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:33:29.239 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:33:29.238178 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:33:29.252 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:33:29.252241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:33:39.474 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:33:39.473454 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:33:39.487 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:33:39.485248 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:33:49.731 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:33:49.731038 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:33:49.744 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:33:49.743801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:33:59.965 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:33:59.964442 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:33:59.980 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:33:59.979582 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:34:10.200 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:34:10.198803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:34:10.248 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:34:10.248420 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:34:20.462 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:34:20.462063 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:34:20.475 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:34:20.475673 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:34:30.695 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:34:30.694335 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:34:30.705 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:34:30.705101 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:34:40.926 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:34:40.926100 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:34:40.938 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:34:40.938408 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:34:51.157 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:34:51.156356 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:34:51.168 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:34:51.168066 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:35:01.389 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:35:01.388325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:35:01.401 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:35:01.401522 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:35:11.623 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:35:11.622430 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:35:11.636 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:35:11.635716 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:35:21.855 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:35:21.853120 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:35:21.864 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:35:21.863742 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:35:32.078 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:35:32.078213 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T11:35:32.088 INFO:tasks.rook.operator.smithi110.stdout:2022-01-04 11:35:32.088782 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-01-04T19:27:03.068 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2022-01-04T19:27:03.131 DEBUG:teuthology.task.console_log:Killing console logger for smithi110 2022-01-04T19:27:03.132 DEBUG:teuthology.exit:Finished running handlers