2022-03-08T22:51:37.437 INFO:root:teuthology version: 1.1.0-eeaeee38 2022-03-08T22:51:37.439 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2022-03-08_22:38:39-rados-wip-yuri5-testing-2022-03-07-0958-distro-default-smithi/6727298 --verbose --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/host rook/1.7.2} --owner scheduled_yuriw@teuthology --name yuriw-2022-03-08_22:38:39-rados-wip-yuri5-testing-2022-03-07-0958-distro-default-smithi -- /home/teuthworker/archive/yuriw-2022-03-08_22:38:39-rados-wip-yuri5-testing-2022-03-07-0958-distro-default-smithi/6727298/orig.config.yaml 2022-03-08T22:51:37.473 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2022-03-08T22:51:37.540 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2022-03-08_22:38:39-rados-wip-yuri5-testing-2022-03-07-0958-distro-default-smithi/6727298 branch: wip-yuri5-testing-2022-03-07-0958 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/host rook/1.7.2} email: null first_in_suite: false job_id: '6727298' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2022-03-08_22:38:39-rados-wip-yuri5-testing-2022-03-07-0958-distro-default-smithi nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri5-testing-2022-03-07-0958 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 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-whitelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 7a44e9ebca556862e9704be295a07719d7db47b3 spec: mon: allowMultiplePerNode: false network: provider: host ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 7a44e9ebca556862e9704be295a07719d7db47b3 kernel: hwe: true kubeadm: version: '1.21' rook: rook_branch: v1.7.2 rook_image: rook/ceph:v1.7.2 workunit: branch: wip-yuri5-testing-2022-03-07-0958 sha1: 7a44e9ebca556862e9704be295a07719d7db47b3 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.a sha1: 7a44e9ebca556862e9704be295a07719d7db47b3 sleep_before_teardown: 0 suite: rados suite_branch: wip-yuri5-testing-2022-03-07-0958 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_7a44e9ebca556862e9704be295a07719d7db47b3/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 7a44e9ebca556862e9704be295a07719d7db47b3 targets: smithi043.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLX21ytY5R/Jtztw2qvgUkK4RX6EfOOyzCnyqBBQzXXAfIEAC71ldSMJu48WBUdoSaalmmx50D7TQW3Zml94SxBKF/mqZHykib6Mq3cRBI4kclIVJDIzm6JezyJ8d0CN0af5FmWkn6DE2SfDEyrkiS0NkFw1/H35CQqPhG1qnNkZWG6lDQY0jmtEBS/sy33f6a4x/jKU/4gZnfo7S28jRxUKPYG9FDETzCfrg+YPQk4jIPuXzyw1oMLn95bVukqWnLaGZvYhp/BaU55VejGc4X6BlkQAHIO9/utvl1hZZ36t3ayQ9Ie9hXUNJvTMXkook3D6c8owsPo1AMJLGZUi+3gXT3OOoQhF46SXCJ6/4TKrtL7oswbCIwozuexAB6JpNsp81I3cuKq3WulsF7xe22XdSRfhHYenZ+tJ6KcBePkX2hlTFm63evniPViVq15MrBSad5RMNufcOJapb/BmY8yrVg3INjnrv9yrHiQfnsWfeuYjihGZ0dJe+UKisxwes= 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: eeaeee38264fad8a01fd1ce912d8908676ed64bc timestamp: 2022-03-08_22:38:39 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.22301 2022-03-08T22:51:37.540 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_7a44e9ebca556862e9704be295a07719d7db47b3/qa; will attempt to use it 2022-03-08T22:51:37.541 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_7a44e9ebca556862e9704be295a07719d7db47b3/qa/tasks 2022-03-08T22:51:37.541 INFO:teuthology.run_tasks:Running task internal.check_packages... 2022-03-08T22:51:37.543 INFO:teuthology.task.internal:Checking packages... 2022-03-08T22:51:37.566 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '7a44e9ebca556862e9704be295a07719d7db47b3' 2022-03-08T22:51:37.566 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2022-03-08T22:51:37.567 INFO:teuthology.packaging:ref: None 2022-03-08T22:51:37.567 INFO:teuthology.packaging:tag: None 2022-03-08T22:51:37.568 INFO:teuthology.packaging:branch: wip-yuri5-testing-2022-03-07-0958 2022-03-08T22:51:37.568 INFO:teuthology.packaging:sha1: 7a44e9ebca556862e9704be295a07719d7db47b3 2022-03-08T22:51:37.569 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri5-testing-2022-03-07-0958 2022-03-08T22:51:37.750 INFO:teuthology.task.internal:Found packages for ceph version 17.0.0-11025-g7a44e9eb-1focal 2022-03-08T22:51:37.751 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2022-03-08T22:51:37.899 INFO:teuthology.task.internal:no buildpackages task found 2022-03-08T22:51:37.900 INFO:teuthology.run_tasks:Running task internal.save_config... 2022-03-08T22:51:37.911 INFO:teuthology.task.internal:Saving configuration 2022-03-08T22:51:37.924 INFO:teuthology.run_tasks:Running task internal.check_lock... 2022-03-08T22:51:37.960 INFO:teuthology.task.internal.check_lock:Checking locks... 2022-03-08T22:51:37.983 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2022-03-08_22:38:39-rados-wip-yuri5-testing-2022-03-07-0958-distro-default-smithi/6727298', '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-03-08 22:46:41.458446', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGojWrYroGbYtiwIIzPtFEknJQlTQD7BhTlOmxRuGcLo'} 2022-03-08T22:51:37.984 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2022-03-08T22:51:38.010 INFO:teuthology.task.internal:roles: ubuntu@smithi043.front.sepia.ceph.com - ['host.a', 'client.a'] 2022-03-08T22:51:38.010 INFO:teuthology.run_tasks:Running task console_log... 2022-03-08T22:51:38.096 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2611a849d8>, signals=[15]) 2022-03-08T22:51:38.098 INFO:teuthology.run_tasks:Running task internal.connect... 2022-03-08T22:51:38.112 INFO:teuthology.task.internal:Opening connections... 2022-03-08T22:51:38.112 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi043.front.sepia.ceph.com 2022-03-08T22:51:38.114 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-08T22:51:38.167 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2022-03-08T22:51:38.177 DEBUG:teuthology.orchestra.run.smithi043:> uname -m 2022-03-08T22:51:38.293 INFO:teuthology.orchestra.run.smithi043.stdout:x86_64 2022-03-08T22:51:38.293 DEBUG:teuthology.orchestra.run.smithi043:> cat /etc/os-release 2022-03-08T22:51:38.300 INFO:teuthology.orchestra.run.smithi043.stdout:NAME="Ubuntu" 2022-03-08T22:51:38.300 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION="20.04.3 LTS (Focal Fossa)" 2022-03-08T22:51:38.300 INFO:teuthology.orchestra.run.smithi043.stdout:ID=ubuntu 2022-03-08T22:51:38.301 INFO:teuthology.orchestra.run.smithi043.stdout:ID_LIKE=debian 2022-03-08T22:51:38.301 INFO:teuthology.orchestra.run.smithi043.stdout:PRETTY_NAME="Ubuntu 20.04.3 LTS" 2022-03-08T22:51:38.301 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION_ID="20.04" 2022-03-08T22:51:38.301 INFO:teuthology.orchestra.run.smithi043.stdout:HOME_URL="https://www.ubuntu.com/" 2022-03-08T22:51:38.302 INFO:teuthology.orchestra.run.smithi043.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2022-03-08T22:51:38.302 INFO:teuthology.orchestra.run.smithi043.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2022-03-08T22:51:38.302 INFO:teuthology.orchestra.run.smithi043.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2022-03-08T22:51:38.302 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION_CODENAME=focal 2022-03-08T22:51:38.302 INFO:teuthology.orchestra.run.smithi043.stdout:UBUNTU_CODENAME=focal 2022-03-08T22:51:38.303 INFO:teuthology.lock.ops:Updating smithi043.front.sepia.ceph.com on lock server 2022-03-08T22:51:38.323 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2022-03-08T22:51:38.336 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2022-03-08T22:51:38.368 INFO:teuthology.task.internal:Checking for old test directory... 2022-03-08T22:51:38.368 DEBUG:teuthology.orchestra.run.smithi043:> test '!' -e /home/ubuntu/cephtest 2022-03-08T22:51:38.375 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2022-03-08T22:51:38.416 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2022-03-08T22:51:38.417 DEBUG:teuthology.orchestra.run.smithi043:> test -z $(ls -A /var/lib/ceph) 2022-03-08T22:51:38.426 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2022-03-08T22:51:38.490 INFO:teuthology.run_tasks:Running task kernel... 2022-03-08T22:51:38.523 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2022-03-08T22:51:38.524 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2022-03-08T22:51:38.524 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.a': {'hwe': True}} 2022-03-08T22:51:38.524 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2022-03-08T22:51:38.525 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2022-03-08T22:51:38.532 INFO:teuthology.orchestra.run.smithi043.stdout:5.4.0-97-generic 2022-03-08T22:51:38.532 INFO:teuthology.task.kernel:Running kernel on smithi043: 5.4.0-97-generic 2022-03-08T22:51:38.532 DEBUG:teuthology.orchestra.run.smithi043:> sudo apt-get clean 2022-03-08T22:51:38.641 DEBUG:teuthology.orchestra.run.smithi043:> sudo apt-get update 2022-03-08T22:51:39.051 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-08T22:51:39.051 INFO:teuthology.orchestra.run.smithi043.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-03-08T22:51:39.051 INFO:teuthology.orchestra.run.smithi043.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-03-08T22:51:39.367 INFO:teuthology.orchestra.run.smithi043.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-03-08T22:51:39.507 INFO:teuthology.orchestra.run.smithi043.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,310 kB] 2022-03-08T22:51:39.654 INFO:teuthology.orchestra.run.smithi043.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1,640 kB] 2022-03-08T22:51:39.913 INFO:teuthology.orchestra.run.smithi043.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [395 kB] 2022-03-08T22:51:39.929 INFO:teuthology.orchestra.run.smithi043.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [228 kB] 2022-03-08T22:51:39.939 INFO:teuthology.orchestra.run.smithi043.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [9,732 B] 2022-03-08T22:51:39.939 INFO:teuthology.orchestra.run.smithi043.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [799 kB] 2022-03-08T22:51:39.994 INFO:teuthology.orchestra.run.smithi043.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [21.7 kB] 2022-03-08T22:51:39.995 INFO:teuthology.orchestra.run.smithi043.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [114 kB] 2022-03-08T22:51:40.000 INFO:teuthology.orchestra.run.smithi043.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [504 B] 2022-03-08T22:51:40.001 INFO:teuthology.orchestra.run.smithi043.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [536 kB] 2022-03-08T22:51:40.013 INFO:teuthology.orchestra.run.smithi043.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [615 kB] 2022-03-08T22:51:40.027 INFO:teuthology.orchestra.run.smithi043.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [312 kB] 2022-03-08T22:51:40.027 INFO:teuthology.orchestra.run.smithi043.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [681 kB] 2022-03-08T22:51:40.030 INFO:teuthology.orchestra.run.smithi043.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [14.8 kB] 2022-03-08T22:51:40.031 INFO:teuthology.orchestra.run.smithi043.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [853 kB] 2022-03-08T22:51:40.055 INFO:teuthology.orchestra.run.smithi043.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [117 kB] 2022-03-08T22:51:40.057 INFO:teuthology.orchestra.run.smithi043.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [13.2 kB] 2022-03-08T22:51:40.095 INFO:teuthology.orchestra.run.smithi043.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [23.1 kB] 2022-03-08T22:51:40.096 INFO:teuthology.orchestra.run.smithi043.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] 2022-03-08T22:51:40.097 INFO:teuthology.orchestra.run.smithi043.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [122 kB] 2022-03-08T22:51:40.097 INFO:teuthology.orchestra.run.smithi043.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,180 B] 2022-03-08T22:51:40.097 INFO:teuthology.orchestra.run.smithi043.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,196 B] 2022-03-08T22:51:40.098 INFO:teuthology.orchestra.run.smithi043.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [500 B] 2022-03-08T22:51:40.098 INFO:teuthology.orchestra.run.smithi043.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [500 B] 2022-03-08T22:51:40.099 INFO:teuthology.orchestra.run.smithi043.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [909 kB] 2022-03-08T22:51:40.111 INFO:teuthology.orchestra.run.smithi043.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [672 kB] 2022-03-08T22:51:40.122 INFO:teuthology.orchestra.run.smithi043.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [202 kB] 2022-03-08T22:51:40.124 INFO:teuthology.orchestra.run.smithi043.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [20.2 kB] 2022-03-08T22:51:40.182 INFO:teuthology.orchestra.run.smithi043.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [23.8 kB] 2022-03-08T22:51:40.183 INFO:teuthology.orchestra.run.smithi043.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,464 B] 2022-03-08T22:51:40.183 INFO:teuthology.orchestra.run.smithi043.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,312 B] 2022-03-08T22:51:40.184 INFO:teuthology.orchestra.run.smithi043.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [580 B] 2022-03-08T22:51:40.184 INFO:teuthology.orchestra.run.smithi043.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [42.2 kB] 2022-03-08T22:51:40.194 INFO:teuthology.orchestra.run.smithi043.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [34.8 kB] 2022-03-08T22:51:40.195 INFO:teuthology.orchestra.run.smithi043.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main Translation-en [10.1 kB] 2022-03-08T22:51:40.276 INFO:teuthology.orchestra.run.smithi043.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [22.7 kB] 2022-03-08T22:51:40.277 INFO:teuthology.orchestra.run.smithi043.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [12.9 kB] 2022-03-08T22:51:40.277 INFO:teuthology.orchestra.run.smithi043.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [15.4 kB] 2022-03-08T22:51:40.278 INFO:teuthology.orchestra.run.smithi043.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [804 B] 2022-03-08T22:51:43.137 INFO:teuthology.orchestra.run.smithi043.stdout:Fetched 10.2 MB in 2s (4,467 kB/s) 2022-03-08T22:51:44.461 INFO:teuthology.orchestra.run.smithi043.stdout:Reading package lists... 2022-03-08T22:51:44.486 DEBUG:teuthology.orchestra.run.smithi043:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-03-08T22:51:44.558 INFO:teuthology.orchestra.run.smithi043.stdout:Reading package lists... 2022-03-08T22:51:44.737 INFO:teuthology.orchestra.run.smithi043.stdout:Building dependency tree... 2022-03-08T22:51:44.737 INFO:teuthology.orchestra.run.smithi043.stdout:Reading state information... 2022-03-08T22:51:44.891 INFO:teuthology.orchestra.run.smithi043.stdout:The following additional packages will be installed: 2022-03-08T22:51:44.891 INFO:teuthology.orchestra.run.smithi043.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-03-08T22:51:44.892 INFO:teuthology.orchestra.run.smithi043.stdout: libusbmuxd6 linux-image-5.13.0-35-generic linux-modules-5.13.0-35-generic 2022-03-08T22:51:44.892 INFO:teuthology.orchestra.run.smithi043.stdout: linux-modules-extra-5.13.0-35-generic thermald upower usbmuxd 2022-03-08T22:51:44.892 INFO:teuthology.orchestra.run.smithi043.stdout:Suggested packages: 2022-03-08T22:51:44.893 INFO:teuthology.orchestra.run.smithi043.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.13-source-5.13.0 2022-03-08T22:51:44.893 INFO:teuthology.orchestra.run.smithi043.stdout: linux-hwe-5.13-tools linux-headers-5.13.0-35-generic 2022-03-08T22:51:44.943 INFO:teuthology.orchestra.run.smithi043.stdout:The following NEW packages will be installed: 2022-03-08T22:51:44.944 INFO:teuthology.orchestra.run.smithi043.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-03-08T22:51:44.944 INFO:teuthology.orchestra.run.smithi043.stdout: libusbmuxd6 linux-image-5.13.0-35-generic linux-image-generic-hwe-20.04 2022-03-08T22:51:44.944 INFO:teuthology.orchestra.run.smithi043.stdout: linux-modules-5.13.0-35-generic linux-modules-extra-5.13.0-35-generic 2022-03-08T22:51:44.945 INFO:teuthology.orchestra.run.smithi043.stdout: thermald upower usbmuxd 2022-03-08T22:51:45.138 INFO:teuthology.orchestra.run.smithi043.stdout:0 upgraded, 13 newly installed, 0 to remove and 92 not upgraded. 2022-03-08T22:51:45.138 INFO:teuthology.orchestra.run.smithi043.stdout:Need to get 80.1 MB of archives. 2022-03-08T22:51:45.138 INFO:teuthology.orchestra.run.smithi043.stdout:After this operation, 409 MB of additional disk space will be used. 2022-03-08T22:51:45.139 INFO:teuthology.orchestra.run.smithi043.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2022-03-08T22:51:45.428 INFO:teuthology.orchestra.run.smithi043.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2022-03-08T22:51:45.442 INFO:teuthology.orchestra.run.smithi043.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2022-03-08T22:51:45.443 INFO:teuthology.orchestra.run.smithi043.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2022-03-08T22:51:45.530 INFO:teuthology.orchestra.run.smithi043.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2022-03-08T22:51:45.565 INFO:teuthology.orchestra.run.smithi043.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.13.0-35-generic amd64 5.13.0-35.40~20.04.1 [18.3 MB] 2022-03-08T22:51:46.513 INFO:teuthology.orchestra.run.smithi043.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.13.0-35-generic amd64 5.13.0-35.40~20.04.1 [10.0 MB] 2022-03-08T22:51:46.826 INFO:teuthology.orchestra.run.smithi043.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.13.0-35-generic amd64 5.13.0-35.40~20.04.1 [51.1 MB] 2022-03-08T22:51:49.192 INFO:teuthology.orchestra.run.smithi043.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.13.0.35.40~20.04.20 [2,632 B] 2022-03-08T22:51:49.193 INFO:teuthology.orchestra.run.smithi043.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.1 [31.6 kB] 2022-03-08T22:51:49.193 INFO:teuthology.orchestra.run.smithi043.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2022-03-08T22:51:49.197 INFO:teuthology.orchestra.run.smithi043.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2022-03-08T22:51:49.199 INFO:teuthology.orchestra.run.smithi043.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2022-03-08T22:51:49.681 INFO:teuthology.orchestra.run.smithi043.stdout:Fetched 80.1 MB in 4s (18.8 MB/s) 2022-03-08T22:51:49.900 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2022-03-08T22:51:51.371 INFO:teuthology.orchestra.run.smithi043.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 ... 102042 files and directories currently installed.) 2022-03-08T22:51:51.376 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2022-03-08T22:51:51.538 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-03-08T22:51:51.916 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libplist3:amd64. 2022-03-08T22:51:51.929 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2022-03-08T22:51:51.991 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2022-03-08T22:51:52.286 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2022-03-08T22:51:52.300 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2022-03-08T22:51:52.344 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2022-03-08T22:51:52.680 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2022-03-08T22:51:52.695 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2022-03-08T22:51:52.738 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-03-08T22:51:53.091 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libupower-glib3:amd64. 2022-03-08T22:51:53.105 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2022-03-08T22:51:53.158 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2022-03-08T22:51:53.436 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package linux-modules-5.13.0-35-generic. 2022-03-08T22:51:53.449 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../05-linux-modules-5.13.0-35-generic_5.13.0-35.40~20.04.1_amd64.deb ... 2022-03-08T22:51:53.502 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking linux-modules-5.13.0-35-generic (5.13.0-35.40~20.04.1) ... 2022-03-08T22:51:55.870 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package linux-image-5.13.0-35-generic. 2022-03-08T22:51:55.883 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../06-linux-image-5.13.0-35-generic_5.13.0-35.40~20.04.1_amd64.deb ... 2022-03-08T22:51:55.970 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking linux-image-5.13.0-35-generic (5.13.0-35.40~20.04.1) ... 2022-03-08T22:51:56.498 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package linux-modules-extra-5.13.0-35-generic. 2022-03-08T22:51:56.512 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../07-linux-modules-extra-5.13.0-35-generic_5.13.0-35.40~20.04.1_amd64.deb ... 2022-03-08T22:51:56.556 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking linux-modules-extra-5.13.0-35-generic (5.13.0-35.40~20.04.1) ... 2022-03-08T22:52:02.408 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2022-03-08T22:52:02.423 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.13.0.35.40~20.04.20_amd64.deb ... 2022-03-08T22:52:02.466 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking linux-image-generic-hwe-20.04 (5.13.0.35.40~20.04.20) ... 2022-03-08T22:52:02.821 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libevdev2:amd64. 2022-03-08T22:52:02.834 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.1_amd64.deb ... 2022-03-08T22:52:02.871 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-03-08T22:52:03.249 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package thermald. 2022-03-08T22:52:03.263 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2022-03-08T22:52:03.308 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2022-03-08T22:52:03.882 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package upower. 2022-03-08T22:52:03.896 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2022-03-08T22:52:03.950 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking upower (0.99.11-1build2) ... 2022-03-08T22:52:04.357 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package usbmuxd. 2022-03-08T22:52:04.372 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2022-03-08T22:52:04.424 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-03-08T22:52:04.738 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2022-03-08T22:52:04.887 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-03-08T22:52:04.988 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2022-03-08T22:52:05.114 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2022-03-08T22:52:05.257 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-03-08T22:52:05.383 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-03-08T22:52:05.509 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up upower (0.99.11-1build2) ... 2022-03-08T22:52:05.958 INFO:teuthology.orchestra.run.smithi043.stdout:upower.service is a disabled or a static unit, not starting it. 2022-03-08T22:52:06.011 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-03-08T22:52:06.180 INFO:teuthology.orchestra.run.smithi043.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2022-03-08T22:52:06.190 INFO:teuthology.orchestra.run.smithi043.stdout:Adding system user `usbmux' (UID 114) ... 2022-03-08T22:52:06.191 INFO:teuthology.orchestra.run.smithi043.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2022-03-08T22:52:06.678 INFO:teuthology.orchestra.run.smithi043.stdout:Not creating home directory `/var/lib/usbmux'. 2022-03-08T22:52:06.910 INFO:teuthology.orchestra.run.smithi043.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2022-03-08T22:52:06.974 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2022-03-08T22:52:07.287 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2022-03-08T22:52:07.288 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2022-03-08T22:52:07.795 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up linux-image-5.13.0-35-generic (5.13.0-35.40~20.04.1) ... 2022-03-08T22:52:09.088 INFO:teuthology.orchestra.run.smithi043.stdout:I: /boot/vmlinuz is now a symlink to vmlinuz-5.13.0-35-generic 2022-03-08T22:52:09.088 INFO:teuthology.orchestra.run.smithi043.stdout:I: /boot/initrd.img is now a symlink to initrd.img-5.13.0-35-generic 2022-03-08T22:52:09.239 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up linux-modules-5.13.0-35-generic (5.13.0-35.40~20.04.1) ... 2022-03-08T22:52:10.582 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up linux-modules-extra-5.13.0-35-generic (5.13.0-35.40~20.04.1) ... 2022-03-08T22:52:11.967 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up linux-image-generic-hwe-20.04 (5.13.0.35.40~20.04.20) ... 2022-03-08T22:52:12.093 INFO:teuthology.orchestra.run.smithi043.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-03-08T22:52:16.782 INFO:teuthology.orchestra.run.smithi043.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-03-08T22:52:17.475 INFO:teuthology.orchestra.run.smithi043.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-03-08T22:52:17.576 INFO:teuthology.orchestra.run.smithi043.stdout:Processing triggers for linux-image-5.13.0-35-generic (5.13.0-35.40~20.04.1) ... 2022-03-08T22:52:17.788 INFO:teuthology.orchestra.run.smithi043.stdout:/etc/kernel/postinst.d/initramfs-tools: 2022-03-08T22:52:17.788 INFO:teuthology.orchestra.run.smithi043.stdout:update-initramfs: Generating /boot/initrd.img-5.13.0-35-generic 2022-03-08T22:52:41.602 INFO:teuthology.orchestra.run.smithi043.stdout:/etc/kernel/postinst.d/zz-update-grub: 2022-03-08T22:52:41.603 INFO:teuthology.orchestra.run.smithi043.stdout:Sourcing file `/etc/default/grub' 2022-03-08T22:52:41.613 INFO:teuthology.orchestra.run.smithi043.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-03-08T22:52:41.680 INFO:teuthology.orchestra.run.smithi043.stdout:Generating grub configuration file ... 2022-03-08T22:52:42.052 INFO:teuthology.orchestra.run.smithi043.stdout:Found linux image: /boot/vmlinuz-5.13.0-35-generic 2022-03-08T22:52:42.080 INFO:teuthology.orchestra.run.smithi043.stdout:Found initrd image: /boot/initrd.img-5.13.0-35-generic 2022-03-08T22:52:42.478 INFO:teuthology.orchestra.run.smithi043.stdout:Found linux image: /boot/vmlinuz-5.4.0-97-generic 2022-03-08T22:52:42.489 INFO:teuthology.orchestra.run.smithi043.stdout:Found initrd image: /boot/initrd.img-5.4.0-97-generic 2022-03-08T22:52:45.080 INFO:teuthology.orchestra.run.smithi043.stdout:done 2022-03-08T22:52:45.427 DEBUG:teuthology.orchestra.run.smithi043:> dpkg -s linux-image-generic-hwe-20.04 2022-03-08T22:52:45.462 INFO:teuthology.orchestra.run.smithi043.stdout:Package: linux-image-generic-hwe-20.04 2022-03-08T22:52:45.462 INFO:teuthology.orchestra.run.smithi043.stdout:Status: install ok installed 2022-03-08T22:52:45.463 INFO:teuthology.orchestra.run.smithi043.stdout:Priority: optional 2022-03-08T22:52:45.463 INFO:teuthology.orchestra.run.smithi043.stdout:Section: kernel 2022-03-08T22:52:45.463 INFO:teuthology.orchestra.run.smithi043.stdout:Installed-Size: 19 2022-03-08T22:52:45.463 INFO:teuthology.orchestra.run.smithi043.stdout:Maintainer: Ubuntu Kernel Team 2022-03-08T22:52:45.464 INFO:teuthology.orchestra.run.smithi043.stdout:Architecture: amd64 2022-03-08T22:52:45.464 INFO:teuthology.orchestra.run.smithi043.stdout:Source: linux-meta-hwe-5.13 2022-03-08T22:52:45.464 INFO:teuthology.orchestra.run.smithi043.stdout:Version: 5.13.0.35.40~20.04.20 2022-03-08T22:52:45.464 INFO:teuthology.orchestra.run.smithi043.stdout:Provides: virtualbox-guest-modules (= 5.13.0-35), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.6-1ubuntu2) 2022-03-08T22:52:45.464 INFO:teuthology.orchestra.run.smithi043.stdout:Depends: linux-image-5.13.0-35-generic, linux-modules-extra-5.13.0-35-generic, linux-firmware, intel-microcode, amd64-microcode 2022-03-08T22:52:45.465 INFO:teuthology.orchestra.run.smithi043.stdout:Recommends: thermald 2022-03-08T22:52:45.465 INFO:teuthology.orchestra.run.smithi043.stdout:Description: Generic Linux kernel image 2022-03-08T22:52:45.465 INFO:teuthology.orchestra.run.smithi043.stdout: This package will always depend on the latest generic kernel image 2022-03-08T22:52:45.465 INFO:teuthology.orchestra.run.smithi043.stdout: available. 2022-03-08T22:52:45.466 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-97-generic Expected: 5.13.0-35-generic 2022-03-08T22:52:45.466 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2022-03-08T22:52:45.466 DEBUG:teuthology.task.kernel:src is distro, skipping download 2022-03-08T22:52:45.467 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2022-03-08T22:52:45.467 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi043.front.sepia.ceph.com, path=None, version=distro) 2022-03-08T22:52:45.467 DEBUG:teuthology.orchestra.run.smithi043:> sudo apt-get clean 2022-03-08T22:52:45.552 DEBUG:teuthology.orchestra.run.smithi043:> sudo apt-get update 2022-03-08T22:52:45.920 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-08T22:52:45.922 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-08T22:52:46.008 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-08T22:52:46.111 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-08T22:52:47.484 INFO:teuthology.orchestra.run.smithi043.stdout:Reading package lists... 2022-03-08T22:52:47.507 DEBUG:teuthology.orchestra.run.smithi043:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-03-08T22:52:47.577 INFO:teuthology.orchestra.run.smithi043.stdout:Reading package lists... 2022-03-08T22:52:47.755 INFO:teuthology.orchestra.run.smithi043.stdout:Building dependency tree... 2022-03-08T22:52:47.756 INFO:teuthology.orchestra.run.smithi043.stdout:Reading state information... 2022-03-08T22:52:47.940 INFO:teuthology.orchestra.run.smithi043.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.13.0.35.40~20.04.20). 2022-03-08T22:52:47.940 INFO:teuthology.orchestra.run.smithi043.stdout:0 upgraded, 0 newly installed, 0 to remove and 92 not upgraded. 2022-03-08T22:52:47.942 DEBUG:teuthology.orchestra.run.smithi043:> dpkg -s linux-image-generic-hwe-20.04 2022-03-08T22:52:47.963 INFO:teuthology.orchestra.run.smithi043.stdout:Package: linux-image-generic-hwe-20.04 2022-03-08T22:52:47.964 INFO:teuthology.orchestra.run.smithi043.stdout:Status: install ok installed 2022-03-08T22:52:47.964 INFO:teuthology.orchestra.run.smithi043.stdout:Priority: optional 2022-03-08T22:52:47.964 INFO:teuthology.orchestra.run.smithi043.stdout:Section: kernel 2022-03-08T22:52:47.964 INFO:teuthology.orchestra.run.smithi043.stdout:Installed-Size: 19 2022-03-08T22:52:47.965 INFO:teuthology.orchestra.run.smithi043.stdout:Maintainer: Ubuntu Kernel Team 2022-03-08T22:52:47.965 INFO:teuthology.orchestra.run.smithi043.stdout:Architecture: amd64 2022-03-08T22:52:47.965 INFO:teuthology.orchestra.run.smithi043.stdout:Source: linux-meta-hwe-5.13 2022-03-08T22:52:47.965 INFO:teuthology.orchestra.run.smithi043.stdout:Version: 5.13.0.35.40~20.04.20 2022-03-08T22:52:47.965 INFO:teuthology.orchestra.run.smithi043.stdout:Provides: virtualbox-guest-modules (= 5.13.0-35), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.6-1ubuntu2) 2022-03-08T22:52:47.966 INFO:teuthology.orchestra.run.smithi043.stdout:Depends: linux-image-5.13.0-35-generic, linux-modules-extra-5.13.0-35-generic, linux-firmware, intel-microcode, amd64-microcode 2022-03-08T22:52:47.966 INFO:teuthology.orchestra.run.smithi043.stdout:Recommends: thermald 2022-03-08T22:52:47.966 INFO:teuthology.orchestra.run.smithi043.stdout:Description: Generic Linux kernel image 2022-03-08T22:52:47.966 INFO:teuthology.orchestra.run.smithi043.stdout: This package will always depend on the latest generic kernel image 2022-03-08T22:52:47.967 INFO:teuthology.orchestra.run.smithi043.stdout: available. 2022-03-08T22:52:47.967 DEBUG:teuthology.orchestra.run.smithi043:> mktemp 2022-03-08T22:52:48.013 INFO:teuthology.orchestra.run.smithi043.stdout:/tmp/tmp.OzeZuZJvUh 2022-03-08T22:52:48.014 DEBUG:teuthology.orchestra.run.smithi043:> sudo cp /boot/grub/grub.cfg /tmp/tmp.OzeZuZJvUh 2022-03-08T22:52:48.028 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod 0666 /tmp/tmp.OzeZuZJvUh 2022-03-08T22:52:48.065 DEBUG:teuthology.orchestra.remote:smithi043:/tmp/tmp.OzeZuZJvUh is 8KB 2022-03-08T22:52:48.079 DEBUG:teuthology.orchestra.run.smithi043:> rm -fr /tmp/tmp.OzeZuZJvUh 2022-03-08T22:52:48.085 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2022-03-08T22:52:48.141 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T22:52:48.142 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/grub.d/01_ceph_kernel 2022-03-08T22:52:48.142 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2022-03-08T22:52:48.179 INFO:teuthology.task.kernel:Distro Kernel Version: 5.13.0-35-generic 2022-03-08T22:52:48.179 DEBUG:teuthology.orchestra.run.smithi043:> sudo update-grub 2022-03-08T22:52:49.302 INFO:teuthology.orchestra.run.smithi043.stderr:Sourcing file `/etc/default/grub' 2022-03-08T22:52:49.311 INFO:teuthology.orchestra.run.smithi043.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-03-08T22:52:49.362 INFO:teuthology.orchestra.run.smithi043.stderr:Generating grub configuration file ... 2022-03-08T22:52:49.658 INFO:teuthology.orchestra.run.smithi043.stderr:Found linux image: /boot/vmlinuz-5.13.0-35-generic 2022-03-08T22:52:49.670 INFO:teuthology.orchestra.run.smithi043.stderr:Found initrd image: /boot/initrd.img-5.13.0-35-generic 2022-03-08T22:52:50.074 INFO:teuthology.orchestra.run.smithi043.stderr:Found linux image: /boot/vmlinuz-5.4.0-97-generic 2022-03-08T22:52:50.086 INFO:teuthology.orchestra.run.smithi043.stderr:Found initrd image: /boot/initrd.img-5.4.0-97-generic 2022-03-08T22:52:51.659 INFO:teuthology.orchestra.run.smithi043.stderr:done 2022-03-08T22:52:51.661 DEBUG:teuthology.orchestra.run.smithi043:> sudo shutdown -r now 2022-03-08T22:53:21.695 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2022-03-08T22:53:21.695 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2022-03-08T22:53:21.696 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-08T22:53:40.171 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.43 2022-03-08T22:54:10.199 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2022-03-08T22:54:10.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-08T22:54:25.836 DEBUG:teuthology.orchestra.run.smithi043:> true 2022-03-08T22:54:26.636 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi043.front.sepia.ceph.com' 2022-03-08T22:54:26.636 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.13.0-35-generic"... 2022-03-08T22:54:26.637 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2022-03-08T22:54:26.643 INFO:teuthology.orchestra.run.smithi043.stdout:5.13.0-35-generic 2022-03-08T22:54:26.644 DEBUG:teuthology.task.kernel:current kernel version is 5.13.0-35-generic vs 5.13.0-35-generic 2022-03-08T22:54:26.644 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2022-03-08T22:54:26.644 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2022-03-08T22:54:27.645 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2022-03-08T22:54:27.646 DEBUG:teuthology.orchestra.run.smithi043:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2022-03-08T22:54:27.709 INFO:teuthology.orchestra.run.smithi043.stdout:ttyS1 2022-03-08T22:54:27.737 DEBUG:teuthology.parallel:result is None 2022-03-08T22:54:27.738 INFO:teuthology.run_tasks:Running task internal.base... 2022-03-08T22:54:27.746 INFO:teuthology.task.internal:Creating test directory... 2022-03-08T22:54:27.747 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2022-03-08T22:54:27.754 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2022-03-08T22:54:27.802 INFO:teuthology.run_tasks:Running task internal.archive... 2022-03-08T22:54:27.850 INFO:teuthology.task.internal:Creating archive directory... 2022-03-08T22:54:27.851 DEBUG:teuthology.orchestra.run.smithi043:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2022-03-08T22:54:27.871 INFO:teuthology.run_tasks:Running task internal.coredump... 2022-03-08T22:54:27.902 INFO:teuthology.task.internal:Enabling coredump saving... 2022-03-08T22:54:27.903 DEBUG:teuthology.orchestra.run.smithi043:> 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-03-08T22:54:27.934 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-03-08T22:54:27.943 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-03-08T22:54:27.945 INFO:teuthology.run_tasks:Running task internal.sudo... 2022-03-08T22:54:27.959 INFO:teuthology.task.internal:Configuring sudo... 2022-03-08T22:54:27.960 DEBUG:teuthology.orchestra.run.smithi043:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2022-03-08T22:54:27.976 INFO:teuthology.run_tasks:Running task internal.syslog... 2022-03-08T22:54:28.007 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2022-03-08T22:54:28.007 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2022-03-08T22:54:28.025 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2022-03-08T22:54:28.033 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2022-03-08T22:54:28.040 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T22:54:28.040 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2022-03-08T22:54:28.112 DEBUG:teuthology.orchestra.run.smithi043:> sudo service rsyslog restart 2022-03-08T22:54:28.156 INFO:teuthology.run_tasks:Running task internal.timer... 2022-03-08T22:54:28.165 INFO:teuthology.task.internal:Starting timer... 2022-03-08T22:54:28.165 INFO:teuthology.run_tasks:Running task pcp... 2022-03-08T22:54:28.199 INFO:teuthology.run_tasks:Running task selinux... 2022-03-08T22:54:28.248 DEBUG:teuthology.task.selinux:Excluding smithi043: OS 'ubuntu' does not support SELinux 2022-03-08T22:54:28.249 DEBUG:teuthology.task.selinux:Getting current SELinux state 2022-03-08T22:54:28.249 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2022-03-08T22:54:28.249 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2022-03-08T22:54:28.249 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2022-03-08T22:54:28.303 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-03-08T22:54:28.304 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master to origin/master 2022-03-08T22:54:28.326 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-03-08T22:54:28.328 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi043.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml 2022-03-08T22:57:25.690 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi043.front.sepia.ceph.com')] 2022-03-08T22:57:25.692 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2022-03-08T22:57:25.694 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-08T22:57:25.743 DEBUG:teuthology.orchestra.run.smithi043:> true 2022-03-08T22:57:25.864 INFO:teuthology.run_tasks:Running task clock... 2022-03-08T22:57:25.875 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2022-03-08T22:57:25.876 INFO:teuthology.orchestra.run:Running command with timeout 360 2022-03-08T22:57:25.878 DEBUG:teuthology.orchestra.run.smithi043:> 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-03-08T22:57:25.912 INFO:teuthology.orchestra.run.smithi043.stdout: 8 Mar 22:57:26 ntpd[8959]: ntpd 4.2.8p12@1.3728-o (1): Starting 2022-03-08T22:57:25.913 INFO:teuthology.orchestra.run.smithi043.stdout: 8 Mar 22:57:26 ntpd[8959]: Command line: ntpd -gq 2022-03-08T22:57:25.913 INFO:teuthology.orchestra.run.smithi043.stdout: 8 Mar 22:57:26 ntpd[8959]: proto: precision = 0.072 usec (-24) 2022-03-08T22:57:25.914 INFO:teuthology.orchestra.run.smithi043.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-03-08T22:57:25.914 INFO:teuthology.orchestra.run.smithi043.stdout: 8 Mar 22:57:26 ntpd[8959]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-03-08T22:57:25.915 INFO:teuthology.orchestra.run.smithi043.stderr:restrict ::: KOD does nothing without LIMITED. 2022-03-08T22:57:25.916 INFO:teuthology.orchestra.run.smithi043.stdout: 8 Mar 22:57:26 ntpd[8959]: restrict ::: KOD does nothing without LIMITED. 2022-03-08T22:57:25.916 INFO:teuthology.orchestra.run.smithi043.stdout: 8 Mar 22:57:26 ntpd[8959]: Listen and drop on 0 v6wildcard [::]:123 2022-03-08T22:57:25.916 INFO:teuthology.orchestra.run.smithi043.stdout: 8 Mar 22:57:26 ntpd[8959]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2022-03-08T22:57:25.917 INFO:teuthology.orchestra.run.smithi043.stdout: 8 Mar 22:57:26 ntpd[8959]: Listen normally on 2 lo 127.0.0.1:123 2022-03-08T22:57:25.917 INFO:teuthology.orchestra.run.smithi043.stdout: 8 Mar 22:57:26 ntpd[8959]: Listen normally on 3 ens1f0 172.21.15.43:123 2022-03-08T22:57:25.917 INFO:teuthology.orchestra.run.smithi043.stdout: 8 Mar 22:57:26 ntpd[8959]: Listen normally on 4 lo [::1]:123 2022-03-08T22:57:25.917 INFO:teuthology.orchestra.run.smithi043.stdout: 8 Mar 22:57:26 ntpd[8959]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1358%4]:123 2022-03-08T22:57:25.918 INFO:teuthology.orchestra.run.smithi043.stdout: 8 Mar 22:57:26 ntpd[8959]: Listening on routing socket on fd #22 for interface updates 2022-03-08T22:57:26.914 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:27 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:26.914 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:27 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:26.914 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:27 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:26.915 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:27 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:26.915 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:27 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:26.915 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:27 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:26.915 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:27 ntpd[8959]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T22:57:26.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:27 ntpd[8959]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T22:57:26.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:27 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:26.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:27 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:26.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:27 ntpd[8959]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T22:57:26.917 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:27 ntpd[8959]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T22:57:28.915 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:28.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:28.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:28.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:28.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:28.917 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:28.917 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:28.917 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:28.917 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:28.918 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:28.918 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T22:57:28.918 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T22:57:28.918 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:28.919 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:28.919 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T22:57:28.919 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T22:57:28.919 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:28.920 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:28.920 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T22:57:28.920 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T22:57:28.920 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:28.921 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:28.921 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T22:57:28.921 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:29 ntpd[8959]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T22:57:30.915 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:30.915 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:30.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:30.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:30.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:30.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:30.917 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:30.917 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:30.917 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:30.917 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:30.917 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T22:57:30.918 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T22:57:30.918 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:30.918 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:30.918 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T22:57:30.919 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T22:57:30.919 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:30.919 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:30.919 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T22:57:30.920 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T22:57:30.920 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:30.920 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:30.920 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T22:57:30.920 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:31 ntpd[8959]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T22:57:32.914 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:33 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:32.914 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:33 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:32.914 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:33 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:32.915 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:33 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:32.915 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:33 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:32.915 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:33 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:32.915 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:33 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:32.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:33 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:32.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:33 ntpd[8959]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T22:57:32.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:33 ntpd[8959]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T22:57:32.916 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:33 ntpd[8959]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T22:57:32.917 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:33 ntpd[8959]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T22:57:32.917 INFO:teuthology.orchestra.run.smithi043.stdout: 8 Mar 22:57:32 ntpd[8959]: ntpd: time set -0.293606 s 2022-03-08T22:57:32.918 INFO:teuthology.orchestra.run.smithi043.stdout:ntpd: time set -0.293606s 2022-03-08T22:57:32.918 INFO:teuthology.orchestra.run.smithi043.stderr: 8 Mar 22:57:32 ntpd[8959]: can't open /var/log/ntpstats/loopstats.20220308: Permission denied 2022-03-08T22:57:33.013 INFO:teuthology.orchestra.run.smithi043.stdout: remote refid st t when poll reach delay offset jitter 2022-03-08T22:57:33.014 INFO:teuthology.orchestra.run.smithi043.stdout:============================================================================== 2022-03-08T22:57:33.014 INFO:teuthology.orchestra.run.smithi043.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-08T22:57:33.014 INFO:teuthology.orchestra.run.smithi043.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-08T22:57:33.015 INFO:teuthology.orchestra.run.smithi043.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-08T22:57:33.015 INFO:teuthology.orchestra.run.smithi043.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-08T22:57:33.016 INFO:teuthology.run_tasks:Running task kubeadm... 2022-03-08T22:57:33.031 INFO:tasks.kubeadm:Kubeadm start 2022-03-08T22:57:33.031 INFO:tasks.kubeadm:Config: {'version': '1.21'} 2022-03-08T22:57:33.032 DEBUG:teuthology.orchestra.run.smithi043:> 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-03-08T22:57:33.055 INFO:teuthology.orchestra.run.smithi043.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2022-03-08T22:57:33.062 INFO:teuthology.orchestra.run.smithi043.stdout:net.bridge.bridge-nf-call-iptables = 1 2022-03-08T22:57:33.070 INFO:teuthology.orchestra.run.smithi043.stdout:net.ipv4.ip_forward = 1 2022-03-08T22:57:33.150 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T22:57:33.151 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2022-03-08T22:57:33.165 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T22:57:33.165 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/docker/daemon.json 2022-03-08T22:57:33.195 DEBUG:teuthology.orchestra.run.smithi043:> sudo systemctl restart docker || true 2022-03-08T22:57:34.188 INFO:tasks.kubeadm:Identifying pod subnet 2022-03-08T22:57:34.195 INFO:tasks.kubeadm:172.21.15.43 is in 172.21.0.0/20 at pos 3882 2022-03-08T22:57:34.208 INFO:tasks.kubeadm:Pod subnet: 10.249.80.0/21 2022-03-08T22:57:34.209 INFO:tasks.kubeadm:Installing kube{adm,ctl,let} 2022-03-08T22:57:34.209 DEBUG:teuthology.orchestra.run.smithi043:> 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-03-08T22:57:34.238 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:57:34.238 INFO:teuthology.orchestra.run.smithi043.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-08T22:57:34.239 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:57:34.477 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-08T22:57:34.478 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-08T22:57:34.547 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-08T22:57:34.629 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-08T22:57:36.008 INFO:teuthology.orchestra.run.smithi043.stdout:Reading package lists... 2022-03-08T22:57:36.184 INFO:teuthology.orchestra.run.smithi043.stdout:Building dependency tree... 2022-03-08T22:57:36.185 INFO:teuthology.orchestra.run.smithi043.stdout:Reading state information... 2022-03-08T22:57:36.279 INFO:teuthology.orchestra.run.smithi043.stdout:85 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-03-08T22:57:36.295 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:57:36.296 INFO:teuthology.orchestra.run.smithi043.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-08T22:57:36.296 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:57:36.350 INFO:teuthology.orchestra.run.smithi043.stdout:Reading package lists... 2022-03-08T22:57:36.532 INFO:teuthology.orchestra.run.smithi043.stdout:Building dependency tree... 2022-03-08T22:57:36.533 INFO:teuthology.orchestra.run.smithi043.stdout:Reading state information... 2022-03-08T22:57:36.726 INFO:teuthology.orchestra.run.smithi043.stdout:ca-certificates is already the newest version (20210119~20.04.2). 2022-03-08T22:57:36.727 INFO:teuthology.orchestra.run.smithi043.stdout:curl is already the newest version (7.68.0-1ubuntu2.7). 2022-03-08T22:57:36.727 INFO:teuthology.orchestra.run.smithi043.stdout:The following NEW packages will be installed: 2022-03-08T22:57:36.728 INFO:teuthology.orchestra.run.smithi043.stdout: apt-transport-https 2022-03-08T22:57:36.928 INFO:teuthology.orchestra.run.smithi043.stdout:0 upgraded, 1 newly installed, 0 to remove and 85 not upgraded. 2022-03-08T22:57:36.929 INFO:teuthology.orchestra.run.smithi043.stdout:Need to get 4,680 B of archives. 2022-03-08T22:57:36.929 INFO:teuthology.orchestra.run.smithi043.stdout:After this operation, 162 kB of additional disk space will be used. 2022-03-08T22:57:36.929 INFO:teuthology.orchestra.run.smithi043.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4,680 B] 2022-03-08T22:57:37.177 INFO:teuthology.orchestra.run.smithi043.stderr:debconf: unable to initialize frontend: Dialog 2022-03-08T22:57:37.177 INFO:teuthology.orchestra.run.smithi043.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-03-08T22:57:37.178 INFO:teuthology.orchestra.run.smithi043.stderr:debconf: falling back to frontend: Readline 2022-03-08T22:57:37.195 INFO:teuthology.orchestra.run.smithi043.stderr:debconf: unable to initialize frontend: Readline 2022-03-08T22:57:37.195 INFO:teuthology.orchestra.run.smithi043.stderr:debconf: (This frontend requires a controlling tty.) 2022-03-08T22:57:37.195 INFO:teuthology.orchestra.run.smithi043.stderr:debconf: falling back to frontend: Teletype 2022-03-08T22:57:37.201 INFO:teuthology.orchestra.run.smithi043.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-03-08T22:57:37.250 INFO:teuthology.orchestra.run.smithi043.stdout:Fetched 4,680 B in 0s (24.5 kB/s) 2022-03-08T22:57:37.340 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package apt-transport-https. 2022-03-08T22:57:37.383 INFO:teuthology.orchestra.run.smithi043.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 ... 109240 files and directories currently installed.) 2022-03-08T22:57:37.386 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 2022-03-08T22:57:37.430 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking apt-transport-https (2.0.6) ... 2022-03-08T22:57:37.714 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up apt-transport-https (2.0.6) ... 2022-03-08T22:57:38.195 INFO:teuthology.orchestra.run.smithi043.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2022-03-08T22:57:38.209 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:57:38.210 INFO:teuthology.orchestra.run.smithi043.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-08T22:57:38.210 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:57:38.504 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-08T22:57:38.505 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-08T22:57:38.574 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-08T22:57:38.660 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-08T22:57:38.686 INFO:teuthology.orchestra.run.smithi043.stdout:Get:1 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9,383 B] 2022-03-08T22:57:39.148 INFO:teuthology.orchestra.run.smithi043.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 Packages [53.9 kB] 2022-03-08T22:57:39.279 INFO:teuthology.orchestra.run.smithi043.stdout:Fetched 63.3 kB in 1s (68.7 kB/s) 2022-03-08T22:57:40.157 INFO:teuthology.orchestra.run.smithi043.stdout:Reading package lists... 2022-03-08T22:57:40.338 INFO:teuthology.orchestra.run.smithi043.stdout:Building dependency tree... 2022-03-08T22:57:40.338 INFO:teuthology.orchestra.run.smithi043.stdout:Reading state information... 2022-03-08T22:57:40.429 INFO:teuthology.orchestra.run.smithi043.stdout:85 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-03-08T22:57:40.445 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:57:40.446 INFO:teuthology.orchestra.run.smithi043.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-08T22:57:40.446 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:57:40.503 INFO:teuthology.orchestra.run.smithi043.stdout:Reading package lists... 2022-03-08T22:57:40.681 INFO:teuthology.orchestra.run.smithi043.stdout:Building dependency tree... 2022-03-08T22:57:40.681 INFO:teuthology.orchestra.run.smithi043.stdout:Reading state information... 2022-03-08T22:57:40.839 INFO:teuthology.orchestra.run.smithi043.stdout:bridge-utils is already the newest version (1.6-2ubuntu1). 2022-03-08T22:57:40.840 INFO:teuthology.orchestra.run.smithi043.stdout:bridge-utils set to manually installed. 2022-03-08T22:57:40.840 INFO:teuthology.orchestra.run.smithi043.stdout:The following additional packages will be installed: 2022-03-08T22:57:40.840 INFO:teuthology.orchestra.run.smithi043.stdout: conntrack cri-tools ebtables kubernetes-cni socat 2022-03-08T22:57:40.841 INFO:teuthology.orchestra.run.smithi043.stdout:Suggested packages: 2022-03-08T22:57:40.841 INFO:teuthology.orchestra.run.smithi043.stdout: nftables 2022-03-08T22:57:40.892 INFO:teuthology.orchestra.run.smithi043.stdout:The following NEW packages will be installed: 2022-03-08T22:57:40.893 INFO:teuthology.orchestra.run.smithi043.stdout: conntrack cri-tools ebtables kubeadm kubectl kubelet kubernetes-cni socat 2022-03-08T22:57:41.087 INFO:teuthology.orchestra.run.smithi043.stdout:0 upgraded, 8 newly installed, 0 to remove and 85 not upgraded. 2022-03-08T22:57:41.088 INFO:teuthology.orchestra.run.smithi043.stdout:Need to get 73.6 MB of archives. 2022-03-08T22:57:41.088 INFO:teuthology.orchestra.run.smithi043.stdout:After this operation, 321 MB of additional disk space will be used. 2022-03-08T22:57:41.088 INFO:teuthology.orchestra.run.smithi043.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-03-08T22:57:41.129 INFO:teuthology.orchestra.run.smithi043.stdout:Get:1 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 cri-tools amd64 1.19.0-00 [11.2 MB] 2022-03-08T22:57:41.260 INFO:teuthology.orchestra.run.smithi043.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-03-08T22:57:41.380 INFO:teuthology.orchestra.run.smithi043.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-03-08T22:57:41.422 INFO:teuthology.orchestra.run.smithi043.stdout:Get:2 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubernetes-cni amd64 0.8.7-00 [25.0 MB] 2022-03-08T22:57:42.255 INFO:teuthology.orchestra.run.smithi043.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubelet amd64 1.23.4-00 [19.5 MB] 2022-03-08T22:57:42.707 INFO:teuthology.orchestra.run.smithi043.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubectl amd64 1.23.4-00 [8,927 kB] 2022-03-08T22:57:42.882 INFO:teuthology.orchestra.run.smithi043.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubeadm amd64 1.23.4-00 [8,583 kB] 2022-03-08T22:57:43.256 INFO:teuthology.orchestra.run.smithi043.stderr:debconf: unable to initialize frontend: Dialog 2022-03-08T22:57:43.256 INFO:teuthology.orchestra.run.smithi043.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-03-08T22:57:43.257 INFO:teuthology.orchestra.run.smithi043.stderr:debconf: falling back to frontend: Readline 2022-03-08T22:57:43.264 INFO:teuthology.orchestra.run.smithi043.stderr:debconf: unable to initialize frontend: Readline 2022-03-08T22:57:43.264 INFO:teuthology.orchestra.run.smithi043.stderr:debconf: (This frontend requires a controlling tty.) 2022-03-08T22:57:43.265 INFO:teuthology.orchestra.run.smithi043.stderr:debconf: falling back to frontend: Teletype 2022-03-08T22:57:43.270 INFO:teuthology.orchestra.run.smithi043.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-03-08T22:57:43.320 INFO:teuthology.orchestra.run.smithi043.stdout:Fetched 73.6 MB in 2s (34.6 MB/s) 2022-03-08T22:57:43.421 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package conntrack. 2022-03-08T22:57:43.465 INFO:teuthology.orchestra.run.smithi043.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 ... 109244 files and directories currently installed.) 2022-03-08T22:57:43.468 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../0-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-03-08T22:57:43.511 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking conntrack (1:1.4.5-2) ... 2022-03-08T22:57:43.930 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package cri-tools. 2022-03-08T22:57:43.944 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../1-cri-tools_1.19.0-00_amd64.deb ... 2022-03-08T22:57:43.988 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking cri-tools (1.19.0-00) ... 2022-03-08T22:57:44.983 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ebtables. 2022-03-08T22:57:44.998 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../2-ebtables_2.0.11-3build1_amd64.deb ... 2022-03-08T22:57:45.058 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ebtables (2.0.11-3build1) ... 2022-03-08T22:57:45.303 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package kubernetes-cni. 2022-03-08T22:57:45.317 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../3-kubernetes-cni_0.8.7-00_amd64.deb ... 2022-03-08T22:57:45.394 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking kubernetes-cni (0.8.7-00) ... 2022-03-08T22:57:46.872 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package socat. 2022-03-08T22:57:46.885 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../4-socat_1.7.3.3-2_amd64.deb ... 2022-03-08T22:57:46.930 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking socat (1.7.3.3-2) ... 2022-03-08T22:57:47.344 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package kubelet. 2022-03-08T22:57:47.357 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../5-kubelet_1.23.4-00_amd64.deb ... 2022-03-08T22:57:47.402 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking kubelet (1.23.4-00) ... 2022-03-08T22:57:49.929 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package kubectl. 2022-03-08T22:57:49.937 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../6-kubectl_1.23.4-00_amd64.deb ... 2022-03-08T22:57:49.979 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking kubectl (1.23.4-00) ... 2022-03-08T22:57:51.142 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package kubeadm. 2022-03-08T22:57:51.156 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../7-kubeadm_1.23.4-00_amd64.deb ... 2022-03-08T22:57:51.226 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking kubeadm (1.23.4-00) ... 2022-03-08T22:57:52.381 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up conntrack (1:1.4.5-2) ... 2022-03-08T22:57:52.490 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up kubectl (1.23.4-00) ... 2022-03-08T22:57:52.618 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ebtables (2.0.11-3build1) ... 2022-03-08T22:57:53.438 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up socat (1.7.3.3-2) ... 2022-03-08T22:57:53.555 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up cri-tools (1.19.0-00) ... 2022-03-08T22:57:53.673 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up kubernetes-cni (0.8.7-00) ... 2022-03-08T22:57:53.799 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up kubelet (1.23.4-00) ... 2022-03-08T22:57:54.010 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/kubelet.service -> /lib/systemd/system/kubelet.service. 2022-03-08T22:57:54.508 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up kubeadm (1.23.4-00) ... 2022-03-08T22:57:54.911 INFO:teuthology.orchestra.run.smithi043.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-03-08T22:57:55.809 DEBUG:teuthology.orchestra.run.smithi043:> sudo systemctl enable --now kubelet && sudo kubeadm config images pull 2022-03-08T22:58:09.371 INFO:teuthology.orchestra.run.smithi043.stdout:[config/images] Pulled k8s.gcr.io/kube-apiserver:v1.23.4 2022-03-08T22:58:12.328 INFO:teuthology.orchestra.run.smithi043.stdout:[config/images] Pulled k8s.gcr.io/kube-controller-manager:v1.23.4 2022-03-08T22:58:14.545 INFO:teuthology.orchestra.run.smithi043.stdout:[config/images] Pulled k8s.gcr.io/kube-scheduler:v1.23.4 2022-03-08T22:58:18.227 INFO:teuthology.orchestra.run.smithi043.stdout:[config/images] Pulled k8s.gcr.io/kube-proxy:v1.23.4 2022-03-08T22:58:22.777 INFO:teuthology.orchestra.run.smithi043.stdout:[config/images] Pulled k8s.gcr.io/pause:3.6 2022-03-08T22:58:28.609 INFO:teuthology.orchestra.run.smithi043.stdout:[config/images] Pulled k8s.gcr.io/etcd:3.5.1-0 2022-03-08T22:58:30.934 INFO:teuthology.orchestra.run.smithi043.stdout:[config/images] Pulled k8s.gcr.io/coredns/coredns:v1.8.6 2022-03-08T22:58:30.939 INFO:tasks.kubeadm:Token: abcdef.3xg9xgffl3jszydk 2022-03-08T22:58:30.939 INFO:tasks.kubeadm:Remotes: {Remote(name='ubuntu@smithi043.front.sepia.ceph.com'): '172.21.15.43'} 2022-03-08T22:58:30.940 DEBUG:teuthology.orchestra.run.smithi043:> sudo kubeadm init --node-name smithi043 --token abcdef.3xg9xgffl3jszydk --pod-network-cidr 10.249.80.0/21 2022-03-08T22:58:31.133 INFO:teuthology.orchestra.run.smithi043.stdout:[init] Using Kubernetes version: v1.23.4 2022-03-08T22:58:31.134 INFO:teuthology.orchestra.run.smithi043.stdout:[preflight] Running pre-flight checks 2022-03-08T22:58:31.570 INFO:teuthology.orchestra.run.smithi043.stdout:[preflight] Pulling images required for setting up a Kubernetes cluster 2022-03-08T22:58:31.571 INFO:teuthology.orchestra.run.smithi043.stdout:[preflight] This might take a minute or two, depending on the speed of your internet connection 2022-03-08T22:58:31.571 INFO:teuthology.orchestra.run.smithi043.stdout:[preflight] You can also perform this action in beforehand using 'kubeadm config images pull' 2022-03-08T22:58:31.909 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] Using certificateDir folder "/etc/kubernetes/pki" 2022-03-08T22:58:31.997 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] Generating "ca" certificate and key 2022-03-08T22:58:32.158 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] Generating "apiserver" certificate and key 2022-03-08T22:58:32.158 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] apiserver serving cert is signed for DNS names [kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local smithi043] and IPs [10.96.0.1 172.21.15.43] 2022-03-08T22:58:32.471 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] Generating "apiserver-kubelet-client" certificate and key 2022-03-08T22:58:32.661 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] Generating "front-proxy-ca" certificate and key 2022-03-08T22:58:32.759 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] Generating "front-proxy-client" certificate and key 2022-03-08T22:58:32.909 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] Generating "etcd/ca" certificate and key 2022-03-08T22:58:33.000 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] Generating "etcd/server" certificate and key 2022-03-08T22:58:33.000 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] etcd/server serving cert is signed for DNS names [localhost smithi043] and IPs [172.21.15.43 127.0.0.1 ::1] 2022-03-08T22:58:33.181 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] Generating "etcd/peer" certificate and key 2022-03-08T22:58:33.181 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] etcd/peer serving cert is signed for DNS names [localhost smithi043] and IPs [172.21.15.43 127.0.0.1 ::1] 2022-03-08T22:58:33.457 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] Generating "etcd/healthcheck-client" certificate and key 2022-03-08T22:58:33.688 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] Generating "apiserver-etcd-client" certificate and key 2022-03-08T22:58:33.937 INFO:teuthology.orchestra.run.smithi043.stdout:[certs] Generating "sa" key and public key 2022-03-08T22:58:33.937 INFO:teuthology.orchestra.run.smithi043.stdout:[kubeconfig] Using kubeconfig folder "/etc/kubernetes" 2022-03-08T22:58:34.103 INFO:teuthology.orchestra.run.smithi043.stdout:[kubeconfig] Writing "admin.conf" kubeconfig file 2022-03-08T22:58:34.173 INFO:teuthology.orchestra.run.smithi043.stdout:[kubeconfig] Writing "kubelet.conf" kubeconfig file 2022-03-08T22:58:34.408 INFO:teuthology.orchestra.run.smithi043.stdout:[kubeconfig] Writing "controller-manager.conf" kubeconfig file 2022-03-08T22:58:34.552 INFO:teuthology.orchestra.run.smithi043.stdout:[kubeconfig] Writing "scheduler.conf" kubeconfig file 2022-03-08T22:58:34.565 INFO:teuthology.orchestra.run.smithi043.stdout:[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" 2022-03-08T22:58:34.567 INFO:teuthology.orchestra.run.smithi043.stdout:[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" 2022-03-08T22:58:34.567 INFO:teuthology.orchestra.run.smithi043.stdout:[kubelet-start] Starting the kubelet 2022-03-08T22:58:34.787 INFO:teuthology.orchestra.run.smithi043.stdout:[control-plane] Using manifest folder "/etc/kubernetes/manifests" 2022-03-08T22:58:34.787 INFO:teuthology.orchestra.run.smithi043.stdout:[control-plane] Creating static Pod manifest for "kube-apiserver" 2022-03-08T22:58:34.790 INFO:teuthology.orchestra.run.smithi043.stdout:[control-plane] Creating static Pod manifest for "kube-controller-manager" 2022-03-08T22:58:34.792 INFO:teuthology.orchestra.run.smithi043.stdout:[control-plane] Creating static Pod manifest for "kube-scheduler" 2022-03-08T22:58:34.793 INFO:teuthology.orchestra.run.smithi043.stdout:[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests" 2022-03-08T22:58:34.795 INFO:teuthology.orchestra.run.smithi043.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-03-08T22:58:51.299 INFO:teuthology.orchestra.run.smithi043.stdout:[apiclient] All control plane components are healthy after 16.503347 seconds 2022-03-08T22:58:51.300 INFO:teuthology.orchestra.run.smithi043.stdout:[upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace 2022-03-08T22:58:51.378 INFO:teuthology.orchestra.run.smithi043.stdout:[kubelet] Creating a ConfigMap "kubelet-config-1.23" in namespace kube-system with the configuration for the kubelets in the cluster 2022-03-08T22:58:51.378 INFO:teuthology.orchestra.run.smithi043.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-03-08T22:58:51.959 INFO:teuthology.orchestra.run.smithi043.stdout:[upload-certs] Skipping phase. Please see --upload-certs 2022-03-08T22:58:51.959 INFO:teuthology.orchestra.run.smithi043.stdout:[mark-control-plane] Marking the node smithi043 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-03-08T22:58:51.959 INFO:teuthology.orchestra.run.smithi043.stdout:[mark-control-plane] Marking the node smithi043 as control-plane by adding the taints [node-role.kubernetes.io/master:NoSchedule] 2022-03-08T22:58:52.472 INFO:teuthology.orchestra.run.smithi043.stdout:[bootstrap-token] Using token: abcdef.3xg9xgffl3jszydk 2022-03-08T22:58:52.472 INFO:teuthology.orchestra.run.smithi043.stdout:[bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles 2022-03-08T22:58:52.480 INFO:teuthology.orchestra.run.smithi043.stdout:[bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to get nodes 2022-03-08T22:58:52.511 INFO:teuthology.orchestra.run.smithi043.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-03-08T22:58:52.519 INFO:teuthology.orchestra.run.smithi043.stdout:[bootstrap-token] configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token 2022-03-08T22:58:52.527 INFO:teuthology.orchestra.run.smithi043.stdout:[bootstrap-token] configured RBAC rules to allow certificate rotation for all node client certificates in the cluster 2022-03-08T22:58:52.578 INFO:teuthology.orchestra.run.smithi043.stdout:[bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace 2022-03-08T22:58:52.617 INFO:teuthology.orchestra.run.smithi043.stdout:[kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key 2022-03-08T22:58:53.149 INFO:teuthology.orchestra.run.smithi043.stdout:[addons] Applied essential addon: CoreDNS 2022-03-08T22:58:53.325 INFO:teuthology.orchestra.run.smithi043.stdout:[addons] Applied essential addon: kube-proxy 2022-03-08T22:58:53.329 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T22:58:53.329 INFO:teuthology.orchestra.run.smithi043.stdout:Your Kubernetes control-plane has initialized successfully! 2022-03-08T22:58:53.330 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T22:58:53.330 INFO:teuthology.orchestra.run.smithi043.stdout:To start using your cluster, you need to run the following as a regular user: 2022-03-08T22:58:53.330 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T22:58:53.330 INFO:teuthology.orchestra.run.smithi043.stdout: mkdir -p $HOME/.kube 2022-03-08T22:58:53.331 INFO:teuthology.orchestra.run.smithi043.stdout: sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config 2022-03-08T22:58:53.331 INFO:teuthology.orchestra.run.smithi043.stdout: sudo chown $(id -u):$(id -g) $HOME/.kube/config 2022-03-08T22:58:53.331 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T22:58:53.331 INFO:teuthology.orchestra.run.smithi043.stdout:Alternatively, if you are the root user, you can run: 2022-03-08T22:58:53.332 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T22:58:53.332 INFO:teuthology.orchestra.run.smithi043.stdout: export KUBECONFIG=/etc/kubernetes/admin.conf 2022-03-08T22:58:53.332 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T22:58:53.332 INFO:teuthology.orchestra.run.smithi043.stdout:You should now deploy a pod network to the cluster. 2022-03-08T22:58:53.333 INFO:teuthology.orchestra.run.smithi043.stdout:Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: 2022-03-08T22:58:53.333 INFO:teuthology.orchestra.run.smithi043.stdout: https://kubernetes.io/docs/concepts/cluster-administration/addons/ 2022-03-08T22:58:53.333 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T22:58:53.333 INFO:teuthology.orchestra.run.smithi043.stdout:Then you can join any number of worker nodes by running the following on each as root: 2022-03-08T22:58:53.333 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T22:58:53.334 INFO:teuthology.orchestra.run.smithi043.stdout:kubeadm join 172.21.15.43:6443 --token abcdef.3xg9xgffl3jszydk \ 2022-03-08T22:58:53.334 INFO:teuthology.orchestra.run.smithi043.stdout: --discovery-token-ca-cert-hash sha256:a5f2bc9ac2095ad615f9aa760982e61d7702ba9d783ad491877fbbb7317b77ba 2022-03-08T22:58:53.335 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T22:58:53.336 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/etc/kubernetes/admin.conf of=/dev/stdout 2022-03-08T22:58:53.346 INFO:tasks.kubeadm:Setting up kubectl 2022-03-08T22:58:53.347 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p .kube && sudo mkdir -p /root/.kube 2022-03-08T22:58:53.361 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T22:58:53.362 DEBUG:teuthology.orchestra.run.smithi043:> dd of=.kube/config 2022-03-08T22:58:53.368 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T22:58:53.368 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/root/.kube/config 2022-03-08T22:58:53.428 DEBUG:teuthology.orchestra.run.smithi043:> kubectl apply -f https://docs.projectcalico.org/manifests/tigera-operator.yaml 2022-03-08T22:58:56.675 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/bgpconfigurations.crd.projectcalico.org created 2022-03-08T22:58:56.751 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/bgppeers.crd.projectcalico.org created 2022-03-08T22:58:56.784 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/blockaffinities.crd.projectcalico.org created 2022-03-08T22:58:56.822 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/caliconodestatuses.crd.projectcalico.org created 2022-03-08T22:58:56.891 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/clusterinformations.crd.projectcalico.org created 2022-03-08T22:58:56.931 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/felixconfigurations.crd.projectcalico.org created 2022-03-08T22:58:56.973 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/globalnetworkpolicies.crd.projectcalico.org created 2022-03-08T22:58:57.055 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/globalnetworksets.crd.projectcalico.org created 2022-03-08T22:58:57.131 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/hostendpoints.crd.projectcalico.org created 2022-03-08T22:58:57.237 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/ipamblocks.crd.projectcalico.org created 2022-03-08T22:58:57.269 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/ipamconfigs.crd.projectcalico.org created 2022-03-08T22:58:57.320 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/ipamhandles.crd.projectcalico.org created 2022-03-08T22:58:57.390 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/ippools.crd.projectcalico.org created 2022-03-08T22:58:57.436 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/ipreservations.crd.projectcalico.org created 2022-03-08T22:58:57.530 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/kubecontrollersconfigurations.crd.projectcalico.org created 2022-03-08T22:58:57.585 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/networkpolicies.crd.projectcalico.org created 2022-03-08T22:58:57.628 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/networksets.crd.projectcalico.org created 2022-03-08T22:58:57.727 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/apiservers.operator.tigera.io created 2022-03-08T22:58:57.782 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/imagesets.operator.tigera.io created 2022-03-08T22:58:57.913 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/installations.operator.tigera.io created 2022-03-08T22:58:57.940 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/tigerastatuses.operator.tigera.io created 2022-03-08T22:58:58.095 INFO:teuthology.orchestra.run.smithi043.stdout:namespace/tigera-operator created 2022-03-08T22:58:58.098 INFO:teuthology.orchestra.run.smithi043.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-03-08T22:58:58.103 INFO:teuthology.orchestra.run.smithi043.stdout:podsecuritypolicy.policy/tigera-operator created 2022-03-08T22:58:58.133 INFO:teuthology.orchestra.run.smithi043.stdout:serviceaccount/tigera-operator created 2022-03-08T22:58:58.146 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrole.rbac.authorization.k8s.io/tigera-operator created 2022-03-08T22:58:58.236 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/tigera-operator created 2022-03-08T22:58:58.246 INFO:teuthology.orchestra.run.smithi043.stdout:deployment.apps/tigera-operator created 2022-03-08T22:58:58.252 DEBUG:teuthology.orchestra.run.smithi043:> kubectl create -f - 2022-03-08T22:59:01.095 INFO:teuthology.orchestra.run.smithi043.stdout:installation.operator.tigera.io/default created 2022-03-08T22:59:01.101 INFO:tasks.kubeadm:Scanning for scratch devices 2022-03-08T22:59:01.102 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T22:59:01.102 DEBUG:teuthology.orchestra.run.smithi043:> dd if=/scratch_devs of=/dev/stdout 2022-03-08T22:59:01.107 INFO:tasks.kubeadm:Scratch devices on smithi043: ['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2022-03-08T22:59:01.108 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 2022-03-08T22:59:01.178 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records in 2022-03-08T22:59:01.178 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records out 2022-03-08T22:59:01.178 INFO:teuthology.orchestra.run.smithi043.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0139096 s, 754 MB/s 2022-03-08T22:59:01.180 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 2022-03-08T22:59:01.205 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records in 2022-03-08T22:59:01.205 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records out 2022-03-08T22:59:01.206 INFO:teuthology.orchestra.run.smithi043.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.010237 s, 1.0 GB/s 2022-03-08T22:59:01.207 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 2022-03-08T22:59:01.228 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records in 2022-03-08T22:59:01.228 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records out 2022-03-08T22:59:01.228 INFO:teuthology.orchestra.run.smithi043.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0113332 s, 925 MB/s 2022-03-08T22:59:01.230 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 2022-03-08T22:59:01.257 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records in 2022-03-08T22:59:01.257 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records out 2022-03-08T22:59:01.257 INFO:teuthology.orchestra.run.smithi043.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0121666 s, 862 MB/s 2022-03-08T22:59:01.265 INFO:tasks.kubeadm:Creating PVs + StorageClass 2022-03-08T22:59:01.265 DEBUG:tasks.kubeadm:apiVersion: v1 kind: PersistentVolume metadata: name: smithi043-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: - smithi043 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi043-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: - smithi043 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi043-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: - smithi043 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi043-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: - smithi043 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: scratch provisioner: kubernetes.io/no-provisioner volumeBindingMode: WaitForFirstConsumer 2022-03-08T22:59:01.266 DEBUG:teuthology.orchestra.run.smithi043:> kubectl create -f - 2022-03-08T22:59:02.244 INFO:teuthology.orchestra.run.smithi043.stdout:persistentvolume/smithi043-lv-1 created 2022-03-08T22:59:02.251 INFO:teuthology.orchestra.run.smithi043.stdout:persistentvolume/smithi043-lv-2 created 2022-03-08T22:59:02.259 INFO:teuthology.orchestra.run.smithi043.stdout:persistentvolume/smithi043-lv-3 created 2022-03-08T22:59:02.285 INFO:teuthology.orchestra.run.smithi043.stdout:persistentvolume/smithi043-lv-4 created 2022-03-08T22:59:02.292 INFO:teuthology.orchestra.run.smithi043.stdout:storageclass.storage.k8s.io/scratch created 2022-03-08T22:59:02.296 DEBUG:teuthology.orchestra.run.smithi043:> kubectl taint node smithi043 node-role.kubernetes.io/master- || true 2022-03-08T22:59:02.369 INFO:teuthology.orchestra.run.smithi043.stdout:node/smithi043 untainted 2022-03-08T22:59:02.372 INFO:tasks.kubeadm:Kubeadm complete, yielding 2022-03-08T22:59:02.373 INFO:teuthology.run_tasks:Running task nvme_loop... 2022-03-08T22:59:02.383 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2022-03-08T22:59:02.384 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T22:59:02.384 DEBUG:teuthology.orchestra.run.smithi043:> dd if=/scratch_devs of=/dev/stdout 2022-03-08T22:59:02.392 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-03-08T22:59:02.392 DEBUG:teuthology.orchestra.run.smithi043:> 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-03-08T22:59:02.442 INFO:teuthology.orchestra.run.smithi043.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2022-03-08T22:59:02.443 INFO:teuthology.orchestra.run.smithi043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-08T22:59:02.443 INFO:teuthology.orchestra.run.smithi043.stdout:Device: 5h/5d Inode: 501 Links: 1 2022-03-08T22:59:02.443 INFO:teuthology.orchestra.run.smithi043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-08T22:59:02.444 INFO:teuthology.orchestra.run.smithi043.stdout:Access: 2022-03-08 22:59:01.190063540 +0000 2022-03-08T22:59:02.444 INFO:teuthology.orchestra.run.smithi043.stdout:Modify: 2022-03-08 22:59:01.190063540 +0000 2022-03-08T22:59:02.444 INFO:teuthology.orchestra.run.smithi043.stdout:Change: 2022-03-08 22:59:01.190063540 +0000 2022-03-08T22:59:02.444 INFO:teuthology.orchestra.run.smithi043.stdout: Birth: - 2022-03-08T22:59:02.451 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records in 2022-03-08T22:59:02.451 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records out 2022-03-08T22:59:02.452 INFO:teuthology.orchestra.run.smithi043.stderr:512 bytes copied, 0.00034982 s, 1.5 MB/s 2022-03-08T22:59:02.455 DEBUG:teuthology.orchestra.run.smithi043:> 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-03-08T22:59:02.461 INFO:teuthology.orchestra.run.smithi043.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2022-03-08T22:59:02.461 INFO:teuthology.orchestra.run.smithi043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-08T22:59:02.461 INFO:teuthology.orchestra.run.smithi043.stdout:Device: 5h/5d Inode: 508 Links: 1 2022-03-08T22:59:02.462 INFO:teuthology.orchestra.run.smithi043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-08T22:59:02.462 INFO:teuthology.orchestra.run.smithi043.stdout:Access: 2022-03-08 22:59:01.206063539 +0000 2022-03-08T22:59:02.463 INFO:teuthology.orchestra.run.smithi043.stdout:Modify: 2022-03-08 22:59:01.206063539 +0000 2022-03-08T22:59:02.463 INFO:teuthology.orchestra.run.smithi043.stdout:Change: 2022-03-08 22:59:01.206063539 +0000 2022-03-08T22:59:02.463 INFO:teuthology.orchestra.run.smithi043.stdout: Birth: - 2022-03-08T22:59:02.466 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records in 2022-03-08T22:59:02.467 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records out 2022-03-08T22:59:02.467 INFO:teuthology.orchestra.run.smithi043.stderr:512 bytes copied, 0.000214299 s, 2.4 MB/s 2022-03-08T22:59:02.470 DEBUG:teuthology.orchestra.run.smithi043:> 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-03-08T22:59:02.479 INFO:teuthology.orchestra.run.smithi043.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2022-03-08T22:59:02.479 INFO:teuthology.orchestra.run.smithi043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-08T22:59:02.479 INFO:teuthology.orchestra.run.smithi043.stdout:Device: 5h/5d Inode: 511 Links: 1 2022-03-08T22:59:02.479 INFO:teuthology.orchestra.run.smithi043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-08T22:59:02.480 INFO:teuthology.orchestra.run.smithi043.stdout:Access: 2022-03-08 22:59:01.230063539 +0000 2022-03-08T22:59:02.480 INFO:teuthology.orchestra.run.smithi043.stdout:Modify: 2022-03-08 22:59:01.230063539 +0000 2022-03-08T22:59:02.480 INFO:teuthology.orchestra.run.smithi043.stdout:Change: 2022-03-08 22:59:01.230063539 +0000 2022-03-08T22:59:02.480 INFO:teuthology.orchestra.run.smithi043.stdout: Birth: - 2022-03-08T22:59:02.487 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records in 2022-03-08T22:59:02.488 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records out 2022-03-08T22:59:02.488 INFO:teuthology.orchestra.run.smithi043.stderr:512 bytes copied, 0.000237282 s, 2.2 MB/s 2022-03-08T22:59:02.492 DEBUG:teuthology.orchestra.run.smithi043:> 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-03-08T22:59:02.542 INFO:teuthology.orchestra.run.smithi043.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2022-03-08T22:59:02.543 INFO:teuthology.orchestra.run.smithi043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-08T22:59:02.543 INFO:teuthology.orchestra.run.smithi043.stdout:Device: 5h/5d Inode: 520 Links: 1 2022-03-08T22:59:02.543 INFO:teuthology.orchestra.run.smithi043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-08T22:59:02.544 INFO:teuthology.orchestra.run.smithi043.stdout:Access: 2022-03-08 22:59:01.258063538 +0000 2022-03-08T22:59:02.544 INFO:teuthology.orchestra.run.smithi043.stdout:Modify: 2022-03-08 22:59:01.258063538 +0000 2022-03-08T22:59:02.544 INFO:teuthology.orchestra.run.smithi043.stdout:Change: 2022-03-08 22:59:01.258063538 +0000 2022-03-08T22:59:02.544 INFO:teuthology.orchestra.run.smithi043.stdout: Birth: - 2022-03-08T22:59:02.552 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records in 2022-03-08T22:59:02.552 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records out 2022-03-08T22:59:02.552 INFO:teuthology.orchestra.run.smithi043.stderr:512 bytes copied, 0.000256196 s, 2.0 MB/s 2022-03-08T22:59:02.557 DEBUG:teuthology.orchestra.run.smithi043:> 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-03-08T22:59:02.649 INFO:teuthology.orchestra.run.smithi043.stdout:loop 2022-03-08T22:59:02.651 INFO:tasks.nvme_loop:Connecting nvme_loop smithi043:/dev/vg_nvme/lv_1... 2022-03-08T22:59:02.652 DEBUG:teuthology.orchestra.run.smithi043:> 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 -n /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-03-08T22:59:02.676 INFO:teuthology.orchestra.run.smithi043.stdout:1 2022-03-08T22:59:02.702 INFO:teuthology.orchestra.run.smithi043.stdout:/dev/vg_nvme/lv_11 2022-03-08T22:59:02.724 INFO:tasks.nvme_loop:Connecting nvme_loop smithi043:/dev/vg_nvme/lv_2... 2022-03-08T22:59:02.724 DEBUG:teuthology.orchestra.run.smithi043:> 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 -n /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-03-08T22:59:02.749 INFO:teuthology.orchestra.run.smithi043.stdout:1 2022-03-08T22:59:02.777 INFO:teuthology.orchestra.run.smithi043.stdout:/dev/vg_nvme/lv_21 2022-03-08T22:59:02.801 INFO:tasks.nvme_loop:Connecting nvme_loop smithi043:/dev/vg_nvme/lv_3... 2022-03-08T22:59:02.802 DEBUG:teuthology.orchestra.run.smithi043:> 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 -n /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-03-08T22:59:02.863 INFO:teuthology.orchestra.run.smithi043.stdout:1 2022-03-08T22:59:02.885 INFO:teuthology.orchestra.run.smithi043.stdout:/dev/vg_nvme/lv_31 2022-03-08T22:59:02.906 INFO:tasks.nvme_loop:Connecting nvme_loop smithi043:/dev/vg_nvme/lv_4... 2022-03-08T22:59:02.906 DEBUG:teuthology.orchestra.run.smithi043:> 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 -n /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-03-08T22:59:02.928 INFO:teuthology.orchestra.run.smithi043.stdout:1 2022-03-08T22:59:02.951 INFO:teuthology.orchestra.run.smithi043.stdout:/dev/vg_nvme/lv_41 2022-03-08T22:59:02.971 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T22:59:02.971 DEBUG:teuthology.orchestra.run.smithi043:> dd if=/scratch_devs of=/dev/stdout 2022-03-08T22:59:02.977 DEBUG:teuthology.orchestra.run.smithi043:> sudo nvme list 2022-03-08T22:59:03.034 INFO:teuthology.orchestra.run.smithi043.stdout:Node SN Model Namespace Usage Format FW Rev 2022-03-08T22:59:03.035 INFO:teuthology.orchestra.run.smithi043.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2022-03-08T22:59:03.035 INFO:teuthology.orchestra.run.smithi043.stdout:/dev/nvme0n1 PHMB751300GH480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2022-03-08T22:59:03.035 INFO:teuthology.orchestra.run.smithi043.stdout:/dev/nvme1n1 9ec2a02d22e8d26b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-08T22:59:03.036 INFO:teuthology.orchestra.run.smithi043.stdout:/dev/nvme2n1 f9abcb515d401587 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-08T22:59:03.036 INFO:teuthology.orchestra.run.smithi043.stdout:/dev/nvme3n1 4bcd70af9f9d028b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-08T22:59:03.037 INFO:teuthology.orchestra.run.smithi043.stdout:/dev/nvme4n1 390574f7997213ef Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-08T22:59:03.039 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2022-03-08T22:59:03.040 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T22:59:03.040 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/scratch_devs 2022-03-08T22:59:03.057 INFO:teuthology.run_tasks:Running task rook... 2022-03-08T22:59:03.144 INFO:tasks.rook:Rook start 2022-03-08T22:59:03.145 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}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-whitelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '7a44e9ebca556862e9704be295a07719d7db47b3', 'spec': {'mon': {'allowMultiplePerNode': False}, 'network': {'provider': 'host'}}, 'rook_branch': 'v1.7.2', 'rook_image': 'rook/ceph:v1.7.2'} 2022-03-08T22:59:03.146 INFO:tasks.rook:Ceph image is quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3 2022-03-08T22:59:03.146 INFO:tasks.rook:Cloning https://github.com/rook/rook branch v1.7.2 2022-03-08T22:59:03.147 DEBUG:teuthology.orchestra.run.smithi043:> rm -rf rook && git clone --single-branch --branch v1.7.2 https://github.com/rook/rook rook 2022-03-08T22:59:03.156 INFO:teuthology.orchestra.run.smithi043.stderr:Cloning into 'rook'... 2022-03-08T22:59:05.242 INFO:teuthology.orchestra.run.smithi043.stderr:Note: switching to '1784489964d2e417b6050c7edc8f626b5cca49f5'. 2022-03-08T22:59:05.242 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:59:05.242 INFO:teuthology.orchestra.run.smithi043.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2022-03-08T22:59:05.242 INFO:teuthology.orchestra.run.smithi043.stderr:changes and commit them, and you can discard any commits you make in this 2022-03-08T22:59:05.243 INFO:teuthology.orchestra.run.smithi043.stderr:state without impacting any branches by switching back to a branch. 2022-03-08T22:59:05.243 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:59:05.243 INFO:teuthology.orchestra.run.smithi043.stderr:If you want to create a new branch to retain commits you create, you may 2022-03-08T22:59:05.243 INFO:teuthology.orchestra.run.smithi043.stderr:do so (now or later) by using -c with the switch command. Example: 2022-03-08T22:59:05.244 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:59:05.244 INFO:teuthology.orchestra.run.smithi043.stderr: git switch -c 2022-03-08T22:59:05.244 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:59:05.244 INFO:teuthology.orchestra.run.smithi043.stderr:Or undo this operation with: 2022-03-08T22:59:05.245 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:59:05.245 INFO:teuthology.orchestra.run.smithi043.stderr: git switch - 2022-03-08T22:59:05.245 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:59:05.245 INFO:teuthology.orchestra.run.smithi043.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2022-03-08T22:59:05.245 INFO:teuthology.orchestra.run.smithi043.stderr: 2022-03-08T22:59:05.338 INFO:tasks.rook:/home/teuthworker 2022-03-08T22:59:05.339 DEBUG:teuthology.orchestra.run.smithi043:> PATH=/sbin:/usr/sbin ip addr show 2022-03-08T22:59:05.390 INFO:teuthology.orchestra.run.smithi043.stdout:1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 2022-03-08T22:59:05.391 INFO:teuthology.orchestra.run.smithi043.stdout: link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2022-03-08T22:59:05.391 INFO:teuthology.orchestra.run.smithi043.stdout: inet 127.0.0.1/8 scope host lo 2022-03-08T22:59:05.391 INFO:teuthology.orchestra.run.smithi043.stdout: valid_lft forever preferred_lft forever 2022-03-08T22:59:05.391 INFO:teuthology.orchestra.run.smithi043.stdout: inet6 ::1/128 scope host 2022-03-08T22:59:05.392 INFO:teuthology.orchestra.run.smithi043.stdout: valid_lft forever preferred_lft forever 2022-03-08T22:59:05.392 INFO:teuthology.orchestra.run.smithi043.stdout:2: eno1: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-03-08T22:59:05.392 INFO:teuthology.orchestra.run.smithi043.stdout: link/ether 0c:c4:7a:6b:fd:9c brd ff:ff:ff:ff:ff:ff 2022-03-08T22:59:05.392 INFO:teuthology.orchestra.run.smithi043.stdout: altname enp7s0f0 2022-03-08T22:59:05.393 INFO:teuthology.orchestra.run.smithi043.stdout:3: eno2: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-03-08T22:59:05.393 INFO:teuthology.orchestra.run.smithi043.stdout: link/ether 0c:c4:7a:6b:fd:9d brd ff:ff:ff:ff:ff:ff 2022-03-08T22:59:05.393 INFO:teuthology.orchestra.run.smithi043.stdout: altname enp7s0f1 2022-03-08T22:59:05.393 INFO:teuthology.orchestra.run.smithi043.stdout:4: ens1f0: mtu 1500 qdisc mq state UP group default qlen 1000 2022-03-08T22:59:05.393 INFO:teuthology.orchestra.run.smithi043.stdout: link/ether 0c:c4:7a:bd:13:58 brd ff:ff:ff:ff:ff:ff 2022-03-08T22:59:05.394 INFO:teuthology.orchestra.run.smithi043.stdout: altname enp1s0f0 2022-03-08T22:59:05.394 INFO:teuthology.orchestra.run.smithi043.stdout: inet 172.21.15.43/20 brd 172.21.15.255 scope global dynamic ens1f0 2022-03-08T22:59:05.394 INFO:teuthology.orchestra.run.smithi043.stdout: valid_lft 42916sec preferred_lft 42916sec 2022-03-08T22:59:05.394 INFO:teuthology.orchestra.run.smithi043.stdout: inet6 fe80::ec4:7aff:febd:1358/64 scope link 2022-03-08T22:59:05.394 INFO:teuthology.orchestra.run.smithi043.stdout: valid_lft forever preferred_lft forever 2022-03-08T22:59:05.395 INFO:teuthology.orchestra.run.smithi043.stdout:5: ens1f1: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-03-08T22:59:05.395 INFO:teuthology.orchestra.run.smithi043.stdout: link/ether 0c:c4:7a:bd:13:59 brd ff:ff:ff:ff:ff:ff 2022-03-08T22:59:05.395 INFO:teuthology.orchestra.run.smithi043.stdout: altname enp1s0f1 2022-03-08T22:59:05.395 INFO:teuthology.orchestra.run.smithi043.stdout:6: docker0: mtu 1500 qdisc noqueue state DOWN group default 2022-03-08T22:59:05.396 INFO:teuthology.orchestra.run.smithi043.stdout: link/ether 02:42:cb:78:72:5e brd ff:ff:ff:ff:ff:ff 2022-03-08T22:59:05.396 INFO:teuthology.orchestra.run.smithi043.stdout: inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0 2022-03-08T22:59:05.396 INFO:teuthology.orchestra.run.smithi043.stdout: valid_lft forever preferred_lft forever 2022-03-08T22:59:05.397 DEBUG:teuthology.orchestra.run.smithi043:> which systemctl 2022-03-08T22:59:05.404 INFO:teuthology.orchestra.run.smithi043.stdout:/usr/bin/systemctl 2022-03-08T22:59:05.405 DEBUG:teuthology.orchestra.run.smithi043:> test -f /run/.containerenv -o -f /.dockerenv 2022-03-08T22:59:05.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-03-08T22:59:05.453 DEBUG:teuthology.orchestra.run.smithi043:> true 2022-03-08T22:59:05.487 DEBUG:teuthology.orchestra.run.smithi043:> sudo lsb_release -is 2022-03-08T22:59:05.536 INFO:teuthology.orchestra.run.smithi043.stdout:Ubuntu 2022-03-08T22:59:05.541 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-08T22:59:05.541 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-03-08T22:59:05.563 DEBUG:teuthology.orchestra.remote:smithi043:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-08T22:59:05.576 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T22:59:05.576 DEBUG:teuthology.orchestra.run.smithi043:> dd if=rook/cluster/examples/kubernetes/ceph/operator.yaml of=/dev/stdout 2022-03-08T22:59:05.585 INFO:tasks.rook:Patching operator to use image rook/ceph:v1.7.2 2022-03-08T22:59:05.640 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T22:59:05.641 DEBUG:teuthology.orchestra.run.smithi043:> dd of=operator.yaml 2022-03-08T22:59:05.648 INFO:tasks.rook:Deploying operator 2022-03-08T22:59:05.671 DEBUG:teuthology.orchestra.remote:smithi043:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-08T22:59:05.746 DEBUG:teuthology.orchestra.remote:smithi043:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-08T22:59:05.762 DEBUG:teuthology.orchestra.run.smithi043:> kubectl create -f rook/cluster/examples/kubernetes/ceph/crds.yaml -f rook/cluster/examples/kubernetes/ceph/common.yaml -f operator.yaml 2022-03-08T22:59:06.096 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/cephblockpools.ceph.rook.io created 2022-03-08T22:59:06.103 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/cephclients.ceph.rook.io created 2022-03-08T22:59:06.206 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/cephclusters.ceph.rook.io created 2022-03-08T22:59:06.251 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystemmirrors.ceph.rook.io created 2022-03-08T22:59:06.295 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystems.ceph.rook.io created 2022-03-08T22:59:06.423 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/cephnfses.ceph.rook.io created 2022-03-08T22:59:06.439 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectrealms.ceph.rook.io created 2022-03-08T22:59:06.493 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstores.ceph.rook.io created 2022-03-08T22:59:06.523 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstoreusers.ceph.rook.io created 2022-03-08T22:59:06.616 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzonegroups.ceph.rook.io created 2022-03-08T22:59:06.643 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzones.ceph.rook.io created 2022-03-08T22:59:06.794 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/cephrbdmirrors.ceph.rook.io created 2022-03-08T22:59:06.824 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/objectbucketclaims.objectbucket.io created 2022-03-08T22:59:06.856 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/objectbuckets.objectbucket.io created 2022-03-08T22:59:06.877 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplicationclasses.replication.storage.openshift.io created 2022-03-08T22:59:06.963 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplications.replication.storage.openshift.io created 2022-03-08T22:59:06.977 INFO:teuthology.orchestra.run.smithi043.stdout:customresourcedefinition.apiextensions.k8s.io/volumes.rook.io created 2022-03-08T22:59:07.048 INFO:teuthology.orchestra.run.smithi043.stdout:namespace/rook-ceph created 2022-03-08T22:59:07.133 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-03-08T22:59:07.137 INFO:teuthology.orchestra.run.smithi043.stdout:serviceaccount/rook-ceph-admission-controller created 2022-03-08T22:59:07.150 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-admission-controller-role created 2022-03-08T22:59:07.174 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-admission-controller-rolebinding created 2022-03-08T22:59:07.200 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-03-08T22:59:07.216 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-08T22:59:07.321 INFO:teuthology.orchestra.run.smithi043.stdout:role.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-08T22:59:07.325 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-global created 2022-03-08T22:59:07.377 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-03-08T22:59:07.397 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-03-08T22:59:07.584 INFO:teuthology.orchestra.run.smithi043.stdout:serviceaccount/rook-ceph-system created 2022-03-08T22:59:07.587 INFO:teuthology.orchestra.run.smithi043.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-08T22:59:07.628 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-08T22:59:07.941 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-global created 2022-03-08T22:59:07.943 INFO:teuthology.orchestra.run.smithi043.stdout:serviceaccount/rook-ceph-osd created 2022-03-08T22:59:08.020 INFO:teuthology.orchestra.run.smithi043.stdout:serviceaccount/rook-ceph-mgr created 2022-03-08T22:59:08.113 INFO:teuthology.orchestra.run.smithi043.stdout:serviceaccount/rook-ceph-cmd-reporter created 2022-03-08T22:59:08.124 INFO:teuthology.orchestra.run.smithi043.stdout:role.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-08T22:59:08.163 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-08T22:59:08.193 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-03-08T22:59:08.470 INFO:teuthology.orchestra.run.smithi043.stdout:role.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-03-08T22:59:08.474 INFO:teuthology.orchestra.run.smithi043.stdout:role.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-03-08T22:59:08.551 INFO:teuthology.orchestra.run.smithi043.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-03-08T22:59:08.688 INFO:teuthology.orchestra.run.smithi043.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-08T22:59:08.692 INFO:teuthology.orchestra.run.smithi043.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-03-08T22:59:08.725 INFO:teuthology.orchestra.run.smithi043.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-03-08T22:59:08.781 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-03-08T22:59:08.817 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-08T22:59:08.819 INFO:teuthology.orchestra.run.smithi043.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-03-08T22:59:08.844 INFO:teuthology.orchestra.run.smithi043.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-03-08T22:59:08.844 INFO:teuthology.orchestra.run.smithi043.stdout:podsecuritypolicy.policy/00-rook-privileged created 2022-03-08T22:59:08.850 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrole.rbac.authorization.k8s.io/psp:rook created 2022-03-08T22:59:08.875 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system-psp created 2022-03-08T22:59:08.958 INFO:teuthology.orchestra.run.smithi043.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-default-psp created 2022-03-08T22:59:08.961 INFO:teuthology.orchestra.run.smithi043.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd-psp created 2022-03-08T22:59:08.992 INFO:teuthology.orchestra.run.smithi043.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-psp created 2022-03-08T22:59:09.031 INFO:teuthology.orchestra.run.smithi043.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter-psp created 2022-03-08T22:59:09.156 INFO:teuthology.orchestra.run.smithi043.stdout:serviceaccount/rook-csi-cephfs-plugin-sa created 2022-03-08T22:59:09.159 INFO:teuthology.orchestra.run.smithi043.stdout:serviceaccount/rook-csi-cephfs-provisioner-sa created 2022-03-08T22:59:09.200 INFO:teuthology.orchestra.run.smithi043.stdout:role.rbac.authorization.k8s.io/cephfs-external-provisioner-cfg created 2022-03-08T22:59:09.217 INFO:teuthology.orchestra.run.smithi043.stdout:rolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role-cfg created 2022-03-08T22:59:09.350 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-03-08T22:59:09.385 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-external-provisioner-runner created 2022-03-08T22:59:09.392 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-plugin-sa-psp created 2022-03-08T22:59:09.399 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-provisioner-sa-psp created 2022-03-08T22:59:09.441 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-03-08T22:59:09.534 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role created 2022-03-08T22:59:09.544 INFO:teuthology.orchestra.run.smithi043.stdout:serviceaccount/rook-csi-rbd-plugin-sa created 2022-03-08T22:59:09.566 INFO:teuthology.orchestra.run.smithi043.stdout:serviceaccount/rook-csi-rbd-provisioner-sa created 2022-03-08T22:59:09.606 INFO:teuthology.orchestra.run.smithi043.stdout:role.rbac.authorization.k8s.io/rbd-external-provisioner-cfg created 2022-03-08T22:59:09.701 INFO:teuthology.orchestra.run.smithi043.stdout:rolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role-cfg created 2022-03-08T22:59:09.735 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrole.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-03-08T22:59:09.752 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrole.rbac.authorization.k8s.io/rbd-external-provisioner-runner created 2022-03-08T22:59:09.796 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-plugin-sa-psp created 2022-03-08T22:59:10.063 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-provisioner-sa-psp created 2022-03-08T22:59:10.066 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-03-08T22:59:10.200 INFO:teuthology.orchestra.run.smithi043.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role created 2022-03-08T22:59:10.208 INFO:teuthology.orchestra.run.smithi043.stdout:role.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-03-08T22:59:10.230 INFO:teuthology.orchestra.run.smithi043.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-03-08T22:59:10.241 INFO:teuthology.orchestra.run.smithi043.stdout:serviceaccount/rook-ceph-purge-osd created 2022-03-08T22:59:10.258 INFO:teuthology.orchestra.run.smithi043.stdout:configmap/rook-ceph-operator-config created 2022-03-08T22:59:10.276 INFO:teuthology.orchestra.run.smithi043.stdout:deployment.apps/rook-ceph-operator created 2022-03-08T22:59:10.283 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T22:59:10.558 INFO:teuthology.orchestra.run.smithi043.stderr:No resources found in rook-ceph namespace. 2022-03-08T22:59:20.561 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T22:59:20.625 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T22:59:20.626 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-operator-6b496c8959-rqxg2 0/1 Pending 0 10s 2022-03-08T22:59:30.628 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T22:59:30.700 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T22:59:30.701 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-operator-6b496c8959-rqxg2 0/1 Pending 0 20s 2022-03-08T22:59:40.703 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T22:59:40.760 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T22:59:40.761 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-operator-6b496c8959-rqxg2 0/1 Pending 0 30s 2022-03-08T22:59:50.764 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T22:59:50.830 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T22:59:50.830 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-operator-6b496c8959-rqxg2 0/1 Pending 0 40s 2022-03-08T23:00:00.832 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T23:00:00.892 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:00:00.893 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-operator-6b496c8959-rqxg2 0/1 ContainerCreating 0 50s 2022-03-08T23:00:10.894 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T23:00:10.967 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:00:10.967 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-operator-6b496c8959-rqxg2 0/1 ContainerCreating 0 60s 2022-03-08T23:00:20.970 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T23:00:21.034 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:00:21.035 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-operator-6b496c8959-rqxg2 0/1 ContainerCreating 0 71s 2022-03-08T23:00:31.038 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T23:00:31.555 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:00:31.556 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-operator-6b496c8959-rqxg2 0/1 ContainerCreating 0 81s 2022-03-08T23:00:41.559 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T23:00:41.632 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:00:41.632 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-operator-6b496c8959-rqxg2 1/1 Running 0 91s 2022-03-08T23:00:41.634 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph logs -f rook-ceph-operator-6b496c8959-rqxg2 2022-03-08T23:00:41.641 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T23:00:41.642 DEBUG:teuthology.orchestra.run.smithi043:> dd if=/scratch_devs of=/dev/stdout 2022-03-08T23:00:41.691 INFO:tasks.rook: override: [global] osd crush chooseleaf type = 0 2022-03-08T23:00:41.691 INFO:tasks.rook: override: [mgr] debug mgr = 20 2022-03-08T23:00:41.691 INFO:tasks.rook: override: [mgr] debug ms = 1 2022-03-08T23:00:41.692 INFO:tasks.rook: override: [mon] debug mon = 20 2022-03-08T23:00:41.692 INFO:tasks.rook: override: [mon] debug ms = 1 2022-03-08T23:00:41.692 INFO:tasks.rook: override: [mon] debug paxos = 20 2022-03-08T23:00:41.693 INFO:tasks.rook: override: [osd] debug ms = 1 2022-03-08T23:00:41.693 INFO:tasks.rook: override: [osd] debug osd = 20 2022-03-08T23:00:41.694 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-03-08T23:00:41.696 DEBUG:teuthology.orchestra.run.smithi043:> kubectl create -f - 2022-03-08T23:00:41.725 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:37.927373 I | rookcmd: starting Rook v1.7.2 with arguments '/usr/local/bin/rook ceph operator' 2022-03-08T23:00:41.725 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:37.927529 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-03-08T23:00:41.725 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:37.927537 I | cephcmd: starting Rook-Ceph operator 2022-03-08T23:00:41.725 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.078083 I | cephcmd: base ceph version inside the rook operator image is "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)" 2022-03-08T23:00:41.726 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.084605 I | op-k8sutil: ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS="15" (configmap) 2022-03-08T23:00:41.726 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.086907 I | op-k8sutil: ROOK_ENABLE_DISCOVERY_DAEMON="false" (configmap) 2022-03-08T23:00:41.726 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.089529 I | operator: looking for secret "rook-ceph-admission-controller" 2022-03-08T23:00:41.726 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.091117 I | operator: secret "rook-ceph-admission-controller" not found. proceeding without the admission controller 2022-03-08T23:00:41.727 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.093648 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-03-08T23:00:41.727 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.093667 I | operator: watching all namespaces for ceph cluster CRs 2022-03-08T23:00:41.727 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.093773 I | operator: setting up the controller-runtime manager 2022-03-08T23:00:41.727 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.097790 I | ceph-cluster-controller: ConfigMap "rook-ceph-operator-config" changes detected. Updating configurations 2022-03-08T23:00:41.728 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.100057 I | op-k8sutil: ROOK_LOG_LEVEL="INFO" (configmap) 2022-03-08T23:00:41.728 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.502459 I | ceph-cluster-controller: successfully started 2022-03-08T23:00:41.728 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.502579 I | ceph-cluster-controller: enabling hotplug orchestration 2022-03-08T23:00:41.728 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.502613 I | ceph-crashcollector-controller: successfully started 2022-03-08T23:00:41.729 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.502778 I | ceph-block-pool-controller: successfully started 2022-03-08T23:00:41.729 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.502883 I | ceph-object-store-user-controller: successfully started 2022-03-08T23:00:41.729 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.502987 I | ceph-object-realm-controller: successfully started 2022-03-08T23:00:41.729 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.503086 I | ceph-object-zonegroup-controller: successfully started 2022-03-08T23:00:41.729 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.503198 I | ceph-object-zone-controller: successfully started 2022-03-08T23:00:41.730 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.503422 I | ceph-object-controller: successfully started 2022-03-08T23:00:41.730 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.503575 I | ceph-file-controller: successfully started 2022-03-08T23:00:41.730 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.503694 I | ceph-nfs-controller: successfully started 2022-03-08T23:00:41.730 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.503807 I | ceph-rbd-mirror-controller: successfully started 2022-03-08T23:00:41.731 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.503936 I | ceph-client-controller: successfully started 2022-03-08T23:00:41.731 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.504035 I | ceph-filesystem-mirror-controller: successfully started 2022-03-08T23:00:41.731 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:38.505587 I | operator: starting the controller-runtime manager 2022-03-08T23:00:42.723 INFO:teuthology.orchestra.run.smithi043.stdout:configmap/rook-config-override created 2022-03-08T23:00:42.727 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:7a44e9ebca556862e9704be295a07719d7db47b3 dataDirHostPath: /var/lib/rook mgr: count: 1 modules: - enabled: true name: rook mon: allowMultiplePerNode: false count: 1 network: provider: host skipUpgradeChecks: true 2022-03-08T23:00:42.728 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T23:00:42.728 DEBUG:teuthology.orchestra.run.smithi043:> dd of=cluster.yaml 2022-03-08T23:00:42.776 DEBUG:teuthology.orchestra.run.smithi043:> kubectl create -f cluster.yaml 2022-03-08T23:00:45.196 INFO:teuthology.orchestra.run.smithi043.stdout:cephcluster.ceph.rook.io/rook-ceph created 2022-03-08T23:00:45.199 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:45.201255 I | clusterdisruption-controller: create event from ceph cluster CR 2022-03-08T23:00:45.200 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:45.201484 I | ceph-spec: adding finalizer "cephcluster.ceph.rook.io" on "rook-ceph" 2022-03-08T23:00:45.219 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:45.222036 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T23:00:45.220 DEBUG:teuthology.orchestra.remote:smithi043:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-08T23:00:45.223 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:45.226094 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-03-08T23:00:45.232 DEBUG:teuthology.orchestra.run.smithi043:> kubectl create -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-03-08T23:00:45.238 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:45.240151 I | ceph-csi: successfully created csi config map "rook-ceph-csi-config" 2022-03-08T23:00:45.245 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:45.242996 I | ceph-cluster-controller: clusterInfo not yet found, must be a new cluster 2022-03-08T23:00:45.246 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:45.243085 I | op-k8sutil: ROOK_CSI_ENABLE_RBD="true" (configmap) 2022-03-08T23:00:45.246 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:45.249097 I | op-k8sutil: ROOK_CSI_ENABLE_CEPHFS="true" (configmap) 2022-03-08T23:00:45.249 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:45.251209 I | op-k8sutil: ROOK_CSI_ALLOW_UNSUPPORTED_VERSION="false" (configmap) 2022-03-08T23:00:45.252 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:45.253274 I | op-k8sutil: ROOK_CSI_ENABLE_GRPC_METRICS="false" (configmap) 2022-03-08T23:00:45.254 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:45.255019 I | op-k8sutil: CSI_ENABLE_HOST_NETWORK="true" (default) 2022-03-08T23:00:45.260 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:45.262683 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3... 2022-03-08T23:00:45.425 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:45.426855 I | op-k8sutil: ROOK_CSI_CEPH_IMAGE="quay.io/cephcsi/cephcsi:v3.4.0" (default) 2022-03-08T23:00:45.505 INFO:teuthology.orchestra.run.smithi043.stdout:deployment.apps/rook-ceph-tools created 2022-03-08T23:00:45.509 INFO:tasks.rook:Waiting for tools container to start 2022-03-08T23:00:45.509 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:00:45.621 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:00:45.622 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 Pending 0 0s 2022-03-08T23:00:45.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:45.863529 I | op-k8sutil: ROOK_CSI_REGISTRAR_IMAGE="k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0" (default) 2022-03-08T23:00:46.224 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:46.226060 I | op-k8sutil: ROOK_CSI_PROVISIONER_IMAGE="k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2" (default) 2022-03-08T23:00:46.559 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:46.561151 I | op-k8sutil: ROOK_CSI_ATTACHER_IMAGE="k8s.gcr.io/sig-storage/csi-attacher:v3.2.1" (default) 2022-03-08T23:00:46.685 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:46.688001 I | op-k8sutil: ROOK_CSI_SNAPSHOTTER_IMAGE="k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1" (default) 2022-03-08T23:00:46.824 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:46.826425 I | op-k8sutil: ROOK_CSI_KUBELET_DIR_PATH="/var/lib/kubelet" (default) 2022-03-08T23:00:47.061 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:47.063372 I | op-k8sutil: CSI_VOLUME_REPLICATION_IMAGE="quay.io/csiaddons/volumereplication-operator:v0.1.0" (default) 2022-03-08T23:00:47.225 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:47.226926 I | op-k8sutil: ROOK_CSI_CEPHFS_POD_LABELS="" (default) 2022-03-08T23:00:47.422 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:47.424605 I | op-k8sutil: ROOK_CSI_RBD_POD_LABELS="" (default) 2022-03-08T23:00:47.423 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:47.424631 I | ceph-csi: detecting the ceph csi image version for image "quay.io/cephcsi/cephcsi:v3.4.0" 2022-03-08T23:00:47.625 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:00:47.627537 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-03-08T23:00:50.624 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:00:50.691 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:00:50.691 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 ContainerCreating 0 5s 2022-03-08T23:00:55.695 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:00:55.767 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:00:55.767 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 ContainerCreating 0 10s 2022-03-08T23:01:00.769 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:01:00.837 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:01:00.837 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 ContainerCreating 0 15s 2022-03-08T23:01:05.840 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:01:05.909 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:01:05.910 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 ContainerCreating 0 20s 2022-03-08T23:01:10.912 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:01:10.972 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:01:10.973 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 ContainerCreating 0 25s 2022-03-08T23:01:15.976 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:01:16.042 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:01:16.043 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 ContainerCreating 0 31s 2022-03-08T23:01:21.046 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:01:21.353 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:01:21.353 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 ContainerCreating 0 36s 2022-03-08T23:01:26.356 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:01:26.446 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:01:26.447 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 ContainerCreating 0 41s 2022-03-08T23:01:27.317 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:27.316509 I | ceph-csi: Detected ceph CSI image version: "v3.4.0" 2022-03-08T23:01:27.587 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:27.586404 I | op-k8sutil: CSI_FORCE_CEPHFS_KERNEL_CLIENT="true" (configmap) 2022-03-08T23:01:27.608 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:27.593023 I | op-k8sutil: CSI_CEPHFS_GRPC_METRICS_PORT="9091" (default) 2022-03-08T23:01:27.854 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:27.852050 I | op-k8sutil: CSI_CEPHFS_LIVENESS_METRICS_PORT="9081" (default) 2022-03-08T23:01:28.067 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.065787 I | op-k8sutil: CSI_RBD_GRPC_METRICS_PORT="9090" (default) 2022-03-08T23:01:28.074 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.068422 I | ceph-cluster-controller: detected ceph image version: "17.0.0-11025 quincy" 2022-03-08T23:01:28.074 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.068448 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T23:01:28.074 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.068460 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-11025 quincy", pursuing 2022-03-08T23:01:28.102 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.100855 I | op-k8sutil: CSI_RBD_LIVENESS_METRICS_PORT="9080" (default) 2022-03-08T23:01:28.107 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.101317 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-11025 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3" 2022-03-08T23:01:28.164 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.163240 I | op-k8sutil: CSI_PLUGIN_PRIORITY_CLASSNAME="" (default) 2022-03-08T23:01:28.244 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.241868 I | op-k8sutil: CSI_PROVISIONER_PRIORITY_CLASSNAME="" (default) 2022-03-08T23:01:28.249 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.247261 I | op-k8sutil: CSI_ENABLE_OMAP_GENERATOR="false" (default) 2022-03-08T23:01:28.272 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.269630 I | op-k8sutil: CSI_ENABLE_RBD_SNAPSHOTTER="true" (configmap) 2022-03-08T23:01:28.295 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.294853 I | op-k8sutil: CSI_ENABLE_CEPHFS_SNAPSHOTTER="true" (configmap) 2022-03-08T23:01:28.303 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.302916 I | op-mon: start running mons 2022-03-08T23:01:28.458 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.457588 I | op-k8sutil: CSI_ENABLE_VOLUME_REPLICATION="false" (configmap) 2022-03-08T23:01:28.747 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.746264 I | op-mon: creating mon secrets for a new cluster 2022-03-08T23:01:28.858 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:28.857507 I | op-k8sutil: CSI_CEPHFS_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-03-08T23:01:29.341 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:29.340177 I | op-k8sutil: CSI_RBD_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-03-08T23:01:29.341 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:29.340208 I | ceph-csi: Kubernetes version is 1.23 2022-03-08T23:01:29.661 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:29.659827 I | op-k8sutil: ROOK_CSI_RESIZER_IMAGE="k8s.gcr.io/sig-storage/csi-resizer:v1.2.0" (default) 2022-03-08T23:01:29.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:29.859473 I | op-mon: existing maxMonID not found or failed to load. configmaps "rook-ceph-mon-endpoints" not found 2022-03-08T23:01:30.060 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:30.059435 I | op-k8sutil: CSI_LOG_LEVEL="" (default) 2022-03-08T23:01:30.260 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:30.259143 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":[]}] data: mapping:{"node":{}} maxMonId:-1] 2022-03-08T23:01:30.859 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:30.858307 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-03-08T23:01:31.260 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:31.259460 I | op-k8sutil: CSI_PROVISIONER_NODE_AFFINITY="" (default) 2022-03-08T23:01:31.450 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:01:31.524 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:01:31.524 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 ContainerCreating 0 46s 2022-03-08T23:01:31.660 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:31.659776 I | op-k8sutil: CSI_PLUGIN_TOLERATIONS="" (default) 2022-03-08T23:01:31.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:31.859577 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:01:31.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:31.859826 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:01:32.060 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:32.059451 I | op-k8sutil: CSI_PLUGIN_NODE_AFFINITY="" (default) 2022-03-08T23:01:32.460 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:32.458751 I | op-k8sutil: CSI_RBD_PLUGIN_TOLERATIONS="" (default) 2022-03-08T23:01:32.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:32.860133 I | op-k8sutil: CSI_RBD_PLUGIN_NODE_AFFINITY="" (default) 2022-03-08T23:01:33.260 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:33.259135 I | op-k8sutil: CSI_RBD_PLUGIN_RESOURCE="" (default) 2022-03-08T23:01:33.660 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:33.659639 I | op-k8sutil: CSI_RBD_PROVISIONER_TOLERATIONS="" (default) 2022-03-08T23:01:34.109 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:34.108767 I | op-k8sutil: CSI_RBD_PROVISIONER_NODE_AFFINITY="" (default) 2022-03-08T23:01:34.287 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:34.286077 I | op-mon: targeting the mon count 1 2022-03-08T23:01:34.296 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:34.295820 I | op-mon: sched-mon: created canary deployment rook-ceph-mon-a-canary 2022-03-08T23:01:34.546 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:34.545251 I | op-k8sutil: CSI_RBD_PROVISIONER_RESOURCE="" (default) 2022-03-08T23:01:34.749 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:34.748509 I | ceph-csi: successfully started CSI Ceph RBD driver 2022-03-08T23:01:35.102 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:35.101800 I | op-mon: sched-mon: canary monitor deployment rook-ceph-mon-a-canary scheduled to smithi043 2022-03-08T23:01:35.103 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:35.101880 I | op-mon: assignmon: mon a assigned to node smithi043 2022-03-08T23:01:35.108 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:35.105802 I | op-mon: cleaning up canary monitor deployment "rook-ceph-mon-a-canary" 2022-03-08T23:01:35.110 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:35.110091 I | op-mon: creating mon a 2022-03-08T23:01:35.111 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:35.110195 I | op-mon: setting mon endpoints for hostnetwork mode 2022-03-08T23:01:35.326 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:35.325135 I | op-k8sutil: CSI_CEPHFS_PLUGIN_TOLERATIONS="" (default) 2022-03-08T23:01:35.662 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:35.661272 I | op-k8sutil: CSI_CEPHFS_PLUGIN_NODE_AFFINITY="" (default) 2022-03-08T23:01:35.904 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:35.903322 I | op-k8sutil: CSI_CEPHFS_PLUGIN_RESOURCE="" (default) 2022-03-08T23:01:36.391 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:36.390624 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_TOLERATIONS="" (default) 2022-03-08T23:01:36.528 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:01:36.552 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:36.551956 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_NODE_AFFINITY="" (default) 2022-03-08T23:01:36.607 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:01:36.607 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 ContainerCreating 0 51s 2022-03-08T23:01:36.778 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:36.776878 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-03-08T23:01:36.781 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:36.777189 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-03-08T23:01:36.781 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:36.778659 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.43:6789"]}] data:a=172.21.15.43:6789 mapping:{"node":{"a":{"Name":"smithi043","Hostname":"smithi043","Address":"172.21.15.43"}}} maxMonId:-1] 2022-03-08T23:01:36.858 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:36.857421 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_RESOURCE="" (default) 2022-03-08T23:01:36.867 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:36.866645 I | ceph-csi: successfully started CSI CephFS driver 2022-03-08T23:01:37.761 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:37.760881 I | op-k8sutil: CSI_RBD_FSGROUPPOLICY="ReadWriteOnceWithFSType" (configmap) 2022-03-08T23:01:38.153 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:38.152311 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:01:38.153 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:38.152412 I | ceph-csi: CSIDriver object created for driver "rook-ceph.rbd.csi.ceph.com" 2022-03-08T23:01:38.156 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:38.154930 I | op-k8sutil: CSI_CEPHFS_FSGROUPPOLICY="None" (configmap) 2022-03-08T23:01:38.160 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:38.160183 I | ceph-csi: CSIDriver object created for driver "rook-ceph.cephfs.csi.ceph.com" 2022-03-08T23:01:38.199 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:38.198768 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:01:38.959 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:38.954851 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-03-08T23:01:39.538 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:39.537337 I | op-mon: updating maxMonID from -1 to 0 after committing mon "a" 2022-03-08T23:01:40.385 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:40.384831 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.43:6789"]}] data:a=172.21.15.43:6789 mapping:{"node":{"a":{"Name":"smithi043","Hostname":"smithi043","Address":"172.21.15.43"}}} maxMonId:0] 2022-03-08T23:01:40.386 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:40.384862 I | op-mon: waiting for mon quorum with [a] 2022-03-08T23:01:40.390 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:40.390168 I | op-mon: mon a is not yet running 2022-03-08T23:01:40.391 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:01:40.390197 I | op-mon: mons running: [] 2022-03-08T23:01:41.610 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:01:41.822 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:01:41.823 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 ContainerCreating 0 56s 2022-03-08T23:01:46.825 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:01:47.048 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:01:47.048 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 ContainerCreating 0 62s 2022-03-08T23:01:52.051 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:01:52.113 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:01:52.113 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 ContainerCreating 0 67s 2022-03-08T23:01:57.115 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:01:57.319 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:01:57.319 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 0/1 ContainerCreating 0 72s 2022-03-08T23:02:00.803 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:00.802755 I | op-mon: mon a is not yet running 2022-03-08T23:02:00.804 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:00.802776 I | op-mon: mons running: [] 2022-03-08T23:02:02.322 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T23:02:02.514 INFO:teuthology.orchestra.run.smithi043.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T23:02:02.515 INFO:teuthology.orchestra.run.smithi043.stdout:rook-ceph-tools-7677f7f4b9-gc4vx 1/1 Running 0 77s 2022-03-08T23:02:02.516 INFO:tasks.rook:Waiting for mgr/rook orchestrator to be available 2022-03-08T23:02:02.516 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch status -f json 2022-03-08T23:02:05.687 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:02:05.687 INFO:teuthology.orchestra.run.smithi043.stderr:no valid command found; 10 closest matches: 2022-03-08T23:02:05.688 INFO:teuthology.orchestra.run.smithi043.stderr:pg stat 2022-03-08T23:02:05.688 INFO:teuthology.orchestra.run.smithi043.stderr:pg getmap 2022-03-08T23:02:05.688 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-03-08T23:02:05.688 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-03-08T23:02:05.689 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump_pools_json 2022-03-08T23:02:05.689 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls-by-pool [...] 2022-03-08T23:02:05.689 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls-by-primary [] [...] 2022-03-08T23:02:05.689 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls-by-osd [] [...] 2022-03-08T23:02:05.689 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls [] [...] 2022-03-08T23:02:05.690 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-03-08T23:02:05.690 INFO:teuthology.orchestra.run.smithi043.stderr:Error EINVAL: invalid command 2022-03-08T23:02:05.691 INFO:teuthology.orchestra.run.smithi043.stderr:command terminated with exit code 22 2022-03-08T23:02:05.693 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-03-08T23:02:07.020 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:07.019576 I | op-mon: Monitors in quorum: [a] 2022-03-08T23:02:07.020 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:07.019594 I | op-mon: mons created: 1 2022-03-08T23:02:07.268 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:07.268476 I | op-mon: waiting for mon quorum with [a] 2022-03-08T23:02:07.290 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:07.288742 I | op-mon: mons running: [a] 2022-03-08T23:02:07.513 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:07.513298 I | op-mon: Monitors in quorum: [a] 2022-03-08T23:02:07.514 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:07.513324 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T23:02:08.315 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:08.314363 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T23:02:08.315 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:08.314394 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T23:02:08.592 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:08.591422 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T23:02:08.592 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:08.591458 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T23:02:08.867 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:08.866827 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T23:02:08.867 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:08.866859 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-08T23:02:09.162 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:09.161280 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-08T23:02:09.162 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:09.161313 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T23:02:09.505 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:09.505375 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T23:02:09.506 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:09.505403 I | op-config: deleting "log file" option from the mon configuration database 2022-03-08T23:02:09.725 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:09.725034 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-08T23:02:09.726 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:09.725074 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-08T23:02:10.018 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:10.018298 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-08T23:02:10.311 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:10.310666 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-08T23:02:10.677 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:10.676692 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-08T23:02:11.088 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:11.087470 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-08T23:02:11.088 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:11.087505 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-08T23:02:11.430 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:11.429602 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-08T23:02:11.693 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:11.692340 I | cephclient: successfully enabled msgr2 protocol 2022-03-08T23:02:11.693 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:11.692382 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-08T23:02:11.693 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:11.692417 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-08T23:02:11.963 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:11.962083 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-08T23:02:11.977 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:11.976887 I | op-mgr: start running mgr 2022-03-08T23:02:11.977 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:11.976948 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-08T23:02:15.695 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch status -f json 2022-03-08T23:02:16.219 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:02:16.219 INFO:teuthology.orchestra.run.smithi043.stderr:no valid command found; 10 closest matches: 2022-03-08T23:02:16.220 INFO:teuthology.orchestra.run.smithi043.stderr:pg stat 2022-03-08T23:02:16.220 INFO:teuthology.orchestra.run.smithi043.stderr:pg getmap 2022-03-08T23:02:16.220 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-03-08T23:02:16.220 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-03-08T23:02:16.221 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump_pools_json 2022-03-08T23:02:16.221 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls-by-pool [...] 2022-03-08T23:02:16.221 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls-by-primary [] [...] 2022-03-08T23:02:16.221 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls-by-osd [] [...] 2022-03-08T23:02:16.221 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls [] [...] 2022-03-08T23:02:16.222 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-03-08T23:02:16.222 INFO:teuthology.orchestra.run.smithi043.stderr:Error EINVAL: invalid command 2022-03-08T23:02:16.223 INFO:teuthology.orchestra.run.smithi043.stderr:command terminated with exit code 22 2022-03-08T23:02:16.226 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-03-08T23:02:21.339 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.338296 I | op-k8sutil: finished waiting for updated deployment "rook-ceph-mgr-a" 2022-03-08T23:02:21.428 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.427752 I | op-mgr: setting services to point to mgr "a" 2022-03-08T23:02:21.480 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.480379 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-08T23:02:21.482 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.480404 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-03-08T23:02:21.482 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.480414 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-08T23:02:21.503 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.503396 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-08T23:02:21.507 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.507467 I | op-osd: no storageClassDeviceSets defined to configure OSDs on PVCs 2022-03-08T23:02:21.508 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.507496 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-08T23:02:21.508 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.507502 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-08T23:02:21.875 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.872513 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-08T23:02:21.875 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.872533 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T23:02:21.881 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.881247 W | cephclient: failed to enable mgr module "rook". trying again... 2022-03-08T23:02:21.893 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.893462 I | op-mgr: successful modules: prometheus 2022-03-08T23:02:21.938 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.937493 I | ceph-cluster-controller: enabling ceph mon monitoring goroutine for cluster "rook-ceph" 2022-03-08T23:02:21.938 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.937521 I | ceph-cluster-controller: enabling ceph osd monitoring goroutine for cluster "rook-ceph" 2022-03-08T23:02:21.938 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.937540 I | ceph-cluster-controller: enabling ceph status monitoring goroutine for cluster "rook-ceph" 2022-03-08T23:02:21.942 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.939964 I | op-k8sutil: ROOK_OBC_WATCH_OPERATOR_NAMESPACE="true" (configmap) 2022-03-08T23:02:21.942 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.939981 I | op-bucket-prov: ceph bucket provisioner launched watching for provisioner "rook-ceph.ceph.rook.io/bucket" 2022-03-08T23:02:21.942 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:21.940771 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Normal:ReconcileSucceeded:successfully configured CephCluster "rook-ceph/rook-ceph" 2022-03-08T23:02:21.942 INFO:tasks.rook.operator.smithi043.stdout:I0308 23:02:21.940893 7 manager.go:118] objectbucket.io/provisioner-manager "msg"="starting provisioner" "name"="rook-ceph.ceph.rook.io/bucket" 2022-03-08T23:02:22.328 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:22.327965 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-08T23:02:22.954 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:22.953654 I | op-mgr: successful modules: dashboard 2022-03-08T23:02:26.228 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch status -f json 2022-03-08T23:02:26.681 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:02:26.682 INFO:teuthology.orchestra.run.smithi043.stderr:no valid command found; 10 closest matches: 2022-03-08T23:02:26.682 INFO:teuthology.orchestra.run.smithi043.stderr:pg stat 2022-03-08T23:02:26.683 INFO:teuthology.orchestra.run.smithi043.stderr:pg getmap 2022-03-08T23:02:26.683 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-03-08T23:02:26.683 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-03-08T23:02:26.683 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump_pools_json 2022-03-08T23:02:26.683 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls-by-pool [...] 2022-03-08T23:02:26.684 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls-by-primary [] [...] 2022-03-08T23:02:26.684 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls-by-osd [] [...] 2022-03-08T23:02:26.684 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls [] [...] 2022-03-08T23:02:26.684 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-03-08T23:02:26.685 INFO:teuthology.orchestra.run.smithi043.stderr:Error EINVAL: invalid command 2022-03-08T23:02:26.685 INFO:teuthology.orchestra.run.smithi043.stderr:command terminated with exit code 22 2022-03-08T23:02:26.686 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-03-08T23:02:27.624 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:27.624426 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-08T23:02:28.357 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:28.357203 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-08T23:02:29.829 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:29.828482 I | cephclient: command failed for set rook backend. trying again... 2022-03-08T23:02:32.922 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:32.922439 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-08T23:02:35.133 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:35.132945 I | cephclient: command failed for set rook backend. trying again... 2022-03-08T23:02:36.688 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch status -f json 2022-03-08T23:02:37.182 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:02:37.182 INFO:teuthology.orchestra.run.smithi043.stderr:no valid command found; 10 closest matches: 2022-03-08T23:02:37.183 INFO:teuthology.orchestra.run.smithi043.stderr:pg stat 2022-03-08T23:02:37.183 INFO:teuthology.orchestra.run.smithi043.stderr:pg getmap 2022-03-08T23:02:37.183 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-03-08T23:02:37.183 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-03-08T23:02:37.183 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump_pools_json 2022-03-08T23:02:37.184 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls-by-pool [...] 2022-03-08T23:02:37.184 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls-by-primary [] [...] 2022-03-08T23:02:37.184 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls-by-osd [] [...] 2022-03-08T23:02:37.184 INFO:teuthology.orchestra.run.smithi043.stderr:pg ls [] [...] 2022-03-08T23:02:37.184 INFO:teuthology.orchestra.run.smithi043.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-03-08T23:02:37.185 INFO:teuthology.orchestra.run.smithi043.stderr:Error EINVAL: invalid command 2022-03-08T23:02:37.186 INFO:teuthology.orchestra.run.smithi043.stderr:command terminated with exit code 22 2022-03-08T23:02:37.187 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-03-08T23:02:38.217 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:38.217502 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-08T23:02:40.456 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:40.456313 I | cephclient: command failed for set rook backend. trying again... 2022-03-08T23:02:43.640 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:43.640145 I | op-mgr: successful modules: balancer 2022-03-08T23:02:45.916 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:45.916469 I | cephclient: action set rook backend succeeded on attempt 3 2022-03-08T23:02:45.917 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:45.916495 I | op-mgr: successful modules: orchestrator modules 2022-03-08T23:02:47.189 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch status -f json 2022-03-08T23:02:47.798 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:02:47.798 INFO:teuthology.orchestra.run.smithi043.stdout:{"available": true, "backend": "rook"} 2022-03-08T23:02:47.821 INFO:tasks.rook: mgr/rook orchestrator is active 2022-03-08T23:02:47.822 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph config set mgr mgr/rook/storage_class scratch 2022-03-08T23:02:48.436 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch apply osd --all-available-devices 2022-03-08T23:02:49.092 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:49.090785 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-08T23:02:49.092 INFO:tasks.rook.operator.smithi043.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", AllowUnsupported: true}, 2022-03-08T23:02:49.092 INFO:tasks.rook.operator.smithi043.stdout:   Storage: v1.StorageScopeSpec{ 2022-03-08T23:02:49.092 INFO:tasks.rook.operator.smithi043.stdout:   ... // 3 identical fields 2022-03-08T23:02:49.093 INFO:tasks.rook.operator.smithi043.stdout:   Config: nil, 2022-03-08T23:02:49.093 INFO:tasks.rook.operator.smithi043.stdout:   Selection: {}, 2022-03-08T23:02:49.093 INFO:tasks.rook.operator.smithi043.stdout:-  StorageClassDeviceSets: nil, 2022-03-08T23:02:49.093 INFO:tasks.rook.operator.smithi043.stdout:+  StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-03-08T23:02:49.093 INFO:tasks.rook.operator.smithi043.stdout:+  { 2022-03-08T23:02:49.094 INFO:tasks.rook.operator.smithi043.stdout:+  Name: "smithi043-lv-1", 2022-03-08T23:02:49.094 INFO:teuthology.orchestra.run.smithi043.stdout:['Success'] 2022-03-08T23:02:49.097 INFO:tasks.rook.operator.smithi043.stdout:+  Count: 1, 2022-03-08T23:02:49.097 INFO:tasks.rook.operator.smithi043.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-08T23:02:49.097 INFO:tasks.rook.operator.smithi043.stdout:+  }, 2022-03-08T23:02:49.097 INFO:tasks.rook.operator.smithi043.stdout:+  { 2022-03-08T23:02:49.098 INFO:tasks.rook.operator.smithi043.stdout:+  Name: "smithi043-lv-2", 2022-03-08T23:02:49.098 INFO:tasks.rook.operator.smithi043.stdout:+  Count: 1, 2022-03-08T23:02:49.098 INFO:tasks.rook.operator.smithi043.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-08T23:02:49.098 INFO:tasks.rook.operator.smithi043.stdout:+  }, 2022-03-08T23:02:49.098 INFO:tasks.rook.operator.smithi043.stdout:+  { 2022-03-08T23:02:49.099 INFO:tasks.rook.operator.smithi043.stdout:+  Name: "smithi043-lv-3", 2022-03-08T23:02:49.099 INFO:tasks.rook.operator.smithi043.stdout:+  Count: 1, 2022-03-08T23:02:49.099 INFO:tasks.rook.operator.smithi043.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-08T23:02:49.099 INFO:tasks.rook.operator.smithi043.stdout:+  }, 2022-03-08T23:02:49.100 INFO:tasks.rook.operator.smithi043.stdout:+  { 2022-03-08T23:02:49.100 INFO:tasks.rook.operator.smithi043.stdout:+  Name: "smithi043-lv-4", 2022-03-08T23:02:49.100 INFO:tasks.rook.operator.smithi043.stdout:+  Count: 1, 2022-03-08T23:02:49.100 INFO:tasks.rook.operator.smithi043.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-08T23:02:49.100 INFO:tasks.rook.operator.smithi043.stdout:+  }, 2022-03-08T23:02:49.101 INFO:tasks.rook.operator.smithi043.stdout:+  }, 2022-03-08T23:02:49.101 INFO:tasks.rook.operator.smithi043.stdout:   }, 2022-03-08T23:02:49.101 INFO:tasks.rook.operator.smithi043.stdout:   Annotations: nil, 2022-03-08T23:02:49.101 INFO:tasks.rook.operator.smithi043.stdout:   Labels: nil, 2022-03-08T23:02:49.101 INFO:tasks.rook.operator.smithi043.stdout:   ... // 20 identical fields 2022-03-08T23:02:49.102 INFO:tasks.rook.operator.smithi043.stdout:  } 2022-03-08T23:02:49.102 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:49.090884 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T23:02:49.116 INFO:tasks.rook:Waiting for 4 OSDs 2022-03-08T23:02:49.117 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd stat -f json 2022-03-08T23:02:49.118 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:49.117320 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:02:49.137 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:49.137210 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3... 2022-03-08T23:02:49.707 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:02:49.725 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":4,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-03-08T23:02:49.725 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T23:02:54.547 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:54.547254 I | ceph-cluster-controller: detected ceph image version: "17.0.0-11025 quincy" 2022-03-08T23:02:54.548 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:54.547273 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T23:02:54.548 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:54.547283 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-11025 quincy", pursuing 2022-03-08T23:02:54.745 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:54.745079 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:02:54.753 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:54.749176 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:02:54.754 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:54.749626 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:02:55.183 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:55.183353 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-11025 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3" 2022-03-08T23:02:55.318 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:55.317879 I | op-mon: start running mons 2022-03-08T23:02:55.361 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:55.361267 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:02:55.375 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:55.376127 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.43:6789"]}] data:a=172.21.15.43:6789 mapping:{"node":{"a":{"Name":"smithi043","Hostname":"smithi043","Address":"172.21.15.43"}}} maxMonId:0] 2022-03-08T23:02:55.382 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:55.383275 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:02:55.383 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:55.383469 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:02:56.523 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:56.523307 I | op-mon: targeting the mon count 1 2022-03-08T23:02:56.537 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:56.537807 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-03-08T23:02:57.538 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:57.538307 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T23:02:57.546 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:57.546114 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:02:57.564 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:57.564455 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3... 2022-03-08T23:02:57.626 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:57.626802 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-03-08T23:02:57.682 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:57.681824 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-03-08T23:02:59.689 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:02:59.689243 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-03-08T23:02:59.727 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd stat -f json 2022-03-08T23:03:00.297 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:03:00.316 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":4,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-03-08T23:03:00.317 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T23:03:05.622 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:05.620957 I | ceph-cluster-controller: detected ceph image version: "17.0.0-11025 quincy" 2022-03-08T23:03:05.622 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:05.620978 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T23:03:05.623 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:05.620986 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-11025 quincy", pursuing 2022-03-08T23:03:05.665 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:05.665276 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:03:05.774 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:05.774382 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:03:05.778 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:05.774725 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:03:06.197 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:06.197766 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-11025 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3" 2022-03-08T23:03:06.393 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:06.393372 I | op-mon: start running mons 2022-03-08T23:03:06.515 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:06.514834 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:03:06.542 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:06.542486 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.43:6789"]}] data:a=172.21.15.43:6789 mapping:{"node":{"a":{"Name":"smithi043","Hostname":"smithi043","Address":"172.21.15.43"}}} maxMonId:0] 2022-03-08T23:03:06.590 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:06.590033 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:03:06.590 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:06.590230 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:03:07.247 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:07.247346 I | op-mon: targeting the mon count 1 2022-03-08T23:03:07.250 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:07.250900 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T23:03:07.611 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:07.610882 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T23:03:07.611 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:07.610912 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T23:03:07.951 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:07.951825 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T23:03:07.952 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:07.951846 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T23:03:08.292 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:08.292836 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T23:03:08.293 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:08.292869 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-08T23:03:08.672 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:08.672264 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-08T23:03:08.672 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:08.672301 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T23:03:09.023 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:09.023769 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T23:03:09.024 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:09.023797 I | op-config: deleting "log file" option from the mon configuration database 2022-03-08T23:03:09.378 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:09.378068 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-08T23:03:09.378 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:09.378088 I | op-mon: checking for basic quorum with existing mons 2022-03-08T23:03:09.378 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:09.378093 I | op-mon: setting mon endpoints for hostnetwork mode 2022-03-08T23:03:09.399 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:09.399864 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.43:6789"]}] data:a=172.21.15.43:6789 mapping:{"node":{"a":{"Name":"smithi043","Hostname":"smithi043","Address":"172.21.15.43"}}} maxMonId:0] 2022-03-08T23:03:09.405 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:09.406144 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:03:09.406 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:09.406317 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:03:09.418 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:09.418640 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-08T23:03:09.430 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:09.430488 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-08T23:03:09.430 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:09.430515 I | op-mon: waiting for mon quorum with [a] 2022-03-08T23:03:09.434 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:09.434968 I | op-mon: mons running: [a] 2022-03-08T23:03:09.862 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:09.862121 I | op-mon: Monitors in quorum: [a] 2022-03-08T23:03:09.862 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:09.862166 I | op-mon: mons created: 1 2022-03-08T23:03:10.296 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:10.296699 I | op-mon: waiting for mon quorum with [a] 2022-03-08T23:03:10.303 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:10.304221 I | op-mon: mons running: [a] 2022-03-08T23:03:10.318 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd stat -f json 2022-03-08T23:03:10.735 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:10.734748 I | op-mon: Monitors in quorum: [a] 2022-03-08T23:03:10.735 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:10.734801 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-08T23:03:10.796 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:03:10.817 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":4,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-03-08T23:03:10.817 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T23:03:11.169 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:11.170085 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-08T23:03:11.172 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:11.172957 I | op-mon: checking if multiple mons are on the same node 2022-03-08T23:03:11.596 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:11.596396 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-08T23:03:12.010 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:12.009924 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-08T23:03:12.491 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:12.491201 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-08T23:03:12.491 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:12.491224 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-08T23:03:12.926 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:12.926154 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-08T23:03:13.342 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:13.342574 I | cephclient: successfully enabled msgr2 protocol 2022-03-08T23:03:13.343 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:13.342598 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-08T23:03:13.343 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:13.342601 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-08T23:03:13.753 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:13.753907 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-08T23:03:13.783 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:13.783960 I | op-mgr: start running mgr 2022-03-08T23:03:13.784 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:13.783994 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-08T23:03:14.281 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:14.281875 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-08T23:03:14.288 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:14.288678 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-08T23:03:14.291 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:14.291549 I | op-mgr: setting services to point to mgr "a" 2022-03-08T23:03:14.457 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:14.457931 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-08T23:03:14.458 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:14.458177 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-08T23:03:14.490 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:14.490493 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-08T23:03:14.492 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:14.492711 I | op-osd: creating 1 new PVCs for device set "smithi043-lv-1" 2022-03-08T23:03:14.670 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:14.671132 I | op-osd: successfully provisioned PVC "smithi043-lv-1-data-0c2dhv" 2022-03-08T23:03:14.671 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:14.671166 I | op-osd: creating 1 new PVCs for device set "smithi043-lv-2" 2022-03-08T23:03:14.849 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:14.849866 I | op-osd: successfully provisioned PVC "smithi043-lv-2-data-0gwxpq" 2022-03-08T23:03:14.853 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:14.850140 I | op-osd: creating 1 new PVCs for device set "smithi043-lv-3" 2022-03-08T23:03:15.048 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:15.048710 I | op-osd: successfully provisioned PVC "smithi043-lv-3-data-0kshm6" 2022-03-08T23:03:15.049 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:15.048754 I | op-osd: creating 1 new PVCs for device set "smithi043-lv-4" 2022-03-08T23:03:15.248 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:15.247518 I | op-osd: successfully provisioned PVC "smithi043-lv-4-data-0vmr4h" 2022-03-08T23:03:15.257 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:15.257476 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-1-data-0c2dhv" 2022-03-08T23:03:15.642 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:15.642367 I | op-mgr: successful modules: dashboard 2022-03-08T23:03:15.645 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:15.643143 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-08T23:03:15.648 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:15.648426 I | op-mgr: successful modules: prometheus 2022-03-08T23:03:15.660 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:15.660932 I | op-osd: started OSD provisioning job for PVC "smithi043-lv-1-data-0c2dhv" 2022-03-08T23:03:15.660 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:15.660957 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-2-data-0gwxpq" 2022-03-08T23:03:15.929 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:15.929756 I | op-mgr: successful modules: balancer 2022-03-08T23:03:16.086 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:16.086089 I | op-osd: started OSD provisioning job for PVC "smithi043-lv-2-data-0gwxpq" 2022-03-08T23:03:16.086 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:16.086113 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-3-data-0kshm6" 2022-03-08T23:03:16.509 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:16.509466 I | op-osd: started OSD provisioning job for PVC "smithi043-lv-3-data-0kshm6" 2022-03-08T23:03:16.509 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:16.509509 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-4-data-0vmr4h" 2022-03-08T23:03:16.860 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:16.860982 I | op-osd: started OSD provisioning job for PVC "smithi043-lv-4-data-0vmr4h" 2022-03-08T23:03:16.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:16.861009 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-08T23:03:16.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:16.861016 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-08T23:03:17.047 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:17.047748 I | op-osd: OSD orchestration status for PVC smithi043-lv-1-data-0c2dhv is "starting" 2022-03-08T23:03:17.048 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:17.047782 I | op-osd: OSD orchestration status for PVC smithi043-lv-2-data-0gwxpq is "starting" 2022-03-08T23:03:17.048 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:17.047794 I | op-osd: OSD orchestration status for PVC smithi043-lv-3-data-0kshm6 is "starting" 2022-03-08T23:03:17.048 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:17.047807 I | op-osd: OSD orchestration status for PVC smithi043-lv-4-data-0vmr4h is "starting" 2022-03-08T23:03:17.151 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:17.151422 I | op-mgr: successful modules: orchestrator modules 2022-03-08T23:03:20.818 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd stat -f json 2022-03-08T23:03:21.387 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:03:21.404 INFO:teuthology.orchestra.run.smithi043.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-03-08T23:03:21.405 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T23:03:24.329 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:24.330112 I | op-osd: OSD orchestration status for node smithi043-lv-3-data-0kshm6 is "orchestrating" 2022-03-08T23:03:24.688 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:24.688479 I | op-osd: OSD orchestration status for PVC smithi043-lv-3-data-0kshm6 is "orchestrating" 2022-03-08T23:03:31.406 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd stat -f json 2022-03-08T23:03:31.640 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:31.640377 I | op-osd: OSD orchestration status for PVC smithi043-lv-3-data-0kshm6 is "completed" 2022-03-08T23:03:31.640 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:31.640410 I | op-osd: creating OSD 0 on PVC "smithi043-lv-3-data-0kshm6" 2022-03-08T23:03:31.641 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:31.640423 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-3-data-0kshm6" 2022-03-08T23:03:32.555 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:03:32.572 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1646780606,"num_remapped_pgs":0} 2022-03-08T23:03:32.572 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T23:03:33.558 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:33.556766 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi043": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T23:03:34.525 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:34.526240 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi043": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T23:03:40.606 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:40.606876 I | op-osd: OSD orchestration status for node smithi043-lv-1-data-0c2dhv is "orchestrating" 2022-03-08T23:03:40.749 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:40.749739 I | op-osd: OSD orchestration status for node smithi043-lv-2-data-0gwxpq is "orchestrating" 2022-03-08T23:03:41.407 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:41.408342 I | op-osd: OSD orchestration status for PVC smithi043-lv-2-data-0gwxpq is "orchestrating" 2022-03-08T23:03:41.425 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:41.423807 I | op-osd: OSD orchestration status for PVC smithi043-lv-1-data-0c2dhv is "orchestrating" 2022-03-08T23:03:42.574 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd stat -f json 2022-03-08T23:03:43.936 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:03:43.955 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1646780622,"num_remapped_pgs":0} 2022-03-08T23:03:43.955 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T23:03:44.333 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:44.334322 I | op-osd: OSD orchestration status for node smithi043-lv-4-data-0vmr4h is "orchestrating" 2022-03-08T23:03:44.754 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:44.755719 I | op-osd: OSD orchestration status for PVC smithi043-lv-4-data-0vmr4h is "orchestrating" 2022-03-08T23:03:48.726 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:48.726727 I | op-osd: OSD orchestration status for PVC smithi043-lv-1-data-0c2dhv is "completed" 2022-03-08T23:03:48.727 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:48.726761 I | op-osd: creating OSD 1 on PVC "smithi043-lv-1-data-0c2dhv" 2022-03-08T23:03:48.727 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:48.726772 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-1-data-0c2dhv" 2022-03-08T23:03:49.470 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:49.469443 I | op-osd: OSD orchestration status for PVC smithi043-lv-2-data-0gwxpq is "completed" 2022-03-08T23:03:49.470 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:49.469481 I | op-osd: creating OSD 2 on PVC "smithi043-lv-2-data-0gwxpq" 2022-03-08T23:03:49.471 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:49.469515 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-2-data-0gwxpq" 2022-03-08T23:03:53.061 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:53.060994 I | op-osd: OSD orchestration status for PVC smithi043-lv-4-data-0vmr4h is "completed" 2022-03-08T23:03:53.063 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:53.061942 I | op-osd: creating OSD 3 on PVC "smithi043-lv-4-data-0vmr4h" 2022-03-08T23:03:53.063 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:53.062089 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-4-data-0vmr4h" 2022-03-08T23:03:53.956 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd stat -f json 2022-03-08T23:03:55.150 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:03:55.207 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1646780626,"num_remapped_pgs":0} 2022-03-08T23:03:55.208 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T23:03:55.615 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:55.616169 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-08T23:03:55.615 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:03:55.616200 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T23:04:05.209 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd stat -f json 2022-03-08T23:04:05.716 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:05.737 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":10,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1646780626,"num_remapped_pgs":0} 2022-03-08T23:04:05.737 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T23:04:15.739 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd stat -f json 2022-03-08T23:04:16.620 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:16.638 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":13,"num_osds":4,"num_up_osds":1,"osd_up_since":1646780646,"num_in_osds":4,"osd_in_since":1646780626,"num_remapped_pgs":0} 2022-03-08T23:04:16.639 INFO:tasks.rook: have 1/4 OSDs 2022-03-08T23:04:26.640 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd stat -f json 2022-03-08T23:04:27.167 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:27.187 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":19,"num_osds":4,"num_up_osds":4,"osd_up_since":1646780663,"num_in_osds":4,"osd_in_since":1646780626,"num_remapped_pgs":0} 2022-03-08T23:04:27.187 INFO:tasks.rook:Distributing ceph config and client.admin keyring 2022-03-08T23:04:27.188 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- cat /etc/ceph/ceph.conf 2022-03-08T23:04:27.358 INFO:teuthology.orchestra.run.smithi043.stdout:[global] 2022-03-08T23:04:27.358 INFO:teuthology.orchestra.run.smithi043.stdout:mon_host = 172.21.15.43:6789 2022-03-08T23:04:27.358 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:27.359 INFO:teuthology.orchestra.run.smithi043.stdout:[client.admin] 2022-03-08T23:04:27.359 INFO:teuthology.orchestra.run.smithi043.stdout:keyring = /etc/ceph/keyring 2022-03-08T23:04:27.362 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- cat /etc/ceph/keyring 2022-03-08T23:04:27.541 INFO:teuthology.orchestra.run.smithi043.stdout:[client.admin] 2022-03-08T23:04:27.542 INFO:teuthology.orchestra.run.smithi043.stdout:key = AQBI4CdiNOdnLBAA0Yq9BOLkxfGAe05/kKNfVQ== 2022-03-08T23:04:27.546 DEBUG:teuthology.orchestra.run.smithi043:> sudo mkdir -p /etc/ceph 2022-03-08T23:04:27.556 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T23:04:27.557 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/ceph/ceph.conf 2022-03-08T23:04:27.614 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T23:04:27.615 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/ceph/keyring 2022-03-08T23:04:27.625 INFO:tasks.rook:Setting up client nodes... 2022-03-08T23:04:27.625 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph auth get-or-create client.a mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2022-03-08T23:04:28.326 INFO:teuthology.orchestra.run.smithi043.stdout:[client.a] 2022-03-08T23:04:28.326 INFO:teuthology.orchestra.run.smithi043.stdout: key = AQD84CdiKAitDRAAn5i/Okfv+U5TpYAhF4Edzg== 2022-03-08T23:04:28.348 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T23:04:28.349 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/ceph/ceph.client.a.keyring 2022-03-08T23:04:28.349 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod 0644 /etc/ceph/ceph.client.a.keyring 2022-03-08T23:04:28.403 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd dump --format=json 2022-03-08T23:04:28.954 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:28.954 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":20,"fsid":"0a6308bf-fa68-4646-b0d6-418c0318340c","created":"2022-03-08T23:02:03.959283+0000","modified":"2022-03-08T23:04:27.069783+0000","last_up_change":"2022-03-08T23:04:23.661326+0000","last_in_change":"2022-03-08T23:03:46.515202+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"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-03-08T23:04:24.642142+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":"20","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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"f1d2f39e-a63c-44df-b7a3-f4dd0a52a635","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6802","nonce":4082924997},{"type":"v1","addr":"172.21.15.43:6803","nonce":4082924997}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6804","nonce":4082924997},{"type":"v1","addr":"172.21.15.43:6805","nonce":4082924997}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6808","nonce":4082924997},{"type":"v1","addr":"172.21.15.43:6809","nonce":4082924997}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6806","nonce":4082924997},{"type":"v1","addr":"172.21.15.43:6807","nonce":4082924997}]},"public_addr":"172.21.15.43:6803/4082924997","cluster_addr":"172.21.15.43:6805/4082924997","heartbeat_back_addr":"172.21.15.43:6809/4082924997","heartbeat_front_addr":"172.21.15.43:6807/4082924997","state":["exists","up"]},{"osd":1,"uuid":"4624b9d6-489b-444f-9d2e-08f4dc2fc83f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6826","nonce":493611299},{"type":"v1","addr":"172.21.15.43:6827","nonce":493611299}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6828","nonce":493611299},{"type":"v1","addr":"172.21.15.43:6829","nonce":493611299}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6832","nonce":493611299},{"type":"v1","addr":"172.21.15.43:6833","nonce":493611299}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6830","nonce":493611299},{"type":"v1","addr":"172.21.15.43:6831","nonce":493611299}]},"public_addr":"172.21.15.43:6827/493611299","cluster_addr":"172.21.15.43:6829/493611299","heartbeat_back_addr":"172.21.15.43:6833/493611299","heartbeat_front_addr":"172.21.15.43:6831/493611299","state":["exists","up"]},{"osd":2,"uuid":"6805772a-0502-483c-9463-2fe37170a03b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6810","nonce":406186251},{"type":"v1","addr":"172.21.15.43:6811","nonce":406186251}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6812","nonce":406186251},{"type":"v1","addr":"172.21.15.43:6813","nonce":406186251}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6816","nonce":406186251},{"type":"v1","addr":"172.21.15.43:6817","nonce":406186251}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6814","nonce":406186251},{"type":"v1","addr":"172.21.15.43:6815","nonce":406186251}]},"public_addr":"172.21.15.43:6811/406186251","cluster_addr":"172.21.15.43:6813/406186251","heartbeat_back_addr":"172.21.15.43:6817/406186251","heartbeat_front_addr":"172.21.15.43:6815/406186251","state":["exists","up"]},{"osd":3,"uuid":"4606cfc2-85d5-4ee2-ac9d-4792258f82ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6818","nonce":2882232299},{"type":"v1","addr":"172.21.15.43:6819","nonce":2882232299}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6820","nonce":2882232299},{"type":"v1","addr":"172.21.15.43:6821","nonce":2882232299}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6824","nonce":2882232299},{"type":"v1","addr":"172.21.15.43:6825","nonce":2882232299}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6822","nonce":2882232299},{"type":"v1","addr":"172.21.15.43:6823","nonce":2882232299}]},"public_addr":"172.21.15.43:6819/2882232299","cluster_addr":"172.21.15.43:6821/2882232299","heartbeat_back_addr":"172.21.15.43:6825/2882232299","heartbeat_front_addr":"172.21.15.43:6823/2882232299","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-03-08T23:04:04.996362+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-03-08T23:04:22.104799+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-03-08T23:04:20.686015+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-03-08T23:04:21.954375+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-03-08T23:04:28.972 INFO:tasks.rook.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2022-03-08T23:04:24.642142+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': '20', '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_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2022-03-08T23:04:28.973 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd pool get .mgr pg_num 2022-03-08T23:04:29.587 INFO:teuthology.orchestra.run.smithi043.stdout:pg_num: 1 2022-03-08T23:04:29.607 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2022-03-08T23:04:29.608 INFO:tasks.rook.ceph_manager.ceph:waiting for mgr available 2022-03-08T23:04:29.608 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph mgr dump --format=json 2022-03-08T23:04:30.170 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:30.190 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":13,"active_gid":4169,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6800","nonce":3102412431},{"type":"v1","addr":"172.21.15.43:6801","nonce":3102412431}]},"active_addr":"172.21.15.43:6801/3102412431","active_change":"2022-03-08T23:02:40.017265+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":"Search-registry to which we should normalize unqualified image names. This is not the default registry","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. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","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. Only used for logging into a registry.","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":"::","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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","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":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"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":"::","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 various performance metrics of a 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://172.21.15.43: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":4,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.43:0","nonce":52442117}]},{"addrvec":[{"type":"v2","addr":"172.21.15.43:0","nonce":2379399795}]},{"addrvec":[{"type":"v2","addr":"172.21.15.43:0","nonce":1137545022}]},{"addrvec":[{"type":"v2","addr":"172.21.15.43:0","nonce":3397792047}]}]}} 2022-03-08T23:04:30.193 INFO:tasks.rook.ceph_manager.ceph:mgr available! 2022-03-08T23:04:30.193 INFO:tasks.rook.ceph_manager.ceph:waiting for all up 2022-03-08T23:04:30.194 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd dump --format=json 2022-03-08T23:04:30.700 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:30.701 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":20,"fsid":"0a6308bf-fa68-4646-b0d6-418c0318340c","created":"2022-03-08T23:02:03.959283+0000","modified":"2022-03-08T23:04:27.069783+0000","last_up_change":"2022-03-08T23:04:23.661326+0000","last_in_change":"2022-03-08T23:03:46.515202+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"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-03-08T23:04:24.642142+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":"20","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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"f1d2f39e-a63c-44df-b7a3-f4dd0a52a635","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6802","nonce":4082924997},{"type":"v1","addr":"172.21.15.43:6803","nonce":4082924997}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6804","nonce":4082924997},{"type":"v1","addr":"172.21.15.43:6805","nonce":4082924997}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6808","nonce":4082924997},{"type":"v1","addr":"172.21.15.43:6809","nonce":4082924997}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6806","nonce":4082924997},{"type":"v1","addr":"172.21.15.43:6807","nonce":4082924997}]},"public_addr":"172.21.15.43:6803/4082924997","cluster_addr":"172.21.15.43:6805/4082924997","heartbeat_back_addr":"172.21.15.43:6809/4082924997","heartbeat_front_addr":"172.21.15.43:6807/4082924997","state":["exists","up"]},{"osd":1,"uuid":"4624b9d6-489b-444f-9d2e-08f4dc2fc83f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6826","nonce":493611299},{"type":"v1","addr":"172.21.15.43:6827","nonce":493611299}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6828","nonce":493611299},{"type":"v1","addr":"172.21.15.43:6829","nonce":493611299}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6832","nonce":493611299},{"type":"v1","addr":"172.21.15.43:6833","nonce":493611299}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6830","nonce":493611299},{"type":"v1","addr":"172.21.15.43:6831","nonce":493611299}]},"public_addr":"172.21.15.43:6827/493611299","cluster_addr":"172.21.15.43:6829/493611299","heartbeat_back_addr":"172.21.15.43:6833/493611299","heartbeat_front_addr":"172.21.15.43:6831/493611299","state":["exists","up"]},{"osd":2,"uuid":"6805772a-0502-483c-9463-2fe37170a03b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6810","nonce":406186251},{"type":"v1","addr":"172.21.15.43:6811","nonce":406186251}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6812","nonce":406186251},{"type":"v1","addr":"172.21.15.43:6813","nonce":406186251}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6816","nonce":406186251},{"type":"v1","addr":"172.21.15.43:6817","nonce":406186251}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6814","nonce":406186251},{"type":"v1","addr":"172.21.15.43:6815","nonce":406186251}]},"public_addr":"172.21.15.43:6811/406186251","cluster_addr":"172.21.15.43:6813/406186251","heartbeat_back_addr":"172.21.15.43:6817/406186251","heartbeat_front_addr":"172.21.15.43:6815/406186251","state":["exists","up"]},{"osd":3,"uuid":"4606cfc2-85d5-4ee2-ac9d-4792258f82ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6818","nonce":2882232299},{"type":"v1","addr":"172.21.15.43:6819","nonce":2882232299}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6820","nonce":2882232299},{"type":"v1","addr":"172.21.15.43:6821","nonce":2882232299}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6824","nonce":2882232299},{"type":"v1","addr":"172.21.15.43:6825","nonce":2882232299}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6822","nonce":2882232299},{"type":"v1","addr":"172.21.15.43:6823","nonce":2882232299}]},"public_addr":"172.21.15.43:6819/2882232299","cluster_addr":"172.21.15.43:6821/2882232299","heartbeat_back_addr":"172.21.15.43:6825/2882232299","heartbeat_front_addr":"172.21.15.43:6823/2882232299","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-03-08T23:04:04.996362+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-03-08T23:04:22.104799+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-03-08T23:04:20.686015+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-03-08T23:04:21.954375+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-03-08T23:04:30.717 INFO:tasks.rook.ceph_manager.ceph:all up! 2022-03-08T23:04:30.718 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd dump --format=json 2022-03-08T23:04:31.263 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:31.354 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":20,"fsid":"0a6308bf-fa68-4646-b0d6-418c0318340c","created":"2022-03-08T23:02:03.959283+0000","modified":"2022-03-08T23:04:27.069783+0000","last_up_change":"2022-03-08T23:04:23.661326+0000","last_in_change":"2022-03-08T23:03:46.515202+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"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-03-08T23:04:24.642142+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":"20","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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"f1d2f39e-a63c-44df-b7a3-f4dd0a52a635","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6802","nonce":4082924997},{"type":"v1","addr":"172.21.15.43:6803","nonce":4082924997}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6804","nonce":4082924997},{"type":"v1","addr":"172.21.15.43:6805","nonce":4082924997}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6808","nonce":4082924997},{"type":"v1","addr":"172.21.15.43:6809","nonce":4082924997}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6806","nonce":4082924997},{"type":"v1","addr":"172.21.15.43:6807","nonce":4082924997}]},"public_addr":"172.21.15.43:6803/4082924997","cluster_addr":"172.21.15.43:6805/4082924997","heartbeat_back_addr":"172.21.15.43:6809/4082924997","heartbeat_front_addr":"172.21.15.43:6807/4082924997","state":["exists","up"]},{"osd":1,"uuid":"4624b9d6-489b-444f-9d2e-08f4dc2fc83f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6826","nonce":493611299},{"type":"v1","addr":"172.21.15.43:6827","nonce":493611299}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6828","nonce":493611299},{"type":"v1","addr":"172.21.15.43:6829","nonce":493611299}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6832","nonce":493611299},{"type":"v1","addr":"172.21.15.43:6833","nonce":493611299}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6830","nonce":493611299},{"type":"v1","addr":"172.21.15.43:6831","nonce":493611299}]},"public_addr":"172.21.15.43:6827/493611299","cluster_addr":"172.21.15.43:6829/493611299","heartbeat_back_addr":"172.21.15.43:6833/493611299","heartbeat_front_addr":"172.21.15.43:6831/493611299","state":["exists","up"]},{"osd":2,"uuid":"6805772a-0502-483c-9463-2fe37170a03b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6810","nonce":406186251},{"type":"v1","addr":"172.21.15.43:6811","nonce":406186251}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6812","nonce":406186251},{"type":"v1","addr":"172.21.15.43:6813","nonce":406186251}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6816","nonce":406186251},{"type":"v1","addr":"172.21.15.43:6817","nonce":406186251}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6814","nonce":406186251},{"type":"v1","addr":"172.21.15.43:6815","nonce":406186251}]},"public_addr":"172.21.15.43:6811/406186251","cluster_addr":"172.21.15.43:6813/406186251","heartbeat_back_addr":"172.21.15.43:6817/406186251","heartbeat_front_addr":"172.21.15.43:6815/406186251","state":["exists","up"]},{"osd":3,"uuid":"4606cfc2-85d5-4ee2-ac9d-4792258f82ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6818","nonce":2882232299},{"type":"v1","addr":"172.21.15.43:6819","nonce":2882232299}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6820","nonce":2882232299},{"type":"v1","addr":"172.21.15.43:6821","nonce":2882232299}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6824","nonce":2882232299},{"type":"v1","addr":"172.21.15.43:6825","nonce":2882232299}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6822","nonce":2882232299},{"type":"v1","addr":"172.21.15.43:6823","nonce":2882232299}]},"public_addr":"172.21.15.43:6819/2882232299","cluster_addr":"172.21.15.43:6821/2882232299","heartbeat_back_addr":"172.21.15.43:6825/2882232299","heartbeat_front_addr":"172.21.15.43:6823/2882232299","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-03-08T23:04:04.996362+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-03-08T23:04:22.104799+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-03-08T23:04:20.686015+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-03-08T23:04:21.954375+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-03-08T23:04:31.356 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph tell osd.0 flush_pg_stats 2022-03-08T23:04:31.356 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph tell osd.1 flush_pg_stats 2022-03-08T23:04:31.357 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph tell osd.2 flush_pg_stats 2022-03-08T23:04:31.357 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph tell osd.3 flush_pg_stats 2022-03-08T23:04:31.712 INFO:teuthology.orchestra.run.smithi043.stdout:51539607559 2022-03-08T23:04:31.713 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd last-stat-seq osd.0 2022-03-08T23:04:31.741 INFO:teuthology.orchestra.run.smithi043.stdout:68719476740 2022-03-08T23:04:31.742 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd last-stat-seq osd.2 2022-03-08T23:04:31.770 INFO:teuthology.orchestra.run.smithi043.stdout:73014444036 2022-03-08T23:04:31.771 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd last-stat-seq osd.3 2022-03-08T23:04:31.893 INFO:teuthology.orchestra.run.smithi043.stdout:73014444036 2022-03-08T23:04:31.893 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd last-stat-seq osd.1 2022-03-08T23:04:32.295 INFO:teuthology.orchestra.run.smithi043.stdout:68719476739 2022-03-08T23:04:32.314 INFO:tasks.rook.ceph_manager.ceph:need seq 68719476740 got 68719476739 for osd.2 2022-03-08T23:04:32.368 INFO:teuthology.orchestra.run.smithi043.stdout:51539607558 2022-03-08T23:04:32.372 INFO:teuthology.orchestra.run.smithi043.stdout:73014444035 2022-03-08T23:04:32.389 INFO:tasks.rook.ceph_manager.ceph:need seq 51539607559 got 51539607558 for osd.0 2022-03-08T23:04:32.392 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444036 got 73014444035 for osd.3 2022-03-08T23:04:32.462 INFO:teuthology.orchestra.run.smithi043.stdout:73014444035 2022-03-08T23:04:32.484 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444036 got 73014444035 for osd.1 2022-03-08T23:04:33.315 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd last-stat-seq osd.2 2022-03-08T23:04:33.390 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd last-stat-seq osd.0 2022-03-08T23:04:33.393 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd last-stat-seq osd.3 2022-03-08T23:04:33.486 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd last-stat-seq osd.1 2022-03-08T23:04:33.953 INFO:teuthology.orchestra.run.smithi043.stdout:68719476740 2022-03-08T23:04:33.978 INFO:tasks.rook.ceph_manager.ceph:need seq 68719476740 got 68719476740 for osd.2 2022-03-08T23:04:33.979 DEBUG:teuthology.parallel:result is None 2022-03-08T23:04:34.003 INFO:teuthology.orchestra.run.smithi043.stdout:73014444036 2022-03-08T23:04:34.022 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444036 got 73014444036 for osd.3 2022-03-08T23:04:34.022 DEBUG:teuthology.parallel:result is None 2022-03-08T23:04:34.049 INFO:teuthology.orchestra.run.smithi043.stdout:73014444036 2022-03-08T23:04:34.064 INFO:teuthology.orchestra.run.smithi043.stdout:51539607559 2022-03-08T23:04:34.068 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444036 got 73014444036 for osd.1 2022-03-08T23:04:34.068 DEBUG:teuthology.parallel:result is None 2022-03-08T23:04:34.081 INFO:tasks.rook.ceph_manager.ceph:need seq 51539607559 got 51539607559 for osd.0 2022-03-08T23:04:34.082 DEBUG:teuthology.parallel:result is None 2022-03-08T23:04:34.082 INFO:tasks.rook.ceph_manager.ceph:waiting for clean 2022-03-08T23:04:34.083 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph pg dump --format=json 2022-03-08T23:04:34.579 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:34.582 INFO:teuthology.orchestra.run.smithi043.stderr:dumped all 2022-03-08T23:04:34.598 INFO:teuthology.orchestra.run.smithi043.stdout:{"pg_ready":true,"pg_map":{"version":66,"stamp":"2022-03-08T23:04:34.152204+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":22884,"kb_used_data":2052,"kb_used_omap":0,"kb_used_meta":20416,"kb_avail":374957724,"statfs":{"total":383980142592,"available":383956709376,"internally_reserved":0,"allocated":2101248,"data_stored":1565828,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20905984},"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":"4.001010"},"pg_stats":[{"pgid":"1.0","version":"20'97","reported_seq":137,"reported_epoch":20,"state":"active+clean","last_fresh":"2022-03-08T23:04:30.766826+0000","last_change":"2022-03-08T23:04:26.634079+0000","last_active":"2022-03-08T23:04:30.766826+0000","last_peered":"2022-03-08T23:04:30.766826+0000","last_clean":"2022-03-08T23:04:30.766826+0000","last_became_active":"2022-03-08T23:04:26.633419+0000","last_became_peered":"2022-03-08T23:04:26.633419+0000","last_unstale":"2022-03-08T23:04:30.766826+0000","last_undegraded":"2022-03-08T23:04:30.766826+0000","last_fullsized":"2022-03-08T23:04:30.766826+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-03-08T23:04:24.857412+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-03-08T23:04:24.857412+0000","last_clean_scrub_stamp":"2022-03-08T23:04:24.857412+0000","objects_scrubbed":0,"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-03-10T07:01:32.480562+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":1413120,"data_stored":1400868,"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":17,"seq":73014444036,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":4976,"kb_used_data":168,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740176,"statfs":{"total":95995035648,"available":95989940224,"internally_reserved":0,"allocated":172032,"data_stored":41240,"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.873}]},{"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.83999999999999997}]},{"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.95799999999999996}]}]},{"osd":1,"up_from":17,"seq":73014444036,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5948,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739204,"statfs":{"total":95995035648,"available":95988944896,"internally_reserved":0,"allocated":643072,"data_stored":508196,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,2,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.7869999999999999}]},{"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.91100000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.9359999999999999}]}]},{"osd":0,"up_from":12,"seq":51539607560,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6012,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93739140,"statfs":{"total":95995035648,"available":95988879360,"internally_reserved":0,"allocated":643072,"data_stored":508196,"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":0.997}]},{"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.54300000000000004}]},{"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.61899999999999999}]}]},{"osd":2,"up_from":16,"seq":68719476741,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5948,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739204,"statfs":{"total":95995035648,"available":95988944896,"internally_reserved":0,"allocated":643072,"data_stored":508196,"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":1.004}]},{"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.56599999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1839999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"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":471040,"data_stored":466956,"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":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2022-03-08T23:04:34.599 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph pg dump --format=json 2022-03-08T23:04:35.123 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:35.125 INFO:teuthology.orchestra.run.smithi043.stderr:dumped all 2022-03-08T23:04:35.147 INFO:teuthology.orchestra.run.smithi043.stdout:{"pg_ready":true,"pg_map":{"version":66,"stamp":"2022-03-08T23:04:34.152204+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":22884,"kb_used_data":2052,"kb_used_omap":0,"kb_used_meta":20416,"kb_avail":374957724,"statfs":{"total":383980142592,"available":383956709376,"internally_reserved":0,"allocated":2101248,"data_stored":1565828,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20905984},"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":"4.001010"},"pg_stats":[{"pgid":"1.0","version":"20'97","reported_seq":137,"reported_epoch":20,"state":"active+clean","last_fresh":"2022-03-08T23:04:30.766826+0000","last_change":"2022-03-08T23:04:26.634079+0000","last_active":"2022-03-08T23:04:30.766826+0000","last_peered":"2022-03-08T23:04:30.766826+0000","last_clean":"2022-03-08T23:04:30.766826+0000","last_became_active":"2022-03-08T23:04:26.633419+0000","last_became_peered":"2022-03-08T23:04:26.633419+0000","last_unstale":"2022-03-08T23:04:30.766826+0000","last_undegraded":"2022-03-08T23:04:30.766826+0000","last_fullsized":"2022-03-08T23:04:30.766826+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-03-08T23:04:24.857412+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-03-08T23:04:24.857412+0000","last_clean_scrub_stamp":"2022-03-08T23:04:24.857412+0000","objects_scrubbed":0,"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-03-10T07:01:32.480562+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":1413120,"data_stored":1400868,"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":17,"seq":73014444036,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":4976,"kb_used_data":168,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740176,"statfs":{"total":95995035648,"available":95989940224,"internally_reserved":0,"allocated":172032,"data_stored":41240,"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.873}]},{"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.83999999999999997}]},{"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.95799999999999996}]}]},{"osd":1,"up_from":17,"seq":73014444036,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5948,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739204,"statfs":{"total":95995035648,"available":95988944896,"internally_reserved":0,"allocated":643072,"data_stored":508196,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,2,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.7869999999999999}]},{"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.91100000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.9359999999999999}]}]},{"osd":0,"up_from":12,"seq":51539607560,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6012,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93739140,"statfs":{"total":95995035648,"available":95988879360,"internally_reserved":0,"allocated":643072,"data_stored":508196,"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":0.997}]},{"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.54300000000000004}]},{"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.61899999999999999}]}]},{"osd":2,"up_from":16,"seq":68719476741,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5948,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739204,"statfs":{"total":95995035648,"available":95988944896,"internally_reserved":0,"allocated":643072,"data_stored":508196,"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":1.004}]},{"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.56599999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1839999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"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":471040,"data_stored":466956,"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":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2022-03-08T23:04:35.148 INFO:tasks.rook.ceph_manager.ceph:clean! 2022-03-08T23:04:35.149 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2022-03-08T23:04:35.149 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy 2022-03-08T23:04:35.149 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph health --format=json 2022-03-08T23:04:35.724 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:35.724 INFO:teuthology.orchestra.run.smithi043.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2022-03-08T23:04:35.744 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy done 2022-03-08T23:04:35.744 INFO:tasks.rook:Rook complete, yielding 2022-03-08T23:04:35.745 INFO:teuthology.run_tasks:Running task rook.shell... 2022-03-08T23:04:35.762 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph -s 2022-03-08T23:04:36.364 INFO:teuthology.orchestra.run.smithi043.stdout: cluster: 2022-03-08T23:04:36.365 INFO:teuthology.orchestra.run.smithi043.stdout: id: 0a6308bf-fa68-4646-b0d6-418c0318340c 2022-03-08T23:04:36.365 INFO:teuthology.orchestra.run.smithi043.stdout: health: HEALTH_OK 2022-03-08T23:04:36.365 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:36.366 INFO:teuthology.orchestra.run.smithi043.stdout: services: 2022-03-08T23:04:36.366 INFO:teuthology.orchestra.run.smithi043.stdout: mon: 1 daemons, quorum a (age 2m) 2022-03-08T23:04:36.366 INFO:teuthology.orchestra.run.smithi043.stdout: mgr: a(active, since 116s) 2022-03-08T23:04:36.366 INFO:teuthology.orchestra.run.smithi043.stdout: osd: 4 osds: 4 up (since 12s), 4 in (since 49s) 2022-03-08T23:04:36.366 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:36.367 INFO:teuthology.orchestra.run.smithi043.stdout: data: 2022-03-08T23:04:36.367 INFO:teuthology.orchestra.run.smithi043.stdout: pools: 1 pools, 1 pgs 2022-03-08T23:04:36.367 INFO:teuthology.orchestra.run.smithi043.stdout: objects: 2 objects, 577 KiB 2022-03-08T23:04:36.367 INFO:teuthology.orchestra.run.smithi043.stdout: usage: 22 MiB used, 358 GiB / 358 GiB avail 2022-03-08T23:04:36.367 INFO:teuthology.orchestra.run.smithi043.stdout: pgs: 1 active+clean 2022-03-08T23:04:36.368 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:36.368 INFO:teuthology.orchestra.run.smithi043.stdout: io: 2022-03-08T23:04:36.368 INFO:teuthology.orchestra.run.smithi043.stdout: client: 2.2 KiB/s rd, 65 KiB/s wr, 2 op/s rd, 3 op/s wr 2022-03-08T23:04:36.368 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:04:36.383 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch status 2022-03-08T23:04:37.003 INFO:teuthology.orchestra.run.smithi043.stdout:Backend: rook 2022-03-08T23:04:37.003 INFO:teuthology.orchestra.run.smithi043.stdout:Available: Yes 2022-03-08T23:04:37.025 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ps 2022-03-08T23:04:37.622 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-03-08T23:04:37.622 INFO:teuthology.orchestra.run.smithi043.stdout:crashcollector.crash smithi043 running (64s) 0s ago 64s - - 4b871cde5e1a 2022-03-08T23:04:37.623 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.a smithi043 running (2m) 0s ago 2m - - 4b871cde5e1a 2022-03-08T23:04:37.623 INFO:teuthology.orchestra.run.smithi043.stdout:mon.a smithi043 running (2m) 0s ago 2m - - 4b871cde5e1a 2022-03-08T23:04:37.623 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (65s) 0s ago 65s - - 4b871cde5e1a 2022-03-08T23:04:37.623 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (47s) 0s ago 48s - - 4b871cde5e1a 2022-03-08T23:04:37.624 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (44s) 0s ago 45s - - 4b871cde5e1a 2022-03-08T23:04:37.624 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (43s) 0s ago 43s - - 4b871cde5e1a 2022-03-08T23:04:37.642 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls 2022-03-08T23:04:38.265 INFO:teuthology.orchestra.run.smithi043.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-03-08T23:04:38.265 INFO:teuthology.orchestra.run.smithi043.stdout:crash 1/1 0s ago 65s * 2022-03-08T23:04:38.265 INFO:teuthology.orchestra.run.smithi043.stdout:mgr 1/1 0s ago 2m count:1 2022-03-08T23:04:38.266 INFO:teuthology.orchestra.run.smithi043.stdout:mon 1/1 0s ago 2m count:1 2022-03-08T23:04:38.266 INFO:teuthology.orchestra.run.smithi043.stdout:osd 8 0s ago 66s 2022-03-08T23:04:38.266 INFO:teuthology.orchestra.run.smithi043.stdout:osd.all-available-devices 0 0s ago - * 2022-03-08T23:04:38.289 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch device ls 2022-03-08T23:04:38.826 INFO:teuthology.orchestra.run.smithi043.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2022-03-08T23:04:38.826 INFO:teuthology.orchestra.run.smithi043.stdout:smithi043 /dev/vg_nvme/lv_1 unknown None 107G 0s ago 2022-03-08T23:04:38.826 INFO:teuthology.orchestra.run.smithi043.stdout:smithi043 /dev/vg_nvme/lv_2 unknown None 107G 0s ago 2022-03-08T23:04:38.826 INFO:teuthology.orchestra.run.smithi043.stdout:smithi043 /dev/vg_nvme/lv_3 unknown None 107G 0s ago 2022-03-08T23:04:38.827 INFO:teuthology.orchestra.run.smithi043.stdout:smithi043 /dev/vg_nvme/lv_4 unknown None 107G 0s ago 2022-03-08T23:04:38.848 INFO:teuthology.run_tasks:Running task install... 2022-03-08T23:04:38.862 DEBUG:teuthology.task.install:project ceph 2022-03-08T23:04:38.863 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '7a44e9ebca556862e9704be295a07719d7db47b3'}} 2022-03-08T23:04:38.863 DEBUG:teuthology.task.install:config {'host.a': None, 'flavor': 'default', 'sha1': '7a44e9ebca556862e9704be295a07719d7db47b3'} 2022-03-08T23:04:38.864 INFO:teuthology.task.install:Using flavor: default 2022-03-08T23:04:38.872 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-03-08T23:04:38.872 INFO:teuthology.task.install:extra packages: [] 2022-03-08T23:04:38.873 DEBUG:teuthology.orchestra.run.smithi043:> sudo lsb_release -is 2022-03-08T23:04:38.919 INFO:teuthology.orchestra.run.smithi043.stdout:Ubuntu 2022-03-08T23:04:38.925 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-08T23:04:38.926 DEBUG:teuthology.orchestra.run.smithi043:> sudo apt-key list | grep Ceph 2022-03-08T23:04:39.018 INFO:teuthology.orchestra.run.smithi043.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2022-03-08T23:04:39.076 INFO:teuthology.orchestra.run.smithi043.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2022-03-08T23:04:39.077 INFO:teuthology.orchestra.run.smithi043.stdout:uid [ unknown] Ceph.com (release key) 2022-03-08T23:04:39.077 DEBUG:teuthology.orchestra.run.smithi043:> sudo lsb_release -is 2022-03-08T23:04:39.120 INFO:teuthology.orchestra.run.smithi043.stdout:Ubuntu 2022-03-08T23:04:39.125 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-08T23:04:39.126 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-03-08T23:04:39.127 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=7a44e9ebca556862e9704be295a07719d7db47b3 2022-03-08T23:04:39.284 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default/ 2022-03-08T23:04:39.285 INFO:teuthology.task.install.deb:Package version is 17.0.0-11025-g7a44e9eb-1focal 2022-03-08T23:04:39.400 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T23:04:39.401 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2022-03-08T23:04:39.419 DEBUG:teuthology.orchestra.run.smithi043:> sudo apt-get update 2022-03-08T23:04:39.617 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-08T23:04:39.693 INFO:teuthology.orchestra.run.smithi043.stdout:Ign:3 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal InRelease 2022-03-08T23:04:39.732 INFO:teuthology.orchestra.run.smithi043.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal Release [7,662 B] 2022-03-08T23:04:39.756 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:5 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-08T23:04:39.762 INFO:teuthology.orchestra.run.smithi043.stdout:Get:2 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9,383 B] 2022-03-08T23:04:39.773 INFO:teuthology.orchestra.run.smithi043.stdout:Ign:6 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal Release.gpg 2022-03-08T23:04:39.815 INFO:teuthology.orchestra.run.smithi043.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 Packages [17.3 kB] 2022-03-08T23:04:39.865 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:8 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-08T23:04:39.900 INFO:teuthology.orchestra.run.smithi043.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main i386 Packages [3,360 B] 2022-03-08T23:04:39.946 INFO:teuthology.orchestra.run.smithi043.stdout:Hit:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-08T23:04:40.352 INFO:teuthology.orchestra.run.smithi043.stdout:Fetched 37.7 kB in 1s (54.2 kB/s) 2022-03-08T23:04:41.307 INFO:teuthology.orchestra.run.smithi043.stdout:Reading package lists... 2022-03-08T23:04:41.330 DEBUG:teuthology.orchestra.run.smithi043:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=17.0.0-11025-g7a44e9eb-1focal cephadm=17.0.0-11025-g7a44e9eb-1focal ceph-mds=17.0.0-11025-g7a44e9eb-1focal ceph-mgr=17.0.0-11025-g7a44e9eb-1focal ceph-common=17.0.0-11025-g7a44e9eb-1focal ceph-fuse=17.0.0-11025-g7a44e9eb-1focal ceph-test=17.0.0-11025-g7a44e9eb-1focal ceph-volume=17.0.0-11025-g7a44e9eb-1focal radosgw=17.0.0-11025-g7a44e9eb-1focal python3-rados=17.0.0-11025-g7a44e9eb-1focal python3-rgw=17.0.0-11025-g7a44e9eb-1focal python3-cephfs=17.0.0-11025-g7a44e9eb-1focal python3-rbd=17.0.0-11025-g7a44e9eb-1focal libcephfs2=17.0.0-11025-g7a44e9eb-1focal libcephfs-dev=17.0.0-11025-g7a44e9eb-1focal librados2=17.0.0-11025-g7a44e9eb-1focal librbd1=17.0.0-11025-g7a44e9eb-1focal rbd-fuse=17.0.0-11025-g7a44e9eb-1focal 2022-03-08T23:04:41.402 INFO:teuthology.orchestra.run.smithi043.stdout:Reading package lists... 2022-03-08T23:04:41.595 INFO:teuthology.orchestra.run.smithi043.stdout:Building dependency tree... 2022-03-08T23:04:41.596 INFO:teuthology.orchestra.run.smithi043.stdout:Reading state information... 2022-03-08T23:04:41.770 INFO:teuthology.orchestra.run.smithi043.stdout:The following packages were automatically installed and are no longer required: 2022-03-08T23:04:41.771 INFO:teuthology.orchestra.run.smithi043.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2022-03-08T23:04:41.771 INFO:teuthology.orchestra.run.smithi043.stdout:Use 'sudo apt autoremove' to remove them. 2022-03-08T23:04:41.771 INFO:teuthology.orchestra.run.smithi043.stdout:The following additional packages will be installed: 2022-03-08T23:04:41.772 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-base ceph-mgr-dashboard ceph-mgr-diskprediction-local 2022-03-08T23:04:41.773 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq libjq1 2022-03-08T23:04:41.773 INFO:teuthology.orchestra.run.smithi043.stdout: libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 liblua5.3-0 2022-03-08T23:04:41.773 INFO:teuthology.orchestra.run.smithi043.stdout: liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-03-08T23:04:41.773 INFO:teuthology.orchestra.run.smithi043.stdout: libsqlite3-mod-ceph libxslt1.1 nvme-cli python-pastedeploy-tpl 2022-03-08T23:04:41.774 INFO:teuthology.orchestra.run.smithi043.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2022-03-08T23:04:41.774 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common 2022-03-08T23:04:41.774 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2022-03-08T23:04:41.774 INFO:teuthology.orchestra.run.smithi043.stdout: python3-html5lib python3-joblib python3-jwt python3-kubernetes 2022-03-08T23:04:41.775 INFO:teuthology.orchestra.run.smithi043.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2022-03-08T23:04:41.775 INFO:teuthology.orchestra.run.smithi043.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2022-03-08T23:04:41.775 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2022-03-08T23:04:41.775 INFO:teuthology.orchestra.run.smithi043.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2022-03-08T23:04:41.776 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2022-03-08T23:04:41.776 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2022-03-08T23:04:41.776 INFO:teuthology.orchestra.run.smithi043.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2022-03-08T23:04:41.776 INFO:teuthology.orchestra.run.smithi043.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2022-03-08T23:04:41.776 INFO:teuthology.orchestra.run.smithi043.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2022-03-08T23:04:41.777 INFO:teuthology.orchestra.run.smithi043.stdout: python3-websocket python3-webtest python3-werkzeug xmlstarlet 2022-03-08T23:04:41.777 INFO:teuthology.orchestra.run.smithi043.stdout:Suggested packages: 2022-03-08T23:04:41.778 INFO:teuthology.orchestra.run.smithi043.stdout: python3-influxdb python-attr-doc python-blinker-doc python-cryptography-doc 2022-03-08T23:04:41.778 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cryptography-vectors python3-genshi python3-crypto python3-lxml-dbg 2022-03-08T23:04:41.778 INFO:teuthology.orchestra.run.smithi043.stdout: python-lxml-doc python3-beaker python-mako-doc python-openssl-doc 2022-03-08T23:04:41.778 INFO:teuthology.orchestra.run.smithi043.stdout: python3-openssl-dbg httpd-wsgi libapache2-mod-python libapache2-mod-scgi 2022-03-08T23:04:41.779 INFO:teuthology.orchestra.run.smithi043.stdout: libjs-mochikit python-pecan-doc python-psutil-doc subversion 2022-03-08T23:04:41.779 INFO:teuthology.orchestra.run.smithi043.stdout: python-pyinotify-doc python-scipy-doc python3-dap python-sklearn-doc 2022-03-08T23:04:41.779 INFO:teuthology.orchestra.run.smithi043.stdout: ipython3 python-waitress-doc python-webob-doc python-webtest-doc 2022-03-08T23:04:41.779 INFO:teuthology.orchestra.run.smithi043.stdout: python-werkzeug-doc python3-termcolor python3-watchdog 2022-03-08T23:04:41.780 INFO:teuthology.orchestra.run.smithi043.stdout:Recommended packages: 2022-03-08T23:04:41.780 INFO:teuthology.orchestra.run.smithi043.stdout: btrfs-tools ceph-mgr-cephadm 2022-03-08T23:04:41.884 INFO:teuthology.orchestra.run.smithi043.stdout:The following NEW packages will be installed: 2022-03-08T23:04:41.885 INFO:teuthology.orchestra.run.smithi043.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-dashboard 2022-03-08T23:04:41.885 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2022-03-08T23:04:41.887 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mon ceph-osd ceph-test ceph-volume cephadm jq libcephfs-dev libcephfs2 2022-03-08T23:04:41.887 INFO:teuthology.orchestra.run.smithi043.stdout: libjq1 libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 liblua5.3-0 2022-03-08T23:04:41.887 INFO:teuthology.orchestra.run.smithi043.stdout: liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-03-08T23:04:41.887 INFO:teuthology.orchestra.run.smithi043.stdout: libsqlite3-mod-ceph libxslt1.1 nvme-cli python-pastedeploy-tpl 2022-03-08T23:04:41.888 INFO:teuthology.orchestra.run.smithi043.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2022-03-08T23:04:41.888 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2022-03-08T23:04:41.888 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2022-03-08T23:04:41.888 INFO:teuthology.orchestra.run.smithi043.stdout: python3-html5lib python3-joblib python3-jwt python3-kubernetes 2022-03-08T23:04:41.889 INFO:teuthology.orchestra.run.smithi043.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2022-03-08T23:04:41.889 INFO:teuthology.orchestra.run.smithi043.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2022-03-08T23:04:41.889 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2022-03-08T23:04:41.889 INFO:teuthology.orchestra.run.smithi043.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2022-03-08T23:04:41.890 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-rados 2022-03-08T23:04:41.890 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rbd python3-repoze.lru python3-requests-oauthlib python3-rgw 2022-03-08T23:04:41.890 INFO:teuthology.orchestra.run.smithi043.stdout: python3-routes python3-rsa python3-scipy python3-simplegeneric 2022-03-08T23:04:41.890 INFO:teuthology.orchestra.run.smithi043.stdout: python3-simplejson python3-singledispatch python3-sklearn 2022-03-08T23:04:41.891 INFO:teuthology.orchestra.run.smithi043.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2022-03-08T23:04:41.891 INFO:teuthology.orchestra.run.smithi043.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2022-03-08T23:04:41.891 INFO:teuthology.orchestra.run.smithi043.stdout: python3-webtest python3-werkzeug radosgw rbd-fuse xmlstarlet 2022-03-08T23:04:41.892 INFO:teuthology.orchestra.run.smithi043.stdout:The following packages will be upgraded: 2022-03-08T23:04:41.892 INFO:teuthology.orchestra.run.smithi043.stdout: librados2 librbd1 2022-03-08T23:04:42.078 INFO:teuthology.orchestra.run.smithi043.stdout:2 upgraded, 95 newly installed, 0 to remove and 85 not upgraded. 2022-03-08T23:04:42.078 INFO:teuthology.orchestra.run.smithi043.stdout:Need to get 181 MB of archives. 2022-03-08T23:04:42.078 INFO:teuthology.orchestra.run.smithi043.stdout:After this operation, 845 MB of additional disk space will be used. 2022-03-08T23:04:42.079 INFO:teuthology.orchestra.run.smithi043.stdout:Get:1 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 17.0.0-11025-g7a44e9eb-1focal [3,484 kB] 2022-03-08T23:04:42.082 INFO:teuthology.orchestra.run.smithi043.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2022-03-08T23:04:42.532 INFO:teuthology.orchestra.run.smithi043.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2022-03-08T23:04:42.541 INFO:teuthology.orchestra.run.smithi043.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-03-08T23:04:42.566 INFO:teuthology.orchestra.run.smithi043.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2022-03-08T23:04:42.567 INFO:teuthology.orchestra.run.smithi043.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2022-03-08T23:04:42.699 INFO:teuthology.orchestra.run.smithi043.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 17.0.0-11025-g7a44e9eb-1focal [3,533 kB] 2022-03-08T23:04:42.758 INFO:teuthology.orchestra.run.smithi043.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2022-03-08T23:04:42.765 INFO:teuthology.orchestra.run.smithi043.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2022-03-08T23:04:42.810 INFO:teuthology.orchestra.run.smithi043.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2022-03-08T23:04:42.833 INFO:teuthology.orchestra.run.smithi043.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2022-03-08T23:04:42.835 INFO:teuthology.orchestra.run.smithi043.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2022-03-08T23:04:42.855 INFO:teuthology.orchestra.run.smithi043.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jwt all 1.7.1-2ubuntu2 [17.4 kB] 2022-03-08T23:04:42.857 INFO:teuthology.orchestra.run.smithi043.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2022-03-08T23:04:42.860 INFO:teuthology.orchestra.run.smithi043.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2022-03-08T23:04:42.863 INFO:teuthology.orchestra.run.smithi043.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2 [59.1 kB] 2022-03-08T23:04:42.867 INFO:teuthology.orchestra.run.smithi043.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2022-03-08T23:04:42.930 INFO:teuthology.orchestra.run.smithi043.stdout:Get:18 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 17.0.0-11025-g7a44e9eb-1focal [755 kB] 2022-03-08T23:04:42.958 INFO:teuthology.orchestra.run.smithi043.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2022-03-08T23:04:42.959 INFO:teuthology.orchestra.run.smithi043.stdout:Get:20 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 17.0.0-11025-g7a44e9eb-1focal [412 kB] 2022-03-08T23:04:42.959 INFO:teuthology.orchestra.run.smithi043.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2022-03-08T23:04:42.960 INFO:teuthology.orchestra.run.smithi043.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2022-03-08T23:04:42.961 INFO:teuthology.orchestra.run.smithi043.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2022-03-08T23:04:42.962 INFO:teuthology.orchestra.run.smithi043.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-waitress all 1.4.1-1 [80.6 kB] 2022-03-08T23:04:42.964 INFO:teuthology.orchestra.run.smithi043.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2022-03-08T23:04:42.965 INFO:teuthology.orchestra.run.smithi043.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2022-03-08T23:04:42.975 INFO:teuthology.orchestra.run.smithi043.stdout:Get:27 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 17.0.0-11025-g7a44e9eb-1focal [22.4 kB] 2022-03-08T23:04:42.976 INFO:teuthology.orchestra.run.smithi043.stdout:Get:28 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 17.0.0-11025-g7a44e9eb-1focal [200 kB] 2022-03-08T23:04:42.982 INFO:teuthology.orchestra.run.smithi043.stdout:Get:29 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 17.0.0-11025-g7a44e9eb-1focal [41.9 kB] 2022-03-08T23:04:42.985 INFO:teuthology.orchestra.run.smithi043.stdout:Get:30 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 17.0.0-11025-g7a44e9eb-1focal [385 kB] 2022-03-08T23:04:42.993 INFO:teuthology.orchestra.run.smithi043.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2022-03-08T23:04:43.000 INFO:teuthology.orchestra.run.smithi043.stdout:Get:32 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 17.0.0-11025-g7a44e9eb-1focal [4,162 kB] 2022-03-08T23:04:43.030 INFO:teuthology.orchestra.run.smithi043.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2022-03-08T23:04:43.032 INFO:teuthology.orchestra.run.smithi043.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2022-03-08T23:04:43.113 INFO:teuthology.orchestra.run.smithi043.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2022-03-08T23:04:43.115 INFO:teuthology.orchestra.run.smithi043.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-werkzeug all 0.16.1+dfsg1-2 [183 kB] 2022-03-08T23:04:43.120 INFO:teuthology.orchestra.run.smithi043.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2022-03-08T23:04:43.120 INFO:teuthology.orchestra.run.smithi043.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2022-03-08T23:04:43.122 INFO:teuthology.orchestra.run.smithi043.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2022-03-08T23:04:43.125 INFO:teuthology.orchestra.run.smithi043.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2022-03-08T23:04:43.126 INFO:teuthology.orchestra.run.smithi043.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2022-03-08T23:04:43.127 INFO:teuthology.orchestra.run.smithi043.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2022-03-08T23:04:43.132 INFO:teuthology.orchestra.run.smithi043.stdout:Get:43 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 17.0.0-11025-g7a44e9eb-1focal [116 kB] 2022-03-08T23:04:43.137 INFO:teuthology.orchestra.run.smithi043.stdout:Get:44 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 17.0.0-11025-g7a44e9eb-1focal [478 kB] 2022-03-08T23:04:43.150 INFO:teuthology.orchestra.run.smithi043.stdout:Get:45 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 17.0.0-11025-g7a44e9eb-1focal [24.4 MB] 2022-03-08T23:04:43.194 INFO:teuthology.orchestra.run.smithi043.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2022-03-08T23:04:43.596 INFO:teuthology.orchestra.run.smithi043.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-03-08T23:04:43.611 INFO:teuthology.orchestra.run.smithi043.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2022-03-08T23:04:43.613 INFO:teuthology.orchestra.run.smithi043.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2022-03-08T23:04:43.693 INFO:teuthology.orchestra.run.smithi043.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2022-03-08T23:04:43.694 INFO:teuthology.orchestra.run.smithi043.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2022-03-08T23:04:43.694 INFO:teuthology.orchestra.run.smithi043.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2022-03-08T23:04:43.695 INFO:teuthology.orchestra.run.smithi043.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2022-03-08T23:04:43.695 INFO:teuthology.orchestra.run.smithi043.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2022-03-08T23:04:43.696 INFO:teuthology.orchestra.run.smithi043.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2022-03-08T23:04:43.696 INFO:teuthology.orchestra.run.smithi043.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2022-03-08T23:04:43.763 INFO:teuthology.orchestra.run.smithi043.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2022-03-08T23:04:43.764 INFO:teuthology.orchestra.run.smithi043.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2022-03-08T23:04:43.846 INFO:teuthology.orchestra.run.smithi043.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2022-03-08T23:04:43.850 INFO:teuthology.orchestra.run.smithi043.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2022-03-08T23:04:43.852 INFO:teuthology.orchestra.run.smithi043.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2022-03-08T23:04:43.855 INFO:teuthology.orchestra.run.smithi043.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2022-03-08T23:04:43.855 INFO:teuthology.orchestra.run.smithi043.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libxslt1.1 amd64 1.1.34-4 [152 kB] 2022-03-08T23:04:43.857 INFO:teuthology.orchestra.run.smithi043.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2022-03-08T23:04:43.859 INFO:teuthology.orchestra.run.smithi043.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2022-03-08T23:04:43.864 INFO:teuthology.orchestra.run.smithi043.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2022-03-08T23:04:43.928 INFO:teuthology.orchestra.run.smithi043.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2022-03-08T23:04:43.928 INFO:teuthology.orchestra.run.smithi043.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2022-03-08T23:04:44.009 INFO:teuthology.orchestra.run.smithi043.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2022-03-08T23:04:44.027 INFO:teuthology.orchestra.run.smithi043.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2022-03-08T23:04:44.028 INFO:teuthology.orchestra.run.smithi043.stdout:Get:71 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 17.0.0-11025-g7a44e9eb-1focal [6,433 kB] 2022-03-08T23:04:44.041 INFO:teuthology.orchestra.run.smithi043.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2022-03-08T23:04:44.041 INFO:teuthology.orchestra.run.smithi043.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2022-03-08T23:04:44.042 INFO:teuthology.orchestra.run.smithi043.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2022-03-08T23:04:44.093 INFO:teuthology.orchestra.run.smithi043.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2022-03-08T23:04:44.094 INFO:teuthology.orchestra.run.smithi043.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2022-03-08T23:04:44.096 INFO:teuthology.orchestra.run.smithi043.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2022-03-08T23:04:44.096 INFO:teuthology.orchestra.run.smithi043.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2022-03-08T23:04:44.097 INFO:teuthology.orchestra.run.smithi043.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2022-03-08T23:04:44.164 INFO:teuthology.orchestra.run.smithi043.stdout:Get:80 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 17.0.0-11025-g7a44e9eb-1focal [211 kB] 2022-03-08T23:04:44.170 INFO:teuthology.orchestra.run.smithi043.stdout:Get:81 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 17.0.0-11025-g7a44e9eb-1focal [151 kB] 2022-03-08T23:04:44.173 INFO:teuthology.orchestra.run.smithi043.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2022-03-08T23:04:44.174 INFO:teuthology.orchestra.run.smithi043.stdout:Get:83 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 17.0.0-11025-g7a44e9eb-1focal [1,574 kB] 2022-03-08T23:04:44.226 INFO:teuthology.orchestra.run.smithi043.stdout:Get:84 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 17.0.0-11025-g7a44e9eb-1focal [7,824 kB] 2022-03-08T23:04:44.496 INFO:teuthology.orchestra.run.smithi043.stdout:Get:85 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 17.0.0-11025-g7a44e9eb-1focal [28.6 MB] 2022-03-08T23:04:45.577 INFO:teuthology.orchestra.run.smithi043.stdout:Get:86 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 17.0.0-11025-g7a44e9eb-1focal [3,808 B] 2022-03-08T23:04:45.587 INFO:teuthology.orchestra.run.smithi043.stdout:Get:87 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 17.0.0-11025-g7a44e9eb-1focal [863 kB] 2022-03-08T23:04:45.597 INFO:teuthology.orchestra.run.smithi043.stdout:Get:88 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 17.0.0-11025-g7a44e9eb-1focal [2,396 kB] 2022-03-08T23:04:45.621 INFO:teuthology.orchestra.run.smithi043.stdout:Get:89 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 17.0.0-11025-g7a44e9eb-1focal [1,677 kB] 2022-03-08T23:04:45.633 INFO:teuthology.orchestra.run.smithi043.stdout:Get:90 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 17.0.0-11025-g7a44e9eb-1focal [7,889 kB] 2022-03-08T23:04:45.890 INFO:teuthology.orchestra.run.smithi043.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 17.0.0-11025-g7a44e9eb-1focal [3,924 B] 2022-03-08T23:04:45.929 INFO:teuthology.orchestra.run.smithi043.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 17.0.0-11025-g7a44e9eb-1focal [50.5 MB] 2022-03-08T23:04:47.925 INFO:teuthology.orchestra.run.smithi043.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 17.0.0-11025-g7a44e9eb-1focal [219 kB] 2022-03-08T23:04:47.955 INFO:teuthology.orchestra.run.smithi043.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 17.0.0-11025-g7a44e9eb-1focal [69.5 kB] 2022-03-08T23:04:47.955 INFO:teuthology.orchestra.run.smithi043.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 17.0.0-11025-g7a44e9eb-1focal [21.7 kB] 2022-03-08T23:04:47.958 INFO:teuthology.orchestra.run.smithi043.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 17.0.0-11025-g7a44e9eb-1focal [12.7 MB] 2022-03-08T23:04:48.351 INFO:teuthology.orchestra.run.smithi043.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/wip-yuri5-testing-2022-03-07-0958/7a44e9ebca556862e9704be295a07719d7db47b3/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 17.0.0-11025-g7a44e9eb-1focal [78.8 kB] 2022-03-08T23:04:48.944 INFO:teuthology.orchestra.run.smithi043.stdout:Fetched 181 MB in 6s (28.1 MB/s) 2022-03-08T23:04:49.187 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2022-03-08T23:04:49.238 INFO:teuthology.orchestra.run.smithi043.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 ... 109337 files and directories currently installed.) 2022-03-08T23:04:49.242 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../00-liblttng-ust0_2.11.0-1_amd64.deb ... 2022-03-08T23:04:49.344 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2022-03-08T23:04:49.779 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../01-librbd1_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:04:49.940 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking librbd1 (17.0.0-11025-g7a44e9eb-1focal) over (15.2.14-0ubuntu0.20.04.2) ... 2022-03-08T23:04:50.761 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../02-librados2_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:04:50.887 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking librados2 (17.0.0-11025-g7a44e9eb-1focal) over (15.2.14-0ubuntu0.20.04.2) ... 2022-03-08T23:04:51.726 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libcephfs2. 2022-03-08T23:04:51.742 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../03-libcephfs2_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:04:51.776 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libcephfs2 (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:04:52.247 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-rados. 2022-03-08T23:04:52.260 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../04-python3-rados_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:04:52.296 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-rados (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:04:52.718 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-ceph-argparse. 2022-03-08T23:04:52.732 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../05-python3-ceph-argparse_17.0.0-11025-g7a44e9eb-1focal_all.deb ... 2022-03-08T23:04:52.776 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-ceph-argparse (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:04:53.082 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-cephfs. 2022-03-08T23:04:53.090 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../06-python3-cephfs_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:04:53.190 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-cephfs (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:04:53.668 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-ceph-common. 2022-03-08T23:04:53.680 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../07-python3-ceph-common_17.0.0-11025-g7a44e9eb-1focal_all.deb ... 2022-03-08T23:04:53.719 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-ceph-common (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:04:54.055 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-prettytable. 2022-03-08T23:04:54.064 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../08-python3-prettytable_0.7.2-5_all.deb ... 2022-03-08T23:04:54.114 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2022-03-08T23:04:54.477 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-rbd. 2022-03-08T23:04:54.491 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../09-python3-rbd_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:04:54.542 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-rbd (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:04:54.929 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2022-03-08T23:04:54.942 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../10-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-03-08T23:04:54.987 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-03-08T23:04:55.458 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package librabbitmq4:amd64. 2022-03-08T23:04:55.470 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../11-librabbitmq4_0.10.0-1_amd64.deb ... 2022-03-08T23:04:55.584 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2022-03-08T23:04:55.937 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package librdkafka1:amd64. 2022-03-08T23:04:55.945 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../12-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2022-03-08T23:04:55.995 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-03-08T23:04:56.416 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package librgw2. 2022-03-08T23:04:56.429 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../13-librgw2_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:04:56.465 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking librgw2 (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:04:57.311 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-rgw. 2022-03-08T23:04:57.324 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../14-python3-rgw_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:04:57.468 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-rgw (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:04:57.798 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package liboath0. 2022-03-08T23:04:57.811 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../15-liboath0_2.6.1-1.3_amd64.deb ... 2022-03-08T23:04:57.848 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2022-03-08T23:04:58.159 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libradosstriper1. 2022-03-08T23:04:58.171 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../16-libradosstriper1_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:04:58.209 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libradosstriper1 (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:04:58.705 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ceph-common. 2022-03-08T23:04:58.721 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../17-ceph-common_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:04:58.754 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ceph-common (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:01.532 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ceph-base. 2022-03-08T23:05:01.547 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../18-ceph-base_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:05:01.599 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ceph-base (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:02.905 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-cryptography. 2022-03-08T23:05:02.918 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../19-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2022-03-08T23:05:02.963 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2022-03-08T23:05:03.585 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-openssl. 2022-03-08T23:05:03.598 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../20-python3-openssl_19.0.0-1build1_all.deb ... 2022-03-08T23:05:03.691 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2022-03-08T23:05:03.959 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2022-03-08T23:05:03.972 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../21-ceph-mgr-modules-core_17.0.0-11025-g7a44e9eb-1focal_all.deb ... 2022-03-08T23:05:04.018 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ceph-mgr-modules-core (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:04.434 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-bcrypt. 2022-03-08T23:05:04.448 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../22-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2022-03-08T23:05:04.486 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2022-03-08T23:05:04.889 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-cherrypy3. 2022-03-08T23:05:04.897 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../23-python3-cherrypy3_8.9.1-6_all.deb ... 2022-03-08T23:05:04.949 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2022-03-08T23:05:05.422 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-jwt. 2022-03-08T23:05:05.438 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../24-python3-jwt_1.7.1-2ubuntu2_all.deb ... 2022-03-08T23:05:05.490 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2) ... 2022-03-08T23:05:05.998 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-logutils. 2022-03-08T23:05:06.011 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../25-python3-logutils_0.3.3-7_all.deb ... 2022-03-08T23:05:06.069 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-logutils (0.3.3-7) ... 2022-03-08T23:05:06.431 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-markupsafe. 2022-03-08T23:05:06.446 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../26-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2022-03-08T23:05:06.489 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2022-03-08T23:05:06.780 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-mako. 2022-03-08T23:05:06.793 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../27-python3-mako_1.1.0+ds1-1ubuntu2_all.deb ... 2022-03-08T23:05:06.831 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-03-08T23:05:07.324 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-simplegeneric. 2022-03-08T23:05:07.333 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../28-python3-simplegeneric_0.8.1-3_all.deb ... 2022-03-08T23:05:07.424 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2022-03-08T23:05:07.824 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-singledispatch. 2022-03-08T23:05:07.839 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../29-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2022-03-08T23:05:07.882 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2022-03-08T23:05:08.181 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-webob. 2022-03-08T23:05:08.195 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../30-python3-webob_1%3a1.8.5-2_all.deb ... 2022-03-08T23:05:08.239 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2022-03-08T23:05:08.608 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-soupsieve. 2022-03-08T23:05:08.623 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../31-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2022-03-08T23:05:08.666 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2022-03-08T23:05:09.006 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-bs4. 2022-03-08T23:05:09.020 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../32-python3-bs4_4.8.2-1_all.deb ... 2022-03-08T23:05:09.065 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2022-03-08T23:05:09.459 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-waitress. 2022-03-08T23:05:09.475 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../33-python3-waitress_1.4.1-1_all.deb ... 2022-03-08T23:05:09.551 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-waitress (1.4.1-1) ... 2022-03-08T23:05:09.968 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-tempita. 2022-03-08T23:05:09.985 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../34-python3-tempita_0.5.2-6_all.deb ... 2022-03-08T23:05:10.026 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-tempita (0.5.2-6) ... 2022-03-08T23:05:10.332 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-paste. 2022-03-08T23:05:10.344 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../35-python3-paste_3.4.0+dfsg1-1_all.deb ... 2022-03-08T23:05:10.382 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2022-03-08T23:05:10.911 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2022-03-08T23:05:10.925 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../36-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2022-03-08T23:05:11.002 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2022-03-08T23:05:11.385 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-pastedeploy. 2022-03-08T23:05:11.398 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../37-python3-pastedeploy_2.1.0-1_all.deb ... 2022-03-08T23:05:11.436 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2022-03-08T23:05:11.935 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-webtest. 2022-03-08T23:05:11.944 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../38-python3-webtest_2.0.32-2_all.deb ... 2022-03-08T23:05:11.986 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-webtest (2.0.32-2) ... 2022-03-08T23:05:12.370 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-pecan. 2022-03-08T23:05:12.380 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../39-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2022-03-08T23:05:12.417 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2022-03-08T23:05:12.912 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-werkzeug. 2022-03-08T23:05:12.927 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../40-python3-werkzeug_0.16.1+dfsg1-2_all.deb ... 2022-03-08T23:05:12.972 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2) ... 2022-03-08T23:05:13.376 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2022-03-08T23:05:13.390 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../41-libsqlite3-mod-ceph_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:05:13.452 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libsqlite3-mod-ceph (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:13.983 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ceph-mgr. 2022-03-08T23:05:13.996 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../42-ceph-mgr_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:05:14.054 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ceph-mgr (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:14.752 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ceph-mon. 2022-03-08T23:05:14.766 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../43-ceph-mon_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:05:14.812 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ceph-mon (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:16.265 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ceph-osd. 2022-03-08T23:05:16.275 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../44-ceph-osd_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:05:16.329 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ceph-osd (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:19.322 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ceph. 2022-03-08T23:05:19.339 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../45-ceph_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:05:19.385 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ceph (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:20.415 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ceph-fuse. 2022-03-08T23:05:20.432 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../46-ceph-fuse_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:05:20.468 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ceph-fuse (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:20.983 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ceph-mds. 2022-03-08T23:05:20.994 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../47-ceph-mds_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:05:21.052 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ceph-mds (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:21.678 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-repoze.lru. 2022-03-08T23:05:21.690 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../48-python3-repoze.lru_0.7-2_all.deb ... 2022-03-08T23:05:21.736 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2022-03-08T23:05:22.004 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libjs-underscore. 2022-03-08T23:05:22.018 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../49-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2022-03-08T23:05:22.070 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-03-08T23:05:22.547 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libjs-sphinxdoc. 2022-03-08T23:05:22.556 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../50-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2022-03-08T23:05:22.597 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-03-08T23:05:22.904 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-routes. 2022-03-08T23:05:22.917 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../51-python3-routes_2.4.1-2_all.deb ... 2022-03-08T23:05:22.962 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-routes (2.4.1-2) ... 2022-03-08T23:05:23.349 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2022-03-08T23:05:23.362 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../52-ceph-mgr-dashboard_17.0.0-11025-g7a44e9eb-1focal_all.deb ... 2022-03-08T23:05:23.398 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ceph-mgr-dashboard (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:24.029 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-decorator. 2022-03-08T23:05:24.046 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../53-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2022-03-08T23:05:24.105 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2022-03-08T23:05:24.514 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2022-03-08T23:05:24.528 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../54-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2022-03-08T23:05:24.573 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-03-08T23:05:25.051 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-scipy. 2022-03-08T23:05:25.066 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../55-python3-scipy_1.3.3-3build1_amd64.deb ... 2022-03-08T23:05:25.109 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2022-03-08T23:05:27.065 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-sklearn-lib. 2022-03-08T23:05:27.080 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../56-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2022-03-08T23:05:27.123 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-03-08T23:05:27.955 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-joblib. 2022-03-08T23:05:27.968 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../57-python3-joblib_0.14.0-3_all.deb ... 2022-03-08T23:05:28.014 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-joblib (0.14.0-3) ... 2022-03-08T23:05:28.445 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-sklearn. 2022-03-08T23:05:28.457 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../58-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2022-03-08T23:05:28.489 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-03-08T23:05:29.512 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2022-03-08T23:05:29.527 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../59-ceph-mgr-diskprediction-local_17.0.0-11025-g7a44e9eb-1focal_all.deb ... 2022-03-08T23:05:29.570 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ceph-mgr-diskprediction-local (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:31.208 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-cachetools. 2022-03-08T23:05:31.221 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../60-python3-cachetools_4.0.0-1_all.deb ... 2022-03-08T23:05:31.290 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2022-03-08T23:05:31.729 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-pyasn1. 2022-03-08T23:05:31.741 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../61-python3-pyasn1_0.4.2-3build1_all.deb ... 2022-03-08T23:05:31.782 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2022-03-08T23:05:32.154 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-pyasn1-modules. 2022-03-08T23:05:32.168 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../62-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2022-03-08T23:05:32.212 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-03-08T23:05:32.649 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-rsa. 2022-03-08T23:05:32.662 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../63-python3-rsa_4.0-3_all.deb ... 2022-03-08T23:05:32.740 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-rsa (4.0-3) ... 2022-03-08T23:05:33.167 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-google-auth. 2022-03-08T23:05:33.176 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../64-python3-google-auth_1.5.1-2_all.deb ... 2022-03-08T23:05:33.242 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2022-03-08T23:05:33.596 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-blinker. 2022-03-08T23:05:33.613 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../65-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2022-03-08T23:05:33.655 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-03-08T23:05:34.094 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-oauthlib. 2022-03-08T23:05:34.107 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../66-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2022-03-08T23:05:34.176 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2022-03-08T23:05:34.527 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-requests-oauthlib. 2022-03-08T23:05:34.544 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../67-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2022-03-08T23:05:34.585 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-03-08T23:05:35.010 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-websocket. 2022-03-08T23:05:35.022 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../68-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2022-03-08T23:05:35.127 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2022-03-08T23:05:35.535 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-kubernetes. 2022-03-08T23:05:35.547 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../69-python3-kubernetes_7.0.0~a1-2_all.deb ... 2022-03-08T23:05:35.596 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2022-03-08T23:05:36.324 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2022-03-08T23:05:36.334 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../70-ceph-mgr-k8sevents_17.0.0-11025-g7a44e9eb-1focal_all.deb ... 2022-03-08T23:05:36.374 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ceph-mgr-k8sevents (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:36.766 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libonig5:amd64. 2022-03-08T23:05:36.779 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../71-libonig5_6.9.4-1_amd64.deb ... 2022-03-08T23:05:36.824 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2022-03-08T23:05:37.361 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libjq1:amd64. 2022-03-08T23:05:37.370 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../72-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-03-08T23:05:37.438 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-03-08T23:05:37.825 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package jq. 2022-03-08T23:05:37.838 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../73-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-03-08T23:05:37.895 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2022-03-08T23:05:38.303 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libxslt1.1:amd64. 2022-03-08T23:05:38.318 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../74-libxslt1.1_1.1.34-4_amd64.deb ... 2022-03-08T23:05:38.381 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libxslt1.1:amd64 (1.1.34-4) ... 2022-03-08T23:05:38.672 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package xmlstarlet. 2022-03-08T23:05:38.687 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../75-xmlstarlet_1.6.1-2build1_amd64.deb ... 2022-03-08T23:05:38.729 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2022-03-08T23:05:39.351 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ceph-test. 2022-03-08T23:05:39.364 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../76-ceph-test_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:05:39.408 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ceph-test (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:44.549 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package ceph-volume. 2022-03-08T23:05:44.562 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../77-ceph-volume_17.0.0-11025-g7a44e9eb-1focal_all.deb ... 2022-03-08T23:05:44.606 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking ceph-volume (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:45.141 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package cephadm. 2022-03-08T23:05:45.151 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../78-cephadm_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:05:45.221 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking cephadm (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:45.676 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package libcephfs-dev. 2022-03-08T23:05:45.690 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../79-libcephfs-dev_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:05:45.759 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking libcephfs-dev (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:46.168 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package nvme-cli. 2022-03-08T23:05:46.185 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../80-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2022-03-08T23:05:46.242 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2022-03-08T23:05:46.883 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-atomicwrites. 2022-03-08T23:05:46.896 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../81-python3-atomicwrites_1.1.5-2build1_all.deb ... 2022-03-08T23:05:46.933 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2022-03-08T23:05:47.294 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-attr. 2022-03-08T23:05:47.303 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../82-python3-attr_19.3.0-2_all.deb ... 2022-03-08T23:05:47.342 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-attr (19.3.0-2) ... 2022-03-08T23:05:47.854 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-webencodings. 2022-03-08T23:05:47.868 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../83-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2022-03-08T23:05:47.946 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2022-03-08T23:05:48.272 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-html5lib. 2022-03-08T23:05:48.289 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../84-python3-html5lib_1.0.1-2_all.deb ... 2022-03-08T23:05:48.330 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2022-03-08T23:05:48.730 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-lxml:amd64. 2022-03-08T23:05:48.746 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../85-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2022-03-08T23:05:48.787 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2022-03-08T23:05:49.440 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-packaging. 2022-03-08T23:05:49.449 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../86-python3-packaging_20.3-1_all.deb ... 2022-03-08T23:05:49.489 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-packaging (20.3-1) ... 2022-03-08T23:05:49.918 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-pastescript. 2022-03-08T23:05:49.931 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../87-python3-pastescript_2.0.2-4_all.deb ... 2022-03-08T23:05:49.975 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2022-03-08T23:05:50.412 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-pluggy. 2022-03-08T23:05:50.424 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../88-python3-pluggy_0.13.0-2_all.deb ... 2022-03-08T23:05:50.470 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2022-03-08T23:05:51.859 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-psutil. 2022-03-08T23:05:51.874 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../89-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2022-03-08T23:05:51.918 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2022-03-08T23:05:52.296 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-py. 2022-03-08T23:05:52.310 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../90-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2022-03-08T23:05:52.371 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2022-03-08T23:05:52.831 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-pyinotify. 2022-03-08T23:05:52.845 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../91-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2022-03-08T23:05:52.914 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-03-08T23:05:53.226 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-wcwidth. 2022-03-08T23:05:53.239 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../92-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2022-03-08T23:05:53.276 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2022-03-08T23:05:53.632 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-pytest. 2022-03-08T23:05:53.644 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../93-python3-pytest_4.6.9-1_all.deb ... 2022-03-08T23:05:53.707 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-pytest (4.6.9-1) ... 2022-03-08T23:05:54.187 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package python3-simplejson. 2022-03-08T23:05:54.198 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../94-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2022-03-08T23:05:54.246 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2022-03-08T23:05:54.775 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package radosgw. 2022-03-08T23:05:54.788 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../95-radosgw_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:05:54.833 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking radosgw (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:56.385 INFO:teuthology.orchestra.run.smithi043.stdout:Selecting previously unselected package rbd-fuse. 2022-03-08T23:05:56.399 INFO:teuthology.orchestra.run.smithi043.stdout:Preparing to unpack .../96-rbd-fuse_17.0.0-11025-g7a44e9eb-1focal_amd64.deb ... 2022-03-08T23:05:56.484 INFO:teuthology.orchestra.run.smithi043.stdout:Unpacking rbd-fuse (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:56.827 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-attr (19.3.0-2) ... 2022-03-08T23:05:57.253 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2022-03-08T23:05:57.393 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2022-03-08T23:05:57.631 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up cephadm (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:05:58.431 INFO:teuthology.orchestra.run.smithi043.stdout:Adding system user cephadm....done 2022-03-08T23:05:58.610 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-waitress (1.4.1-1) ... 2022-03-08T23:05:58.962 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-repoze.lru (0.7-2) ... 2022-03-08T23:05:59.281 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up liboath0 (2.6.1-1.3) ... 2022-03-08T23:05:59.428 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2022-03-08T23:05:59.796 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-joblib (0.14.0-3) ... 2022-03-08T23:06:00.257 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-jwt (1.7.1-2ubuntu2) ... 2022-03-08T23:06:00.643 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-cachetools (4.0.0-1) ... 2022-03-08T23:06:01.016 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2022-03-08T23:06:01.339 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-03-08T23:06:01.728 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-ceph-argparse (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:02.016 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-03-08T23:06:02.223 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2022-03-08T23:06:02.524 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2022-03-08T23:06:02.827 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2022-03-08T23:06:03.232 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2022-03-08T23:06:03.525 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2022-03-08T23:06:03.894 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2022-03-08T23:06:04.229 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-tempita (0.5.2-6) ... 2022-03-08T23:06:04.547 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-packaging (20.3-1) ... 2022-03-08T23:06:04.861 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2022-03-08T23:06:05.013 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2022-03-08T23:06:05.352 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2022-03-08T23:06:05.813 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2) ... 2022-03-08T23:06:06.223 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2022-03-08T23:06:06.649 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-ceph-common (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:06.991 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-html5lib (1.0.1-2) ... 2022-03-08T23:06:07.382 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-03-08T23:06:07.536 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-pluggy (0.13.0-2) ... 2022-03-08T23:06:07.854 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-03-08T23:06:08.038 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libxslt1.1:amd64 (1.1.34-4) ... 2022-03-08T23:06:08.289 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2022-03-08T23:06:08.642 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2022-03-08T23:06:08.960 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-logutils (0.3.3-7) ... 2022-03-08T23:06:09.287 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2022-03-08T23:06:09.413 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2022-03-08T23:06:09.681 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-prettytable (0.7.2-5) ... 2022-03-08T23:06:10.058 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2022-03-08T23:06:10.406 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2022-03-08T23:06:10.546 INFO:teuthology.orchestra.run.smithi043.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2022-03-08T23:06:10.800 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2022-03-08T23:06:10.926 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-03-08T23:06:11.270 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2022-03-08T23:06:11.713 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-03-08T23:06:11.854 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-03-08T23:06:12.047 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-webob (1:1.8.5-2) ... 2022-03-08T23:06:12.390 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-03-08T23:06:12.683 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up librados2 (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:12.834 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2022-03-08T23:06:14.573 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up librgw2 (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:14.741 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libsqlite3-mod-ceph (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:14.901 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-03-08T23:06:15.035 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-pytest (4.6.9-1) ... 2022-03-08T23:06:15.436 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2022-03-08T23:06:15.808 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2022-03-08T23:06:16.089 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-bs4 (4.8.2-1) ... 2022-03-08T23:06:16.456 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libcephfs2 (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:16.582 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2022-03-08T23:06:16.959 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libradosstriper1 (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:17.237 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-03-08T23:06:17.615 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-03-08T23:06:18.841 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up librbd1 (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:18.982 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-03-08T23:06:19.093 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2022-03-08T23:06:19.228 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2022-03-08T23:06:19.577 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2022-03-08T23:06:19.745 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-rsa (4.0-3) ... 2022-03-08T23:06:20.063 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-webtest (2.0.32-2) ... 2022-03-08T23:06:20.373 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ceph-mgr-modules-core (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:20.558 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ceph-fuse (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:20.809 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-03-08T23:06:20.809 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-03-08T23:06:21.747 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up libcephfs-dev (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:21.886 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-03-08T23:06:22.741 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-pastescript (2.0.2-4) ... 2022-03-08T23:06:23.289 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2022-03-08T23:06:23.730 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-rados (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:23.867 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-rbd (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:24.003 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up rbd-fuse (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:24.235 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-routes (2.4.1-2) ... 2022-03-08T23:06:24.528 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-google-auth (1.5.1-2) ... 2022-03-08T23:06:24.837 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-rgw (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:24.988 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-cephfs (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:25.325 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2022-03-08T23:06:26.529 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ceph-common (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:27.197 INFO:teuthology.orchestra.run.smithi043.stdout:Adding group ceph....done 2022-03-08T23:06:27.706 INFO:teuthology.orchestra.run.smithi043.stdout:Adding system user ceph....done 2022-03-08T23:06:27.900 INFO:teuthology.orchestra.run.smithi043.stdout:Setting system user ceph properties....done 2022-03-08T23:06:27.924 INFO:teuthology.orchestra.run.smithi043.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2022-03-08T23:06:28.078 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2022-03-08T23:06:28.633 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2022-03-08T23:06:29.571 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ceph-test (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:29.710 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up radosgw (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:30.161 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-03-08T23:06:30.161 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-03-08T23:06:31.508 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ceph-base (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:31.894 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2022-03-08T23:06:32.858 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ceph-mds (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:33.201 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-03-08T23:06:33.201 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-03-08T23:06:34.204 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ceph-mgr (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:34.507 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-03-08T23:06:34.507 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-03-08T23:06:35.523 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ceph-osd (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:36.354 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-03-08T23:06:36.354 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-03-08T23:06:37.303 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ceph-mgr-k8sevents (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:37.608 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ceph-mgr-diskprediction-local (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:37.759 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ceph-mon (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:38.028 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-03-08T23:06:38.028 INFO:teuthology.orchestra.run.smithi043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-03-08T23:06:38.986 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ceph (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:39.137 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ceph-mgr-dashboard (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:39.297 INFO:teuthology.orchestra.run.smithi043.stdout:Setting up ceph-volume (17.0.0-11025-g7a44e9eb-1focal) ... 2022-03-08T23:06:39.430 INFO:teuthology.orchestra.run.smithi043.stdout:Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-03-08T23:06:40.056 INFO:teuthology.orchestra.run.smithi043.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-03-08T23:06:42.927 INFO:teuthology.orchestra.run.smithi043.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-03-08T23:06:43.471 INFO:teuthology.orchestra.run.smithi043.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2022-03-08T23:06:43.474 DEBUG:teuthology.parallel:result is None 2022-03-08T23:06:43.475 DEBUG:teuthology.orchestra.run.smithi043:> sudo lsb_release -is 2022-03-08T23:06:43.521 INFO:teuthology.orchestra.run.smithi043.stdout:Ubuntu 2022-03-08T23:06:43.525 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-08T23:06:43.526 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=7a44e9ebca556862e9704be295a07719d7db47b3 2022-03-08T23:06:43.691 DEBUG:teuthology.orchestra.run.smithi043:> dpkg-query -W -f '${Version}' ceph 2022-03-08T23:06:43.712 INFO:teuthology.orchestra.run.smithi043.stdout:17.0.0-11025-g7a44e9eb-1focal 2022-03-08T23:06:43.713 INFO:teuthology.packaging:The installed version of ceph is 17.0.0-11025-g7a44e9eb-1focal 2022-03-08T23:06:43.713 INFO:teuthology.task.install:The correct ceph version 17.0.0-11025-g7a44e9eb-1focal is installed. 2022-03-08T23:06:43.714 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2022-03-08T23:06:43.714 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T23:06:43.715 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2022-03-08T23:06:43.728 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2022-03-08T23:06:43.729 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T23:06:43.729 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/usr/bin/daemon-helper 2022-03-08T23:06:43.739 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod a=rx -- /usr/bin/daemon-helper 2022-03-08T23:06:43.800 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2022-03-08T23:06:43.800 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2022-03-08T23:06:43.801 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/usr/bin/adjust-ulimits 2022-03-08T23:06:43.813 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2022-03-08T23:06:43.826 INFO:teuthology.run_tasks:Running task radosbench... 2022-03-08T23:06:43.839 INFO:tasks.radosbench:Beginning radosbench... 2022-03-08T23:06:43.839 INFO:tasks.rook.ceph_manager.ceph:creating pool_name unique_pool_0 2022-03-08T23:06:43.840 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd pool create unique_pool_0 16 2022-03-08T23:06:44.949 INFO:teuthology.orchestra.run.smithi043.stderr:pool 'unique_pool_0' created 2022-03-08T23:06:44.986 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd pool application enable unique_pool_0 rados --yes-i-really-mean-it || true 2022-03-08T23:06:46.015 INFO:teuthology.orchestra.run.smithi043.stderr:enabled application 'rados' on pool 'unique_pool_0' 2022-03-08T23:06:47.035 DEBUG:teuthology.orchestra.run.smithi043:> /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-03-08T23:06:47.038 INFO:teuthology.run_tasks:Running task rook.shell... 2022-03-08T23:06:47.050 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch host label add '`hostname`' 'foo 2022-03-08T23:06:47.050 DEBUG:teuthology.orchestra.run.smithi043:> ceph' orch host ls '|' grep 'foo 2022-03-08T23:06:47.050 DEBUG:teuthology.orchestra.run.smithi043:> ceph' orch host label rm '`hostname`' 'foo 2022-03-08T23:06:47.051 DEBUG:teuthology.orchestra.run.smithi043:> ceph' orch host ls '|' grep -v 'foo 2022-03-08T23:06:47.051 DEBUG:teuthology.orchestra.run.smithi043:> ' 2022-03-08T23:06:47.085 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:hints = 1 2022-03-08T23:06:47.085 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 360 seconds or 0 objects 2022-03-08T23:06:47.085 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Object prefix: benchmark_data_smithi043_45962 2022-03-08T23:06:47.086 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:06:47.086 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 0 0 0 0 0 0 - 0 2022-03-08T23:06:47.495 INFO:teuthology.orchestra.run.smithi043.stdout:ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2022-03-08T23:06:47.517 INFO:teuthology.run_tasks:Running task exec... 2022-03-08T23:06:47.530 INFO:teuthology.task.exec:Executing custom commands... 2022-03-08T23:06:47.531 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2022-03-08T23:06:47.531 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2022-03-08T23:06:47.531 DEBUG:teuthology.orchestra.run.smithi043:> toolbox() { 2022-03-08T23:06:47.532 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- "$@" 2022-03-08T23:06:47.532 DEBUG:teuthology.orchestra.run.smithi043:> } 2022-03-08T23:06:47.532 DEBUG:teuthology.orchestra.run.smithi043:> orig_num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-03-08T23:06:47.532 DEBUG:teuthology.orchestra.run.smithi043:> toolbox ceph orch osd rm 0 --force 2022-03-08T23:06:47.533 DEBUG:teuthology.orchestra.run.smithi043:> removed_pv="" 2022-03-08T23:06:47.533 DEBUG:teuthology.orchestra.run.smithi043:> while [ "$removed_pv" = "" ] 2022-03-08T23:06:47.533 DEBUG:teuthology.orchestra.run.smithi043:> do 2022-03-08T23:06:47.533 DEBUG:teuthology.orchestra.run.smithi043:> removed_pv=`kubectl get pv | grep Released | cut -f1 -d " "` 2022-03-08T23:06:47.534 DEBUG:teuthology.orchestra.run.smithi043:> sleep 3s 2022-03-08T23:06:47.534 DEBUG:teuthology.orchestra.run.smithi043:> done 2022-03-08T23:06:47.534 DEBUG:teuthology.orchestra.run.smithi043:> target_path=`kubectl get pv $removed_pv -o jsonpath='"'"'{.spec.local.path}'"'"'` 2022-03-08T23:06:47.535 DEBUG:teuthology.orchestra.run.smithi043:> host=`echo $removed_pv | cut -f1 -d "-"` 2022-03-08T23:06:47.535 DEBUG:teuthology.orchestra.run.smithi043:> toolbox ceph orch device zap $host $target_path --force 2022-03-08T23:06:47.535 DEBUG:teuthology.orchestra.run.smithi043:> zap_completion="0" 2022-03-08T23:06:47.535 DEBUG:teuthology.orchestra.run.smithi043:> while [ "$zap_completion" = "0" ] 2022-03-08T23:06:47.536 DEBUG:teuthology.orchestra.run.smithi043:> do 2022-03-08T23:06:47.536 DEBUG:teuthology.orchestra.run.smithi043:> zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap -o jsonpath='"'"'{.status.succeeded.path}'"'"'` 2022-03-08T23:06:47.536 DEBUG:teuthology.orchestra.run.smithi043:> sleep 3s 2022-03-08T23:06:47.536 DEBUG:teuthology.orchestra.run.smithi043:> done 2022-03-08T23:06:47.537 DEBUG:teuthology.orchestra.run.smithi043:> kubectl patch pv $removed_pv -p '"'"'{"spec":{"claimRef": null}}'"'"' 2022-03-08T23:06:47.537 DEBUG:teuthology.orchestra.run.smithi043:> toolbox ceph orch apply osd --all-available-devices 2022-03-08T23:06:47.537 DEBUG:teuthology.orchestra.run.smithi043:> kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-03-08T23:06:47.538 DEBUG:teuthology.orchestra.run.smithi043:> num_osd="0" 2022-03-08T23:06:47.538 DEBUG:teuthology.orchestra.run.smithi043:> while [ "$num_osd" != "$orig_num_osd" ] 2022-03-08T23:06:47.538 DEBUG:teuthology.orchestra.run.smithi043:> do 2022-03-08T23:06:47.538 DEBUG:teuthology.orchestra.run.smithi043:> echo "waiting for osd to come back up" 2022-03-08T23:06:47.539 DEBUG:teuthology.orchestra.run.smithi043:> num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-03-08T23:06:47.539 DEBUG:teuthology.orchestra.run.smithi043:> sleep 30s 2022-03-08T23:06:47.539 DEBUG:teuthology.orchestra.run.smithi043:> done 2022-03-08T23:06:47.540 DEBUG:teuthology.orchestra.run.smithi043:> ' 2022-03-08T23:06:47.554 INFO:teuthology.orchestra.run.smithi043.stderr:++ toolbox ceph osd stat 2022-03-08T23:06:47.554 INFO:teuthology.orchestra.run.smithi043.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T23:06:47.555 INFO:teuthology.orchestra.run.smithi043.stderr:++ cut -f3 -d ' ' 2022-03-08T23:06:48.086 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 1 16 1226 1210 75.5921 75.625 0.00810904 0.0131403 2022-03-08T23:06:49.086 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 2 16 2578 2562 80.0414 84.5 0.0112708 0.0124514 2022-03-08T23:06:50.086 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 3 16 3763 3747 78.0463 74.0625 0.0174837 0.0127812 2022-03-08T23:06:51.087 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 4 15 4643 4628 72.2997 55.0625 0.0104387 0.0138155 2022-03-08T23:06:52.087 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 5 16 5493 5477 68.4515 53.0625 0.0225471 0.0145901 2022-03-08T23:06:53.087 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 6 16 6762 6746 70.2602 79.3125 0.0168054 0.0142139 2022-03-08T23:06:54.069 INFO:teuthology.orchestra.run.smithi043.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T23:06:54.087 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 7 16 7929 7913 70.6377 72.9375 0.0111582 0.0141372 2022-03-08T23:06:54.906 INFO:teuthology.orchestra.run.smithi043.stderr:+ orig_num_osd=4 2022-03-08T23:06:54.907 INFO:teuthology.orchestra.run.smithi043.stderr:+ toolbox ceph orch osd rm 0 --force 2022-03-08T23:06:54.907 INFO:teuthology.orchestra.run.smithi043.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch osd rm 0 --force 2022-03-08T23:06:55.029 INFO:teuthology.orchestra.run.smithi043.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T23:06:55.089 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 8 16 8940 8924 69.6909 63.1875 0.0242459 0.0143154 2022-03-08T23:06:56.089 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 9 16 9932 9916 68.836 62 0.0147648 0.0145092 2022-03-08T23:06:56.149 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:06:56.148350 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-08T23:06:56.150 INFO:tasks.rook.operator.smithi043.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", AllowUnsupported: true}, 2022-03-08T23:06:56.150 INFO:tasks.rook.operator.smithi043.stdout:   Storage: v1.StorageScopeSpec{ 2022-03-08T23:06:56.150 INFO:tasks.rook.operator.smithi043.stdout:   ... // 3 identical fields 2022-03-08T23:06:56.150 INFO:tasks.rook.operator.smithi043.stdout:   Config: nil, 2022-03-08T23:06:56.151 INFO:tasks.rook.operator.smithi043.stdout:   Selection: {}, 2022-03-08T23:06:56.151 INFO:tasks.rook.operator.smithi043.stdout:   StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-03-08T23:06:56.151 INFO:tasks.rook.operator.smithi043.stdout:   {Name: "smithi043-lv-1", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi043-lv-1", StorageClassName: &"scratch", ...}}}}, 2022-03-08T23:06:56.151 INFO:tasks.rook.operator.smithi043.stdout:   {Name: "smithi043-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi043-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-03-08T23:06:56.152 INFO:tasks.rook.operator.smithi043.stdout:-  { 2022-03-08T23:06:56.152 INFO:tasks.rook.operator.smithi043.stdout:-  Name: "smithi043-lv-3", 2022-03-08T23:06:56.152 INFO:tasks.rook.operator.smithi043.stdout:-  Count: 1, 2022-03-08T23:06:56.152 INFO:tasks.rook.operator.smithi043.stdout:-  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-03-08T23:06:56.153 INFO:tasks.rook.operator.smithi043.stdout:-  }, 2022-03-08T23:06:56.153 INFO:tasks.rook.operator.smithi043.stdout:   {Name: "smithi043-lv-4", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi043-lv-4", StorageClassName: &"scratch", ...}}}}, 2022-03-08T23:06:56.153 INFO:tasks.rook.operator.smithi043.stdout:   }, 2022-03-08T23:06:56.153 INFO:tasks.rook.operator.smithi043.stdout:   }, 2022-03-08T23:06:56.153 INFO:tasks.rook.operator.smithi043.stdout:   Annotations: nil, 2022-03-08T23:06:56.154 INFO:tasks.rook.operator.smithi043.stdout:   Labels: nil, 2022-03-08T23:06:56.154 INFO:tasks.rook.operator.smithi043.stdout:   ... // 20 identical fields 2022-03-08T23:06:56.154 INFO:tasks.rook.operator.smithi043.stdout:  } 2022-03-08T23:06:56.154 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:06:56.148447 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T23:06:56.189 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:06:56.189706 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:06:56.459 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:06:56.459596 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3... 2022-03-08T23:06:57.089 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 10 16 10265 10249 64.0345 20.8125 0.0344881 0.0145999 2022-03-08T23:06:58.090 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 11 16 10265 10249 58.2141 0 - 0.0145999 2022-03-08T23:06:59.090 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 12 16 10265 10249 53.3639 0 - 0.0145999 2022-03-08T23:07:00.090 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 13 16 10265 10249 49.2598 0 - 0.0145999 2022-03-08T23:07:01.090 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 14 16 10265 10249 45.7417 0 - 0.0145999 2022-03-08T23:07:02.013 INFO:teuthology.orchestra.run.smithi043.stdout:Success 2022-03-08T23:07:02.033 INFO:teuthology.orchestra.run.smithi043.stderr:+ removed_pv= 2022-03-08T23:07:02.034 INFO:teuthology.orchestra.run.smithi043.stderr:+ '[' '' = '' ']' 2022-03-08T23:07:02.034 INFO:teuthology.orchestra.run.smithi043.stderr:++ kubectl get pv 2022-03-08T23:07:02.034 INFO:teuthology.orchestra.run.smithi043.stderr:++ grep Released 2022-03-08T23:07:02.035 INFO:teuthology.orchestra.run.smithi043.stderr:++ cut -f1 -d ' ' 2022-03-08T23:07:02.090 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 15 16 10265 10249 42.6927 0 - 0.0145999 2022-03-08T23:07:02.243 INFO:teuthology.orchestra.run.smithi043.stderr:+ removed_pv= 2022-03-08T23:07:02.243 INFO:teuthology.orchestra.run.smithi043.stderr:+ sleep 3s 2022-03-08T23:07:03.090 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 16 16 10265 10249 40.0247 0 - 0.0145999 2022-03-08T23:07:04.091 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 17 16 10265 10249 37.6706 0 - 0.0145999 2022-03-08T23:07:05.091 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 18 16 10265 10249 35.578 0 - 0.0145999 2022-03-08T23:07:05.244 INFO:teuthology.orchestra.run.smithi043.stderr:+ '[' '' = '' ']' 2022-03-08T23:07:05.245 INFO:teuthology.orchestra.run.smithi043.stderr:++ kubectl get pv 2022-03-08T23:07:05.245 INFO:teuthology.orchestra.run.smithi043.stderr:++ grep Released 2022-03-08T23:07:05.246 INFO:teuthology.orchestra.run.smithi043.stderr:++ cut -f1 -d ' ' 2022-03-08T23:07:05.298 INFO:teuthology.orchestra.run.smithi043.stderr:+ removed_pv= 2022-03-08T23:07:05.299 INFO:teuthology.orchestra.run.smithi043.stderr:+ sleep 3s 2022-03-08T23:07:06.091 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 19 16 10265 10249 33.7057 0 - 0.0145999 2022-03-08T23:07:07.091 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:07:07.092172+0000 min lat: 0.00133742 max lat: 0.158976 avg lat: 0.0145999 2022-03-08T23:07:07.091 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:07:07.092 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 20 16 10265 10249 32.0206 0 - 0.0145999 2022-03-08T23:07:07.976 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:07.976360 I | ceph-spec: object "rook-ceph-osd-0" matched on delete, reconciling 2022-03-08T23:07:08.091 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 21 16 10265 10249 30.496 0 - 0.0145999 2022-03-08T23:07:08.299 INFO:teuthology.orchestra.run.smithi043.stderr:+ '[' '' = '' ']' 2022-03-08T23:07:08.300 INFO:teuthology.orchestra.run.smithi043.stderr:++ kubectl get pv 2022-03-08T23:07:08.300 INFO:teuthology.orchestra.run.smithi043.stderr:++ grep Released 2022-03-08T23:07:08.300 INFO:teuthology.orchestra.run.smithi043.stderr:++ cut -f1 -d ' ' 2022-03-08T23:07:08.383 INFO:teuthology.orchestra.run.smithi043.stderr:+ removed_pv=smithi043-lv-3 2022-03-08T23:07:08.383 INFO:teuthology.orchestra.run.smithi043.stderr:+ sleep 3s 2022-03-08T23:07:09.091 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 22 16 10265 10249 29.11 0 - 0.0145999 2022-03-08T23:07:10.091 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 23 16 10352 10336 28.0808 0.418269 0.012423 0.0355902 2022-03-08T23:07:11.091 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 24 15 11164 11149 29.0277 50.8125 0.0111007 0.0344302 2022-03-08T23:07:11.384 INFO:teuthology.orchestra.run.smithi043.stderr:+ '[' smithi043-lv-3 = '' ']' 2022-03-08T23:07:11.384 INFO:teuthology.orchestra.run.smithi043.stderr:++ kubectl get pv smithi043-lv-3 -o 'jsonpath={.spec.local.path}' 2022-03-08T23:07:11.456 INFO:teuthology.orchestra.run.smithi043.stderr:+ target_path=/dev/vg_nvme/lv_3 2022-03-08T23:07:11.456 INFO:teuthology.orchestra.run.smithi043.stderr:++ echo smithi043-lv-3 2022-03-08T23:07:11.456 INFO:teuthology.orchestra.run.smithi043.stderr:++ cut -f1 -d - 2022-03-08T23:07:11.457 INFO:teuthology.orchestra.run.smithi043.stderr:+ host=smithi043 2022-03-08T23:07:11.457 INFO:teuthology.orchestra.run.smithi043.stderr:+ toolbox ceph orch device zap smithi043 /dev/vg_nvme/lv_3 --force 2022-03-08T23:07:11.457 INFO:teuthology.orchestra.run.smithi043.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch device zap smithi043 /dev/vg_nvme/lv_3 --force 2022-03-08T23:07:12.092 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 25 16 11868 11852 29.6238 43.9375 0.0105559 0.0337431 2022-03-08T23:07:12.329 INFO:teuthology.orchestra.run.smithi043.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T23:07:13.092 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 26 16 12543 12527 30.1068 42.1875 0.0427377 0.0331614 2022-03-08T23:07:13.755 INFO:teuthology.orchestra.run.smithi043.stdout:/dev/vg_nvme/lv_3 on smithi043 zapped 2022-03-08T23:07:13.791 INFO:teuthology.orchestra.run.smithi043.stderr:+ zap_completion=0 2022-03-08T23:07:13.792 INFO:teuthology.orchestra.run.smithi043.stderr:+ '[' 0 = 0 ']' 2022-03-08T23:07:13.792 INFO:teuthology.orchestra.run.smithi043.stderr:++ kubectl get job -n rook-ceph rook-ceph-device-zap -o 'jsonpath={.status.succeeded.path}' 2022-03-08T23:07:14.092 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 27 16 13344 13328 30.8456 50.0625 0.00790679 0.032405 2022-03-08T23:07:14.666 INFO:teuthology.orchestra.run.smithi043.stderr:+ zap_completion= 2022-03-08T23:07:14.666 INFO:teuthology.orchestra.run.smithi043.stderr:+ sleep 3s 2022-03-08T23:07:15.092 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 28 16 14046 14030 31.3108 43.875 0.027142 0.0319223 2022-03-08T23:07:16.092 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 29 16 14807 14791 31.871 47.5625 0.017526 0.0313675 2022-03-08T23:07:17.092 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 30 16 15293 15277 31.821 30.375 0.0103076 0.031412 2022-03-08T23:07:17.668 INFO:teuthology.orchestra.run.smithi043.stderr:+ '[' '' = 0 ']' 2022-03-08T23:07:17.668 INFO:teuthology.orchestra.run.smithi043.stderr:+ kubectl patch pv smithi043-lv-3 -p '{"spec":{"claimRef": null}}' 2022-03-08T23:07:17.872 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:17.869679 I | ceph-cluster-controller: detected ceph image version: "17.0.0-11025 quincy" 2022-03-08T23:07:17.873 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:17.869699 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T23:07:17.873 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:17.869709 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-11025 quincy", pursuing 2022-03-08T23:07:18.092 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 31 16 15956 15940 32.1311 41.4375 0.0140103 0.0311089 2022-03-08T23:07:18.710 INFO:teuthology.orchestra.run.smithi043.stdout:persistentvolume/smithi043-lv-3 patched 2022-03-08T23:07:18.712 INFO:teuthology.orchestra.run.smithi043.stderr:+ toolbox ceph orch apply osd --all-available-devices 2022-03-08T23:07:18.712 INFO:teuthology.orchestra.run.smithi043.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch apply osd --all-available-devices 2022-03-08T23:07:19.092 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 32 16 16684 16668 32.5487 45.5 0.0122947 0.0307121 2022-03-08T23:07:20.093 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 33 16 17342 17326 32.8084 41.125 0.0122157 0.0304102 2022-03-08T23:07:20.096 INFO:teuthology.orchestra.run.smithi043.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T23:07:20.110 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:20.109161 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:07:20.361 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:20.349297 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:07:20.713 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:20.353612 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:07:21.093 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 34 16 17923 17907 32.9114 36.3125 0.0240487 0.0303654 2022-03-08T23:07:21.413 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:21.412185 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-11025 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3" 2022-03-08T23:07:22.093 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 35 16 18476 18460 32.9585 34.5625 0.0151287 0.0303221 2022-03-08T23:07:22.462 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:22.462222 I | op-mon: start running mons 2022-03-08T23:07:22.548 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:22.546156 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:07:23.093 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 36 16 19230 19214 33.3518 47.125 0.0247529 0.0299697 2022-03-08T23:07:23.591 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:23.587952 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.43:6789"]}] data:a=172.21.15.43:6789 mapping:{"node":{"a":{"Name":"smithi043","Hostname":"smithi043","Address":"172.21.15.43"}}} maxMonId:0] 2022-03-08T23:07:23.858 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:23.858641 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:07:23.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:23.859624 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:07:24.032 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:24.032118 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-08T23:07:24.033 INFO:tasks.rook.operator.smithi043.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", AllowUnsupported: true}, 2022-03-08T23:07:24.033 INFO:tasks.rook.operator.smithi043.stdout:   Storage: v1.StorageScopeSpec{ 2022-03-08T23:07:24.033 INFO:teuthology.orchestra.run.smithi043.stdout:['Success'] 2022-03-08T23:07:24.036 INFO:tasks.rook.operator.smithi043.stdout:   ... // 3 identical fields 2022-03-08T23:07:24.036 INFO:tasks.rook.operator.smithi043.stdout:   Config: nil, 2022-03-08T23:07:24.036 INFO:tasks.rook.operator.smithi043.stdout:   Selection: {}, 2022-03-08T23:07:24.036 INFO:tasks.rook.operator.smithi043.stdout:   StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-03-08T23:07:24.037 INFO:tasks.rook.operator.smithi043.stdout:   {Name: "smithi043-lv-1", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi043-lv-1", StorageClassName: &"scratch", ...}}}}, 2022-03-08T23:07:24.037 INFO:tasks.rook.operator.smithi043.stdout:   {Name: "smithi043-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi043-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-03-08T23:07:24.037 INFO:tasks.rook.operator.smithi043.stdout:   {Name: "smithi043-lv-4", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi043-lv-4", StorageClassName: &"scratch", ...}}}}, 2022-03-08T23:07:24.037 INFO:tasks.rook.operator.smithi043.stdout:+  { 2022-03-08T23:07:24.038 INFO:tasks.rook.operator.smithi043.stdout:+  Name: "smithi043-lv-3", 2022-03-08T23:07:24.038 INFO:tasks.rook.operator.smithi043.stdout:+  Count: 1, 2022-03-08T23:07:24.038 INFO:tasks.rook.operator.smithi043.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-03-08T23:07:24.038 INFO:tasks.rook.operator.smithi043.stdout:+  }, 2022-03-08T23:07:24.039 INFO:tasks.rook.operator.smithi043.stdout:   }, 2022-03-08T23:07:24.039 INFO:tasks.rook.operator.smithi043.stdout:   }, 2022-03-08T23:07:24.039 INFO:tasks.rook.operator.smithi043.stdout:   Annotations: nil, 2022-03-08T23:07:24.039 INFO:tasks.rook.operator.smithi043.stdout:   Labels: nil, 2022-03-08T23:07:24.040 INFO:tasks.rook.operator.smithi043.stdout:   ... // 20 identical fields 2022-03-08T23:07:24.040 INFO:tasks.rook.operator.smithi043.stdout:  } 2022-03-08T23:07:24.070 INFO:teuthology.orchestra.run.smithi043.stderr:+ kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-03-08T23:07:24.094 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 37 16 19932 19916 33.6351 43.875 0.0282987 0.0297196 2022-03-08T23:07:24.198 INFO:teuthology.orchestra.run.smithi043.stdout:job.batch "rook-ceph-device-zap" deleted 2022-03-08T23:07:24.216 INFO:teuthology.orchestra.run.smithi043.stderr:+ num_osd=0 2022-03-08T23:07:24.216 INFO:teuthology.orchestra.run.smithi043.stderr:+ '[' 0 '!=' 4 ']' 2022-03-08T23:07:24.217 INFO:teuthology.orchestra.run.smithi043.stderr:+ echo 'waiting for osd to come back up' 2022-03-08T23:07:24.217 INFO:teuthology.orchestra.run.smithi043.stdout:waiting for osd to come back up 2022-03-08T23:07:24.218 INFO:teuthology.orchestra.run.smithi043.stderr:++ toolbox ceph osd stat 2022-03-08T23:07:24.218 INFO:teuthology.orchestra.run.smithi043.stderr:++ cut -f3 -d ' ' 2022-03-08T23:07:24.218 INFO:teuthology.orchestra.run.smithi043.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T23:07:24.223 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:24.221701 I | op-mon: targeting the mon count 1 2022-03-08T23:07:24.279 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:24.277512 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-03-08T23:07:24.279 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:24.277601 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T23:07:24.298 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:24.298091 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:07:24.361 INFO:teuthology.orchestra.run.smithi043.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T23:07:24.385 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:24.383044 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3... 2022-03-08T23:07:24.397 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:24.397106 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-03-08T23:07:24.402 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:24.402268 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-03-08T23:07:25.094 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 38 16 20512 20496 33.7038 36.25 0.0190275 0.0296548 2022-03-08T23:07:25.226 INFO:teuthology.orchestra.run.smithi043.stderr:+ num_osd=3 2022-03-08T23:07:25.226 INFO:teuthology.orchestra.run.smithi043.stderr:+ sleep 30s 2022-03-08T23:07:26.094 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 39 16 20967 20951 33.5687 28.4375 0.0563779 0.0297652 2022-03-08T23:07:26.432 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:07:26.420882 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-03-08T23:07:27.094 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:07:27.095345+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.0298542 2022-03-08T23:07:27.095 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:07:27.095 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 40 16 21443 21427 33.4731 29.75 0.0322159 0.0298542 2022-03-08T23:07:28.095 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 41 16 21959 21943 33.4432 32.25 0.0191785 0.0298881 2022-03-08T23:07:29.095 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 42 16 22559 22543 33.5397 37.5 0.0169833 0.0297894 2022-03-08T23:07:30.095 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 43 16 23176 23160 33.6561 38.5625 0.00974272 0.0296966 2022-03-08T23:07:31.096 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 44 16 23675 23659 33.5995 31.1875 0.0297946 0.0297495 2022-03-08T23:07:32.096 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 45 16 24320 24304 33.7485 40.3125 0.0330529 0.0296236 2022-03-08T23:07:33.096 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 46 16 25017 25001 33.9618 43.5625 0.0146019 0.0294303 2022-03-08T23:07:34.096 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 47 16 25051 25035 33.2845 2.125 0.0143943 0.0294162 2022-03-08T23:07:35.096 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 48 16 25583 25567 33.2837 33.25 0.0126528 0.0300311 2022-03-08T23:07:36.096 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 49 16 26168 26152 33.3506 36.5625 0.0332591 0.0299727 2022-03-08T23:07:37.097 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 50 16 26793 26777 33.4647 39.0625 0.0161376 0.0298715 2022-03-08T23:07:38.097 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 51 16 27369 27353 33.5141 36 0.106254 0.0297781 2022-03-08T23:07:39.097 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 52 16 28022 28006 33.6544 40.8125 0.0244442 0.029681 2022-03-08T23:07:40.097 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 53 16 28693 28677 33.8106 41.9375 0.0202026 0.0295684 2022-03-08T23:07:41.097 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 54 16 29164 29148 33.7296 29.4375 0.0207008 0.0296374 2022-03-08T23:07:42.097 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 55 16 29544 29528 33.5481 23.75 0.0313299 0.0297943 2022-03-08T23:07:43.099 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 56 16 30111 30095 33.5818 35.4375 0.0641791 0.0297668 2022-03-08T23:07:44.098 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 57 16 30472 30456 33.3882 22.5625 0.032278 0.0299407 2022-03-08T23:07:45.098 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 58 16 31002 30986 33.3836 33.125 0.0244442 0.0299467 2022-03-08T23:07:46.098 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 59 16 31604 31588 33.4554 37.625 0.0145833 0.0298799 2022-03-08T23:07:47.098 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:07:47.098949+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.0298051 2022-03-08T23:07:47.099 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:07:47.099 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 60 16 32219 32203 33.5384 38.4375 0.0109182 0.0298051 2022-03-08T23:07:48.099 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 61 16 32859 32843 33.6442 40 0.0341122 0.0297103 2022-03-08T23:07:49.099 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 62 16 33362 33346 33.6086 31.4375 0.0237949 0.0297238 2022-03-08T23:07:50.099 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 63 16 33934 33918 33.6425 35.75 0.0216667 0.0297152 2022-03-08T23:07:51.099 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 64 16 34503 34487 33.6725 35.5625 0.0333905 0.0296839 2022-03-08T23:07:52.099 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 65 16 35101 35085 33.7294 37.375 0.0224442 0.0296345 2022-03-08T23:07:53.099 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 66 16 35722 35706 33.8063 38.8125 0.0164926 0.0295701 2022-03-08T23:07:54.099 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 67 16 36320 36304 33.8595 37.375 0.0186117 0.0295244 2022-03-08T23:07:55.099 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 68 16 36863 36847 33.8606 33.9375 0.0125139 0.0295219 2022-03-08T23:07:55.229 INFO:teuthology.orchestra.run.smithi043.stderr:+ '[' 3 '!=' 4 ']' 2022-03-08T23:07:55.229 INFO:teuthology.orchestra.run.smithi043.stdout:waiting for osd to come back up 2022-03-08T23:07:55.230 INFO:teuthology.orchestra.run.smithi043.stderr:+ echo 'waiting for osd to come back up' 2022-03-08T23:07:55.230 INFO:teuthology.orchestra.run.smithi043.stderr:++ toolbox ceph osd stat 2022-03-08T23:07:55.231 INFO:teuthology.orchestra.run.smithi043.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T23:07:55.231 INFO:teuthology.orchestra.run.smithi043.stderr:++ cut -f3 -d ' ' 2022-03-08T23:07:55.878 INFO:teuthology.orchestra.run.smithi043.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T23:07:56.099 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 69 16 37255 37239 33.7249 24.5 0.103505 0.0296414 2022-03-08T23:07:57.099 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 70 16 37805 37789 33.7342 34.375 0.0248132 0.0296299 2022-03-08T23:07:57.146 INFO:teuthology.orchestra.run.smithi043.stderr:+ num_osd=3 2022-03-08T23:07:57.146 INFO:teuthology.orchestra.run.smithi043.stderr:+ sleep 30s 2022-03-08T23:07:58.099 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 71 16 38365 38349 33.752 35 0.0238321 0.0295902 2022-03-08T23:07:59.100 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 72 16 38888 38872 33.7371 32.6875 0.0147901 0.0296302 2022-03-08T23:08:00.100 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 73 16 39472 39456 33.7749 36.5 0.0299796 0.0295968 2022-03-08T23:08:01.100 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 74 16 39945 39929 33.718 29.5625 0.0237458 0.029647 2022-03-08T23:08:02.100 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 75 16 40351 40335 33.6067 25.375 0.00862759 0.0297462 2022-03-08T23:08:03.100 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 76 16 40883 40867 33.602 33.25 0.0379198 0.0297487 2022-03-08T23:08:04.100 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 77 16 41471 41455 33.6428 36.75 0.0278578 0.0297145 2022-03-08T23:08:05.100 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 78 16 41900 41884 33.5552 26.8125 0.0295546 0.0297737 2022-03-08T23:08:06.100 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 79 16 42360 42344 33.4944 28.75 0.0167789 0.0298457 2022-03-08T23:08:07.100 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:08:07.100823+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.029792 2022-03-08T23:08:07.101 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:08:07.101 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 80 16 42645 42629 33.2984 17.8125 0.00405212 0.029792 2022-03-08T23:08:08.100 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 81 16 42645 42629 32.8873 0 - 0.029792 2022-03-08T23:08:09.100 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 82 16 42645 42629 32.4863 0 - 0.029792 2022-03-08T23:08:10.101 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 83 16 42645 42629 32.0949 0 - 0.029792 2022-03-08T23:08:11.101 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 84 16 42645 42629 31.7128 0 - 0.029792 2022-03-08T23:08:12.102 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 85 16 42645 42629 31.3398 0 - 0.029792 2022-03-08T23:08:13.101 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 86 16 42645 42629 30.9754 0 - 0.029792 2022-03-08T23:08:14.101 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 87 16 42645 42629 30.6194 0 - 0.029792 2022-03-08T23:08:15.101 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 88 16 42645 42629 30.2714 0 - 0.029792 2022-03-08T23:08:16.101 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 89 16 42775 42759 30.0226 0.902778 0.0268111 0.0332958 2022-03-08T23:08:17.101 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 90 16 43374 43358 30.105 37.4375 0.0278577 0.0332065 2022-03-08T23:08:17.662 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:17.660883 I | ceph-cluster-controller: detected ceph image version: "17.0.0-11025 quincy" 2022-03-08T23:08:17.663 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:17.660904 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T23:08:17.663 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:17.660937 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-11025 quincy", pursuing 2022-03-08T23:08:18.101 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 91 16 43854 43838 30.1038 30 0.0226313 0.0332075 2022-03-08T23:08:18.540 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:18.539940 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:08:19.102 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 92 16 44422 44406 30.1624 35.5 0.0200355 0.0331346 2022-03-08T23:08:19.125 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:19.125648 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:08:19.140 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:19.137563 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:08:19.838 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:19.835764 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-11025 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3" 2022-03-08T23:08:20.102 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 93 16 44909 44893 30.1653 30.4375 0.0169746 0.0331409 2022-03-08T23:08:20.304 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:20.304081 I | op-mon: start running mons 2022-03-08T23:08:20.437 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:20.431976 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:08:20.467 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:20.466491 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.43:6789"]}] data:a=172.21.15.43:6789 mapping:{"node":{"a":{"Name":"smithi043","Hostname":"smithi043","Address":"172.21.15.43"}}} maxMonId:0] 2022-03-08T23:08:20.512 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:20.507652 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:08:20.512 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:20.507832 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:08:21.102 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 94 16 45425 45409 30.1874 32.25 0.0806375 0.0331181 2022-03-08T23:08:21.315 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:21.314221 I | op-mon: targeting the mon count 1 2022-03-08T23:08:21.950 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:21.949587 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T23:08:22.102 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 95 16 45969 45953 30.2275 34 0.020663 0.0330741 2022-03-08T23:08:23.102 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 96 16 46522 46506 30.2727 34.5625 0.024559 0.0330234 2022-03-08T23:08:23.393 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:23.383704 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T23:08:23.394 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:23.383733 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T23:08:24.102 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 97 16 46917 46901 30.2151 24.6875 0.028423 0.0330852 2022-03-08T23:08:24.563 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:24.562287 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T23:08:24.563 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:24.562305 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T23:08:25.102 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 98 16 47469 47453 30.2587 34.5 0.0228525 0.0330371 2022-03-08T23:08:25.392 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:25.391364 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T23:08:25.396 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:25.391390 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-08T23:08:26.102 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 99 16 47995 47979 30.2851 32.875 0.0251819 0.0330114 2022-03-08T23:08:26.232 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:26.231631 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-08T23:08:26.232 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:26.231658 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T23:08:26.998 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:26.992978 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T23:08:26.999 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:26.993007 I | op-config: deleting "log file" option from the mon configuration database 2022-03-08T23:08:27.102 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:08:27.102739+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.0330093 2022-03-08T23:08:27.102 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:08:27.103 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 100 16 48476 48460 30.2829 30.0625 0.0287355 0.0330093 2022-03-08T23:08:27.147 INFO:teuthology.orchestra.run.smithi043.stdout:waiting for osd to come back up 2022-03-08T23:08:27.148 INFO:teuthology.orchestra.run.smithi043.stderr:+ '[' 3 '!=' 4 ']' 2022-03-08T23:08:27.148 INFO:teuthology.orchestra.run.smithi043.stderr:+ echo 'waiting for osd to come back up' 2022-03-08T23:08:27.148 INFO:teuthology.orchestra.run.smithi043.stderr:++ toolbox ceph osd stat 2022-03-08T23:08:27.149 INFO:teuthology.orchestra.run.smithi043.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T23:08:27.152 INFO:teuthology.orchestra.run.smithi043.stderr:++ cut -f3 -d ' ' 2022-03-08T23:08:27.283 INFO:teuthology.orchestra.run.smithi043.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T23:08:27.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:27.860094 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-08T23:08:27.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:27.860118 I | op-mon: checking for basic quorum with existing mons 2022-03-08T23:08:27.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:27.860124 I | op-mon: setting mon endpoints for hostnetwork mode 2022-03-08T23:08:28.102 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 101 16 48884 48868 30.2355 25.5 0.0263688 0.0330647 2022-03-08T23:08:28.223 INFO:teuthology.orchestra.run.smithi043.stderr:+ num_osd=3 2022-03-08T23:08:28.224 INFO:teuthology.orchestra.run.smithi043.stderr:+ sleep 30s 2022-03-08T23:08:28.471 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:28.463495 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.43:6789"]}] data:a=172.21.15.43:6789 mapping:{"node":{"a":{"Name":"smithi043","Hostname":"smithi043","Address":"172.21.15.43"}}} maxMonId:0] 2022-03-08T23:08:29.102 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 102 16 49321 49305 30.2068 27.3125 0.0260917 0.0330965 2022-03-08T23:08:29.349 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:29.348320 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:08:29.349 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:29.348524 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:08:29.648 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:29.647442 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-08T23:08:29.656 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:29.655959 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-08T23:08:29.656 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:29.656049 I | op-mon: waiting for mon quorum with [a] 2022-03-08T23:08:29.670 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:29.667359 I | op-mon: mons running: [a] 2022-03-08T23:08:30.103 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 103 16 49760 49744 30.1799 27.4375 0.0264223 0.0331161 2022-03-08T23:08:30.584 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:30.581095 I | op-mon: Monitors in quorum: [a] 2022-03-08T23:08:30.584 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:30.581118 I | op-mon: mons created: 1 2022-03-08T23:08:31.103 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 104 16 50201 50185 30.1547 27.5625 0.0324132 0.0331517 2022-03-08T23:08:32.103 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 105 16 50539 50523 30.0687 21.125 0.0294596 0.033247 2022-03-08T23:08:32.309 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:32.309042 I | op-mon: waiting for mon quorum with [a] 2022-03-08T23:08:32.395 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:32.395073 I | op-mon: mons running: [a] 2022-03-08T23:08:33.103 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 106 16 51072 51056 30.0993 33.3125 0.0429933 0.0332114 2022-03-08T23:08:33.174 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:33.173185 I | op-mon: Monitors in quorum: [a] 2022-03-08T23:08:33.174 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:33.173227 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-08T23:08:34.103 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 107 16 51505 51489 30.0709 27.0625 0.0454634 0.0332437 2022-03-08T23:08:34.149 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:34.148666 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-08T23:08:35.006 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:35.005351 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-08T23:08:35.103 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 108 16 51996 51980 30.0766 30.6875 0.0293791 0.0332363 2022-03-08T23:08:35.959 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:35.958595 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-08T23:08:36.103 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 109 16 52482 52466 30.0793 30.375 0.0267848 0.0332346 2022-03-08T23:08:36.781 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:36.780824 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-08T23:08:36.782 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:36.780850 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-08T23:08:37.103 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 110 16 52972 52956 30.0842 30.625 0.0100016 0.0332295 2022-03-08T23:08:37.654 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:37.653582 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-08T23:08:38.103 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 111 16 53411 53395 30.0603 27.4375 0.0161618 0.033241 2022-03-08T23:08:38.370 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:38.369045 I | cephclient: successfully enabled msgr2 protocol 2022-03-08T23:08:38.370 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:38.369079 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-08T23:08:38.371 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:38.369086 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-08T23:08:39.095 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:39.094527 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-08T23:08:39.103 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 112 16 53812 53796 30.0157 25.0625 0.0201701 0.0332853 2022-03-08T23:08:39.236 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:39.234989 I | op-mgr: start running mgr 2022-03-08T23:08:39.237 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:39.235022 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-08T23:08:40.103 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 113 16 54141 54125 29.932 20.5625 0.0350831 0.0333202 2022-03-08T23:08:40.363 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.361211 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-08T23:08:40.375 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.374230 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-08T23:08:40.380 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.377145 I | op-mgr: setting services to point to mgr "a" 2022-03-08T23:08:40.724 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.719926 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-08T23:08:40.724 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.719956 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-08T23:08:40.752 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.751897 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-08T23:08:40.776 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.774423 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi043-lv-1" 2022-03-08T23:08:40.776 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.774452 I | op-osd: OSD PVC "smithi043-lv-1-data-0c2dhv" already exists 2022-03-08T23:08:40.776 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.774459 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi043-lv-2" 2022-03-08T23:08:40.777 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.774466 I | op-osd: OSD PVC "smithi043-lv-2-data-0gwxpq" already exists 2022-03-08T23:08:40.777 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.774470 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi043-lv-4" 2022-03-08T23:08:40.777 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.774475 I | op-osd: OSD PVC "smithi043-lv-4-data-0vmr4h" already exists 2022-03-08T23:08:40.777 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.774479 I | op-osd: creating 1 new PVCs for device set "smithi043-lv-3" 2022-03-08T23:08:40.848 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.845270 I | op-osd: successfully provisioned PVC "smithi043-lv-3-data-0bv8f2" 2022-03-08T23:08:40.870 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.869220 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-1-data-0c2dhv" 2022-03-08T23:08:40.871 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.869247 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-2-data-0gwxpq" 2022-03-08T23:08:40.871 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.869253 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-4-data-0vmr4h" 2022-03-08T23:08:40.871 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.869258 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-3-data-0bv8f2" 2022-03-08T23:08:40.912 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.909224 I | op-osd: started OSD provisioning job for PVC "smithi043-lv-3-data-0bv8f2" 2022-03-08T23:08:40.917 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.911459 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-08T23:08:40.917 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.911547 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-08T23:08:40.942 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:40.937786 I | op-osd: OSD orchestration status for PVC smithi043-lv-3-data-0bv8f2 is "starting" 2022-03-08T23:08:41.104 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 114 16 54511 54495 29.8723 23.125 0.0553315 0.0334587 2022-03-08T23:08:41.983 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:41.980711 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-08T23:08:41.989 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:41.988824 I | op-mgr: successful modules: prometheus 2022-03-08T23:08:42.104 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 115 16 54893 54877 29.8201 23.875 0.0391294 0.0335225 2022-03-08T23:08:42.854 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:42.852766 I | op-mgr: successful modules: balancer 2022-03-08T23:08:43.077 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:43.067573 I | op-mgr: successful modules: dashboard 2022-03-08T23:08:43.104 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 116 16 55320 55304 29.7931 26.6875 0.043198 0.0335551 2022-03-08T23:08:43.315 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:43.315112 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-08T23:08:43.322 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:43.320543 I | op-osd: updating OSD 1 on PVC "smithi043-lv-1-data-0c2dhv" 2022-03-08T23:08:43.322 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:43.320569 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-1-data-0c2dhv" 2022-03-08T23:08:43.886 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:43.885698 I | op-mgr: successful modules: orchestrator modules 2022-03-08T23:08:44.104 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 117 16 55762 55746 29.7745 27.625 0.00881058 0.033573 2022-03-08T23:08:45.104 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 118 16 56295 56279 29.8045 33.3125 0.0266447 0.0335433 2022-03-08T23:08:45.551 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:45.545242 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-08T23:08:45.556 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:45.551051 I | op-osd: updating OSD 2 on PVC "smithi043-lv-2-data-0gwxpq" 2022-03-08T23:08:45.556 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:45.551076 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-2-data-0gwxpq" 2022-03-08T23:08:46.104 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 119 16 56747 56731 29.7914 28.25 0.0409208 0.033556 2022-03-08T23:08:47.104 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:08:47.104694+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.0335627 2022-03-08T23:08:47.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:08:47.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 120 16 57211 57195 29.7848 29 0.0250353 0.0335627 2022-03-08T23:08:47.796 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:47.795207 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-08T23:08:47.828 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:47.828051 I | op-osd: updating OSD 3 on PVC "smithi043-lv-4-data-0vmr4h" 2022-03-08T23:08:47.829 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:08:47.828082 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-4-data-0vmr4h" 2022-03-08T23:08:48.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 121 16 57639 57623 29.7597 26.75 0.0472671 0.0335922 2022-03-08T23:08:49.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 122 16 58148 58132 29.7765 31.8125 0.0233907 0.0335734 2022-03-08T23:08:50.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 123 16 58441 58425 29.6833 18.3125 0.0243674 0.0335581 2022-03-08T23:08:51.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 124 16 58925 58909 29.6878 30.25 0.031175 0.0336731 2022-03-08T23:08:52.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 125 16 58956 58940 29.4658 1.9375 0.0427869 0.0336699 2022-03-08T23:08:53.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 126 16 59170 59154 29.3381 13.375 0.01947 0.0340759 2022-03-08T23:08:54.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 127 16 59667 59651 29.3517 31.0625 0.025587 0.0340579 2022-03-08T23:08:55.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 128 16 60138 60122 29.3523 29.4375 0.0221241 0.0340474 2022-03-08T23:08:56.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 129 16 60525 60509 29.3123 24.1875 0.0717146 0.0341038 2022-03-08T23:08:57.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 130 16 60979 60963 29.305 28.375 0.0207278 0.0341137 2022-03-08T23:08:58.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 131 16 61399 61383 29.2817 26.25 0.0280475 0.034141 2022-03-08T23:08:58.224 INFO:teuthology.orchestra.run.smithi043.stdout:waiting for osd to come back up 2022-03-08T23:08:58.324 INFO:teuthology.orchestra.run.smithi043.stderr:+ '[' 3 '!=' 4 ']' 2022-03-08T23:08:58.324 INFO:teuthology.orchestra.run.smithi043.stderr:+ echo 'waiting for osd to come back up' 2022-03-08T23:08:58.325 INFO:teuthology.orchestra.run.smithi043.stderr:++ toolbox ceph osd stat 2022-03-08T23:08:58.325 INFO:teuthology.orchestra.run.smithi043.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T23:08:58.325 INFO:teuthology.orchestra.run.smithi043.stderr:++ cut -f3 -d ' ' 2022-03-08T23:08:58.391 INFO:teuthology.orchestra.run.smithi043.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T23:08:59.082 INFO:teuthology.orchestra.run.smithi043.stderr:+ num_osd=3 2022-03-08T23:08:59.082 INFO:teuthology.orchestra.run.smithi043.stderr:+ sleep 30s 2022-03-08T23:08:59.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 132 16 61792 61776 29.2459 24.5625 0.0126615 0.0341812 2022-03-08T23:09:00.105 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 133 16 62222 62206 29.2281 26.875 0.0250978 0.0342045 2022-03-08T23:09:01.106 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 134 16 62601 62585 29.1867 23.6875 0.11769 0.0342411 2022-03-08T23:09:02.106 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 135 16 63072 63056 29.1885 29.4375 0.0353054 0.0342528 2022-03-08T23:09:03.107 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 136 16 63554 63538 29.1951 30.125 0.0188976 0.0342449 2022-03-08T23:09:04.107 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 137 16 63886 63870 29.1335 20.75 0.0102011 0.0341923 2022-03-08T23:09:05.107 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 138 16 63886 63870 28.9224 0 - 0.0341923 2022-03-08T23:09:06.107 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 139 16 63886 63870 28.7143 0 - 0.0341923 2022-03-08T23:09:07.108 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:09:07.108019+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.0341923 2022-03-08T23:09:07.108 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:09:07.108 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 140 16 63886 63870 28.5092 0 - 0.0341923 2022-03-08T23:09:08.108 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 141 16 63886 63870 28.307 0 - 0.0341923 2022-03-08T23:09:09.108 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 142 16 63886 63870 28.1077 0 - 0.0341923 2022-03-08T23:09:10.108 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 143 16 63886 63870 27.9111 0 - 0.0341923 2022-03-08T23:09:11.108 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 144 16 63886 63870 27.7173 0 - 0.0341923 2022-03-08T23:09:11.671 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:11.671026 I | op-osd: OSD orchestration status for node smithi043-lv-3-data-0bv8f2 is "orchestrating" 2022-03-08T23:09:12.053 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:12.053092 I | op-osd: OSD orchestration status for PVC smithi043-lv-3-data-0bv8f2 is "orchestrating" 2022-03-08T23:09:12.108 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 145 16 63886 63870 27.5262 0 - 0.0341923 2022-03-08T23:09:13.108 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 146 16 64286 64270 27.5089 2.77778 0.0308442 0.0363402 2022-03-08T23:09:14.108 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 147 16 64704 64688 27.4994 26.125 0.0247478 0.0363553 2022-03-08T23:09:15.108 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 148 16 65130 65114 27.4935 26.625 0.0412301 0.0363578 2022-03-08T23:09:16.108 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 149 16 65566 65550 27.4919 27.25 0.0161655 0.0363643 2022-03-08T23:09:17.109 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 150 16 66034 66018 27.5036 29.25 0.0242358 0.0363494 2022-03-08T23:09:18.109 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 151 16 66520 66504 27.5224 30.375 0.0572307 0.0363255 2022-03-08T23:09:19.109 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 152 16 66937 66921 27.5128 26.0625 0.0406942 0.0363397 2022-03-08T23:09:20.109 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 153 16 67357 67341 27.5045 26.25 0.0374708 0.036348 2022-03-08T23:09:20.431 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:20.429805 I | op-osd: OSD orchestration status for PVC smithi043-lv-3-data-0bv8f2 is "completed" 2022-03-08T23:09:20.431 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:20.429838 I | op-osd: creating OSD 0 on PVC "smithi043-lv-3-data-0bv8f2" 2022-03-08T23:09:20.432 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:20.429851 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-3-data-0bv8f2" 2022-03-08T23:09:21.109 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 154 16 67762 67746 27.4903 25.3125 0.0122537 0.0363649 2022-03-08T23:09:22.110 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 155 16 68179 68163 27.4811 26.0625 0.0855718 0.0363648 2022-03-08T23:09:23.110 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 156 16 68179 68163 27.3049 0 - 0.0363648 2022-03-08T23:09:23.604 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:23.579716 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-08T23:09:23.605 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:23.579742 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T23:09:24.110 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 157 16 68377 68361 27.2098 6.1875 0.051496 0.0366743 2022-03-08T23:09:24.147 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:24.147637 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T23:09:24.976 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:24.873243 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:09:25.110 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 158 16 68688 68672 27.1606 19.4375 0.025551 0.0368093 2022-03-08T23:09:25.793 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:25.792097 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3... 2022-03-08T23:09:26.110 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 159 16 69166 69150 27.1777 29.875 0.0214774 0.0367852 2022-03-08T23:09:27.110 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:09:27.110660+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.0367684 2022-03-08T23:09:27.111 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:09:27.111 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 160 16 69633 69617 27.1902 29.1875 0.0452405 0.0367684 2022-03-08T23:09:28.110 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 161 16 70088 70072 27.1979 28.4375 0.0271608 0.0367582 2022-03-08T23:09:29.083 INFO:teuthology.orchestra.run.smithi043.stderr:+ '[' 3 '!=' 4 ']' 2022-03-08T23:09:29.083 INFO:teuthology.orchestra.run.smithi043.stdout:waiting for osd to come back up 2022-03-08T23:09:29.084 INFO:teuthology.orchestra.run.smithi043.stderr:+ echo 'waiting for osd to come back up' 2022-03-08T23:09:29.084 INFO:teuthology.orchestra.run.smithi043.stderr:++ toolbox ceph osd stat 2022-03-08T23:09:29.085 INFO:teuthology.orchestra.run.smithi043.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T23:09:29.085 INFO:teuthology.orchestra.run.smithi043.stderr:++ cut -f3 -d ' ' 2022-03-08T23:09:29.112 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 162 16 70514 70498 27.194 26.625 0.0248332 0.0367615 2022-03-08T23:09:30.113 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 163 16 70889 70873 27.171 23.4375 0.023173 0.0367954 2022-03-08T23:09:30.950 INFO:teuthology.orchestra.run.smithi043.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T23:09:31.113 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 164 16 71361 71345 27.1852 29.5 0.0262888 0.0367769 2022-03-08T23:09:32.113 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 165 16 71796 71780 27.1852 27.1875 0.0315102 0.0367762 2022-03-08T23:09:32.748 INFO:teuthology.orchestra.run.smithi043.stderr:+ num_osd=3 2022-03-08T23:09:32.748 INFO:teuthology.orchestra.run.smithi043.stderr:+ sleep 30s 2022-03-08T23:09:33.113 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 166 16 72214 72198 27.1788 26.125 0.0227201 0.0367846 2022-03-08T23:09:34.113 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 167 16 72594 72578 27.1582 23.75 0.0248232 0.0368121 2022-03-08T23:09:35.113 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 168 16 73039 73023 27.1621 27.8125 0.0190251 0.036805 2022-03-08T23:09:36.113 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 169 16 73424 73408 27.1437 24.0625 0.0297272 0.0368324 2022-03-08T23:09:37.113 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 170 16 73893 73877 27.1565 29.3125 0.0221588 0.0368156 2022-03-08T23:09:38.113 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 171 16 74306 74290 27.1486 25.8125 0.0233667 0.0368261 2022-03-08T23:09:39.113 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 172 16 74690 74674 27.1303 24 0.025668 0.0368493 2022-03-08T23:09:40.113 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 173 16 75136 75120 27.1346 27.875 0.0354102 0.0368428 2022-03-08T23:09:41.114 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 174 16 75487 75471 27.1047 21.9375 0.0232954 0.0368838 2022-03-08T23:09:42.114 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 175 16 75927 75911 27.1069 27.5 0.0342265 0.0368817 2022-03-08T23:09:43.114 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 176 16 76437 76421 27.134 31.875 0.0264875 0.0368458 2022-03-08T23:09:44.116 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 177 16 76786 76770 27.1037 21.8125 0.0500857 0.0368862 2022-03-08T23:09:45.116 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 178 16 77194 77178 27.0946 25.5 0.0828675 0.0368896 2022-03-08T23:09:46.116 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 179 16 77587 77571 27.0804 24.5625 0.0211066 0.03692 2022-03-08T23:09:47.117 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:09:47.117051+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.0369074 2022-03-08T23:09:47.117 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:09:47.117 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 180 16 78047 78031 27.0896 28.75 0.0240003 0.0369074 2022-03-08T23:09:48.117 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 181 16 78490 78474 27.0929 27.6875 0.0408475 0.036903 2022-03-08T23:09:48.883 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:48.860231 I | ceph-cluster-controller: detected ceph image version: "17.0.0-11025 quincy" 2022-03-08T23:09:48.884 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:48.860253 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T23:09:48.884 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:48.860260 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-11025 quincy", pursuing 2022-03-08T23:09:49.116 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 182 16 78909 78893 27.0879 26.1875 0.0184881 0.0369091 2022-03-08T23:09:50.000 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:49.999449 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:09:50.117 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 183 16 79356 79340 27.0926 27.9375 0.0325431 0.0368999 2022-03-08T23:09:50.344 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:50.342620 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:09:50.344 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:50.342800 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:09:51.087 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:51.087120 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-11025 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3" 2022-03-08T23:09:51.117 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 184 16 79715 79699 27.0673 22.4375 0.021584 0.036935 2022-03-08T23:09:52.117 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 185 16 80063 80047 27.0385 21.75 0.0477425 0.0369762 2022-03-08T23:09:52.365 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:52.365189 I | op-mon: start running mons 2022-03-08T23:09:52.628 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:52.628525 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:09:53.117 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 186 16 80499 80483 27.0396 27.25 0.0341113 0.0369733 2022-03-08T23:09:53.315 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:53.310851 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.43:6789"]}] data:a=172.21.15.43:6789 mapping:{"node":{"a":{"Name":"smithi043","Hostname":"smithi043","Address":"172.21.15.43"}}} maxMonId:0] 2022-03-08T23:09:53.551 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:53.550752 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:09:53.551 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:53.550934 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:09:53.581 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:53.579889 I | op-mon: targeting the mon count 1 2022-03-08T23:09:53.584 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:53.584201 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T23:09:54.117 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 187 16 80889 80873 27.0254 24.375 0.0186001 0.0369932 2022-03-08T23:09:54.223 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:54.223455 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T23:09:54.224 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:54.223472 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T23:09:55.117 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 188 16 81305 81289 27.0199 26 0.035936 0.0369992 2022-03-08T23:09:55.236 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:55.235018 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T23:09:55.237 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:55.235045 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T23:09:56.117 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 189 16 81641 81625 26.9881 21 0.0338633 0.0370437 2022-03-08T23:09:56.425 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:56.424983 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T23:09:56.425 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:56.425011 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-08T23:09:56.901 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:56.896998 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-08T23:09:56.901 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:56.897024 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T23:09:57.117 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 190 16 82007 81991 26.9664 22.875 0.0353021 0.0370738 2022-03-08T23:09:57.917 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:57.911395 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T23:09:57.917 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:57.911421 I | op-config: deleting "log file" option from the mon configuration database 2022-03-08T23:09:58.117 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 191 15 82421 82406 26.961 25.9375 0.026697 0.0370812 2022-03-08T23:09:58.669 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:58.667813 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-08T23:09:58.669 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:58.667840 I | op-mon: checking for basic quorum with existing mons 2022-03-08T23:09:58.670 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:58.667845 I | op-mon: setting mon endpoints for hostnetwork mode 2022-03-08T23:09:58.990 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:58.989530 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.43:6789"]}] data:a=172.21.15.43:6789 mapping:{"node":{"a":{"Name":"smithi043","Hostname":"smithi043","Address":"172.21.15.43"}}} maxMonId:0] 2022-03-08T23:09:59.073 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:59.071318 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T23:09:59.092 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:59.077151 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T23:09:59.096 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:59.095577 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-08T23:09:59.108 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:59.103812 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-08T23:09:59.108 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:59.103848 I | op-mon: waiting for mon quorum with [a] 2022-03-08T23:09:59.112 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:59.109916 I | op-mon: mons running: [a] 2022-03-08T23:09:59.117 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 192 16 82807 82791 26.9459 24.0625 0.0528949 0.0371006 2022-03-08T23:09:59.846 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:59.844935 I | op-mon: Monitors in quorum: [a] 2022-03-08T23:09:59.846 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:09:59.844960 I | op-mon: mons created: 1 2022-03-08T23:10:00.118 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 193 16 83208 83192 26.9361 25.0625 0.0385652 0.0371121 2022-03-08T23:10:00.896 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:00.891875 I | op-mon: waiting for mon quorum with [a] 2022-03-08T23:10:00.901 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:00.898733 I | op-mon: mons running: [a] 2022-03-08T23:10:01.118 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 194 16 83587 83571 26.9194 23.6875 0.0206406 0.0371384 2022-03-08T23:10:01.605 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:01.603683 I | op-mon: Monitors in quorum: [a] 2022-03-08T23:10:01.605 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:01.603717 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-08T23:10:02.118 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 195 16 83955 83939 26.8993 23 0.0689953 0.0371659 2022-03-08T23:10:02.432 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:02.431848 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-08T23:10:02.750 INFO:teuthology.orchestra.run.smithi043.stdout:waiting for osd to come back up 2022-03-08T23:10:02.751 INFO:teuthology.orchestra.run.smithi043.stderr:+ '[' 3 '!=' 4 ']' 2022-03-08T23:10:02.751 INFO:teuthology.orchestra.run.smithi043.stderr:+ echo 'waiting for osd to come back up' 2022-03-08T23:10:02.751 INFO:teuthology.orchestra.run.smithi043.stderr:++ toolbox ceph osd stat 2022-03-08T23:10:02.751 INFO:teuthology.orchestra.run.smithi043.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T23:10:02.752 INFO:teuthology.orchestra.run.smithi043.stderr:++ cut -f3 -d ' ' 2022-03-08T23:10:03.118 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 196 16 84344 84328 26.8861 24.3125 0.0299043 0.0371823 2022-03-08T23:10:03.323 INFO:teuthology.orchestra.run.smithi043.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T23:10:03.549 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:03.549020 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-08T23:10:04.118 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 197 16 84476 84460 26.7915 8.25 0.00616436 0.0371728 2022-03-08T23:10:04.554 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:04.553704 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-08T23:10:04.769 INFO:teuthology.orchestra.run.smithi043.stderr:+ num_osd=3 2022-03-08T23:10:04.770 INFO:teuthology.orchestra.run.smithi043.stderr:+ sleep 30s 2022-03-08T23:10:05.073 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:05.073190 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-08T23:10:05.074 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:05.073214 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-08T23:10:05.118 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 198 16 84476 84460 26.6562 0 - 0.0371728 2022-03-08T23:10:05.587 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:05.587133 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-08T23:10:06.032 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:06.031795 I | cephclient: successfully enabled msgr2 protocol 2022-03-08T23:10:06.032 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:06.031843 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-08T23:10:06.033 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:06.031863 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-08T23:10:06.118 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 199 16 84476 84460 26.5222 0 - 0.0371728 2022-03-08T23:10:06.495 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:06.494759 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-08T23:10:06.536 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:06.535994 I | op-mgr: start running mgr 2022-03-08T23:10:06.536 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:06.536029 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-08T23:10:07.034 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.033988 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-08T23:10:07.042 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.041944 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-08T23:10:07.044 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.043905 I | op-mgr: setting services to point to mgr "a" 2022-03-08T23:10:07.119 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:10:07.118939+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.0371728 2022-03-08T23:10:07.119 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:10:07.119 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 200 16 84476 84460 26.3896 0 - 0.0371728 2022-03-08T23:10:07.212 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.211762 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-08T23:10:07.213 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.211799 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-08T23:10:07.243 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.242619 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-08T23:10:07.248 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.247039 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi043-lv-1" 2022-03-08T23:10:07.248 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.247075 I | op-osd: OSD PVC "smithi043-lv-1-data-0c2dhv" already exists 2022-03-08T23:10:07.248 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.247087 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi043-lv-2" 2022-03-08T23:10:07.248 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.247097 I | op-osd: OSD PVC "smithi043-lv-2-data-0gwxpq" already exists 2022-03-08T23:10:07.249 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.247105 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi043-lv-4" 2022-03-08T23:10:07.249 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.247113 I | op-osd: OSD PVC "smithi043-lv-4-data-0vmr4h" already exists 2022-03-08T23:10:07.249 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.247128 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi043-lv-3" 2022-03-08T23:10:07.249 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.247139 I | op-osd: OSD PVC "smithi043-lv-3-data-0bv8f2" already exists 2022-03-08T23:10:07.258 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.258138 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-1-data-0c2dhv" 2022-03-08T23:10:07.258 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.258164 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-2-data-0gwxpq" 2022-03-08T23:10:07.259 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.258172 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-4-data-0vmr4h" 2022-03-08T23:10:07.259 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.258178 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-3-data-0bv8f2" 2022-03-08T23:10:07.259 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.258182 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-08T23:10:07.259 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:07.258186 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-08T23:10:08.119 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 201 16 84476 84460 26.2583 0 - 0.0371728 2022-03-08T23:10:08.500 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:08.500186 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-08T23:10:08.504 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:08.500526 I | op-mgr: successful modules: dashboard 2022-03-08T23:10:08.505 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:08.500951 I | op-mgr: successful modules: prometheus 2022-03-08T23:10:08.705 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:08.704857 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-08T23:10:08.710 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:08.710208 I | op-osd: updating OSD 0 on PVC "smithi043-lv-3-data-0bv8f2" 2022-03-08T23:10:08.710 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:08.710229 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-3-data-0bv8f2" 2022-03-08T23:10:08.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:08.860869 I | op-mgr: successful modules: balancer 2022-03-08T23:10:09.119 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 202 16 84476 84460 26.1283 0 - 0.0371728 2022-03-08T23:10:09.971 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:09.971562 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-08T23:10:09.977 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:09.977254 I | op-osd: updating OSD 1 on PVC "smithi043-lv-1-data-0c2dhv" 2022-03-08T23:10:09.977 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:09.977274 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-1-data-0c2dhv" 2022-03-08T23:10:10.119 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 203 16 84476 84460 25.9996 0 - 0.0371728 2022-03-08T23:10:10.177 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:10.176860 I | op-mgr: successful modules: orchestrator modules 2022-03-08T23:10:11.119 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 204 16 84476 84460 25.8722 0 - 0.0371728 2022-03-08T23:10:11.245 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:11.244946 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-08T23:10:11.252 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:11.252187 I | op-osd: updating OSD 2 on PVC "smithi043-lv-2-data-0gwxpq" 2022-03-08T23:10:11.252 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:11.252217 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-2-data-0gwxpq" 2022-03-08T23:10:12.119 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 205 16 84476 84460 25.746 0 - 0.0371728 2022-03-08T23:10:12.449 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:12.449389 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-08T23:10:12.454 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:12.454653 I | op-osd: updating OSD 3 on PVC "smithi043-lv-4-data-0vmr4h" 2022-03-08T23:10:12.455 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:12.454684 I | op-osd: OSD will have its main bluestore block on "smithi043-lv-4-data-0vmr4h" 2022-03-08T23:10:13.119 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 206 16 84476 84460 25.621 0 - 0.0371728 2022-03-08T23:10:13.446 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:13.445602 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-08T23:10:13.446 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:10:13.445622 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T23:10:14.119 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 207 16 84476 84460 25.4972 0 - 0.0371728 2022-03-08T23:10:15.119 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 208 16 84692 84676 25.4395 1.22727 0.0669201 0.0392992 2022-03-08T23:10:16.119 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 209 16 84941 84925 25.3923 15.5625 0.103859 0.0393702 2022-03-08T23:10:17.119 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 210 16 85240 85224 25.3603 18.6875 0.0624366 0.0394184 2022-03-08T23:10:18.120 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 211 16 85508 85492 25.3195 16.75 0.0679611 0.0394831 2022-03-08T23:10:19.120 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 212 16 85677 85661 25.2499 10.5625 0.0203409 0.0395754 2022-03-08T23:10:20.120 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 213 16 85959 85943 25.2141 17.625 0.0241432 0.0396489 2022-03-08T23:10:21.120 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 214 16 86206 86190 25.1684 15.4375 0.136315 0.0397208 2022-03-08T23:10:22.120 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 215 16 86488 86472 25.1333 17.625 0.0711397 0.0397716 2022-03-08T23:10:23.120 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 216 16 86789 86773 25.1041 18.8125 0.0488825 0.0398257 2022-03-08T23:10:24.120 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 217 16 87057 87041 25.0656 16.75 0.032438 0.0398854 2022-03-08T23:10:25.120 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 218 16 87331 87315 25.0291 17.125 0.0625627 0.0399437 2022-03-08T23:10:26.121 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 219 16 87584 87568 24.987 15.8125 0.0287621 0.0400087 2022-03-08T23:10:27.121 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:10:27.121306+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.0400643 2022-03-08T23:10:27.121 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:10:27.121 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 220 16 87863 87847 24.9527 17.4375 0.0476265 0.0400643 2022-03-08T23:10:28.121 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 221 16 88117 88101 24.9116 15.875 0.0821702 0.0401285 2022-03-08T23:10:29.121 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 222 16 88285 88269 24.8467 10.5 0.0202436 0.0401747 2022-03-08T23:10:30.121 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 223 16 88536 88520 24.8056 15.6875 0.024883 0.0402987 2022-03-08T23:10:31.121 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 224 16 88782 88766 24.7635 15.375 0.0523473 0.0403692 2022-03-08T23:10:32.121 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 225 16 89037 89021 24.7243 15.9375 0.0391361 0.0404335 2022-03-08T23:10:33.121 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 226 16 89277 89261 24.6812 15 0.0297757 0.0405035 2022-03-08T23:10:34.121 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 227 16 89500 89484 24.6339 13.9375 0.0647059 0.0405794 2022-03-08T23:10:34.771 INFO:teuthology.orchestra.run.smithi043.stderr:+ '[' 3 '!=' 4 ']' 2022-03-08T23:10:34.771 INFO:teuthology.orchestra.run.smithi043.stdout:waiting for osd to come back up 2022-03-08T23:10:34.773 INFO:teuthology.orchestra.run.smithi043.stderr:+ echo 'waiting for osd to come back up' 2022-03-08T23:10:34.773 INFO:teuthology.orchestra.run.smithi043.stderr:++ toolbox ceph osd stat 2022-03-08T23:10:34.773 INFO:teuthology.orchestra.run.smithi043.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T23:10:34.774 INFO:teuthology.orchestra.run.smithi043.stderr:++ cut -f3 -d ' ' 2022-03-08T23:10:34.875 INFO:teuthology.orchestra.run.smithi043.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T23:10:35.121 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 228 16 89724 89708 24.5873 14 0.0398145 0.0406486 2022-03-08T23:10:36.122 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 229 16 89925 89909 24.5348 12.5625 0.160821 0.0407414 2022-03-08T23:10:36.165 INFO:teuthology.orchestra.run.smithi043.stderr:+ num_osd=4 2022-03-08T23:10:36.166 INFO:teuthology.orchestra.run.smithi043.stderr:+ sleep 30s 2022-03-08T23:10:37.122 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 230 16 90160 90144 24.4919 14.6875 0.0208005 0.0408173 2022-03-08T23:10:38.122 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 231 16 90378 90362 24.4449 13.625 0.160039 0.04089 2022-03-08T23:10:39.122 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 232 16 90428 90412 24.353 3.125 0.00766145 0.0409013 2022-03-08T23:10:40.122 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 233 16 90595 90579 24.2933 10.4375 0.0796509 0.0411499 2022-03-08T23:10:41.122 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 234 16 90691 90675 24.2151 6 0.0230448 0.0411839 2022-03-08T23:10:42.122 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 235 16 90746 90730 24.1267 3.4375 0.0409291 0.0414367 2022-03-08T23:10:43.123 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 236 16 91043 91027 24.1031 18.5625 0.0536734 0.0414787 2022-03-08T23:10:44.123 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 237 16 91263 91247 24.0594 13.75 0.0637957 0.0415539 2022-03-08T23:10:45.123 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 238 16 91555 91539 24.035 18.25 0.0294585 0.041595 2022-03-08T23:10:46.123 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 239 16 91822 91806 24.0042 16.6875 0.0414596 0.041649 2022-03-08T23:10:47.123 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:10:47.123441+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.0417005 2022-03-08T23:10:47.123 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:10:47.123 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 240 16 92089 92073 23.9738 16.6875 0.0965398 0.0417005 2022-03-08T23:10:48.123 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 241 16 92366 92350 23.9461 17.3125 0.103336 0.0417495 2022-03-08T23:10:49.123 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 242 16 92620 92604 23.9127 15.875 0.0671801 0.0418074 2022-03-08T23:10:50.123 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 243 16 92887 92871 23.883 16.6875 0.0192704 0.0418593 2022-03-08T23:10:51.123 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 244 16 93114 93098 23.8433 14.1875 0.0982366 0.0419255 2022-03-08T23:10:52.123 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 245 16 93357 93341 23.8079 15.1875 0.0208766 0.0419864 2022-03-08T23:10:53.124 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 246 16 93518 93502 23.752 10.0625 0.0378878 0.0420925 2022-03-08T23:10:54.124 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 247 16 93790 93774 23.7247 17 0.0149861 0.0421392 2022-03-08T23:10:55.124 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 248 16 94073 94057 23.7004 17.6875 0.0106687 0.0421795 2022-03-08T23:10:56.124 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 249 16 94332 94316 23.6702 16.1875 0.0599441 0.0422386 2022-03-08T23:10:57.124 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 250 16 94597 94581 23.6417 16.5625 0.0363187 0.0422844 2022-03-08T23:10:58.124 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 251 16 94875 94859 23.6168 17.375 0.0255485 0.0423298 2022-03-08T23:10:59.124 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 252 16 95141 95125 23.589 16.625 0.0483597 0.0423795 2022-03-08T23:11:00.124 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 253 16 95400 95384 23.5598 16.1875 0.0630358 0.042433 2022-03-08T23:11:01.125 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 254 16 95651 95635 23.5288 15.6875 0.0724061 0.0424895 2022-03-08T23:11:02.125 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 255 16 95910 95894 23.5 16.1875 0.0649979 0.0425429 2022-03-08T23:11:03.125 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 256 16 96073 96057 23.448 10.1875 0.0888218 0.0425816 2022-03-08T23:11:04.125 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 257 16 96161 96145 23.3781 5.5 0.0283149 0.0427638 2022-03-08T23:11:05.125 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 258 16 96435 96419 23.3539 17.125 0.098149 0.0428077 2022-03-08T23:11:06.125 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 259 16 96674 96658 23.3214 14.9375 0.0277591 0.0428671 2022-03-08T23:11:06.166 INFO:teuthology.orchestra.run.smithi043.stderr:+ '[' 4 '!=' 4 ']' 2022-03-08T23:11:06.168 INFO:teuthology.run_tasks:Running task rook.shell... 2022-03-08T23:11:06.180 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch status 2022-03-08T23:11:07.125 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:11:07.125672+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.0429255 2022-03-08T23:11:07.125 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:11:07.126 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 260 16 96917 96901 23.2901 15.1875 0.0561179 0.0429255 2022-03-08T23:11:08.125 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 261 16 97178 97162 23.2633 16.3125 0.0770769 0.0429747 2022-03-08T23:11:09.125 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 262 16 97391 97375 23.2254 13.3125 0.00824565 0.0430321 2022-03-08T23:11:10.125 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 263 16 97470 97454 23.1558 4.9375 0.10491 0.0431709 2022-03-08T23:11:11.125 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 264 16 97741 97725 23.1323 16.9375 0.0581403 0.0432212 2022-03-08T23:11:12.125 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 265 16 98001 97985 23.1063 16.25 0.0779447 0.0432648 2022-03-08T23:11:12.433 INFO:teuthology.orchestra.run.smithi043.stdout:Backend: rook 2022-03-08T23:11:12.434 INFO:teuthology.orchestra.run.smithi043.stdout:Available: Yes 2022-03-08T23:11:12.478 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ps 2022-03-08T23:11:13.126 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 266 16 98241 98225 23.0758 15 0.0726059 0.0433237 2022-03-08T23:11:13.412 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-03-08T23:11:13.412 INFO:teuthology.orchestra.run.smithi043.stdout:crashcollector.crash smithi043 running (7m) 0s ago 7m - - 4b871cde5e1a 2022-03-08T23:11:13.413 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.a smithi043 running (9m) 0s ago 9m - - 4b871cde5e1a 2022-03-08T23:11:13.413 INFO:teuthology.orchestra.run.smithi043.stdout:mon.a smithi043 running (9m) 0s ago 9m - - 4b871cde5e1a 2022-03-08T23:11:13.413 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (111s) 0s ago 111s - - 4b871cde5e1a 2022-03-08T23:11:13.413 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (7m) 0s ago 7m - - 4b871cde5e1a 2022-03-08T23:11:13.414 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (7m) 0s ago 7m - - 4b871cde5e1a 2022-03-08T23:11:13.414 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (7m) 0s ago 7m - - 4b871cde5e1a 2022-03-08T23:11:13.469 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls 2022-03-08T23:11:14.126 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 267 16 98487 98471 23.047 15.375 0.0584604 0.0433775 2022-03-08T23:11:15.126 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 268 16 98660 98644 23.0013 10.8125 0.00868692 0.0434165 2022-03-08T23:11:15.812 INFO:teuthology.orchestra.run.smithi043.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-03-08T23:11:15.812 INFO:teuthology.orchestra.run.smithi043.stdout:crash 1/1 1s ago 7m * 2022-03-08T23:11:15.813 INFO:teuthology.orchestra.run.smithi043.stdout:mgr 1/1 1s ago 9m count:1 2022-03-08T23:11:15.813 INFO:teuthology.orchestra.run.smithi043.stdout:mon 1/1 1s ago 9m count:1 2022-03-08T23:11:15.813 INFO:teuthology.orchestra.run.smithi043.stdout:osd 8 1s ago 7m 2022-03-08T23:11:15.813 INFO:teuthology.orchestra.run.smithi043.stdout:osd.all-available-devices 0 1s ago - * 2022-03-08T23:11:15.833 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch host ls 2022-03-08T23:11:16.126 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 269 16 98660 98644 22.9158 0 - 0.0434165 2022-03-08T23:11:16.468 INFO:teuthology.orchestra.run.smithi043.stdout:HOST ADDR LABELS STATUS 2022-03-08T23:11:16.548 INFO:teuthology.orchestra.run.smithi043.stdout:smithi043 172.21.15.43/smithi043 2022-03-08T23:11:16.548 INFO:teuthology.orchestra.run.smithi043.stdout:1 hosts in cluster 2022-03-08T23:11:16.550 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch device ls 2022-03-08T23:11:17.126 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 270 16 98816 98800 22.8671 4.875 0.137945 0.0437199 2022-03-08T23:11:17.999 INFO:teuthology.orchestra.run.smithi043.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2022-03-08T23:11:17.999 INFO:teuthology.orchestra.run.smithi043.stdout:smithi043 /dev/vg_nvme/lv_1 unknown None 107G 0s ago 2022-03-08T23:11:17.999 INFO:teuthology.orchestra.run.smithi043.stdout:smithi043 /dev/vg_nvme/lv_2 unknown None 107G 0s ago 2022-03-08T23:11:18.000 INFO:teuthology.orchestra.run.smithi043.stdout:smithi043 /dev/vg_nvme/lv_3 unknown None 107G 0s ago 2022-03-08T23:11:18.000 INFO:teuthology.orchestra.run.smithi043.stdout:smithi043 /dev/vg_nvme/lv_4 unknown None 107G 0s ago 2022-03-08T23:11:18.038 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch apply rgw foo 2022-03-08T23:11:18.126 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 271 16 99056 99040 22.838 15 0.0758344 0.0437733 2022-03-08T23:11:19.128 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 272 16 99298 99282 22.8095 15.125 0.0845783 0.043821 2022-03-08T23:11:19.925 INFO:teuthology.orchestra.run.smithi043.stdout:Created 2022-03-08T23:11:19.926 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:19.925549 I | ceph-spec: adding finalizer "cephobjectstore.ceph.rook.io" on "foo" 2022-03-08T23:11:19.954 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch apply mds foo 2022-03-08T23:11:20.070 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:20.058639 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:11:20.130 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 273 16 99545 99529 22.7823 15.4375 0.0795003 0.043879 2022-03-08T23:11:21.113 INFO:teuthology.orchestra.run.smithi043.stdout:Created 2022-03-08T23:11:21.117 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:21.117445 I | ceph-spec: adding finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-03-08T23:11:21.130 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 274 16 99750 99734 22.7459 12.8125 0.0442395 0.0439505 2022-03-08T23:11:21.161 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch apply rbd-mirror 2022-03-08T23:11:21.181 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:21.179885 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:11:22.131 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 275 16 99943 99927 22.7071 12.0625 0.0647776 0.0440254 2022-03-08T23:11:22.193 INFO:teuthology.orchestra.run.smithi043.stdout:Success 2022-03-08T23:11:22.221 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch apply nfs foo --port 12777 2022-03-08T23:11:22.252 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:22.251339 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:11:22.276 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:22.269123 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:11:22.334 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:22.328204 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:11:22.335 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:22.328228 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:11:23.131 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 276 16 100098 100082 22.6599 9.6875 0.0297509 0.0441168 2022-03-08T23:11:23.246 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:23.245583 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-03-08T23:11:23.246 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:23.245700 I | ceph-rbd-mirror-controller: configure rbd-mirroring with 1 workers 2022-03-08T23:11:23.246 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:23.245714 I | cephclient: getting or creating ceph auth key "client.rbd-mirror.a" 2022-03-08T23:11:23.499 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:23.497151 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:11:24.131 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 277 16 100255 100239 22.6135 9.8125 0.0622315 0.0442094 2022-03-08T23:11:25.131 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 278 16 100404 100388 22.5657 9.3125 0.19604 0.0442957 2022-03-08T23:11:25.667 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:25.662211 I | ceph-rbd-mirror-controller: "rook-ceph-rbd-mirror-a" deployment started 2022-03-08T23:11:26.020 INFO:teuthology.orchestra.run.smithi043.stdout:Unable to create NFS daemon, check logs for more traceback 2022-03-08T23:11:26.020 INFO:teuthology.orchestra.run.smithi043.stdout:'RookOrchestrator' object has no attribute 'open_ioctx' 2022-03-08T23:11:26.049 DEBUG:teuthology.run_tasks:Unwinding manager radosbench 2022-03-08T23:11:26.062 INFO:tasks.radosbench:joining radosbench (timing out after 11100s) 2022-03-08T23:11:26.063 INFO:teuthology.orchestra.run:waiting for 11100 2022-03-08T23:11:26.087 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:26.078366 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi043": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T23:11:26.131 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 279 16 100537 100521 22.5146 8.3125 0.263306 0.0444002 2022-03-08T23:11:27.131 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:11:27.131610+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.0444902 2022-03-08T23:11:27.131 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:11:27.132 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 280 16 100700 100684 22.4706 10.1875 0.0513583 0.0444902 2022-03-08T23:11:27.233 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:27.233190 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi043": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T23:11:27.272 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:27.270060 I | ceph-file-controller: creating filesystem "foo" 2022-03-08T23:11:28.131 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 281 16 100931 100915 22.442 14.4375 0.0279125 0.0445464 2022-03-08T23:11:29.131 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 282 16 101054 101038 22.3897 7.6875 0.0856662 0.0446502 2022-03-08T23:11:30.131 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 283 16 101234 101218 22.3503 11.25 0.0541837 0.0447307 2022-03-08T23:11:31.132 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 284 16 101462 101446 22.3218 14.25 0.0920915 0.0447885 2022-03-08T23:11:32.131 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 285 16 101693 101677 22.2941 14.4375 0.0265612 0.0448437 2022-03-08T23:11:33.132 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 286 16 101916 101900 22.2649 13.9375 0.0845092 0.0449035 2022-03-08T23:11:34.132 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 287 16 102129 102113 22.2337 13.3125 0.0311256 0.0449648 2022-03-08T23:11:35.132 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 288 16 102355 102339 22.2055 14.125 0.126295 0.045023 2022-03-08T23:11:36.133 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 289 16 102574 102558 22.176 13.6875 0.0467159 0.0450837 2022-03-08T23:11:37.133 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 290 16 102759 102743 22.1394 11.5625 0.0976307 0.0451507 2022-03-08T23:11:38.133 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 291 16 102921 102905 22.0981 10.125 0.127033 0.0452373 2022-03-08T23:11:39.133 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 292 16 103118 103102 22.0646 12.3125 0.0393657 0.0453124 2022-03-08T23:11:40.133 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 293 16 103328 103312 22.0341 13.125 0.0521619 0.0453707 2022-03-08T23:11:40.690 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:40.689091 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.meta" 2022-03-08T23:11:40.700 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:40.696096 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.control" 2022-03-08T23:11:40.731 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:40.729184 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.log" 2022-03-08T23:11:40.731 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:40.729397 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.non-ec" 2022-03-08T23:11:40.785 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:40.783448 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.index" 2022-03-08T23:11:41.133 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 294 16 103519 103503 21.9997 11.9375 0.0411893 0.0454382 2022-03-08T23:11:42.133 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 295 16 103740 103724 21.972 13.8125 0.103924 0.0455018 2022-03-08T23:11:43.118 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:43.114929 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-metadata" 2022-03-08T23:11:43.133 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 296 16 103998 103982 21.9522 16.125 0.0193072 0.0455416 2022-03-08T23:11:44.133 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 297 16 104231 104215 21.9273 14.5625 0.0363698 0.0455948 2022-03-08T23:11:45.134 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 298 16 104404 104388 21.89 10.8125 0.0853024 0.0456677 2022-03-08T23:11:46.133 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 299 16 104606 104590 21.859 12.625 0.127658 0.0457371 2022-03-08T23:11:46.392 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:46.391415 I | cephclient: creating replicated pool foo-metadata succeeded 2022-03-08T23:11:47.134 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:11:47.134330+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.045794 2022-03-08T23:11:47.134 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:11:47.134 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 300 16 104832 104816 21.8333 14.125 0.0496407 0.045794 2022-03-08T23:11:48.134 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 301 16 105052 105036 21.8064 13.75 0.114196 0.0458417 2022-03-08T23:11:49.008 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:49.008116 I | cephclient: creating replicated pool foo.rgw.control succeeded 2022-03-08T23:11:49.027 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:49.026727 I | cephclient: creating replicated pool foo.rgw.buckets.index succeeded 2022-03-08T23:11:49.029 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:49.029495 I | cephclient: creating replicated pool foo.rgw.meta succeeded 2022-03-08T23:11:49.033 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:49.033941 I | cephclient: creating replicated pool foo.rgw.buckets.non-ec succeeded 2022-03-08T23:11:49.036 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:49.034273 I | cephclient: creating replicated pool foo.rgw.log succeeded 2022-03-08T23:11:49.134 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 302 16 105266 105250 21.7785 13.375 0.257424 0.0458911 2022-03-08T23:11:49.299 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:49.296465 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:11:49.300 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:49.296495 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:11:49.547 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:49.545892 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:11:50.134 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 303 16 105487 105471 21.7522 13.8125 0.116423 0.0459576 2022-03-08T23:11:51.134 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 304 16 105634 105618 21.7108 9.1875 0.117585 0.0460471 2022-03-08T23:11:52.134 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 305 16 105764 105748 21.6663 8.125 0.47757 0.0461192 2022-03-08T23:11:53.134 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 306 16 106024 106008 21.6486 16.25 0.0322128 0.0461815 2022-03-08T23:11:53.253 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:53.250197 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:11:53.923 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:53.920377 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-data0" 2022-03-08T23:11:54.134 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 307 16 106287 106271 21.6316 16.4375 0.0732701 0.0462192 2022-03-08T23:11:55.134 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 308 16 106584 106568 21.6217 18.5625 0.016837 0.0462354 2022-03-08T23:11:55.772 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:55.771606 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:11:55.773 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:55.771632 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:11:56.135 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 309 16 106829 106813 21.6012 15.3125 0.123799 0.0462822 2022-03-08T23:11:56.455 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:56.455249 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:11:57.135 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 310 16 106908 106892 21.5475 4.9375 0.0764833 0.0463957 2022-03-08T23:11:58.135 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 311 16 107197 107181 21.5363 18.0625 0.0294536 0.0464238 2022-03-08T23:11:58.184 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:58.183827 I | cephclient: creating replicated pool foo-data0 succeeded 2022-03-08T23:11:58.184 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:11:58.183852 I | cephclient: creating filesystem "foo" with metadata pool "foo-metadata" and data pools [foo-data0] 2022-03-08T23:11:59.135 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 312 16 107345 107329 21.4969 9.25 0.061162 0.0465088 2022-03-08T23:12:00.135 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 313 16 107627 107611 21.4845 17.625 0.0518991 0.0465358 2022-03-08T23:12:00.240 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:00.240739 I | ceph-file-controller: created filesystem "foo" on 1 data pool(s) and metadata pool "foo-metadata" 2022-03-08T23:12:00.566 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:00.566211 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:12:00.583 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:00.583069 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:12:01.135 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 314 16 107863 107847 21.4631 14.75 0.00759671 0.0465805 2022-03-08T23:12:01.449 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:01.448504 I | cephclient: setting allow_standby_replay for filesystem "foo" 2022-03-08T23:12:02.135 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 315 16 108172 108156 21.4562 19.3125 0.0230003 0.0465968 2022-03-08T23:12:02.558 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:02.552833 I | ceph-file-controller: start running mdses for filesystem "foo" 2022-03-08T23:12:03.135 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 316 16 108459 108443 21.4451 17.9375 0.0512841 0.0466219 2022-03-08T23:12:03.153 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:03.153034 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:12:03.247 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:03.246658 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:12:03.248 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:03.246693 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:12:03.686 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:03.685854 I | cephclient: getting or creating ceph auth key "mds.foo-a" 2022-03-08T23:12:03.998 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:03.996488 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:12:04.135 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 317 16 108707 108691 21.4263 15.5 0.176323 0.0466556 2022-03-08T23:12:05.135 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 318 16 108919 108903 21.4006 13.25 0.026488 0.0467154 2022-03-08T23:12:05.404 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:05.404056 I | op-mds: setting mds config flags 2022-03-08T23:12:05.404 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:05.404085 I | op-config: setting "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-03-08T23:12:06.136 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 319 16 109199 109183 21.3884 17.5 0.0269025 0.0467415 2022-03-08T23:12:06.348 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:06.346321 I | op-config: successfully set "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-03-08T23:12:06.361 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:06.361449 I | cephclient: getting or creating ceph auth key "mds.foo-b" 2022-03-08T23:12:07.136 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:12:07.136374+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.046772 2022-03-08T23:12:07.136 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:12:07.136 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 320 16 109469 109453 21.3743 16.875 0.0322482 0.046772 2022-03-08T23:12:08.136 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 321 16 109789 109773 21.37 20 0.0259795 0.0467808 2022-03-08T23:12:08.325 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:08.279074 I | op-mds: setting mds config flags 2022-03-08T23:12:08.326 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:08.279147 I | op-config: setting "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-03-08T23:12:08.327 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:08.279992 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:12:08.633 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:08.633170 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:12:09.136 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 322 15 110079 110064 21.3601 18.1875 0.0793033 0.0468009 2022-03-08T23:12:09.572 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:09.520131 I | op-config: successfully set "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-03-08T23:12:10.136 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 323 16 110372 110356 21.3505 18.25 0.0547878 0.0468205 2022-03-08T23:12:11.136 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 324 16 110567 110551 21.3222 12.1875 0.0190253 0.0468796 2022-03-08T23:12:12.137 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 325 16 110891 110875 21.3189 20.25 0.0280217 0.0468933 2022-03-08T23:12:12.709 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:12.709630 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:12:13.141 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 326 16 111163 111147 21.3054 17 0.111473 0.0469221 2022-03-08T23:12:14.130 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:14.129288 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:12:14.131 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:14.129314 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:12:14.140 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 327 16 111542 111526 21.3126 23.6875 0.0513046 0.0469114 2022-03-08T23:12:14.824 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:14.824565 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:12:15.140 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 328 16 111785 111769 21.294 15.1875 0.023824 0.0469431 2022-03-08T23:12:16.140 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 329 16 112010 111994 21.272 14.0625 0.083796 0.0469986 2022-03-08T23:12:17.141 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 330 16 112296 112280 21.2617 17.875 0.0596522 0.0470244 2022-03-08T23:12:18.141 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 331 16 112574 112558 21.2499 17.375 0.1707 0.0470458 2022-03-08T23:12:19.141 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 332 16 112897 112881 21.2467 20.1875 0.0990786 0.0470548 2022-03-08T23:12:19.916 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:19.906582 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:12:20.141 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 333 16 113237 113221 21.2467 21.25 0.0493168 0.0470483 2022-03-08T23:12:20.382 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:20.380143 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:12:21.141 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 334 16 113583 113567 21.2478 21.625 0.0494277 0.0470539 2022-03-08T23:12:22.141 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 335 16 113910 113894 21.2454 20.4375 0.0236279 0.0470574 2022-03-08T23:12:23.141 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 336 16 114203 114187 21.2367 18.3125 0.0303488 0.047079 2022-03-08T23:12:23.807 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:23.806658 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:12:24.142 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 337 16 114534 114518 21.235 20.6875 0.0848829 0.0470816 2022-03-08T23:12:24.268 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:24.265330 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:12:24.268 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:24.265358 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:12:25.078 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:25.077033 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:12:25.142 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 338 16 114848 114832 21.2303 19.625 0.0592389 0.047092 2022-03-08T23:12:26.142 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 339 16 115011 114995 21.1977 10.1875 0.0976824 0.047159 2022-03-08T23:12:27.142 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:2022-03-08T23:12:27.142647+0000 min lat: 0.00133742 max lat: 13.5937 avg lat: 0.0471742 2022-03-08T23:12:27.142 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T23:12:27.143 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 340 16 115303 115287 21.189 18.25 0.0774437 0.0471742 2022-03-08T23:12:28.142 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 341 16 115675 115659 21.1951 23.25 0.0675375 0.0471716 2022-03-08T23:12:29.142 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 342 16 116027 116011 21.1974 22 0.0337147 0.0471671 2022-03-08T23:12:29.480 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:29.479260 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:12:29.606 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:29.606045 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:12:30.142 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 343 16 116346 116330 21.1937 19.9375 0.051473 0.0471737 2022-03-08T23:12:31.142 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 344 16 116650 116634 21.1873 19 0.0202277 0.0471877 2022-03-08T23:12:31.937 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:31.934556 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:12:32.103 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:32.100197 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:12:32.103 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:32.100216 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:12:32.142 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 345 16 116990 116974 21.1875 21.25 0.0305158 0.0471869 2022-03-08T23:12:32.769 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:32.765020 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:12:33.143 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 346 16 117252 117236 21.1736 16.375 0.024736 0.0472114 2022-03-08T23:12:34.143 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 347 16 117482 117466 21.154 14.375 0.0820933 0.047262 2022-03-08T23:12:35.143 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 348 16 117826 117810 21.155 21.5 0.0705678 0.047259 2022-03-08T23:12:36.143 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 349 16 118119 118103 21.1469 18.3125 0.141822 0.0472785 2022-03-08T23:12:36.175 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:36.174269 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:12:36.342 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:36.342240 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:12:37.143 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 350 16 118423 118407 21.1407 19 0.0481692 0.0472918 2022-03-08T23:12:38.143 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 351 16 118734 118718 21.1359 19.4375 0.0495796 0.0473028 2022-03-08T23:12:38.799 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:38.791787 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:12:38.921 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:38.921661 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:12:38.922 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:38.921690 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:12:39.143 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 352 16 119044 119028 21.1308 19.375 0.0318808 0.0473158 2022-03-08T23:12:39.833 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:39.832962 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:12:40.143 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 353 16 119278 119262 21.1124 14.625 0.0373292 0.0473226 2022-03-08T23:12:41.143 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 354 16 119494 119478 21.0909 13.5 0.110916 0.047402 2022-03-08T23:12:42.143 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 355 16 119813 119797 21.0877 19.9375 0.0275997 0.0474123 2022-03-08T23:12:42.964 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:42.963865 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:12:43.143 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 356 16 120100 120084 21.0788 17.9375 0.047525 0.0474322 2022-03-08T23:12:43.293 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:43.291803 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:12:44.144 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 357 16 120398 120382 21.0719 18.625 0.0340085 0.0474457 2022-03-08T23:12:45.144 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 358 16 120734 120718 21.0717 21 0.0822015 0.0474451 2022-03-08T23:12:45.739 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:45.737681 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:12:45.883 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:45.882964 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:12:45.883 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:45.882992 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:12:46.144 INFO:tasks.radosbench.radosbench.a.smithi043.stdout: 359 16 121025 121009 21.0637 18.1875 0.0260115 0.0474646 2022-03-08T23:12:46.587 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:46.587305 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:12:47.144 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Total time run: 360.035 2022-03-08T23:12:47.144 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Total writes made: 121251 2022-03-08T23:12:47.145 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Write size: 65536 2022-03-08T23:12:47.145 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Object size: 65536 2022-03-08T23:12:47.145 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Bandwidth (MB/sec): 21.0485 2022-03-08T23:12:47.146 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Stddev Bandwidth: 13.9288 2022-03-08T23:12:47.146 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Max bandwidth (MB/sec): 84.5 2022-03-08T23:12:47.146 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Min bandwidth (MB/sec): 0 2022-03-08T23:12:47.146 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Average IOPS: 336 2022-03-08T23:12:47.146 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Stddev IOPS: 222.87 2022-03-08T23:12:47.147 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Max IOPS: 1352 2022-03-08T23:12:47.147 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Min IOPS: 0 2022-03-08T23:12:47.147 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Average Latency(s): 0.0475014 2022-03-08T23:12:47.147 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Stddev Latency(s): 0.253383 2022-03-08T23:12:47.148 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Max latency(s): 13.5937 2022-03-08T23:12:47.148 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Min latency(s): 0.00133742 2022-03-08T23:12:47.153 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Cleaning up (deleting benchmark objects) 2022-03-08T23:12:49.733 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:49.731903 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:12:50.667 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:50.639358 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:12:52.493 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:52.490002 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:12:52.630 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:52.629851 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:12:52.630 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:52.629871 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:12:53.378 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:53.378106 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:12:56.505 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:56.502269 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:12:57.787 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:12:57.787596 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:13:00.291 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:00.291664 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:13:02.908 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:02.903493 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:13:02.908 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:02.903525 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:13:03.333 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:03.331421 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:13:08.235 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:08.234814 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:13:10.804 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:10.804335 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:13:13.151 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:13.149243 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:13:13.913 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:13.912877 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:13:13.913 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:13.912945 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:13:14.289 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:14.289110 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:13:17.317 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:17.317651 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:13:22.462 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:22.461452 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:13:24.488 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:24.472178 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:13:24.574 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:24.574401 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:13:24.574 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:24.574429 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:13:25.151 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:25.151236 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:13:28.523 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:28.521686 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:13:38.775 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:38.774463 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:13:40.553 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:40.553239 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:13:40.731 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:40.729877 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:13:40.732 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:40.730643 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:13:41.403 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:41.402721 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:13:45.689 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:13:45.689678 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:14:06.182 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:14:06.181678 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:14:08.288 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:14:08.286836 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:14:09.163 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:14:09.163153 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:14:09.163 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:14:09.163181 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:14:09.779 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:14:09.779455 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:14:13.287 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:14:13.286510 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:14:54.605 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:14:54.605331 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:14:56.725 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:14:56.725223 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:14:58.006 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:14:58.003072 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:14:58.006 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:14:58.003224 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:14:58.587 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:14:58.586652 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:15:02.860 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:15:02.858189 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:16:24.784 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:16:24.783555 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:16:27.037 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:16:27.035716 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:16:27.204 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:16:27.202901 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:16:27.204 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:16:27.202926 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:16:27.805 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:16:27.802820 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:16:31.217 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:16:31.216630 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:19:12.999 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Removed 121251 objects 2022-03-08T23:19:13.000 INFO:tasks.radosbench.radosbench.a.smithi043.stdout:Clean up completed and total clean up time :385.845 2022-03-08T23:19:15.063 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:15.063196 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:19:15.859 INFO:tasks.rook.ceph_manager.ceph:removing pool_name unique_pool_0 2022-03-08T23:19:15.860 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph osd pool rm unique_pool_0 unique_pool_0 --yes-i-really-really-mean-it 2022-03-08T23:19:16.332 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:16.332034 I | ceph-object-controller: reconciling object store deployments 2022-03-08T23:19:16.448 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:16.447911 I | ceph-object-controller: ceph object store gateway service running at 10.96.47.235 2022-03-08T23:19:16.448 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:16.447953 I | ceph-object-controller: reconciling object store pools 2022-03-08T23:19:16.832 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:16.832139 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T23:19:17.212 INFO:teuthology.orchestra.run.smithi043.stderr:pool 'unique_pool_0' removed 2022-03-08T23:19:17.236 DEBUG:teuthology.run_tasks:Unwinding manager install 2022-03-08T23:19:17.248 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits... 2022-03-08T23:19:17.249 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits 2022-03-08T23:19:17.265 DEBUG:teuthology.run_tasks:Unwinding manager rook 2022-03-08T23:19:17.277 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:19:18.253 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:19:18.254 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:11:26.000000Z", "last_refresh": "2022-03-08T23:19:18.165404Z", "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:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:19:18.165404Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:19:18.165404Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:19:18.165404Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:19:18.165404Z", "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-03-08T23:19:18.165404Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_name": "rbd-mirror", "service_type": "rbd-mirror", "status": {"last_refresh": "2022-03-08T23:19:18.165404Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:19:18.165404Z", "running": 0, "size": 1}}] 2022-03-08T23:19:18.272 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch rm mds.foo 2022-03-08T23:19:18.845 INFO:teuthology.orchestra.run.smithi043.stdout:Removed cephfilesystems/foo 2022-03-08T23:19:18.866 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch rm rbd-mirror 2022-03-08T23:19:18.903 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:18.903359 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:19:18.918 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:18.919167 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T23:19:19.400 INFO:teuthology.orchestra.run.smithi043.stdout:Removed cephrbdmirrors/default-rbd-mirror 2022-03-08T23:19:19.425 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch rm rgw.foo 2022-03-08T23:19:19.444 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:19.444114 I | ceph-spec: object "rook-ceph-rbd-mirror-a" matched on delete, reconciling 2022-03-08T23:19:20.579 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:20.579808 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-03-08T23:19:20.582 INFO:teuthology.orchestra.run.smithi043.stdout:Removed cephobjectstores/foo 2022-03-08T23:19:20.602 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:19:20.913 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:20.913254 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:19:22.933 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:19:22.934 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:11:26.000000Z", "last_refresh": "2022-03-08T23:19:21.873565Z", "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:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:19:21.873565Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:19:21.873565Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:19:21.873565Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:19:21.873565Z", "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-03-08T23:19:21.873565Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:19:21.873565Z", "running": 0, "size": 1}}] 2022-03-08T23:19:24.256 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:24.256661 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-03-08T23:19:24.257 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:24.256690 I | op-mds: successfully deleted mds config for "mds.foo-a" in mon configuration database 2022-03-08T23:19:24.257 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:24.256697 I | cephclient: deleting ceph auth "mds.foo-a" 2022-03-08T23:19:25.688 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:25.648725 I | op-mds: successfully deleted mds CephX key for "mds.foo-a" 2022-03-08T23:19:26.078 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:26.078936 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-03-08T23:19:27.963 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:27.963072 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-03-08T23:19:27.963 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:27.963103 I | op-mds: successfully deleted mds config for "mds.foo-b" in mon configuration database 2022-03-08T23:19:27.964 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:27.963113 I | cephclient: deleting ceph auth "mds.foo-b" 2022-03-08T23:19:28.030 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:28.029901 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-03-08T23:19:28.022+0000 7f929b680340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T23:19:28.031 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:19:28.022+0000 7f929b680340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T23:19:28.031 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:19:28.022+0000 7f929b680340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T23:19:28.031 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-08T23:19:28.032 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:28.029931 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-03-08T23:19:28.022+0000 7f929b680340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T23:19:28.032 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:19:28.022+0000 7f929b680340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T23:19:28.032 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:19:28.022+0000 7f929b680340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T23:19:28.033 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-08T23:19:29.074 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:29.074551 I | op-mds: successfully deleted mds CephX key for "mds.foo-b" 2022-03-08T23:19:29.075 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:29.074580 I | ceph-file-controller: downing filesystem "foo" 2022-03-08T23:19:30.771 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:30.771746 I | ceph-file-controller: downed filesystem "foo" 2022-03-08T23:19:32.952 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:19:33.545 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:33.545766 I | cephclient: no images/snapshosts present in pool "foo-metadata" 2022-03-08T23:19:33.546 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:33.545788 I | cephclient: purging pool "foo-metadata" (id=9) 2022-03-08T23:19:35.235 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:19:35.235 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:11:26.000000Z", "last_refresh": "2022-03-08T23:19:33.868147Z", "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:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:19:33.868147Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:19:33.868147Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:19:33.868147Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:19:33.868147Z", "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-03-08T23:19:33.868147Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:19:33.868147Z", "running": 0, "size": 1}}] 2022-03-08T23:19:37.239 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:37.238855 I | cephclient: purge completed for pool "foo-metadata" 2022-03-08T23:19:37.673 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:37.673654 I | cephclient: no images/snapshosts present in pool "foo-data0" 2022-03-08T23:19:37.673 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:37.673682 I | cephclient: purging pool "foo-data0" (id=10) 2022-03-08T23:19:39.888 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:39.888549 I | cephclient: purge completed for pool "foo-data0" 2022-03-08T23:19:39.889 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:39.888619 I | ceph-spec: removing finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-03-08T23:19:39.919 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:39.919777 I | ceph-spec: object "rook-ceph-mds-foo-a-keyring" matched on delete, reconciling 2022-03-08T23:19:39.928 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:39.929007 I | ceph-spec: object "rook-ceph-mds-foo-b-keyring" matched on delete, reconciling 2022-03-08T23:19:39.932 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:39.930677 I | ceph-spec: object "rook-ceph-mds-foo-b" matched on delete, reconciling 2022-03-08T23:19:39.932 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:39.930826 I | ceph-spec: object "rook-ceph-mds-foo-a" matched on delete, reconciling 2022-03-08T23:19:42.985 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:42.985257 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi043": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T23:19:43.140 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:43.129191 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi043": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T23:19:43.384 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:43.384369 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi043": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T23:19:45.272 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:19:46.662 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:19:46.663 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:11:26.000000Z", "last_refresh": "2022-03-08T23:19:45.836297Z", "running": 2, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:19:45.836297Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:19:45.836297Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:19:45.836297Z", "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-03-08T23:19:45.836297Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:19:45.836297Z", "running": 0, "size": 1}}] 2022-03-08T23:19:55.242 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:19:55.242178 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi043": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T23:19:56.684 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:19:57.664 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:19:57.665 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:11:26.000000Z", "last_refresh": "2022-03-08T23:19:57.561797Z", "running": 2, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:19:57.561797Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:19:57.561797Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:19:57.561797Z", "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-03-08T23:19:57.561797Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:19:57.561797Z", "running": 0, "size": 1}}] 2022-03-08T23:20:07.688 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:20:08.343 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:20:08.343 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:20:08.231428Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:20:08.231428Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:20:08.231428Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:20:08.231428Z", "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-03-08T23:20:08.231428Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:20:08.231428Z", "running": 0, "size": 1}}] 2022-03-08T23:20:18.368 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:20:19.046 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:20:19.046 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:20:18.944037Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:20:18.944037Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:20:18.944037Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:20:18.944037Z", "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-03-08T23:20:18.944037Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:20:18.944037Z", "running": 0, "size": 1}}] 2022-03-08T23:20:29.075 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:20:29.708 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:20:29.708 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:20:29.614079Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:20:29.614079Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:20:29.614079Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:20:29.614079Z", "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-03-08T23:20:29.614079Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:20:29.614079Z", "running": 0, "size": 1}}] 2022-03-08T23:20:39.732 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:20:40.400 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:20:40.400 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:20:40.282732Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:20:40.282732Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:20:40.282732Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:20:40.282732Z", "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-03-08T23:20:40.282732Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:20:40.282732Z", "running": 0, "size": 1}}] 2022-03-08T23:20:50.426 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:20:51.206 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:20:51.206 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:20:51.030289Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:20:51.030289Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:20:51.030289Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:20:51.030289Z", "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-03-08T23:20:51.030289Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:20:51.030289Z", "running": 0, "size": 1}}] 2022-03-08T23:21:01.232 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:21:01.854 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:21:01.854 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:21:01.756728Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:21:01.756728Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:21:01.756728Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:21:01.756728Z", "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-03-08T23:21:01.756728Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:21:01.756728Z", "running": 0, "size": 1}}] 2022-03-08T23:21:11.881 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:21:15.369 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:21:15.370 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:21:15.268010Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:21:15.268010Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:21:15.268010Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:21:15.268010Z", "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-03-08T23:21:15.268010Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:21:15.268010Z", "running": 0, "size": 1}}] 2022-03-08T23:21:25.391 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:21:26.118 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:21:26.118 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:21:25.968680Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:21:25.968680Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:21:25.968680Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:21:25.968680Z", "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-03-08T23:21:25.968680Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:21:25.968680Z", "running": 0, "size": 1}}] 2022-03-08T23:21:36.147 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:21:36.761 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:21:36.761 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:21:36.656546Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:21:36.656546Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:21:36.656546Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:21:36.656546Z", "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-03-08T23:21:36.656546Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:21:36.656546Z", "running": 0, "size": 1}}] 2022-03-08T23:21:46.786 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:21:47.482 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:21:47.483 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:21:47.351745Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:21:47.351745Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:21:47.351745Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:21:47.351745Z", "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-03-08T23:21:47.351745Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:21:47.351745Z", "running": 0, "size": 1}}] 2022-03-08T23:21:57.509 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:21:58.195 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:21:58.195 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:21:58.063283Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:21:58.063283Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:21:58.063283Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:21:58.063283Z", "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-03-08T23:21:58.063283Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:21:58.063283Z", "running": 0, "size": 1}}] 2022-03-08T23:22:08.221 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:22:08.935 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:22:08.935 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:22:08.794488Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:22:08.794488Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:22:08.794488Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:22:08.794488Z", "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-03-08T23:22:08.794488Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:22:08.794488Z", "running": 0, "size": 1}}] 2022-03-08T23:22:18.961 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:22:19.585 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:22:19.585 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:22:19.484641Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:22:19.484641Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:22:19.484641Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:22:19.484641Z", "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-03-08T23:22:19.484641Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:22:19.484641Z", "running": 0, "size": 1}}] 2022-03-08T23:22:29.612 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:22:30.245 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:22:30.246 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:22:30.158223Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:22:30.158223Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:22:30.158223Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:22:30.158223Z", "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-03-08T23:22:30.158223Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:22:30.158223Z", "running": 0, "size": 1}}] 2022-03-08T23:22:40.269 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:22:40.945 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:22:40.946 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:22:40.840556Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:22:40.840556Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:22:40.840556Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:22:40.840556Z", "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-03-08T23:22:40.840556Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:22:40.840556Z", "running": 0, "size": 1}}] 2022-03-08T23:22:50.967 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:22:51.582 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:22:51.582 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:22:51.493287Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:22:51.493287Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:22:51.493287Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:22:51.493287Z", "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-03-08T23:22:51.493287Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:22:51.493287Z", "running": 0, "size": 1}}] 2022-03-08T23:23:01.608 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:23:02.248 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:23:02.248 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:23:02.139924Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:23:02.139924Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:23:02.139924Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:23:02.139924Z", "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-03-08T23:23:02.139924Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:23:02.139924Z", "running": 0, "size": 1}}] 2022-03-08T23:23:12.276 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:23:12.957 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:23:12.957 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:23:12.858057Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:23:12.858057Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:23:12.858057Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:23:12.858057Z", "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-03-08T23:23:12.858057Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:23:12.858057Z", "running": 0, "size": 1}}] 2022-03-08T23:23:22.980 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:23:23.632 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:23:23.633 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:23:23.508164Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:23:23.508164Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:23:23.508164Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:23:23.508164Z", "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-03-08T23:23:23.508164Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:23:23.508164Z", "running": 0, "size": 1}}] 2022-03-08T23:23:33.655 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:23:34.589 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:23:34.589 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:23:34.196527Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:23:34.196527Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:23:34.196527Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:23:34.196527Z", "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-03-08T23:23:34.196527Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:23:34.196527Z", "running": 0, "size": 1}}] 2022-03-08T23:23:44.614 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:23:45.406 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:23:45.406 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:23:45.307442Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:23:45.307442Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:23:45.307442Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:23:45.307442Z", "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-03-08T23:23:45.307442Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:23:45.307442Z", "running": 0, "size": 1}}] 2022-03-08T23:23:55.430 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:23:56.064 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:23:56.065 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:23:55.959960Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:23:55.959960Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:23:55.959960Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:23:55.959960Z", "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-03-08T23:23:55.959960Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:23:55.959960Z", "running": 0, "size": 1}}] 2022-03-08T23:24:06.095 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:24:06.778 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:24:06.779 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:24:06.675746Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:24:06.675746Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:24:06.675746Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:24:06.675746Z", "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-03-08T23:24:06.675746Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:24:06.675746Z", "running": 0, "size": 1}}] 2022-03-08T23:24:16.807 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:24:17.452 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:24:17.453 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:24:17.355390Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:24:17.355390Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:24:17.355390Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:24:17.355390Z", "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-03-08T23:24:17.355390Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:24:17.355390Z", "running": 0, "size": 1}}] 2022-03-08T23:24:27.475 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:24:28.128 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:24:28.129 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:24:28.028421Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:24:28.028421Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:24:28.028421Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:24:28.028421Z", "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-03-08T23:24:28.028421Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:24:28.028421Z", "running": 0, "size": 1}}] 2022-03-08T23:24:38.150 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:24:38.949 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:24:38.950 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:24:38.848088Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:24:38.848088Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:24:38.848088Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:24:38.848088Z", "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-03-08T23:24:38.848088Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:24:38.848088Z", "running": 0, "size": 1}}] 2022-03-08T23:24:46.608 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:24:46.608761 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:24:47.233 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:24:47.232893 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-03-08T23:24:47.222+0000 7f2b0b3cc340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T23:24:47.233 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:24:47.222+0000 7f2b0b3cc340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T23:24:47.233 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:24:47.222+0000 7f2b0b3cc340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T23:24:47.234 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-08T23:24:47.234 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:24:47.232937 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-03-08T23:24:47.222+0000 7f2b0b3cc340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T23:24:47.234 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:24:47.222+0000 7f2b0b3cc340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T23:24:47.235 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:24:47.222+0000 7f2b0b3cc340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T23:24:47.235 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-08T23:24:48.974 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:24:49.684 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:24:49.685 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:24:49.499620Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:24:49.499620Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:24:49.499620Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:24:49.499620Z", "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-03-08T23:24:49.499620Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:24:49.499620Z", "running": 0, "size": 1}}] 2022-03-08T23:24:59.711 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:25:00.384 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:25:00.385 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:25:00.283702Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:25:00.283702Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:25:00.283702Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:25:00.283702Z", "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-03-08T23:25:00.283702Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:25:00.283702Z", "running": 0, "size": 1}}] 2022-03-08T23:25:10.410 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:25:11.060 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:25:11.061 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:25:10.944601Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:25:10.944601Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:25:10.944601Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:25:10.944601Z", "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-03-08T23:25:10.944601Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:25:10.944601Z", "running": 0, "size": 1}}] 2022-03-08T23:25:21.088 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:25:21.749 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:25:21.749 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:25:21.624377Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:25:21.624377Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:25:21.624377Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:25:21.624377Z", "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-03-08T23:25:21.624377Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:25:21.624377Z", "running": 0, "size": 1}}] 2022-03-08T23:25:31.772 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:25:32.624 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:25:32.625 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:25:32.505836Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:25:32.505836Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:25:32.505836Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:25:32.505836Z", "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-03-08T23:25:32.505836Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:25:32.505836Z", "running": 0, "size": 1}}] 2022-03-08T23:25:42.647 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:25:43.257 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:25:43.258 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:25:43.163602Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:25:43.163602Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:25:43.163602Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:25:43.163602Z", "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-03-08T23:25:43.163602Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:25:43.163602Z", "running": 0, "size": 1}}] 2022-03-08T23:25:53.282 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:25:53.975 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:25:53.975 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:25:53.873193Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:25:53.873193Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:25:53.873193Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:25:53.873193Z", "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-03-08T23:25:53.873193Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:25:53.873193Z", "running": 0, "size": 1}}] 2022-03-08T23:26:04.001 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:26:04.665 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:26:04.666 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:26:04.532223Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:26:04.532223Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:26:04.532223Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:26:04.532223Z", "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-03-08T23:26:04.532223Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:26:04.532223Z", "running": 0, "size": 1}}] 2022-03-08T23:26:14.694 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:26:15.398 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:26:15.399 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:26:15.279667Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:26:15.279667Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:26:15.279667Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:26:15.279667Z", "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-03-08T23:26:15.279667Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:26:15.279667Z", "running": 0, "size": 1}}] 2022-03-08T23:26:25.426 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:26:26.043 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:26:26.043 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:26:25.937411Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:26:25.937411Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:26:25.937411Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:26:25.937411Z", "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-03-08T23:26:25.937411Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:26:25.937411Z", "running": 0, "size": 1}}] 2022-03-08T23:26:36.064 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:26:36.766 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:26:36.767 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:26:36.638230Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:26:36.638230Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:26:36.638230Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:26:36.638230Z", "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-03-08T23:26:36.638230Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:26:36.638230Z", "running": 0, "size": 1}}] 2022-03-08T23:26:46.787 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:26:47.628 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:26:47.629 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:26:47.522647Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:26:47.522647Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:26:47.522647Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:26:47.522647Z", "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-03-08T23:26:47.522647Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:26:47.522647Z", "running": 0, "size": 1}}] 2022-03-08T23:26:57.652 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:26:58.445 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:26:58.445 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:26:58.192142Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:26:58.192142Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:26:58.192142Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:26:58.192142Z", "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-03-08T23:26:58.192142Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:26:58.192142Z", "running": 0, "size": 1}}] 2022-03-08T23:27:08.468 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:27:09.116 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:27:09.116 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:27:09.004622Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:27:09.004622Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:27:09.004622Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:27:09.004622Z", "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-03-08T23:27:09.004622Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:27:09.004622Z", "running": 0, "size": 1}}] 2022-03-08T23:27:19.139 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:27:19.777 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:27:19.778 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:27:19.680295Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:27:19.680295Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:27:19.680295Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:27:19.680295Z", "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-03-08T23:27:19.680295Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:27:19.680295Z", "running": 0, "size": 1}}] 2022-03-08T23:27:29.798 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:27:30.540 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:27:30.540 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:27:30.409843Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:27:30.409843Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:27:30.409843Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:27:30.409843Z", "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-03-08T23:27:30.409843Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:27:30.409843Z", "running": 0, "size": 1}}] 2022-03-08T23:27:40.567 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:27:41.284 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:27:41.285 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:27:41.143585Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:27:41.143585Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:27:41.143585Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:27:41.143585Z", "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-03-08T23:27:41.143585Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:27:41.143585Z", "running": 0, "size": 1}}] 2022-03-08T23:27:51.315 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:27:51.937 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:27:51.937 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:27:51.839561Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:27:51.839561Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:27:51.839561Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:27:51.839561Z", "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-03-08T23:27:51.839561Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:27:51.839561Z", "running": 0, "size": 1}}] 2022-03-08T23:28:01.960 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:28:02.622 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:28:02.622 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:28:02.496371Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:28:02.496371Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:28:02.496371Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:28:02.496371Z", "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-03-08T23:28:02.496371Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:28:02.496371Z", "running": 0, "size": 1}}] 2022-03-08T23:28:12.644 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:28:13.295 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:28:13.295 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:28:13.188029Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:28:13.188029Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:28:13.188029Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:28:13.188029Z", "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-03-08T23:28:13.188029Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:28:13.188029Z", "running": 0, "size": 1}}] 2022-03-08T23:28:23.322 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:28:23.957 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:28:23.957 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:28:23.858479Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:28:23.858479Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:28:23.858479Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:28:23.858479Z", "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-03-08T23:28:23.858479Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:28:23.858479Z", "running": 0, "size": 1}}] 2022-03-08T23:28:33.983 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:28:34.596 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:28:34.597 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:28:34.488284Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:28:34.488284Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:28:34.488284Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:28:34.488284Z", "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-03-08T23:28:34.488284Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:28:34.488284Z", "running": 0, "size": 1}}] 2022-03-08T23:28:44.618 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:28:45.371 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:28:45.371 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:28:45.145273Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:28:45.145273Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:28:45.145273Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:28:45.145273Z", "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-03-08T23:28:45.145273Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:28:45.145273Z", "running": 0, "size": 1}}] 2022-03-08T23:28:55.394 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:28:56.110 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:28:56.110 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:28:56.009142Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:28:56.009142Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:28:56.009142Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:28:56.009142Z", "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-03-08T23:28:56.009142Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:28:56.009142Z", "running": 0, "size": 1}}] 2022-03-08T23:29:06.135 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:29:06.801 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:29:06.801 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:29:06.644487Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:29:06.644487Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:29:06.644487Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:29:06.644487Z", "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-03-08T23:29:06.644487Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:29:06.644487Z", "running": 0, "size": 1}}] 2022-03-08T23:29:16.826 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:29:17.549 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:29:17.550 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:29:17.374229Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:29:17.374229Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:29:17.374229Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:29:17.374229Z", "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-03-08T23:29:17.374229Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:29:17.374229Z", "running": 0, "size": 1}}] 2022-03-08T23:29:27.571 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:29:28.261 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:29:28.262 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:29:28.130000Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:29:28.130000Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:29:28.130000Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:29:28.130000Z", "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-03-08T23:29:28.130000Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:29:28.130000Z", "running": 0, "size": 1}}] 2022-03-08T23:29:38.288 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:29:38.907 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:29:38.908 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:29:38.789217Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:29:38.789217Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:29:38.789217Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:29:38.789217Z", "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-03-08T23:29:38.789217Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:29:38.789217Z", "running": 0, "size": 1}}] 2022-03-08T23:29:48.933 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:29:49.536 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:29:49.536 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:29:49.441049Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:29:49.441049Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:29:49.441049Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:29:49.441049Z", "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-03-08T23:29:49.441049Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:29:49.441049Z", "running": 0, "size": 1}}] 2022-03-08T23:29:59.561 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:30:00.222 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:30:00.223 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:30:00.088303Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:30:00.088303Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:30:00.088303Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:30:00.088303Z", "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-03-08T23:30:00.088303Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:30:00.088303Z", "running": 0, "size": 1}}] 2022-03-08T23:30:10.242 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:30:10.917 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:30:10.918 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:30:10.760998Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:30:10.760998Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:30:10.760998Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:30:10.760998Z", "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-03-08T23:30:10.760998Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:30:10.760998Z", "running": 0, "size": 1}}] 2022-03-08T23:30:20.942 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:30:21.580 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:30:21.581 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:30:21.474152Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:30:21.474152Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:30:21.474152Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:30:21.474152Z", "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-03-08T23:30:21.474152Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:30:21.474152Z", "running": 0, "size": 1}}] 2022-03-08T23:30:31.606 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:30:32.206 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:30:32.206 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:30:32.101868Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:30:32.101868Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:30:32.101868Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:30:32.101868Z", "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-03-08T23:30:32.101868Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:30:32.101868Z", "running": 0, "size": 1}}] 2022-03-08T23:30:42.227 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:30:42.932 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:30:42.933 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:30:42.822359Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:30:42.822359Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:30:42.822359Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:30:42.822359Z", "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-03-08T23:30:42.822359Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:30:42.822359Z", "running": 0, "size": 1}}] 2022-03-08T23:30:52.955 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:30:53.625 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:30:53.625 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:30:53.508605Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:30:53.508605Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:30:53.508605Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:30:53.508605Z", "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-03-08T23:30:53.508605Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:30:53.508605Z", "running": 0, "size": 1}}] 2022-03-08T23:31:03.653 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:31:04.307 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:31:04.308 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:31:04.192039Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:31:04.192039Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:31:04.192039Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:31:04.192039Z", "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-03-08T23:31:04.192039Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:31:04.192039Z", "running": 0, "size": 1}}] 2022-03-08T23:31:14.332 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:31:18.005 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:31:18.005 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:31:17.883674Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:31:17.883674Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:31:17.883674Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:31:17.883674Z", "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-03-08T23:31:17.883674Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:31:17.883674Z", "running": 0, "size": 1}}] 2022-03-08T23:31:28.031 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:31:28.661 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:31:28.662 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:31:28.573559Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:31:28.573559Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:31:28.573559Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:31:28.573559Z", "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-03-08T23:31:28.573559Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:31:28.573559Z", "running": 0, "size": 1}}] 2022-03-08T23:31:38.683 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:31:39.346 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:31:39.346 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:31:39.241641Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:31:39.241641Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:31:39.241641Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:31:39.241641Z", "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-03-08T23:31:39.241641Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:31:39.241641Z", "running": 0, "size": 1}}] 2022-03-08T23:31:49.370 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:31:50.011 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:31:50.011 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:31:49.901001Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:31:49.901001Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:31:49.901001Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:31:49.901001Z", "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-03-08T23:31:49.901001Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:31:49.901001Z", "running": 0, "size": 1}}] 2022-03-08T23:32:00.037 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:32:00.665 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:32:00.665 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:32:00.528676Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:32:00.528676Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:32:00.528676Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:32:00.528676Z", "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-03-08T23:32:00.528676Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:32:00.528676Z", "running": 0, "size": 1}}] 2022-03-08T23:32:10.684 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:32:11.415 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:32:11.589 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:32:11.282362Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:32:11.282362Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:32:11.282362Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:32:11.282362Z", "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-03-08T23:32:11.282362Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:32:11.282362Z", "running": 0, "size": 1}}] 2022-03-08T23:32:21.591 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:32:22.294 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:32:22.294 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:32:22.138081Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:32:22.138081Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:32:22.138081Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:32:22.138081Z", "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-03-08T23:32:22.138081Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:32:22.138081Z", "running": 0, "size": 1}}] 2022-03-08T23:32:32.320 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:32:32.983 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:32:32.983 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:32:32.883032Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:32:32.883032Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:32:32.883032Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:32:32.883032Z", "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-03-08T23:32:32.883032Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:32:32.883032Z", "running": 0, "size": 1}}] 2022-03-08T23:32:43.008 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:32:43.703 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:32:43.704 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:32:43.567776Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:32:43.567776Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:32:43.567776Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:32:43.567776Z", "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-03-08T23:32:43.567776Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:32:43.567776Z", "running": 0, "size": 1}}] 2022-03-08T23:32:53.727 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:32:54.387 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:32:54.388 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:32:54.284661Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:32:54.284661Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:32:54.284661Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:32:54.284661Z", "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-03-08T23:32:54.284661Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:32:54.284661Z", "running": 0, "size": 1}}] 2022-03-08T23:33:04.412 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:33:05.085 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:33:05.086 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:33:04.944960Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:33:04.944960Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:33:04.944960Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:33:04.944960Z", "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-03-08T23:33:04.944960Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:33:04.944960Z", "running": 0, "size": 1}}] 2022-03-08T23:33:15.110 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:33:15.786 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:33:15.787 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:33:15.596592Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:33:15.596592Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:33:15.596592Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:33:15.596592Z", "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-03-08T23:33:15.596592Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:33:15.596592Z", "running": 0, "size": 1}}] 2022-03-08T23:33:25.811 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:33:26.430 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:33:26.430 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:33:26.325281Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:33:26.325281Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:33:26.325281Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:33:26.325281Z", "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-03-08T23:33:26.325281Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:33:26.325281Z", "running": 0, "size": 1}}] 2022-03-08T23:33:36.460 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:33:37.099 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:33:37.099 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:33:37.002012Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:33:37.002012Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:33:37.002012Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:33:37.002012Z", "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-03-08T23:33:37.002012Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:33:37.002012Z", "running": 0, "size": 1}}] 2022-03-08T23:33:47.125 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:33:47.772 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:33:47.773 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:33:47.672515Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:33:47.672515Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:33:47.672515Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:33:47.672515Z", "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-03-08T23:33:47.672515Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:33:47.672515Z", "running": 0, "size": 1}}] 2022-03-08T23:33:57.796 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:33:58.479 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:33:58.479 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:33:58.333841Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:33:58.333841Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:33:58.333841Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:33:58.333841Z", "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-03-08T23:33:58.333841Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:33:58.333841Z", "running": 0, "size": 1}}] 2022-03-08T23:34:08.506 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:34:09.169 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:34:09.169 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:34:09.073065Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:34:09.073065Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:34:09.073065Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:34:09.073065Z", "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-03-08T23:34:09.073065Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:34:09.073065Z", "running": 0, "size": 1}}] 2022-03-08T23:34:19.191 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:34:19.825 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:34:19.826 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:34:19.721137Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:34:19.721137Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:34:19.721137Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:34:19.721137Z", "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-03-08T23:34:19.721137Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:34:19.721137Z", "running": 0, "size": 1}}] 2022-03-08T23:34:29.850 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:34:30.546 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:34:30.547 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:34:30.419551Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:34:30.419551Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:34:30.419551Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:34:30.419551Z", "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-03-08T23:34:30.419551Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:34:30.419551Z", "running": 0, "size": 1}}] 2022-03-08T23:34:40.568 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:34:41.228 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:34:41.228 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:34:41.103101Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:34:41.103101Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:34:41.103101Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:34:41.103101Z", "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-03-08T23:34:41.103101Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:34:41.103101Z", "running": 0, "size": 1}}] 2022-03-08T23:34:51.256 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:34:51.902 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:34:51.902 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:34:51.797769Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:34:51.797769Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:34:51.797769Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:34:51.797769Z", "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-03-08T23:34:51.797769Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:34:51.797769Z", "running": 0, "size": 1}}] 2022-03-08T23:35:01.926 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:35:02.617 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:35:02.617 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:35:02.499090Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:35:02.499090Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:35:02.499090Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:35:02.499090Z", "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-03-08T23:35:02.499090Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:35:02.499090Z", "running": 0, "size": 1}}] 2022-03-08T23:35:12.636 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:35:13.254 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:35:13.254 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:35:13.158350Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:35:13.158350Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:35:13.158350Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:35:13.158350Z", "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-03-08T23:35:13.158350Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:35:13.158350Z", "running": 0, "size": 1}}] 2022-03-08T23:35:23.275 DEBUG:teuthology.orchestra.run.smithi043:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-gc4vx -- ceph orch ls -f json 2022-03-08T23:35:23.885 INFO:teuthology.orchestra.run.smithi043.stdout: 2022-03-08T23:35:23.885 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:19:43.000000Z", "last_refresh": "2022-03-08T23:35:23.792268Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:02:12.000000Z", "last_refresh": "2022-03-08T23:35:23.792268Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:01:39.000000Z", "last_refresh": "2022-03-08T23:35:23.792268Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4b871cde5e1a0ee955665868a9192070abb1f1a64b0e05f651726af4103cdfda", "container_image_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "created": "2022-03-08T23:03:49.000000Z", "last_refresh": "2022-03-08T23:35:23.792268Z", "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-03-08T23:35:23.792268Z", "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_name": "quay.ceph.io/ceph-ci/ceph:7a44e9ebca556862e9704be295a07719d7db47b3", "last_refresh": "2022-03-08T23:35:23.792268Z", "running": 0, "size": 1}}] 2022-03-08T23:35:23.907 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_7a44e9ebca556862e9704be295a07719d7db47b3/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/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-03-08T23:35:23.909 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/github.com_ceph_ceph-c_7a44e9ebca556862e9704be295a07719d7db47b3/qa/tasks/rook.py", line 530, in ceph_config_keyring yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_7a44e9ebca556862e9704be295a07719d7db47b3/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/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-03-08T23:35:23.909 INFO:tasks.rook:Cleaning up config and client.admin keyring 2022-03-08T23:35:23.910 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2022-03-08T23:35:23.924 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/github.com_ceph_ceph-c_7a44e9ebca556862e9704be295a07719d7db47b3/qa/tasks/rook.py", line 478, in rook_post_config yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_7a44e9ebca556862e9704be295a07719d7db47b3/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/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-03-08T23:35:23.925 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/github.com_ceph_ceph-c_7a44e9ebca556862e9704be295a07719d7db47b3/qa/tasks/rook.py", line 442, in rook_toolbox yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_7a44e9ebca556862e9704be295a07719d7db47b3/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/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-03-08T23:35:23.991 DEBUG:teuthology.orchestra.remote:smithi043:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-08T23:35:24.008 DEBUG:teuthology.orchestra.run.smithi043:> kubectl delete -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-03-08T23:35:24.069 INFO:teuthology.orchestra.run.smithi043.stdout:deployment.apps "rook-ceph-tools" deleted 2022-03-08T23:35:24.083 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/github.com_ceph_ceph-c_7a44e9ebca556862e9704be295a07719d7db47b3/qa/tasks/rook.py", line 379, in rook_cluster yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_7a44e9ebca556862e9704be295a07719d7db47b3/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/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-03-08T23:35:24.083 DEBUG:teuthology.orchestra.run.smithi043:> kubectl delete -f cluster.yaml 2022-03-08T23:35:24.203 INFO:teuthology.orchestra.run.smithi043.stdout:cephcluster.ceph.rook.io "rook-ceph" deleted 2022-03-08T23:35:24.206 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:35:24.206291 I | ceph-cluster-controller: CR "rook-ceph" is going be deleted, cancelling any ongoing orchestration 2022-03-08T23:35:24.446 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:35:24.446559 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:35:24.455 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:35:24.455582 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:35:24.455 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:35:24.455622 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-03-08T23:35:34.672 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:35:34.671820 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:35:34.683 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:35:34.683071 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:35:44.902 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:35:44.901541 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:35:44.917 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:35:44.916505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:35:55.142 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:35:55.136009 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:35:55.154 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:35:55.148184 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:36:05.373 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:36:05.372846 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:36:05.386 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:36:05.386335 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:36:15.610 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:36:15.609859 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:36:15.622 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:36:15.621828 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:36:25.846 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:36:25.846423 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:36:25.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:36:25.856177 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:36:36.112 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:36:36.112225 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:36:36.121 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:36:36.121115 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:36:46.374 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:36:46.373892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:36:46.386 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:36:46.386908 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:36:56.610 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:36:56.609832 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:36:56.621 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:36:56.621939 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:37:06.843 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:37:06.843031 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:37:06.856 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:37:06.855659 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:37:17.078 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:37:17.078143 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:37:17.092 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:37:17.092380 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:37:27.311 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:37:27.311424 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:37:27.325 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:37:27.325340 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:37:37.544 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:37:37.544409 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:37:37.559 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:37:37.560065 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:37:47.785 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:37:47.784672 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:37:47.799 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:37:47.798740 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:37:58.019 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:37:58.019251 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:37:58.032 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:37:58.032430 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:38:08.254 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:38:08.254364 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:38:08.294 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:38:08.293699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:38:18.515 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:38:18.514772 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:38:18.525 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:38:18.525906 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:38:28.745 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:38:28.744690 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:38:28.757 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:38:28.757772 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:38:39.000 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:38:39.000109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:38:39.008 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:38:39.008764 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:38:49.231 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:38:49.230833 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:38:49.253 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:38:49.252901 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:38:59.469 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:38:59.469361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:38:59.481 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:38:59.481137 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:39:09.729 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:39:09.729516 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:39:09.751 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:39:09.750896 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:39:19.971 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:39:19.971780 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:39:19.985 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:39:19.985646 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:39:30.236 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:39:30.236501 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:39:30.249 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:39:30.249493 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:39:40.469 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:39:40.469281 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:39:40.483 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:39:40.484165 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:39:50.703 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:39:50.703154 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:39:50.715 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:39:50.715413 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:40:00.935 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:40:00.935500 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:40:00.946 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:40:00.946807 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:40:11.202 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:40:11.202757 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:40:11.216 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:40:11.216890 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:40:21.437 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:40:21.437342 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:40:21.449 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:40:21.449346 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:40:31.668 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:40:31.667967 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:40:31.680 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:40:31.681016 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:40:41.901 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:40:41.900996 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:40:41.913 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:40:41.913715 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:40:52.134 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:40:52.133782 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:40:52.146 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:40:52.146503 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:41:02.368 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:02.368770 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:41:02.382 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:02.382277 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:41:12.616 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:12.616543 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:41:12.628 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:12.629224 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:41:22.867 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:22.867301 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:41:22.880 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:22.880899 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:41:27.246 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:27.244694 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:41:27.859 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:27.858773 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-03-08T23:41:27.850+0000 7f9911a24340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T23:41:27.859 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:41:27.850+0000 7f9911a24340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T23:41:27.860 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:41:27.850+0000 7f9911a24340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T23:41:27.860 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-08T23:41:27.860 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:27.858804 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-03-08T23:41:27.850+0000 7f9911a24340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T23:41:27.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:41:27.850+0000 7f9911a24340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T23:41:27.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:41:27.850+0000 7f9911a24340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T23:41:27.861 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-08T23:41:33.099 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:33.099429 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:41:33.111 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:33.111980 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:41:43.335 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:43.336014 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:41:43.347 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:43.347752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:41:53.612 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:53.611385 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:41:53.659 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:41:53.654678 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:42:03.880 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:42:03.881003 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:42:03.893 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:42:03.893619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:42:14.115 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:42:14.115669 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:42:14.128 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:42:14.129064 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:42:24.356 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:42:24.356764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:42:24.366 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:42:24.366953 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:42:34.662 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:42:34.663077 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:42:34.672 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:42:34.672532 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:42:44.894 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:42:44.894776 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:42:44.906 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:42:44.906915 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:42:55.143 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:42:55.143610 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:42:55.153 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:42:55.154105 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:43:05.432 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:43:05.432705 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:43:05.443 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:43:05.443758 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:43:15.690 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:43:15.690366 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:43:15.697 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:43:15.698551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:43:25.953 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:43:25.953470 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:43:25.966 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:43:25.967160 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:43:36.192 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:43:36.192557 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:43:36.204 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:43:36.205279 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:43:46.424 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:43:46.424145 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:43:46.436 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:43:46.437334 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:43:56.657 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:43:56.657212 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:43:56.670 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:43:56.671407 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:44:06.894 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:44:06.894889 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:44:06.909 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:44:06.910554 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:44:17.131 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:44:17.131563 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:44:17.143 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:44:17.144401 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:44:27.359 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:44:27.359269 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:44:27.372 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:44:27.373334 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:44:37.595 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:44:37.595781 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:44:37.610 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:44:37.610532 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:44:47.832 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:44:47.832182 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:44:47.844 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:44:47.845145 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:44:58.091 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:44:58.091807 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:44:58.125 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:44:58.126418 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:45:08.366 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:45:08.367110 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:45:08.375 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:45:08.376339 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:45:18.591 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:45:18.591603 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:45:18.605 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:45:18.605711 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:45:28.821 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:45:28.821087 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:45:28.835 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:45:28.836026 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:45:39.070 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:45:39.070568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:45:39.149 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:45:39.149177 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:45:49.367 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:45:49.367223 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:45:49.378 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:45:49.379032 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:45:59.597 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:45:59.597725 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:45:59.610 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:45:59.611213 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:46:09.833 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:46:09.833354 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:46:09.847 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:46:09.848086 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:46:20.068 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:46:20.068455 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:46:20.081 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:46:20.081732 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:46:30.301 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:46:30.302161 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:46:30.314 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:46:30.314604 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:46:40.585 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:46:40.585644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:46:40.597 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:46:40.597819 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:46:50.823 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:46:50.823348 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:46:50.839 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:46:50.839955 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:47:01.063 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:47:01.063196 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:47:01.076 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:47:01.077025 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:47:11.292 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:47:11.292795 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:47:11.304 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:47:11.305138 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:47:21.523 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:47:21.523952 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:47:21.541 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:47:21.541767 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:47:31.765 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:47:31.765143 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:47:31.778 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:47:31.778522 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:47:42.006 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:47:42.006541 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:47:42.021 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:47:42.021240 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:47:52.265 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:47:52.265208 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:47:52.277 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:47:52.277997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:48:02.527 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:48:02.527501 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:48:02.538 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:48:02.538461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:48:12.761 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:48:12.761354 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:48:12.770 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:48:12.771693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:48:22.991 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:48:22.991495 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:48:23.005 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:48:23.005505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:48:33.226 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:48:33.226403 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:48:33.237 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:48:33.238379 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:48:43.460 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:48:43.460742 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:48:43.474 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:48:43.475243 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:48:53.698 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:48:53.698290 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:48:53.709 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:48:53.710094 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:49:03.930 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:49:03.930326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:49:03.944 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:49:03.944876 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:49:14.165 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:49:14.165149 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:49:14.175 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:49:14.175788 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:49:24.408 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:49:24.409259 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:49:24.421 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:49:24.422111 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:49:24.556 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:49:24.556174 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 23:49:24.550343334 +0000 UTC m=+2926.672707848 LastTransitionTime:2022-03-08 23:02:21 +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-03-08T23:49:34.636 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:49:34.636864 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:49:34.650 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:49:34.650995 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:49:44.868 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:49:44.868376 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:49:44.880 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:49:44.881150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:49:55.114 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:49:55.114948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:49:55.125 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:49:55.124947 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:50:05.350 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:50:05.350400 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:50:05.362 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:50:05.362707 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:50:15.592 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:50:15.592075 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:50:15.603 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:50:15.604133 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:50:25.840 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:50:25.836807 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:50:25.847 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:50:25.846966 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:50:36.069 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:50:36.069757 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:50:36.080 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:50:36.081192 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:50:46.316 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:50:46.316517 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:50:46.329 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:50:46.329571 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:50:56.550 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:50:56.550103 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:50:56.562 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:50:56.562718 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:51:06.782 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:51:06.782299 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:51:06.795 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:51:06.795612 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:51:17.018 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:51:17.018530 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:51:17.030 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:51:17.030922 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:51:27.254 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:51:27.254226 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:51:27.268 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:51:27.269302 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:51:37.491 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:51:37.491661 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:51:37.505 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:51:37.506135 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:51:47.738 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:51:47.733909 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:51:47.746 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:51:47.746704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:51:57.968 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:51:57.968102 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:51:57.981 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:51:57.981853 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:52:08.203 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:52:08.203520 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:52:08.215 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:52:08.216113 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:52:18.465 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:52:18.465339 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:52:18.477 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:52:18.477674 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:52:28.696 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:52:28.696829 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:52:28.709 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:52:28.709487 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:52:38.926 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:52:38.926974 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:52:38.938 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:52:38.939315 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:52:49.160 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:52:49.160896 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:52:49.173 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:52:49.174071 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:52:59.387 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:52:59.387145 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:52:59.396 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:52:59.396863 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:53:09.690 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:53:09.690267 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:53:09.700 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:53:09.700858 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:53:19.918 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:53:19.918670 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:53:19.930 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:53:19.930968 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:53:30.150 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:53:30.150666 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:53:30.161 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:53:30.160266 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:53:40.459 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:53:40.458941 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:53:40.473 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:53:40.473336 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:53:50.691 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:53:50.691241 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:53:50.703 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:53:50.703616 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:54:00.924 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:54:00.924435 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:54:00.937 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:54:00.937819 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:54:11.158 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:54:11.158287 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:54:11.171 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:54:11.171015 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:54:21.390 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:54:21.390734 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:54:21.403 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:54:21.403393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:54:31.641 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:54:31.641587 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:54:31.653 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:54:31.654143 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:54:41.890 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:54:41.890054 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:54:41.901 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:54:41.901784 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:54:52.121 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:54:52.120939 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:54:52.133 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:54:52.133600 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:55:02.350 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:55:02.350754 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:55:02.362 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:55:02.362728 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:55:12.578 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:55:12.578050 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:55:12.591 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:55:12.592023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:55:22.814 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:55:22.814326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:55:22.828 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:55:22.828423 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:55:33.047 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:55:33.047668 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:55:33.062 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:55:33.062396 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:55:43.280 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:55:43.280667 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:55:43.296 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:55:43.295558 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:55:53.519 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:55:53.519730 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:55:53.531 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:55:53.531847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:56:03.755 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:56:03.755812 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:56:03.766 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:56:03.767412 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:56:13.990 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:56:13.989825 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:56:14.002 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:56:14.002134 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:56:24.228 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:56:24.228686 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:56:24.242 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:56:24.242481 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:56:34.464 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:56:34.463279 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:56:34.474 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:56:34.474502 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:56:44.720 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:56:44.720789 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:56:44.730 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:56:44.730554 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:56:55.008 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:56:55.008332 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:56:55.019 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:56:55.019356 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:57:05.294 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:57:05.294082 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:57:05.306 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:57:05.306814 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:57:15.526 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:57:15.526105 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:57:15.540 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:57:15.540364 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:57:25.759 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:57:25.759442 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:57:25.771 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:57:25.771759 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:57:36.030 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:57:36.030059 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:57:36.042 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:57:36.042435 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:57:46.262 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:57:46.262325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:57:46.275 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:57:46.275653 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:57:56.497 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:57:56.497201 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:57:56.507 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:57:56.507994 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:58:06.725 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:06.725597 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:58:06.738 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:06.739022 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:58:07.868 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:07.868679 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-08T23:58:08.519 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:08.518880 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-03-08T23:58:08.509+0000 7faedfe02340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T23:58:08.520 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:58:08.509+0000 7faedfe02340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T23:58:08.520 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:58:08.509+0000 7faedfe02340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T23:58:08.521 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-08T23:58:08.521 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:08.518919 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-03-08T23:58:08.509+0000 7faedfe02340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T23:58:08.521 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:58:08.509+0000 7faedfe02340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T23:58:08.521 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08T23:58:08.509+0000 7faedfe02340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T23:58:08.521 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-08T23:58:16.964 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:16.964599 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:58:16.975 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:16.976096 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:58:27.195 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:27.195411 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:58:27.204 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:27.204851 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:58:37.467 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:37.467041 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:58:37.479 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:37.479053 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:58:47.726 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:47.726295 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:58:47.736 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:47.736325 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:58:57.995 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:57.995942 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:58:58.011 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:58:58.012249 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:59:08.239 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:59:08.239190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:59:08.252 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:59:08.252825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:59:18.496 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:59:18.496594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:59:18.512 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:59:18.512204 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:59:28.757 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:59:28.757815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:59:28.771 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:59:28.771699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:59:39.034 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:59:39.034728 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:59:39.049 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:59:39.049357 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:59:49.278 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:59:49.274502 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:59:49.283 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:59:49.283737 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:59:59.531 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:59:59.531655 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:59:59.542 INFO:tasks.rook.operator.smithi043.stdout:2022-03-08 23:59:59.542532 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:00:09.762 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:00:09.762689 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:00:09.776 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:00:09.776391 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:00:19.999 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:00:19.999081 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:00:20.010 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:00:20.010560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:00:30.241 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:00:30.241489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:00:30.252 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:00:30.252938 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:00:40.499 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:00:40.499612 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:00:40.515 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:00:40.513878 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:00:50.782 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:00:50.782049 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:00:50.794 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:00:50.794821 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:01:01.018 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:01:01.018658 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:01:01.032 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:01:01.030951 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:01:11.278 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:01:11.278530 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:01:11.287 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:01:11.287677 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:01:21.507 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:01:21.507562 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:01:21.581 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:01:21.581728 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:01:31.841 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:01:31.841742 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:01:31.854 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:01:31.854981 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:01:42.074 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:01:42.073680 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:01:42.133 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:01:42.133515 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:01:52.380 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:01:52.380540 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:01:52.391 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:01:52.391753 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:02:02.607 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:02:02.607586 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:02:02.621 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:02:02.621454 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:02:12.869 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:02:12.868897 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:02:12.882 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:02:12.883147 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:02:23.147 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:02:23.147870 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:02:23.158 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:02:23.158622 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:02:33.415 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:02:33.415550 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:02:33.429 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:02:33.429599 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:02:43.648 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:02:43.648632 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:02:43.660 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:02:43.660687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:02:53.937 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:02:53.937457 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:02:53.948 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:02:53.949071 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:03:04.208 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:03:04.208739 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:03:04.216 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:03:04.216769 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:03:14.437 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:03:14.437810 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:03:14.448 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:03:14.448615 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:03:24.662 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:03:24.662358 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:03:24.673 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:03:24.673885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:03:34.940 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:03:34.937127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:03:34.946 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:03:34.946956 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:03:45.163 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:03:45.163097 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:03:45.174 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:03:45.174886 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:03:55.415 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:03:55.415894 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:03:55.428 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:03:55.428752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:04:05.647 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:04:05.648238 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:04:05.658 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:04:05.659253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:04:15.880 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:04:15.881111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:04:15.890 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:04:15.890860 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:04:26.112 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:04:26.112705 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:04:26.126 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:04:26.126627 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:04:36.378 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:04:36.378949 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:04:36.389 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:04:36.388985 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:04:46.606 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:04:46.607248 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:04:46.617 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:04:46.618383 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:04:56.835 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:04:56.835836 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:04:56.846 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:04:56.846413 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:05:07.064 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:05:07.064995 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:05:07.073 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:05:07.074148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:05:17.314 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:05:17.314263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:05:17.327 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:05:17.327659 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:05:27.545 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:05:27.545462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:05:27.558 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:05:27.559093 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:05:37.827 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:05:37.826953 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:05:37.839 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:05:37.840181 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:05:48.076 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:05:48.076444 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:05:48.090 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:05:48.091102 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:05:58.307 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:05:58.307867 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:05:58.321 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:05:58.321669 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:06:08.549 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:06:08.549716 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:06:08.560 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:06:08.560842 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:06:18.778 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:06:18.778731 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:06:18.793 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:06:18.793367 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:06:29.014 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:06:29.015102 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:06:29.026 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:06:29.026972 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:06:39.245 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:06:39.245532 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:06:39.255 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:06:39.256434 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:06:49.475 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:06:49.475494 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:06:49.489 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:06:49.490021 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:06:59.710 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:06:59.710568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:06:59.722 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:06:59.723028 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:07:09.944 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:07:09.945051 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:07:09.959 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:07:09.959946 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:07:20.176 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:07:20.176602 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:07:20.188 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:07:20.189040 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:07:30.411 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:07:30.410808 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:07:30.425 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:07:30.424312 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:07:40.643 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:07:40.644141 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:07:40.654 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:07:40.655184 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:07:40.737 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:07:40.737350 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-09 00:07:40.717600071 +0000 UTC m=+4022.839964617 LastTransitionTime:2022-03-08 23:02:21 +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-03-09T00:07:50.874 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:07:50.874752 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:07:50.885 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:07:50.886020 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:08:01.109 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:08:01.110069 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:08:01.123 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:08:01.123633 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:08:11.378 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:08:11.378558 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:08:11.388 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:08:11.389524 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:08:21.609 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:08:21.610161 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:08:21.627 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:08:21.627642 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:08:31.848 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:08:31.848312 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:08:31.860 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:08:31.860260 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:08:42.084 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:08:42.084217 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:08:42.098 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:08:42.098389 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:08:52.346 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:08:52.346867 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:08:52.365 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:08:52.365458 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:09:02.583 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:09:02.583653 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:09:02.598 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:09:02.598890 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:09:12.817 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:09:12.817896 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:09:12.831 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:09:12.831848 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:09:23.054 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:09:23.054299 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:09:23.065 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:09:23.064940 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:09:33.299 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:09:33.299262 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:09:33.311 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:09:33.312282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:09:43.540 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:09:43.540014 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:09:43.551 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:09:43.551179 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:09:53.769 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:09:53.769293 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:09:53.783 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:09:53.784557 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:10:04.002 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:10:04.002820 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:10:04.016 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:10:04.015066 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:10:14.231 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:10:14.231823 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:10:14.245 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:10:14.245510 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:10:24.480 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:10:24.480127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:10:24.493 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:10:24.493714 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:10:34.715 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:10:34.715249 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:10:34.727 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:10:34.728173 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:10:44.948 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:10:44.948239 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:10:44.960 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:10:44.961058 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:10:55.177 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:10:55.176716 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:10:55.190 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:10:55.190713 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:11:05.410 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:11:05.410345 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:11:05.422 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:11:05.422835 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:11:15.642 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:11:15.642730 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:11:15.656 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:11:15.655392 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:11:25.880 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:11:25.880628 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:11:25.893 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:11:25.892975 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:11:36.114 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:11:36.114546 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:11:36.127 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:11:36.128226 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:11:46.346 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:11:46.346175 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:11:46.357 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:11:46.357590 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:11:56.617 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:11:56.617909 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:11:56.632 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:11:56.633100 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:12:06.854 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:12:06.854672 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:12:06.867 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:12:06.867626 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:12:17.088 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:12:17.088633 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:12:17.102 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:12:17.102164 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:12:27.341 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:12:27.341609 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:12:27.354 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:12:27.354916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:12:37.579 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:12:37.579150 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:12:37.593 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:12:37.593052 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:12:47.809 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:12:47.809364 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:12:47.825 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:12:47.825434 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:12:58.145 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:12:58.145389 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:12:58.156 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:12:58.156278 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:13:08.383 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:13:08.383224 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:13:08.395 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:13:08.395912 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:13:18.669 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:13:18.668945 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:13:18.679 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:13:18.679916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:13:28.936 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:13:28.936265 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:13:28.949 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:13:28.949261 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:13:39.165 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:13:39.165036 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:13:39.176 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:13:39.176802 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:13:49.458 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:13:49.458091 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:13:49.469 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:13:49.469480 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:13:59.713 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:13:59.711867 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:13:59.738 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:13:59.738239 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:14:09.975 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:14:09.975110 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:14:09.988 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:14:09.987849 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:14:20.323 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:14:20.323477 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:14:20.337 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:14:20.337757 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:14:30.561 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:14:30.560766 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:14:30.575 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:14:30.575776 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:14:40.794 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:14:40.793822 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:14:40.806 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:14:40.806586 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:14:48.525 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:14:48.525591 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-09T00:14:49.214 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:14:49.213972 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-03-09T00:14:49.204+0000 7fc550d9a340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T00:14:49.215 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T00:14:49.204+0000 7fc550d9a340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T00:14:49.215 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T00:14:49.204+0000 7fc550d9a340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T00:14:49.215 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T00:14:49.215 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:14:49.214003 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-03-09T00:14:49.204+0000 7fc550d9a340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T00:14:49.216 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T00:14:49.204+0000 7fc550d9a340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T00:14:49.216 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T00:14:49.204+0000 7fc550d9a340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T00:14:49.216 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T00:14:51.027 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:14:51.027017 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:14:51.043 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:14:51.043590 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:15:01.380 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:15:01.380191 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:15:01.394 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:15:01.393876 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:15:11.619 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:15:11.619116 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:15:11.627 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:15:11.628181 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:15:21.845 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:15:21.845860 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:15:21.856 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:15:21.856777 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:15:32.078 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:15:32.078397 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:15:32.091 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:15:32.090812 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:15:42.315 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:15:42.314914 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:15:42.331 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:15:42.331314 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:15:52.557 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:15:52.557292 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:15:52.569 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:15:52.570060 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:16:02.795 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:16:02.795219 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:16:02.808 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:16:02.808691 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:16:13.034 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:16:13.033843 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:16:13.049 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:16:13.049564 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:16:23.270 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:16:23.270487 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:16:23.282 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:16:23.282572 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:16:33.524 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:16:33.524319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:16:33.561 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:16:33.560594 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:16:43.818 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:16:43.818182 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:16:43.826 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:16:43.826937 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:16:54.046 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:16:54.046763 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:16:54.056 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:16:54.056321 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:17:04.328 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:17:04.327900 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:17:04.340 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:17:04.340314 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:17:14.558 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:17:14.557898 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:17:14.604 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:17:14.604772 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:17:24.822 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:17:24.822754 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:17:24.834 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:17:24.834350 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:17:35.053 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:17:35.053447 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:17:35.069 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:17:35.069529 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:17:45.292 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:17:45.292006 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:17:45.302 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:17:45.302642 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:17:55.535 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:17:55.535425 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:17:55.548 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:17:55.546930 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:18:05.765 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:18:05.764868 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:18:05.778 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:18:05.778410 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:18:15.999 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:18:15.998999 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:18:16.010 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:18:16.011063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:18:26.231 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:18:26.231528 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:18:26.244 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:18:26.245113 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:18:36.466 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:18:36.465902 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:18:36.479 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:18:36.479168 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:18:46.727 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:18:46.727645 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:18:46.740 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:18:46.740422 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:18:56.960 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:18:56.960465 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:18:56.975 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:18:56.974568 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:19:07.246 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:19:07.246545 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:19:07.255 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:19:07.255138 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:19:17.482 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:19:17.482420 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:19:17.495 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:19:17.495599 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:19:27.720 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:19:27.719525 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:19:27.733 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:19:27.731989 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:19:37.956 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:19:37.956091 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:19:37.969 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:19:37.969261 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:19:48.196 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:19:48.196333 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:19:48.207 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:19:48.207815 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:19:58.429 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:19:58.428736 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:19:58.445 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:19:58.445340 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:20:08.667 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:20:08.666683 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:20:08.679 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:20:08.679797 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:20:18.893 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:20:18.893385 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:20:18.905 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:20:18.905141 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:20:29.127 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:20:29.126556 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:20:29.140 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:20:29.139939 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:20:39.364 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:20:39.363602 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:20:39.376 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:20:39.376583 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:20:49.597 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:20:49.597324 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:20:49.610 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:20:49.610005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:20:59.827 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:20:59.827603 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:20:59.839 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:20:59.839725 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:21:10.071 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:21:10.071265 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:21:10.088 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:21:10.087926 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:21:20.313 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:21:20.313286 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:21:20.326 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:21:20.326046 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:21:30.601 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:21:30.601296 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:21:30.612 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:21:30.612802 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:21:40.867 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:21:40.866631 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:21:40.884 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:21:40.884315 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:21:51.103 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:21:51.102565 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:21:51.120 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:21:51.119210 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:22:01.339 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:22:01.338578 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:22:01.348 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:22:01.348745 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:22:11.577 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:22:11.576592 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:22:11.588 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:22:11.588775 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:22:21.809 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:22:21.809196 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:22:21.871 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:22:21.871396 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:22:32.115 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:22:32.115350 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:22:32.128 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:22:32.128499 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:22:42.349 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:22:42.348548 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:22:42.360 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:22:42.360019 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:22:52.582 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:22:52.581737 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:22:52.593 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:22:52.593415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:23:02.810 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:23:02.810229 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:23:02.824 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:23:02.824388 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:23:13.050 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:23:13.049858 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:23:13.064 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:23:13.063801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:23:23.281 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:23:23.280725 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:23:23.294 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:23:23.294394 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:23:33.533 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:23:33.532795 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:23:33.544 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:23:33.544608 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:23:43.769 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:23:43.769236 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:23:43.826 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:23:43.825990 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:23:54.049 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:23:54.049159 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:23:54.061 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:23:54.061072 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:24:04.284 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:24:04.284316 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:24:04.297 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:24:04.296395 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:24:14.519 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:24:14.518474 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:24:14.534 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:24:14.534512 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:24:24.753 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:24:24.752897 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:24:24.764 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:24:24.764207 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:24:34.991 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:24:34.990535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:24:35.004 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:24:35.004149 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:24:45.221 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:24:45.221364 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:24:45.232 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:24:45.232284 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:24:55.460 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:24:55.460231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:24:55.471 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:24:55.471688 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:25:05.691 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:25:05.691406 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:25:05.700 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:25:05.700393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:25:15.947 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:25:15.947424 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:25:15.963 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:25:15.962731 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:25:26.183 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:25:26.182319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:25:26.197 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:25:26.197483 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:25:36.429 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:25:36.428900 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:25:36.441 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:25:36.441149 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:25:46.686 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:25:46.685637 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:25:46.700 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:25:46.700520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:25:56.921 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:25:56.919391 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:25:56.965 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:25:56.964850 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:25:57.277 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:25:57.277405 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-09 00:25:57.265085919 +0000 UTC m=+5119.387450461 LastTransitionTime:2022-03-08 23:02:21 +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-03-09T00:26:07.224 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:26:07.224397 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:26:07.236 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:26:07.235809 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:26:17.481 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:26:17.480899 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:26:17.494 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:26:17.494529 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:26:27.719 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:26:27.718572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:26:27.730 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:26:27.730371 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:26:37.948 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:26:37.947733 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:26:37.960 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:26:37.959845 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:26:48.180 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:26:48.179886 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:26:48.193 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:26:48.193273 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:26:58.413 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:26:58.412833 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:26:58.429 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:26:58.429006 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:27:08.646 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:27:08.645745 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:27:08.654 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:27:08.654084 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:27:18.928 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:27:18.927865 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:27:18.941 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:27:18.941267 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:27:29.160 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:27:29.159690 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:27:29.171 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:27:29.171293 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:27:39.418 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:27:39.417944 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:27:39.436 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:27:39.435594 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:27:49.666 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:27:49.666065 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:27:49.682 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:27:49.681063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:27:59.902 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:27:59.901943 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:27:59.914 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:27:59.914264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:28:10.135 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:28:10.134687 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:28:10.150 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:28:10.150271 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:28:20.366 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:28:20.365807 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:28:20.377 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:28:20.377627 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:28:30.603 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:28:30.601300 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:28:30.616 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:28:30.615254 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:28:40.835 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:28:40.835144 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:28:40.849 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:28:40.849376 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:28:51.089 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:28:51.089237 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:28:51.096 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:28:51.096781 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:29:01.338 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:29:01.338092 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:29:01.351 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:29:01.351580 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:29:11.603 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:29:11.603159 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:29:11.614 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:29:11.613952 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:29:21.834 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:29:21.833550 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:29:21.847 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:29:21.847816 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:29:32.070 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:29:32.069176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:29:32.082 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:29:32.082740 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:29:42.301 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:29:42.301171 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:29:42.314 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:29:42.314608 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:29:52.547 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:29:52.546918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:29:52.560 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:29:52.560273 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:30:02.787 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:30:02.786542 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:30:02.800 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:30:02.800202 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:30:13.029 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:30:13.028467 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:30:13.041 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:30:13.040876 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:30:23.268 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:30:23.267701 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:30:23.280 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:30:23.279695 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:30:33.524 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:30:33.523260 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:30:33.535 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:30:33.535533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:30:43.756 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:30:43.755492 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:30:43.765 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:30:43.764583 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:30:53.987 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:30:53.986641 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:30:54.000 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:30:54.000470 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:31:04.226 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:04.225925 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:31:04.239 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:04.239146 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:31:14.461 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:14.460621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:31:14.473 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:14.473058 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:31:24.695 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:24.694746 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:31:24.709 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:24.708295 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:31:29.225 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:29.224850 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-09T00:31:29.848 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:29.847318 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-03-09T00:31:29.839+0000 7f62f213c340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T00:31:29.849 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T00:31:29.839+0000 7f62f213c340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T00:31:29.849 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T00:31:29.839+0000 7f62f213c340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T00:31:29.849 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T00:31:29.849 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:29.847343 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-03-09T00:31:29.839+0000 7f62f213c340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T00:31:29.850 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T00:31:29.839+0000 7f62f213c340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T00:31:29.850 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T00:31:29.839+0000 7f62f213c340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T00:31:29.850 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T00:31:34.928 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:34.927780 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:31:34.939 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:34.939603 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:31:45.164 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:45.164310 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:31:45.174 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:45.174543 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:31:55.397 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:55.397028 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:31:55.412 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:31:55.412403 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:32:05.641 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:32:05.637938 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:32:05.652 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:32:05.651915 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:32:15.874 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:32:15.874100 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:32:15.884 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:32:15.884280 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:32:26.101 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:32:26.100907 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:32:26.113 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:32:26.112837 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:32:36.342 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:32:36.341694 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:32:36.382 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:32:36.381909 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:32:46.616 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:32:46.615639 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:32:46.633 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:32:46.632004 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:32:56.901 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:32:56.901022 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:32:56.915 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:32:56.914999 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:33:07.983 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:33:07.983188 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:33:07.993 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:33:07.993596 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:33:18.220 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:33:18.220113 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:33:18.233 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:33:18.232569 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:33:28.456 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:33:28.455948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:33:28.467 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:33:28.467358 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:33:38.703 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:33:38.702314 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:33:38.715 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:33:38.713591 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:33:48.968 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:33:48.967980 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:33:48.981 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:33:48.981219 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:33:59.205 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:33:59.204954 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:33:59.219 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:33:59.219433 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:34:09.438 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:34:09.437700 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:34:09.450 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:34:09.449767 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:34:19.674 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:34:19.673431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:34:19.686 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:34:19.686305 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:34:29.910 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:34:29.909699 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:34:29.923 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:34:29.922425 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:34:40.144 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:34:40.143524 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:34:40.154 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:34:40.153885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:34:50.370 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:34:50.369528 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:34:50.382 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:34:50.382567 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:35:00.607 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:35:00.606146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:35:00.619 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:35:00.618659 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:35:10.849 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:35:10.848732 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:35:10.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:35:10.861315 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:35:21.088 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:35:21.087671 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:35:21.102 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:35:21.102154 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:35:31.335 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:35:31.334664 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:35:31.346 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:35:31.346583 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:35:31.347 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:35:31.346611 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-03-09T00:35:41.608 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:35:41.608014 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:35:41.620 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:35:41.620208 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:35:51.840 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:35:51.840081 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:35:51.854 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:35:51.854347 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:36:02.077 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:36:02.076741 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:36:02.088 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:36:02.088537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:36:12.311 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:36:12.310420 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:36:12.325 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:36:12.325036 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:36:22.545 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:36:22.544772 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:36:22.558 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:36:22.557118 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:36:32.782 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:36:32.781311 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:36:32.814 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:36:32.814422 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:36:43.034 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:36:43.033430 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:36:43.044 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:36:43.043585 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:36:53.266 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:36:53.265905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:36:53.281 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:36:53.281005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:37:03.506 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:37:03.505385 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:37:03.517 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:37:03.517530 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:37:13.745 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:37:13.745239 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:37:13.759 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:37:13.757770 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:37:23.985 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:37:23.984209 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:37:24.000 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:37:24.000130 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:37:34.218 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:37:34.217715 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:37:34.230 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:37:34.229529 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:37:44.450 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:37:44.449645 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:37:44.462 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:37:44.462138 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:37:54.685 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:37:54.684219 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:37:54.697 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:37:54.696832 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:38:04.926 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:38:04.926457 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:38:04.936 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:38:04.936537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:38:15.154 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:38:15.153959 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:38:15.168 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:38:15.165237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:38:25.384 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:38:25.383393 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:38:25.394 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:38:25.393685 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:38:35.616 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:38:35.616308 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:38:35.629 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:38:35.628724 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:38:45.845 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:38:45.845246 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:38:45.858 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:38:45.858149 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:38:56.082 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:38:56.081934 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:38:56.097 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:38:56.097003 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:39:06.320 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:39:06.319601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:39:06.333 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:39:06.333528 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:39:16.566 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:39:16.565498 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:39:16.578 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:39:16.578349 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:39:26.800 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:39:26.799559 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:39:26.812 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:39:26.812050 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:39:37.034 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:39:37.033523 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:39:37.047 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:39:37.046968 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:39:47.279 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:39:47.278550 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:39:47.297 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:39:47.297009 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:39:57.515 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:39:57.514902 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:39:57.528 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:39:57.527346 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:40:07.747 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:40:07.746790 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:40:07.759 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:40:07.758970 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:40:18.009 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:40:18.008901 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:40:18.020 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:40:18.020140 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:40:28.241 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:40:28.240317 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:40:28.251 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:40:28.251105 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:40:38.486 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:40:38.485948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:40:38.499 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:40:38.499074 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:40:48.723 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:40:48.722487 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:40:48.735 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:40:48.734895 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:40:58.958 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:40:58.958040 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:40:58.971 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:40:58.971414 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:41:09.193 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:41:09.192252 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:41:09.206 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:41:09.206076 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:41:19.427 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:41:19.427154 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:41:19.437 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:41:19.437699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:41:29.657 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:41:29.656263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:41:29.670 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:41:29.669863 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:41:39.918 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:41:39.917705 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:41:39.929 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:41:39.928692 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:41:50.156 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:41:50.155792 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:41:50.165 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:41:50.165496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:42:00.386 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:42:00.385965 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:42:00.400 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:42:00.399998 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:42:10.646 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:42:10.646066 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:42:10.655 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:42:10.655062 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:42:20.873 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:42:20.872449 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:42:20.885 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:42:20.885224 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:42:31.105 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:42:31.105058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:42:31.119 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:42:31.119080 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:42:41.339 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:42:41.339440 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:42:41.407 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:42:41.405728 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:42:51.626 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:42:51.625753 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:42:51.658 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:42:51.657610 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:43:01.880 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:43:01.879371 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:43:01.889 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:43:01.889211 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:43:12.177 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:43:12.177104 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:43:12.189 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:43:12.189052 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:43:12.572 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:43:12.572305 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-09 00:43:12.564661692 +0000 UTC m=+6154.687026204 LastTransitionTime:2022-03-08 23:02:21 +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-03-09T00:43:22.409 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:43:22.409254 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:43:22.423 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:43:22.423219 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:43:32.648 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:43:32.647374 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:43:32.660 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:43:32.660125 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:43:42.881 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:43:42.881278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:43:42.892 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:43:42.892662 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:43:53.111 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:43:53.110779 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:43:53.124 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:43:53.123940 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:44:03.345 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:44:03.344628 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:44:03.358 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:44:03.358341 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:44:13.488 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:44:13.487801 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-09 00:44:13.420824798 +0000 UTC m=+6215.543189330 LastTransitionTime:2022-03-08 23:02:21 +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-03-09T00:44:13.627 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:44:13.626565 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:44:13.640 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:44:13.639981 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:44:23.858 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:44:23.857301 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:44:23.869 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:44:23.869710 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:44:34.091 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:44:34.090193 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:44:34.105 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:44:34.105156 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:44:44.330 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:44:44.329677 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:44:44.345 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:44:44.344950 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:44:54.568 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:44:54.568055 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:44:54.584 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:44:54.584420 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:45:04.807 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:45:04.806572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:45:04.824 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:45:04.823693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:45:15.046 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:45:15.046211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:45:15.057 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:45:15.056124 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:45:25.299 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:45:25.298948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:45:25.311 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:45:25.311294 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:45:35.527 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:45:35.526663 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:45:35.541 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:45:35.540955 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:45:45.764 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:45:45.763688 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:45:45.777 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:45:45.776985 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:45:55.999 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:45:55.998936 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:45:56.036 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:45:56.035673 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:46:06.304 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:46:06.303512 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:46:06.317 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:46:06.317202 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:46:16.541 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:46:16.540492 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:46:16.555 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:46:16.554744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:46:26.775 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:46:26.775080 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:46:26.787 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:46:26.786907 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:46:37.014 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:46:37.014099 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:46:37.027 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:46:37.027460 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:46:47.249 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:46:47.248348 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:46:47.263 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:46:47.262693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:46:57.486 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:46:57.486054 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:46:57.500 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:46:57.500356 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:47:07.723 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:47:07.723026 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:47:07.736 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:47:07.735347 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:47:17.956 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:47:17.955945 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:47:18.012 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:47:18.010694 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:47:28.233 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:47:28.232417 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:47:28.242 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:47:28.241817 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:47:38.468 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:47:38.468258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:47:38.480 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:47:38.479931 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:47:48.740 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:47:48.740083 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:47:48.752 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:47:48.751899 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:47:58.970 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:47:58.969263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:47:58.981 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:47:58.981014 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:48:09.207 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:48:09.207006 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:48:09.218 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:48:09.216751 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:48:09.854 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:48:09.853563 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-09T00:48:10.497 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:48:10.496089 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-03-09T00:48:10.487+0000 7f6159ad3340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T00:48:10.497 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T00:48:10.487+0000 7f6159ad3340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T00:48:10.498 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T00:48:10.487+0000 7f6159ad3340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T00:48:10.498 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T00:48:10.498 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:48:10.496120 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-03-09T00:48:10.487+0000 7f6159ad3340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T00:48:10.498 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T00:48:10.487+0000 7f6159ad3340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T00:48:10.499 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T00:48:10.487+0000 7f6159ad3340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T00:48:10.499 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T00:48:19.439 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:48:19.438545 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:48:19.451 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:48:19.451266 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:48:29.676 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:48:29.675650 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:48:29.686 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:48:29.686692 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:48:39.909 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:48:39.908280 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:48:39.918 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:48:39.917952 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:48:50.149 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:48:50.141225 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:48:50.153 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:48:50.153214 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:49:00.371 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:49:00.370662 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:49:00.384 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:49:00.383242 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:49:10.603 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:49:10.602540 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:49:10.615 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:49:10.615292 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:49:20.841 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:49:20.840416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:49:20.852 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:49:20.852467 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:49:31.077 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:49:31.077263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:49:31.090 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:49:31.090190 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:49:41.317 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:49:41.316733 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:49:41.353 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:49:41.352730 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:49:51.571 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:49:51.570907 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:49:51.584 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:49:51.583739 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:50:01.831 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:50:01.830230 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:50:01.842 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:50:01.841938 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:50:12.102 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:50:12.102187 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:50:12.115 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:50:12.115280 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:50:22.335 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:50:22.335265 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:50:22.346 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:50:22.346531 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:50:32.611 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:50:32.610517 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:50:32.624 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:50:32.623886 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:50:42.844 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:50:42.843995 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:50:42.856 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:50:42.856150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:50:53.077 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:50:53.077154 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:50:53.141 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:50:53.141518 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:51:03.379 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:51:03.378416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:51:03.394 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:51:03.393854 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:51:13.653 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:51:13.652067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:51:13.667 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:51:13.666219 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:51:23.891 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:51:23.891438 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:51:23.904 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:51:23.903844 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:51:34.141 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:51:34.140669 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:51:34.154 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:51:34.153997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:51:44.379 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:51:44.379384 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:51:44.391 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:51:44.391298 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:51:54.629 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:51:54.628769 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:51:54.678 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:51:54.677628 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:52:04.902 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:52:04.902092 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:52:04.918 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:52:04.917640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:52:15.173 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:52:15.172973 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:52:15.184 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:52:15.183772 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:52:25.424 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:52:25.423834 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:52:25.434 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:52:25.434077 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:52:35.656 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:52:35.655562 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:52:35.668 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:52:35.668565 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:52:45.919 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:52:45.919150 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:52:45.931 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:52:45.931268 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:52:56.152 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:52:56.151975 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:52:56.165 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:52:56.164839 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:53:06.385 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:53:06.385043 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:53:06.397 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:53:06.397658 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:53:16.619 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:53:16.618492 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:53:16.631 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:53:16.631103 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:53:26.850 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:53:26.849704 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:53:26.862 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:53:26.862426 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:53:37.113 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:53:37.112728 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:53:37.123 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:53:37.123176 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:53:47.369 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:53:47.369133 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:53:47.382 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:53:47.381598 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:53:57.601 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:53:57.601075 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:53:57.615 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:53:57.614538 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:54:07.835 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:54:07.835063 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:54:07.849 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:54:07.849339 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:54:18.073 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:54:18.072468 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:54:18.085 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:54:18.085741 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:54:28.321 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:54:28.321104 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:54:28.331 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:54:28.331442 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:54:38.579 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:54:38.578356 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:54:38.591 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:54:38.591076 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:54:48.812 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:54:48.811757 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:54:48.824 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:54:48.823908 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:54:59.047 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:54:59.047197 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:54:59.059 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:54:59.059614 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:55:09.282 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:55:09.281434 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:55:09.294 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:55:09.293555 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:55:19.515 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:55:19.515181 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:55:19.528 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:55:19.528160 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:55:29.750 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:55:29.749715 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:55:29.763 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:55:29.763615 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:55:39.983 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:55:39.983146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:55:39.996 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:55:39.996739 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:55:50.222 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:55:50.221601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:55:50.235 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:55:50.234974 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:56:00.454 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:56:00.454447 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:56:00.467 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:56:00.466875 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:56:10.688 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:56:10.688052 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:56:10.700 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:56:10.700596 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:56:20.919 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:56:20.919152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:56:20.932 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:56:20.932132 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:56:31.196 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:56:31.196375 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:56:31.209 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:56:31.209305 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:56:41.457 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:56:41.456565 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:56:41.472 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:56:41.472238 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:56:51.692 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:56:51.691902 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:56:51.702 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:56:51.702056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:57:01.921 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:57:01.920965 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:57:01.933 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:57:01.933562 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:57:12.156 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:57:12.156102 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:57:12.169 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:57:12.169021 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:57:22.390 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:57:22.389317 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:57:22.403 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:57:22.403278 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:57:32.624 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:57:32.624093 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:57:32.647 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:57:32.647369 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:57:42.892 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:57:42.892138 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:57:42.903 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:57:42.903573 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:57:53.124 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:57:53.123688 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:57:53.133 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:57:53.133486 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:58:03.366 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:58:03.365873 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:58:03.379 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:58:03.379896 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:58:13.594 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:58:13.593820 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:58:13.603 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:58:13.603046 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:58:23.822 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:58:23.821810 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:58:23.832 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:58:23.832560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:58:34.049 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:58:34.048351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:58:34.063 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:58:34.062828 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:58:44.371 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:58:44.370455 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:58:44.386 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:58:44.384450 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:58:54.641 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:58:54.641174 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:58:54.655 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:58:54.655114 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:59:04.995 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:59:04.994674 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:59:05.007 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:59:05.007297 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:59:15.256 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:59:15.256380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:59:15.267 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:59:15.267008 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:59:25.489 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:59:25.488839 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:59:25.503 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:59:25.503084 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:59:35.727 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:59:35.727037 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:59:35.739 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:59:35.739195 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:59:45.960 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:59:45.959858 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:59:45.972 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:59:45.972479 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:59:56.198 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:59:56.197728 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T00:59:56.211 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 00:59:56.211123 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:00:06.442 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:00:06.442356 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:00:06.461 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:00:06.461645 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:00:16.682 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:00:16.681852 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:00:16.694 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:00:16.694090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:00:26.913 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:00:26.913710 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:00:26.928 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:00:26.927160 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:00:37.148 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:00:37.148321 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:00:37.160 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:00:37.160478 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:00:47.428 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:00:47.427958 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:00:47.445 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:00:47.445487 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:00:57.687 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:00:57.687199 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:00:57.717 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:00:57.717853 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:01:07.941 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:01:07.941163 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:01:07.970 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:01:07.969839 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:01:18.224 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:01:18.224325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:01:18.239 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:01:18.239328 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:01:28.471 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:01:28.471280 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:01:28.482 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:01:28.482578 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:01:38.703 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:01:38.703222 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:01:38.716 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:01:38.716254 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:01:48.959 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:01:48.959727 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:01:48.970 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:01:48.969966 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:01:59.192 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:01:59.191933 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:01:59.200 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:01:59.200611 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:02:09.448 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:02:09.448223 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:02:09.461 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:02:09.461151 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:02:19.685 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:02:19.684832 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:02:19.696 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:02:19.696496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:02:29.864 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:02:29.864407 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-09 01:02:29.814044345 +0000 UTC m=+7311.936408909 LastTransitionTime:2022-03-08 23:02:21 +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-03-09T01:02:29.913 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:02:29.913009 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:02:29.925 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:02:29.925394 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:02:40.151 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:02:40.151543 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:02:40.162 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:02:40.162997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:02:50.399 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:02:50.399154 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:02:50.410 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:02:50.410959 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:03:00.630 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:03:00.630205 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:03:00.642 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:03:00.642522 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:03:10.864 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:03:10.864100 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:03:10.878 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:03:10.878968 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:03:21.097 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:03:21.097838 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:03:21.107 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:03:21.106944 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:03:31.423 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:03:31.423397 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:03:31.433 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:03:31.433477 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:03:41.722 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:03:41.721967 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:03:41.739 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:03:41.739584 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:03:52.058 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:03:52.058314 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:03:52.072 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:03:52.072581 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:04:02.291 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:02.291370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:04:02.307 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:02.307400 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:04:12.557 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:12.556544 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:04:12.568 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:12.567944 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:04:22.838 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:22.838193 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:04:22.850 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:22.850500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:04:33.072 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:33.071739 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:04:33.088 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:33.087879 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:04:43.338 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:43.338092 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:04:43.351 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:43.351855 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:04:50.506 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:50.506125 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-09T01:04:51.157 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:51.157539 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-03-09T01:04:51.142+0000 7f31d5e25340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T01:04:51.158 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:04:51.142+0000 7f31d5e25340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T01:04:51.158 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:04:51.142+0000 7f31d5e25340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T01:04:51.158 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T01:04:51.159 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:51.157563 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-03-09T01:04:51.142+0000 7f31d5e25340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T01:04:51.159 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:04:51.142+0000 7f31d5e25340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T01:04:51.159 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:04:51.142+0000 7f31d5e25340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T01:04:51.159 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T01:04:53.633 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:53.633605 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:04:53.644 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:04:53.644581 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:05:03.867 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:05:03.866933 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:05:03.878 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:05:03.878901 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:05:14.094 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:05:14.093892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:05:14.107 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:05:14.105659 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:05:24.471 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:05:24.471035 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:05:24.484 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:05:24.484875 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:05:34.734 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:05:34.733389 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:05:34.744 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:05:34.745187 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:05:44.964 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:05:44.963704 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:05:44.975 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:05:44.975647 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:05:55.221 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:05:55.221278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:05:55.231 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:05:55.232065 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:06:05.503 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:06:05.503746 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:06:05.516 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:06:05.516330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:06:15.738 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:06:15.738716 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:06:15.752 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:06:15.751991 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:06:25.973 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:06:25.973007 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:06:25.984 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:06:25.984642 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:06:36.208 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:06:36.208453 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:06:36.222 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:06:36.222939 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:06:46.443 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:06:46.443025 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:06:46.458 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:06:46.458508 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:06:56.678 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:06:56.678636 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:06:56.692 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:06:56.692460 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:07:06.914 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:07:06.913967 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:07:06.926 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:07:06.926754 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:07:17.163 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:07:17.163584 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:07:17.178 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:07:17.178394 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:07:27.399 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:07:27.399413 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:07:27.412 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:07:27.412120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:07:37.630 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:07:37.630058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:07:37.639 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:07:37.639100 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:07:47.898 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:07:47.898137 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:07:47.912 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:07:47.913087 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:07:58.134 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:07:58.134708 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:07:58.146 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:07:58.146887 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:08:08.369 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:08:08.369400 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:08:08.385 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:08:08.383672 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:08:18.602 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:08:18.602546 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:08:18.620 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:08:18.620507 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:08:28.843 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:08:28.842931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:08:28.854 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:08:28.854753 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:08:39.078 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:08:39.078219 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:08:39.091 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:08:39.091403 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:08:49.335 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:08:49.335109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:08:49.408 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:08:49.408498 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:08:59.623 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:08:59.623192 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:08:59.635 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:08:59.635604 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:09:09.878 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:09:09.878188 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:09:09.890 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:09:09.890783 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:09:20.163 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:09:20.163535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:09:20.194 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:09:20.194122 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:09:30.419 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:09:30.419318 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:09:30.430 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:09:30.430875 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:09:40.649 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:09:40.649375 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:09:40.661 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:09:40.661717 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:09:50.881 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:09:50.880997 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:09:50.891 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:09:50.891491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:10:01.111 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:10:01.111128 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:10:01.123 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:10:01.123989 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:10:11.361 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:10:11.362115 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:10:11.370 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:10:11.370862 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:10:21.603 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:10:21.603768 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:10:21.614 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:10:21.614378 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:10:31.907 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:10:31.907313 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:10:31.920 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:10:31.920166 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:10:42.146 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:10:42.145845 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:10:42.159 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:10:42.159695 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:10:52.377 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:10:52.376949 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:10:52.390 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:10:52.390610 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:11:02.630 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:11:02.630499 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:11:02.639 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:11:02.639712 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:11:12.855 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:11:12.854836 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:11:12.868 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:11:12.868785 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:11:23.093 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:11:23.093438 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:11:23.105 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:11:23.105336 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:11:33.325 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:11:33.325497 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:11:33.395 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:11:33.395095 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:11:43.617 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:11:43.617290 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:11:43.632 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:11:43.632666 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:11:53.881 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:11:53.881496 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:11:53.932 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:11:53.932542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:12:04.154 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:12:04.153856 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:12:04.165 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:12:04.165627 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:12:14.383 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:12:14.383312 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:12:14.396 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:12:14.397200 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:12:24.617 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:12:24.617698 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:12:24.630 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:12:24.631405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:12:34.852 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:12:34.852164 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:12:34.867 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:12:34.866008 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:12:45.082 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:12:45.082907 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:12:45.124 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:12:45.124829 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:12:55.343 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:12:55.343239 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:12:55.355 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:12:55.355928 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:13:05.576 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:13:05.576488 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:13:05.639 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:13:05.639397 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:13:15.867 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:13:15.867213 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:13:15.875 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:13:15.875898 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:13:26.094 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:13:26.094515 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:13:26.109 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:13:26.110053 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:13:36.364 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:13:36.364270 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:13:36.378 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:13:36.378812 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:13:46.593 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:13:46.593764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:13:46.607 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:13:46.607471 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:13:56.828 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:13:56.828308 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:13:56.840 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:13:56.840813 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:14:07.060 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:14:07.060228 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:14:07.073 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:14:07.073492 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:14:17.292 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:14:17.292190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:14:17.304 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:14:17.305091 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:14:27.525 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:14:27.525434 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:14:27.538 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:14:27.538305 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:14:37.758 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:14:37.758281 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:14:37.770 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:14:37.771212 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:14:47.992 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:14:47.992461 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:14:48.005 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:14:48.005760 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:14:58.227 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:14:58.227660 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:14:58.241 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:14:58.241229 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:15:08.594 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:15:08.594816 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:15:08.604 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:15:08.605039 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:15:18.877 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:15:18.877170 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:15:18.962 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:15:18.962557 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:15:29.182 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:15:29.182371 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:15:29.195 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:15:29.195137 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:15:39.423 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:15:39.423782 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:15:39.437 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:15:39.437400 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:15:49.655 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:15:49.655748 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:15:49.667 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:15:49.667420 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:15:59.885 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:15:59.885102 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:15:59.894 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:15:59.895462 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:16:10.111 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:16:10.112041 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:16:10.125 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:16:10.125538 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:16:20.348 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:16:20.348369 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:16:20.362 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:16:20.362680 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:16:30.582 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:16:30.582706 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:16:30.596 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:16:30.596838 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:16:40.820 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:16:40.820803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:16:40.832 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:16:40.832489 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:16:51.084 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:16:51.084055 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:16:51.097 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:16:51.097576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:17:01.332 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:17:01.332067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:17:01.341 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:17:01.341828 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:17:11.563 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:17:11.563186 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:17:11.574 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:17:11.575201 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:17:21.799 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:17:21.799576 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:17:21.813 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:17:21.813969 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:17:32.032 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:17:32.032460 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:17:32.045 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:17:32.045385 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:17:42.261 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:17:42.262018 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:17:42.274 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:17:42.274854 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:17:52.557 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:17:52.557938 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:17:52.571 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:17:52.569569 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:18:02.793 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:18:02.793195 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:18:02.806 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:18:02.807046 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:18:13.026 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:18:13.026282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:18:13.036 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:18:13.037259 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:18:23.257 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:18:23.257759 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:18:23.269 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:18:23.269796 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:18:33.490 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:18:33.490635 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:18:33.503 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:18:33.503619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:18:43.719 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:18:43.719248 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:18:43.729 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:18:43.730317 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:18:53.950 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:18:53.950015 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:18:53.962 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:18:53.962978 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:19:04.189 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:19:04.189139 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:19:04.201 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:19:04.201252 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:19:14.419 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:19:14.418956 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:19:14.430 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:19:14.430770 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:19:24.650 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:19:24.650127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:19:24.664 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:19:24.665048 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:19:34.916 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:19:34.917068 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:19:34.929 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:19:34.928890 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:19:45.131 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:19:45.131326 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-09 01:19:45.120394044 +0000 UTC m=+8347.242758649 LastTransitionTime:2022-03-08 23:02:21 +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-03-09T01:19:45.145 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:19:45.145594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:19:45.156 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:19:45.156122 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:19:55.428 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:19:55.421745 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:19:55.435 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:19:55.436120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:20:05.653 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:20:05.653785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:20:05.663 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:20:05.664040 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:20:15.884 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:20:15.884174 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:20:15.893 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:20:15.893523 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:20:26.115 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:20:26.116080 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:20:26.129 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:20:26.129690 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:20:36.351 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:20:36.351504 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:20:36.364 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:20:36.364296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:20:46.596 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:20:46.596444 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:20:46.606 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:20:46.607039 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:20:56.880 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:20:56.880822 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:20:56.893 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:20:56.893438 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:21:07.127 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:07.126808 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:21:07.171 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:07.170790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:21:17.408 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:17.408279 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:21:17.446 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:17.445542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:21:27.666 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:27.666553 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:21:27.677 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:27.678428 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:21:31.164 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:31.164308 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-09T01:21:31.825 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:31.824536 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-03-09T01:21:31.814+0000 7f12f96c1340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T01:21:31.825 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:21:31.814+0000 7f12f96c1340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T01:21:31.825 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:21:31.814+0000 7f12f96c1340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T01:21:31.826 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T01:21:31.826 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:31.824562 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-03-09T01:21:31.814+0000 7f12f96c1340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T01:21:31.826 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:21:31.814+0000 7f12f96c1340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T01:21:31.826 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:21:31.814+0000 7f12f96c1340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T01:21:31.827 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T01:21:37.899 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:37.899273 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:21:37.911 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:37.911485 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:21:48.130 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:48.130792 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:21:48.141 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:48.142006 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:21:58.361 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:58.361257 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:21:58.376 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:21:58.375643 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:22:08.608 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:22:08.608253 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:22:08.619 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:22:08.619461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:22:18.842 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:22:18.842313 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:22:18.856 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:22:18.856709 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:22:29.077 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:22:29.077983 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:22:29.090 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:22:29.090492 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:22:39.312 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:22:39.312827 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:22:39.325 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:22:39.325725 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:22:49.549 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:22:49.549374 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:22:49.562 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:22:49.562255 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:22:59.787 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:22:59.787109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:22:59.804 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:22:59.804321 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:23:10.025 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:23:10.025426 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:23:10.037 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:23:10.038028 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:23:20.261 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:23:20.261574 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:23:20.271 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:23:20.271960 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:23:30.512 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:23:30.512234 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:23:30.526 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:23:30.526544 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:23:40.747 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:23:40.746995 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:23:40.761 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:23:40.761391 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:23:50.979 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:23:50.979599 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:23:50.989 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:23:50.989763 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:24:01.211 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:24:01.211907 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:24:01.226 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:24:01.226564 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:24:11.452 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:24:11.452284 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:24:11.544 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:24:11.544671 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:24:21.761 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:24:21.761699 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:24:21.771 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:24:21.772096 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:24:31.991 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:24:31.991485 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:24:32.004 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:24:32.004544 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:24:42.228 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:24:42.229138 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:24:42.241 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:24:42.242214 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:24:52.464 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:24:52.464828 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:24:52.478 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:24:52.478959 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:25:02.697 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:25:02.697864 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:25:02.708 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:25:02.708673 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:25:12.937 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:25:12.937553 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:25:12.948 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:25:12.948654 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:25:23.162 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:25:23.162997 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:25:23.256 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:25:23.257028 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:25:33.509 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:25:33.509555 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:25:33.521 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:25:33.521422 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:25:43.758 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:25:43.758372 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:25:43.774 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:25:43.774800 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:25:53.995 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:25:53.995136 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:25:54.005 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:25:54.005382 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:26:04.229 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:26:04.229392 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:26:04.241 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:26:04.242271 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:26:14.469 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:26:14.469317 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:26:14.504 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:26:14.504500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:26:24.721 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:26:24.722114 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:26:24.734 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:26:24.734621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:26:34.980 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:26:34.981057 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:26:34.993 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:26:34.994041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:26:45.212 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:26:45.212815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:26:45.223 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:26:45.224035 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:26:55.439 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:26:55.439779 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:26:55.452 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:26:55.452731 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:27:05.676 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:27:05.676578 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:27:05.688 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:27:05.689306 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:27:15.908 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:27:15.909058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:27:15.947 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:27:15.947386 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:27:26.185 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:27:26.186149 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:27:26.197 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:27:26.197756 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:27:36.417 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:27:36.417673 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:27:36.430 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:27:36.431131 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:27:46.648 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:27:46.649146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:27:46.663 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:27:46.662283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:27:56.881 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:27:56.881611 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:27:56.892 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:27:56.892510 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:28:07.113 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:28:07.113067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:28:07.129 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:28:07.129967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:28:17.354 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:28:17.354206 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:28:17.365 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:28:17.366273 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:28:27.587 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:28:27.587346 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:28:27.599 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:28:27.600317 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:28:37.829 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:28:37.830135 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:28:37.841 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:28:37.841972 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:28:48.063 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:28:48.063180 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:28:48.074 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:28:48.075541 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:28:58.293 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:28:58.294227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:28:58.337 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:28:58.337702 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:29:08.564 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:29:08.564491 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:29:08.576 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:29:08.576107 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:29:18.816 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:29:18.815555 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:29:18.824 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:29:18.825609 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:29:29.084 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:29:29.085011 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:29:29.097 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:29:29.097861 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:29:39.314 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:29:39.314871 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:29:39.326 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:29:39.327029 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:29:49.574 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:29:49.575104 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:29:49.585 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:29:49.585896 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:29:59.833 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:29:59.834237 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:29:59.843 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:29:59.844056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:30:10.063 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:30:10.063300 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:30:10.075 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:30:10.076425 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:30:20.298 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:30:20.298439 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:30:20.310 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:30:20.310822 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:30:30.534 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:30:30.534899 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:30:30.549 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:30:30.548091 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:30:40.769 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:30:40.769930 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:30:40.783 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:30:40.783642 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:30:51.061 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:30:51.061600 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:30:51.073 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:30:51.073699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:31:01.295 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:31:01.295919 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:31:01.308 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:31:01.308897 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:31:11.526 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:31:11.526841 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:31:11.538 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:31:11.539420 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:31:21.758 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:31:21.758740 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:31:21.772 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:31:21.773259 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:31:31.997 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:31:31.997289 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:31:32.047 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:31:32.048116 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:31:42.266 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:31:42.266872 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:31:42.280 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:31:42.281499 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:31:52.538 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:31:52.539406 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:31:52.550 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:31:52.551063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:32:02.772 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:32:02.772858 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:32:02.784 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:32:02.784972 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:32:13.008 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:32:13.009074 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:32:13.020 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:32:13.021025 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:32:23.243 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:32:23.243467 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:32:23.258 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:32:23.257254 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:32:33.479 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:32:33.479432 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:32:33.492 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:32:33.492631 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:32:43.712 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:32:43.712577 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:32:43.725 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:32:43.726042 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:32:53.961 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:32:53.961571 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:32:53.973 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:32:53.973494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:33:04.212 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:33:04.212884 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:33:04.224 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:33:04.225137 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:33:14.446 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:33:14.446566 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:33:14.459 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:33:14.459961 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:33:24.684 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:33:24.684670 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:33:24.693 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:33:24.694283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:33:35.007 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:33:35.007247 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:33:35.017 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:33:35.017875 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:33:45.247 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:33:45.247757 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:33:45.256 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:33:45.256483 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:33:55.474 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:33:55.474629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:33:55.493 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:33:55.494284 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:34:05.719 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:34:05.719395 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:34:05.732 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:34:05.732506 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:34:15.954 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:34:15.954747 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:34:15.966 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:34:15.967309 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:34:26.185 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:34:26.186035 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:34:26.199 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:34:26.200425 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:34:36.422 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:34:36.422745 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:34:36.434 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:34:36.435418 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:34:46.659 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:34:46.660263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:34:46.670 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:34:46.671049 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:34:56.891 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:34:56.892112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:34:56.904 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:34:56.905497 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:35:07.127 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:35:07.127808 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:35:07.139 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:35:07.140452 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:35:17.374 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:35:17.374960 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:35:17.415 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:35:17.415575 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:35:27.635 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:35:27.635160 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:35:27.645 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:35:27.646276 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:35:37.893 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:35:37.893864 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:35:37.906 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:35:37.906257 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:35:37.906 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:35:37.906286 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-03-09T01:35:48.168 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:35:48.169080 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:35:48.185 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:35:48.186073 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:35:58.407 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:35:58.407943 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:35:58.420 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:35:58.420752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:36:08.640 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:36:08.640685 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:36:08.652 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:36:08.653009 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:36:18.881 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:36:18.881300 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:36:18.889 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:36:18.890288 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:36:29.114 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:36:29.114354 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:36:29.149 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:36:29.150405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:36:39.392 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:36:39.393067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:36:39.405 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:36:39.405867 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:36:49.621 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:36:49.621670 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:36:49.630 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:36:49.631517 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:36:59.855 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:36:59.855515 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:36:59.868 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:36:59.868317 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:37:10.082 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:37:10.082979 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:37:10.096 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:37:10.093908 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:37:20.309 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:37:20.309945 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:37:20.319 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:37:20.320203 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:37:30.571 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:37:30.572055 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:37:30.581 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:37:30.582181 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:37:40.797 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:37:40.797580 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:37:40.810 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:37:40.811814 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:37:51.075 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:37:51.076138 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:37:51.089 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:37:51.090090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:38:01.333 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:01.333764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:38:01.345 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:01.346023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:38:01.409 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:01.409638 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-09 01:38:01.38452401 +0000 UTC m=+9443.506888559 LastTransitionTime:2022-03-08 23:02:21 +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-03-09T01:38:11.566 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:11.566232 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:38:11.580 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:11.581382 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:38:11.830 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:11.831317 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-09T01:38:12.440 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:12.440182 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-03-09T01:38:12.430+0000 7f8fa4bee340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T01:38:12.440 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:38:12.430+0000 7f8fa4bee340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T01:38:12.440 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:38:12.430+0000 7f8fa4bee340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T01:38:12.441 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T01:38:12.441 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:12.440211 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-03-09T01:38:12.430+0000 7f8fa4bee340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T01:38:12.441 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:38:12.430+0000 7f8fa4bee340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T01:38:12.441 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:38:12.430+0000 7f8fa4bee340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T01:38:12.442 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T01:38:21.801 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:21.802231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:38:21.814 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:21.813868 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:38:32.037 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:32.037883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:38:32.052 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:32.052712 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:38:42.272 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:42.273035 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:38:42.285 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:42.285882 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:38:52.509 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:52.509538 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:38:52.529 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:38:52.530182 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:39:02.797 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:39:02.797589 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:39:02.810 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:39:02.810966 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:39:13.032 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:39:13.033147 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:39:13.044 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:39:13.044692 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:39:23.314 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:39:23.315501 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:39:23.324 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:39:23.325191 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:39:33.544 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:39:33.545208 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:39:33.555 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:39:33.556887 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:39:43.772 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:39:43.773201 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:39:43.794 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:39:43.795473 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:39:54.030 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:39:54.031390 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:39:54.041 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:39:54.042493 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:40:04.264 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:40:04.264451 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:40:04.275 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:40:04.276206 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:40:14.492 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:40:14.492357 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:40:14.500 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:40:14.501958 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:40:24.721 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:40:24.722213 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:40:24.734 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:40:24.735384 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:40:34.958 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:40:34.958569 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:40:34.971 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:40:34.972296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:40:45.187 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:40:45.188420 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:40:45.199 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:40:45.200284 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:40:55.418 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:40:55.418898 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:40:55.473 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:40:55.461598 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:41:05.696 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:41:05.697448 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:41:05.707 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:41:05.708638 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:41:15.929 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:41:15.930187 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:41:15.940 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:41:15.941593 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:41:26.174 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:41:26.174995 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:41:26.201 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:41:26.202411 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:41:36.446 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:41:36.446791 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:41:36.459 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:41:36.460238 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:41:46.678 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:41:46.678888 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:41:46.689 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:41:46.690277 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:41:56.927 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:41:56.928421 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:41:56.941 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:41:56.941967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:42:07.176 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:42:07.177035 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:42:07.192 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:42:07.192965 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:42:17.410 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:42:17.411064 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:42:17.422 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:42:17.422814 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:42:27.638 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:42:27.639134 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:42:27.652 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:42:27.652893 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:42:37.880 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:42:37.880429 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:42:37.892 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:42:37.892645 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:42:48.116 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:42:48.117171 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:42:48.129 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:42:48.129994 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:42:58.352 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:42:58.353140 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:42:58.364 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:42:58.365671 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:43:08.584 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:43:08.585187 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:43:08.597 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:43:08.598529 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:43:18.823 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:43:18.823647 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:43:18.841 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:43:18.841148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:43:29.079 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:43:29.080387 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:43:29.091 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:43:29.092727 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:43:39.365 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:43:39.364997 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:43:39.380 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:43:39.380986 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:43:49.602 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:43:49.603308 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:43:49.613 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:43:49.614346 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:43:59.841 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:43:59.842391 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:43:59.853 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:43:59.854904 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:44:10.077 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:44:10.078351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:44:10.090 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:44:10.090941 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:44:20.312 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:44:20.313165 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:44:20.323 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:44:20.321139 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:44:30.555 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:44:30.555764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:44:30.567 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:44:30.568361 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:44:40.791 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:44:40.791690 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:44:40.803 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:44:40.804747 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:44:51.024 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:44:51.025580 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:44:51.035 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:44:51.036778 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:45:01.256 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:45:01.257506 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:45:01.265 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:45:01.266461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:45:11.483 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:45:11.483962 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:45:11.497 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:45:11.498077 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:45:21.719 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:45:21.720545 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:45:21.778 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:45:21.778232 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:45:32.010 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:45:32.011277 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:45:32.022 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:45:32.023362 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:45:42.262 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:45:42.263236 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:45:42.275 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:45:42.276177 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:45:52.494 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:45:52.494881 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:45:52.506 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:45:52.507335 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:46:02.728 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:46:02.729488 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:46:02.738 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:46:02.738865 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:46:12.959 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:46:12.959905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:46:12.973 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:46:12.974164 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:46:23.195 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:46:23.196266 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:46:23.204 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:46:23.204983 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:46:33.442 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:46:33.442932 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:46:33.460 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:46:33.461312 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:46:43.710 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:46:43.711557 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:46:43.723 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:46:43.724374 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:46:53.943 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:46:53.943432 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:46:53.954 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:46:53.955844 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:47:04.180 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:47:04.180474 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:47:04.194 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:47:04.193684 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:47:14.416 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:47:14.416580 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:47:14.428 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:47:14.429530 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:47:24.698 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:47:24.699143 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:47:24.708 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:47:24.709139 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:47:34.927 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:47:34.928340 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:47:34.940 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:47:34.938275 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:47:45.153 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:47:45.154493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:47:45.168 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:47:45.169319 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:47:55.384 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:47:55.385175 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:47:55.396 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:47:55.397207 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:48:05.619 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:48:05.620513 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:48:05.631 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:48:05.632568 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:48:15.852 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:48:15.853043 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:48:15.866 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:48:15.867561 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:48:26.090 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:48:26.091090 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:48:26.104 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:48:26.104758 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:48:36.326 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:48:36.327520 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:48:36.339 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:48:36.339610 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:48:46.560 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:48:46.561454 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:48:46.574 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:48:46.575701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:48:56.794 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:48:56.795017 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:48:56.868 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:48:56.869409 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:49:07.099 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:49:07.099531 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:49:07.112 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:49:07.113455 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:49:17.341 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:49:17.341785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:49:17.353 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:49:17.354066 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:49:27.572 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:49:27.573317 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:49:27.582 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:49:27.583413 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:49:37.810 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:49:37.810902 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:49:37.823 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:49:37.823874 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:49:48.038 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:49:48.039339 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:49:48.051 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:49:48.052298 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:49:58.272 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:49:58.273523 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:49:58.286 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:49:58.287451 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:50:08.509 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:50:08.509589 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:50:08.520 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:50:08.522065 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:50:18.746 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:50:18.746677 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:50:18.758 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:50:18.759546 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:50:28.979 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:50:28.979990 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:50:28.992 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:50:28.993686 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:50:39.215 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:50:39.215735 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:50:39.232 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:50:39.233898 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:50:49.457 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:50:49.457945 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:50:49.467 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:50:49.468962 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:50:59.692 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:50:59.692893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:50:59.703 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:50:59.704609 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:51:09.927 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:51:09.927651 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:51:09.938 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:51:09.939791 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:51:20.163 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:51:20.164527 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:51:20.178 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:51:20.176684 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:51:30.404 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:51:30.405344 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:51:30.416 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:51:30.417343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:51:40.651 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:51:40.652749 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:51:40.665 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:51:40.666579 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:51:50.886 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:51:50.887235 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:51:50.898 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:51:50.899401 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:52:01.122 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:52:01.122570 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:52:01.135 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:52:01.135647 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:52:11.356 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:52:11.357370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:52:11.368 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:52:11.369424 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:52:21.603 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:52:21.604512 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:52:21.614 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:52:21.615256 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:52:31.835 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:52:31.836310 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:52:31.852 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:52:31.853505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:52:42.085 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:52:42.085993 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:52:42.098 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:52:42.098556 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:52:52.315 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:52:52.316228 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:52:52.329 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:52:52.329977 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:53:02.548 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:53:02.549141 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:53:02.559 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:53:02.560450 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:53:12.777 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:53:12.778022 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:53:12.787 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:53:12.788313 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:53:23.005 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:53:23.006039 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:53:23.017 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:53:23.018621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:53:33.246 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:53:33.247159 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:53:33.255 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:53:33.256153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:53:43.472 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:53:43.472954 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:53:43.490 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:53:43.489703 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:53:53.733 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:53:53.733869 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:53:53.745 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:53:53.746537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:54:03.961 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:03.962155 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:54:03.974 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:03.975523 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:54:14.196 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:14.197426 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:54:14.207 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:14.208826 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:54:24.428 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:24.428424 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:54:24.439 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:24.440661 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:54:34.661 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:34.662379 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:54:34.672 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:34.673162 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:54:44.893 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:44.894139 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:54:44.903 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:44.904415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:54:52.456 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:52.457818 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-09T01:54:53.066 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:53.066496 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-03-09T01:54:53.057+0000 7fbd283f6340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T01:54:53.066 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:54:53.057+0000 7fbd283f6340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T01:54:53.066 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:54:53.057+0000 7fbd283f6340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T01:54:53.067 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T01:54:53.067 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:53.066526 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-03-09T01:54:53.057+0000 7fbd283f6340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T01:54:53.067 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:54:53.057+0000 7fbd283f6340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T01:54:53.068 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T01:54:53.057+0000 7fbd283f6340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T01:54:53.068 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T01:54:55.122 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:55.123124 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:54:55.154 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:54:55.152387 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:55:05.372 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:55:05.373425 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:55:05.386 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:55:05.387679 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:55:15.605 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:55:15.606275 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:55:15.618 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:55:15.619281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:55:25.839 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:55:25.840417 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:55:25.852 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:55:25.853671 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:55:36.077 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:55:36.078333 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:55:36.090 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:55:36.091383 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:55:46.313 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:55:46.313999 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:55:46.374 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:55:46.373652 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:55:56.626 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:55:56.626733 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:55:56.729 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:55:56.730817 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:56:07.004 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:56:07.005179 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:56:07.018 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:56:07.019678 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:56:17.236 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:56:17.236893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:56:17.247 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:56:17.248195 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:56:17.427 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:56:17.428716 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-09 01:56:17.419785542 +0000 UTC m=+10539.542150089 LastTransitionTime:2022-03-08 23:02:21 +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-03-09T01:56:27.467 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:56:27.468434 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:56:27.478 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:56:27.479681 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:56:37.698 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:56:37.699252 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:56:37.712 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:56:37.713328 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:56:47.934 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:56:47.934812 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:56:47.946 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:56:47.947309 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:56:58.176 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:56:58.177058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:56:58.188 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:56:58.189874 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:57:08.408 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:57:08.409210 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:57:08.422 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:57:08.423532 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:57:18.640 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:57:18.641342 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:57:18.651 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:57:18.652261 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:57:28.879 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:57:28.879738 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:57:28.890 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:57:28.891892 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:57:39.112 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:57:39.113482 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:57:39.123 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:57:39.124655 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:57:49.401 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:57:49.401830 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:57:49.422 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:57:49.423321 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:57:59.674 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:57:59.675714 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:57:59.684 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:57:59.685244 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:58:09.900 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:58:09.900797 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:58:09.968 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:58:09.970005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:58:20.188 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:58:20.189420 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:58:20.201 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:58:20.202742 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:58:30.423 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:58:30.423750 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:58:30.436 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:58:30.437701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:58:40.657 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:58:40.657844 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:58:40.672 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:58:40.673333 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:58:50.894 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:58:50.895042 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:58:50.906 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:58:50.907729 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:59:01.128 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:59:01.128741 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:59:01.141 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:59:01.142235 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:59:11.362 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:59:11.363528 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:59:11.376 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:59:11.377121 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:59:21.612 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:59:21.612969 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:59:21.643 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:59:21.644394 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:59:31.865 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:59:31.866318 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:59:31.878 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:59:31.879681 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:59:42.099 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:59:42.100462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:59:42.111 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:59:42.112672 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:59:52.332 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:59:52.333530 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T01:59:52.346 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 01:59:52.346978 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:00:02.568 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:00:02.569500 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:00:02.580 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:00:02.580997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:00:12.798 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:00:12.798639 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:00:12.811 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:00:12.811784 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:00:23.035 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:00:23.036462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:00:23.045 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:00:23.046468 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:00:33.271 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:00:33.271634 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:00:33.284 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:00:33.285343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:00:43.532 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:00:43.533174 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:00:43.558 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:00:43.559388 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:00:53.793 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:00:53.794331 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:00:53.806 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:00:53.807573 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:01:04.024 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:01:04.025040 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:01:04.037 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:01:04.036781 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:01:14.269 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:01:14.270188 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:01:14.281 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:01:14.282013 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:01:24.506 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:01:24.506998 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:01:24.517 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:01:24.518612 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:01:34.736 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:01:34.737504 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:01:34.749 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:01:34.750526 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:01:44.971 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:01:44.971981 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:01:44.984 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:01:44.985175 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:01:55.205 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:01:55.205893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:01:55.213 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:01:55.214833 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:02:05.434 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:02:05.435152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:02:05.449 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:02:05.450357 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:02:15.666 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:02:15.667619 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:02:15.681 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:02:15.681928 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:02:25.915 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:02:25.916004 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:02:25.928 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:02:25.929524 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:02:36.158 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:02:36.158896 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:02:36.171 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:02:36.171970 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:02:46.394 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:02:46.395610 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:02:46.407 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:02:46.408418 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:02:56.628 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:02:56.628572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:02:56.642 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:02:56.643670 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:03:06.863 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:03:06.863654 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:03:06.877 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:03:06.878183 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:03:17.098 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:03:17.098736 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:03:17.111 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:03:17.112075 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:03:27.334 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:03:27.334645 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:03:27.347 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:03:27.346438 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:03:37.572 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:03:37.573172 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:03:37.583 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:03:37.584273 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:03:47.875 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:03:47.871691 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:03:47.886 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:03:47.887324 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:03:58.107 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:03:58.107938 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:03:58.119 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:03:58.120510 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:04:08.339 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:04:08.340386 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:04:08.350 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:04:08.351760 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:04:18.574 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:04:18.574935 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:04:18.586 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:04:18.587480 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:04:28.811 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:04:28.812071 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:04:28.823 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:04:28.824737 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:04:39.045 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:04:39.046436 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:04:39.060 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:04:39.061334 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:04:49.284 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:04:49.285465 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:04:49.293 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:04:49.294452 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:04:59.581 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:04:59.581757 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:04:59.594 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:04:59.594507 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:05:09.832 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:05:09.832645 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:05:09.842 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:05:09.843086 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:05:20.062 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:05:20.063045 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:05:20.076 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:05:20.076978 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:05:30.298 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:05:30.299322 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:05:30.312 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:05:30.313329 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:05:40.569 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:05:40.569988 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:05:40.581 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:05:40.582072 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:05:50.803 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:05:50.803767 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:05:50.817 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:05:50.817431 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:06:01.038 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:06:01.038916 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:06:01.090 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:06:01.091601 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:06:11.307 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:06:11.308415 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:06:11.319 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:06:11.320930 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:06:21.540 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:06:21.541074 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:06:21.554 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:06:21.554825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:06:31.777 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:06:31.778091 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:06:31.790 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:06:31.791371 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:06:42.015 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:06:42.015594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:06:42.027 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:06:42.028196 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:06:52.247 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:06:52.248572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:06:52.261 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:06:52.261663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:07:02.484 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:07:02.485572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:07:02.497 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:07:02.498114 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:07:12.720 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:07:12.721471 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:07:12.735 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:07:12.736129 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:07:22.958 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:07:22.958806 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:07:22.970 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:07:22.971828 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:07:33.202 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:07:33.202412 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:07:33.213 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:07:33.214865 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:07:43.430 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:07:43.430794 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:07:43.441 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:07:43.441929 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:07:53.670 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:07:53.671156 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:07:53.683 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:07:53.683787 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:08:03.903 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:08:03.904072 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:08:03.915 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:08:03.916455 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:08:14.135 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:08:14.136475 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:08:14.147 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:08:14.148612 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:08:24.368 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:08:24.368903 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:08:24.380 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:08:24.381962 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:08:34.600 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:08:34.600669 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:08:34.612 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:08:34.613302 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:08:44.838 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:08:44.839098 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:08:44.850 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:08:44.851418 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:08:55.104 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:08:55.105328 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:08:55.117 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:08:55.117226 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:09:05.350 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:09:05.350504 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:09:05.363 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:09:05.364542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:09:15.592 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:09:15.592810 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:09:15.653 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:09:15.654582 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:09:25.916 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:09:25.917337 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:09:25.931 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:09:25.932239 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:09:36.151 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:09:36.151678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:09:36.226 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:09:36.227020 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:09:46.449 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:09:46.450037 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:09:46.464 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:09:46.465544 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:09:56.684 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:09:56.684734 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:09:56.698 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:09:56.699715 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:10:06.915 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:10:06.915877 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:10:06.926 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:10:06.927732 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:10:17.146 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:10:17.147202 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:10:17.162 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:10:17.161805 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:10:27.405 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:10:27.405975 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:10:27.419 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:10:27.420529 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:10:37.641 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:10:37.642576 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:10:37.654 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:10:37.655576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:10:47.880 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:10:47.880568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:10:47.891 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:10:47.891980 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:10:58.113 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:10:58.113487 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:10:58.123 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:10:58.124610 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:11:08.346 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:08.347298 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:11:08.363 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:08.363289 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:11:18.585 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:18.586415 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:11:18.596 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:18.597462 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:11:28.820 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:28.821455 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:11:28.837 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:28.838374 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:11:33.071 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:33.072494 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-09T02:11:33.717 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:33.717626 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-03-09T02:11:33.708+0000 7f3421dbb340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T02:11:33.718 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T02:11:33.708+0000 7f3421dbb340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T02:11:33.718 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T02:11:33.708+0000 7f3421dbb340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T02:11:33.718 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T02:11:33.718 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:33.717651 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-03-09T02:11:33.708+0000 7f3421dbb340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T02:11:33.719 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T02:11:33.708+0000 7f3421dbb340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T02:11:33.719 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T02:11:33.708+0000 7f3421dbb340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T02:11:33.719 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T02:11:39.082 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:39.082996 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:11:39.090 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:39.091744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:11:49.314 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:49.314821 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:11:49.327 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:49.327916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:11:59.546 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:59.547295 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:11:59.558 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:11:59.559725 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:12:09.779 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:12:09.779827 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:12:09.789 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:12:09.790395 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:12:20.014 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:12:20.015063 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:12:20.028 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:12:20.029175 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:12:30.251 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:12:30.252077 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:12:30.262 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:12:30.263699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:12:40.481 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:12:40.482068 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:12:40.491 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:12:40.491852 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:12:50.711 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:12:50.712006 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:12:50.725 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:12:50.726487 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:13:00.939 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:13:00.940201 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:13:00.951 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:13:00.952422 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:13:11.174 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:13:11.175494 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:13:11.183 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:13:11.184472 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:13:21.402 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:13:21.403065 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:13:21.411 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:13:21.412151 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:13:31.644 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:13:31.644648 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:13:31.660 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:13:31.660902 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:13:41.904 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:13:41.905765 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:13:41.917 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:13:41.918500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:13:52.137 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:13:52.137521 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:13:52.149 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:13:52.150048 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:14:02.372 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:14:02.372541 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:14:02.388 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:14:02.385346 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:14:12.646 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:14:12.646808 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:14:12.663 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:14:12.663554 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:14:22.881 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:14:22.882255 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:14:22.895 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:14:22.895385 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:14:33.114 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:14:33.115181 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:14:33.125 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:14:33.126282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:14:43.347 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:14:43.348469 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:14:43.359 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:14:43.360321 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:14:53.582 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:14:53.582910 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:14:53.636 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:14:53.636819 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:15:03.862 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:15:03.863540 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:15:03.871 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:15:03.872537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:15:14.094 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:15:14.095570 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:15:14.106 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:15:14.107242 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:15:24.328 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:15:24.329304 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:15:24.340 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:15:24.341313 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:15:34.530 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:15:34.531226 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-09 02:15:34.520457696 +0000 UTC m=+11696.642822261 LastTransitionTime:2022-03-08 23:02:21 +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-03-09T02:15:34.561 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:15:34.562658 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:15:34.572 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:15:34.574118 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:15:44.797 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:15:44.798411 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:15:44.810 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:15:44.811712 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:15:55.093 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:15:55.093643 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:15:55.104 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:15:55.104942 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:16:05.324 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:16:05.325222 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:16:05.337 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:16:05.338635 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:16:15.559 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:16:15.560220 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:16:15.576 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:16:15.578140 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:16:25.841 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:16:25.841921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:16:25.853 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:16:25.854371 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:16:36.075 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:16:36.076004 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:16:36.088 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:16:36.089991 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:16:46.310 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:16:46.311345 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:16:46.320 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:16:46.321114 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:16:56.572 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:16:56.572751 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:16:56.584 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:16:56.585479 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:17:06.808 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:17:06.809269 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:17:06.821 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:17:06.822541 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:17:17.052 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:17:17.053122 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:17:17.064 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:17:17.065674 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:17:27.298 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:17:27.298909 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:17:27.312 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:17:27.312081 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:17:37.538 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:17:37.538973 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:17:37.551 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:17:37.551798 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:17:47.773 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:17:47.773903 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:17:47.786 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:17:47.787099 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:17:58.035 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:17:58.036267 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:17:58.043 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:17:58.045276 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:18:08.274 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:18:08.275510 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:18:08.285 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:18:08.286172 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:18:18.518 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:18:18.518851 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:18:18.530 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:18:18.531913 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:18:28.752 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:18:28.752323 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:18:28.764 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:18:28.765686 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:18:38.984 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:18:38.985240 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:18:39.023 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:18:39.024126 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:18:49.242 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:18:49.243071 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:18:49.256 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:18:49.257639 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:18:59.481 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:18:59.482006 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:18:59.493 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:18:59.493866 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:19:09.708 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:19:09.709350 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:19:09.721 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:19:09.723020 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:19:19.944 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:19:19.944621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:19:19.956 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:19:19.957127 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:19:30.174 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:19:30.174788 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:19:30.184 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:19:30.185505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:19:40.406 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:19:40.406794 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:19:40.418 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:19:40.419211 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:19:50.642 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:19:50.643329 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:19:50.715 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:19:50.716093 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:20:00.931 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:20:00.931730 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:20:00.944 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:20:00.946010 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:20:11.164 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:20:11.164971 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:20:11.175 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:20:11.176262 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:20:21.398 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:20:21.398685 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:20:21.410 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:20:21.411710 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:20:31.636 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:20:31.636967 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:20:31.649 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:20:31.650971 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:20:41.880 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:20:41.881503 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:20:41.891 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:20:41.892325 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:20:52.114 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:20:52.115020 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:20:52.160 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:20:52.161902 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:21:02.380 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:21:02.381179 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:21:02.393 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:21:02.394846 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:21:12.653 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:21:12.654591 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:21:12.668 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:21:12.669533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:21:22.886 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:21:22.886968 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:21:22.899 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:21:22.900053 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:21:33.115 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:21:33.115921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:21:33.127 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:21:33.128373 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:21:43.349 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:21:43.350114 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:21:43.361 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:21:43.362736 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:21:53.579 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:21:53.580387 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:21:53.594 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:21:53.593733 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:22:03.815 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:22:03.816353 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:22:03.824 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:22:03.825841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:22:14.049 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:22:14.050002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:22:14.061 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:22:14.062534 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:22:24.326 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:22:24.327561 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:22:24.339 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:22:24.340502 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:22:34.561 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:22:34.562528 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:22:34.574 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:22:34.575638 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:22:44.793 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:22:44.794805 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:22:44.829 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:22:44.830417 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:22:55.067 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:22:55.068216 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:22:55.107 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:22:55.108352 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:23:05.327 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:23:05.327606 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:23:05.353 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:23:05.354988 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:23:15.578 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:23:15.579273 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:23:15.589 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:23:15.591117 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:23:25.849 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:23:25.850727 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:23:25.860 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:23:25.861266 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:23:36.089 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:23:36.090950 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:23:36.101 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:23:36.102413 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:23:46.321 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:23:46.322375 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:23:46.333 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:23:46.334679 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:23:56.552 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:23:56.553288 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:23:56.566 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:23:56.566724 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:24:06.785 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:24:06.786344 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:24:06.799 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:24:06.800388 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:24:17.090 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:24:17.091150 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:24:17.097 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:24:17.099074 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:24:27.377 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:24:27.378027 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:24:27.390 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:24:27.391119 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:24:37.612 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:24:37.612778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:24:37.625 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:24:37.626011 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:24:47.854 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:24:47.855519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:24:47.864 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:24:47.865945 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:24:58.128 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:24:58.129140 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:24:58.140 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:24:58.141351 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:25:08.363 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:25:08.364647 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:25:08.388 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:25:08.389163 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:25:18.607 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:25:18.608595 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:25:18.619 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:25:18.621233 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:25:28.881 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:25:28.882968 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:25:28.942 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:25:28.943056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:25:39.159 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:25:39.160413 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:25:39.170 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:25:39.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-03-09T02:25:49.399 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:25:49.400127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:25:49.424 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:25:49.425245 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:25:59.667 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:25:59.668167 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:25:59.681 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:25:59.682367 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:26:09.903 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:26:09.904275 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:26:09.918 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:26:09.919533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:26:20.136 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:26:20.136436 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:26:20.147 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:26:20.148981 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:26:30.361 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:26:30.362759 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:26:30.372 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:26:30.373469 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:26:40.600 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:26:40.601655 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:26:40.649 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:26:40.650071 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:26:50.884 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:26:50.884940 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:26:50.893 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:26:50.894913 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:27:01.115 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:27:01.116368 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:27:01.127 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:27:01.129077 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:27:11.363 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:27:11.364295 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:27:11.377 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:27:11.378111 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:27:21.628 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:27:21.629065 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:27:21.646 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:27:21.647268 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:27:31.917 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:27:31.918501 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:27:31.929 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:27:31.930682 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:27:42.150 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:27:42.151162 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:27:42.161 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:27:42.162967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:27:52.435 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:27:52.436019 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:27:52.443 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:27:52.444861 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:28:02.705 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:02.706510 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:28:02.715 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:02.716494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:28:12.935 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:12.936389 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:28:12.947 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:12.948991 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:28:13.724 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:13.725386 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-09T02:28:14.337 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:14.337439 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-03-09T02:28:14.328+0000 7f8a4eca7340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T02:28:14.337 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T02:28:14.328+0000 7f8a4eca7340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T02:28:14.337 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T02:28:14.328+0000 7f8a4eca7340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T02:28:14.338 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T02:28:14.338 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:14.337467 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-03-09T02:28:14.328+0000 7f8a4eca7340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T02:28:14.338 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T02:28:14.328+0000 7f8a4eca7340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T02:28:14.338 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T02:28:14.328+0000 7f8a4eca7340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T02:28:14.339 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T02:28:23.207 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:23.208541 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:28:23.221 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:23.222296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:28:33.441 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:33.441973 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:28:33.455 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:33.456436 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:28:43.723 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:43.724329 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:28:43.734 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:43.735403 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:28:53.956 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:53.957899 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:28:53.972 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:28:53.973616 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:29:04.189 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:29:04.190180 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:29:04.201 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:29:04.202406 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:29:14.476 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:29:14.477010 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:29:14.488 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:29:14.489479 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:29:24.705 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:29:24.706835 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:29:24.718 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:29:24.719578 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:29:34.966 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:29:34.967489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:29:34.978 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:29:34.979355 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:29:45.203 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:29:45.204141 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:29:45.215 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:29:45.216894 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:29:55.433 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:29:55.434789 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:29:55.445 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:29:55.446323 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:30:05.666 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:30:05.667630 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:30:05.680 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:30:05.681738 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:30:15.901 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:30:15.902549 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:30:15.913 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:30:15.914535 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:30:26.368 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:30:26.369704 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:30:26.377 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:30:26.378551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:30:36.597 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:30:36.598801 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:30:36.606 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:30:36.607807 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:30:46.828 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:30:46.829460 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:30:46.841 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:30:46.842670 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:30:57.054 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:30:57.055218 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:30:57.066 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:30:57.068097 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:31:07.282 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:31:07.283868 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:31:07.296 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:31:07.297478 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:31:17.515 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:31:17.515870 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:31:17.528 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:31:17.529312 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:31:27.768 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:31:27.768857 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:31:27.780 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:31:27.781202 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:31:38.028 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:31:38.029372 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:31:38.040 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:31:38.041892 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:31:48.261 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:31:48.262524 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:31:48.271 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:31:48.272694 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:31:58.523 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:31:58.524016 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:31:58.533 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:31:58.535072 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:32:08.753 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:32:08.754423 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:32:08.765 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:32:08.766836 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:32:18.982 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:32:18.982938 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:32:18.997 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:32:18.998031 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:32:29.216 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:32:29.217717 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:32:29.229 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:32:29.230162 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:32:39.450 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:32:39.451125 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:32:39.463 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:32:39.464762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:32:49.734 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:32:49.735454 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:32:49.745 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:32:49.746616 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:32:50.172 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:32:50.173690 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-09 02:32:50.165021563 +0000 UTC m=+12732.287386171 LastTransitionTime:2022-03-08 23:02:21 +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-03-09T02:32:59.964 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:32:59.965490 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:32:59.977 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:32:59.978968 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:33:10.264 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:33:10.265209 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:33:10.273 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:33:10.274323 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:33:20.529 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:33:20.529658 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:33:20.549 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:33:20.550199 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:33:30.870 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:33:30.870569 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:33:30.883 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:33:30.883713 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:33:41.111 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:33:41.112059 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:33:41.120 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:33:41.121464 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:33:51.374 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:33:51.374917 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:33:51.386 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:33:51.387663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:34:01.622 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:34:01.623248 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:34:01.631 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:34:01.632289 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:34:11.856 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:34:11.856798 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:34:11.868 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:34:11.869231 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:34:22.100 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:34:22.100482 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:34:22.112 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:34:22.113356 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:34:32.329 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:34:32.330118 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:34:32.338 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:34:32.339968 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:34:42.564 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:34:42.565206 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:34:42.578 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:34:42.578207 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:34:52.824 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:34:52.824855 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:34:52.837 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:34:52.838433 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:35:03.099 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:35:03.099476 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:35:03.111 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:35:03.111817 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:35:13.330 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:35:13.331337 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:35:13.342 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:35:13.343174 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:35:23.580 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:35:23.581552 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:35:23.592 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:35:23.593884 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:35:33.851 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:35:33.851924 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:35:33.865 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:35:33.865736 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:35:44.091 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:35:44.092318 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:35:44.100 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:35:44.101768 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:35:44.101 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:35:44.101799 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-03-09T02:35:54.372 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:35:54.373002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:35:54.385 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:35:54.386117 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:36:04.606 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:36:04.606947 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:36:04.621 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:36:04.622860 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:36:14.855 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:36:14.854204 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:36:14.879 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:36:14.880246 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:36:25.094 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:36:25.095191 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:36:25.106 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:36:25.107100 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:36:35.419 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:36:35.419520 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:36:35.431 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:36:35.432019 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:36:45.720 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:36:45.721119 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:36:45.732 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:36:45.733092 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:36:55.950 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:36:55.951307 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:36:55.962 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:36:55.963718 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:37:06.195 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:37:06.195736 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:37:06.208 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:37:06.209726 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:37:16.443 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:37:16.444099 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:37:16.453 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:37:16.453511 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:37:26.728 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:37:26.727602 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:37:26.739 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:37:26.740629 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:37:36.960 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:37:36.960298 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:37:36.980 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:37:36.980965 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:37:47.200 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:37:47.200667 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:37:47.211 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:37:47.212393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:37:57.452 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:37:57.452665 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:37:57.467 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:37:57.468720 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:38:07.721 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:38:07.721109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:38:07.735 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:38:07.734039 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:38:18.007 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:38:18.007615 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:38:18.019 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:38:18.020438 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:38:28.238 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:38:28.239590 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:38:28.280 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:38:28.278416 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:38:38.508 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:38:38.508731 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:38:38.516 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:38:38.517312 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:38:48.736 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:38:48.737319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:38:48.753 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:38:48.754522 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:38:58.975 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:38:58.976410 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:38:58.989 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:38:58.990014 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:39:09.332 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:39:09.332679 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:39:09.346 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:39:09.346735 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:39:19.616 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:39:19.616491 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:39:19.628 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:39:19.628722 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:39:29.847 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:39:29.848173 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:39:29.864 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:39:29.865550 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:39:40.094 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:39:40.095413 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:39:40.106 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:39:40.107283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:39:50.324 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:39:50.324499 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:39:50.336 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:39:50.337682 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:40:00.584 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:40:00.584441 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:40:00.596 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:40:00.597466 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:40:11.013 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:40:11.013919 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:40:11.027 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:40:11.027795 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:40:21.371 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:40:21.371555 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:40:21.384 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:40:21.385003 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:40:31.604 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:40:31.604713 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:40:31.615 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:40:31.615999 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:40:41.888 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:40:41.889339 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:40:41.897 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:40:41.898575 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:40:52.116 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:40:52.117054 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:40:52.130 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:40:52.131026 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:41:02.374 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:41:02.374980 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:41:02.386 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:41:02.387603 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:41:12.724 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:41:12.724970 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:41:12.736 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:41:12.737291 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:41:23.005 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:41:23.005579 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:41:23.018 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:41:23.019265 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:41:33.237 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:41:33.237679 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:41:33.249 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:41:33.250222 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:41:43.468 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:41:43.468384 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:41:43.480 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:41:43.481604 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:41:53.702 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:41:53.702832 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:41:53.714 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:41:53.714077 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:42:03.935 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:42:03.935330 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:42:03.948 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:42:03.949025 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:42:14.169 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:42:14.169947 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:42:14.181 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:42:14.182387 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:42:24.402 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:42:24.402873 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:42:24.415 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:42:24.416075 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:42:34.660 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:42:34.661099 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:42:34.672 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:42:34.672582 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:42:44.893 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:42:44.893982 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:42:44.906 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:42:44.907161 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:42:55.128 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:42:55.123599 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:42:55.136 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:42:55.135190 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:43:05.351 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:43:05.351783 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:43:05.366 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:43:05.366423 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:43:15.583 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:43:15.583570 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:43:15.601 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:43:15.600668 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:43:25.817 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:43:25.817313 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:43:25.827 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:43:25.827155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:43:36.099 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:43:36.099823 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:43:36.112 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:43:36.111788 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:43:46.338 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:43:46.338396 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:43:46.350 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:43:46.350951 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:43:56.563 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:43:56.563485 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:43:56.617 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:43:56.617729 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:44:06.861 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:06.862091 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:44:06.875 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:06.875488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:44:17.160 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:17.160247 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:44:17.173 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:17.173192 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:44:27.393 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:27.393278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:44:27.410 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:27.406712 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:44:37.625 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:37.625069 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:44:37.677 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:37.677626 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:44:47.922 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:47.922351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:44:47.934 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:47.934568 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:44:54.347 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:54.347997 I | op-mon: parsing mon endpoints: a=172.21.15.43:6789 2022-03-09T02:44:55.027 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:55.027409 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-03-09T02:44:55.019+0000 7fa705e73340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T02:44:55.027 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T02:44:55.019+0000 7fa705e73340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T02:44:55.028 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T02:44:55.019+0000 7fa705e73340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T02:44:55.028 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T02:44:55.028 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:55.027436 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-03-09T02:44:55.019+0000 7fa705e73340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-09T02:44:55.028 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T02:44:55.019+0000 7fa705e73340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-09T02:44:55.029 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09T02:44:55.019+0000 7fa705e73340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-09T02:44:55.029 INFO:tasks.rook.operator.smithi043.stdout:couldn't init storage provider. : exit status 5 2022-03-09T02:44:58.155 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:58.155444 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:44:58.167 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:44:58.167661 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:45:08.387 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:45:08.387453 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:45:08.402 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:45:08.401069 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:45:18.622 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:45:18.622993 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:45:18.636 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:45:18.636269 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:45:28.860 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:45:28.857294 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:45:28.868 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:45:28.869007 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:45:39.086 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:45:39.086105 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:45:39.098 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:45:39.098802 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:45:49.341 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:45:49.341822 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:45:49.354 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:45:49.354982 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:45:59.592 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:45:59.592562 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:45:59.605 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:45:59.605586 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:46:09.826 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:46:09.826868 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:46:09.841 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:46:09.841100 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:46:20.124 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:46:20.124790 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:46:20.140 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:46:20.140659 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:46:30.361 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:46:30.361423 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:46:30.373 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:46:30.374224 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:46:40.589 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:46:40.590105 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:46:40.602 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:46:40.602653 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:46:50.821 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:46:50.821321 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:46:50.833 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:46:50.833538 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:47:01.058 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:47:01.058760 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:47:01.071 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:47:01.071876 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:47:11.300 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:47:11.292191 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:47:11.309 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:47:11.309376 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:47:21.530 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:47:21.530862 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:47:21.578 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:47:21.578179 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:47:31.828 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:47:31.828169 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:47:31.860 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:47:31.860808 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:47:42.119 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:47:42.119489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:47:42.133 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:47:42.133773 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:47:52.351 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:47:52.351502 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:47:52.363 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:47:52.363707 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:48:02.588 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:48:02.588562 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:48:02.601 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:48:02.602229 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:48:12.823 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:48:12.823184 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:48:12.835 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:48:12.835591 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:48:23.055 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:48:23.055518 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:48:23.073 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:48:23.073910 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:48:33.328 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:48:33.328111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:48:33.340 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:48:33.341085 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:48:43.588 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:48:43.588460 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:48:43.600 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:48:43.601084 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:48:53.819 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:48:53.818650 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:48:53.831 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:48:53.831907 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:49:04.051 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:49:04.051290 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:49:04.062 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:49:04.062592 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:49:14.283 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:49:14.283877 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:49:14.299 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:49:14.298942 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:49:24.521 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:49:24.521942 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:49:24.532 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:49:24.533037 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:49:34.758 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:49:34.758902 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:49:34.772 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:49:34.772490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:49:44.999 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:49:44.999043 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:49:45.011 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:49:45.011523 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:49:55.231 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:49:55.232143 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:49:55.239 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:49:55.240266 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:50:05.457 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:50:05.458097 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:50:05.466 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:50:05.465551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:50:05.549 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:50:05.549300 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-09 02:50:05.51106439 +0000 UTC m=+13767.633428903 LastTransitionTime:2022-03-08 23:02:21 +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-03-09T02:50:15.688 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:50:15.689008 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:50:15.699 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:50:15.699575 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:50:25.960 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:50:25.960278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:50:25.974 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:50:25.972462 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:50:36.189 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:50:36.189735 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:50:36.203 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:50:36.203295 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:50:46.423 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:50:46.422929 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:50:46.437 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:50:46.437502 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:50:56.660 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:50:56.660520 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:50:56.674 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:50:56.674952 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:51:06.897 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:51:06.897181 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:51:06.909 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:51:06.909409 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:51:17.132 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:51:17.132161 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:51:17.145 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:51:17.145500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:51:27.371 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:51:27.370739 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:51:27.383 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:51:27.383698 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:51:37.609 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:51:37.608996 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:51:37.623 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:51:37.624157 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:51:47.872 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:51:47.872529 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:51:47.886 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:51:47.887010 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:51:58.111 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:51:58.111270 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:51:58.122 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:51:58.122168 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:52:08.449 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:52:08.448801 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:52:08.461 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:52:08.461485 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:52:18.741 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:52:18.741632 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:52:18.749 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:52:18.749530 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:52:29.079 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:52:29.079211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:52:29.093 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:52:29.093347 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:52:39.361 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:52:39.361732 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:52:39.370 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:52:39.370453 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:52:49.599 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:52:49.599473 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:52:49.610 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:52:49.610757 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:53:00.036 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:53:00.036481 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:53:00.050 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:53:00.050466 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:53:10.270 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:53:10.270144 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:53:10.285 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:53:10.285595 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:53:20.502 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:53:20.502321 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:53:20.512 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:53:20.512253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:53:30.828 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:53:30.828644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:53:30.841 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:53:30.841436 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:53:41.061 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:53:41.061736 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:53:41.263 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:53:41.074687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:53:51.310 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:53:51.310231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:53:51.322 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:53:51.322969 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:54:01.604 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:54:01.604012 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:54:01.614 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:54:01.614977 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:54:11.834 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:54:11.834591 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:54:11.865 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:54:11.865203 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:54:22.105 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:54:22.105866 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:54:22.119 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:54:22.119309 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:54:32.436 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:54:32.436479 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:54:32.451 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:54:32.450369 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:54:42.675 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:54:42.675225 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:54:42.686 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:54:42.687218 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:54:52.909 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:54:52.908961 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:54:52.921 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:54:52.921637 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:55:03.146 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:55:03.145205 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:55:03.187 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:55:03.187236 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:55:13.404 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:55:13.401180 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:55:13.414 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:55:13.414973 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:55:23.670 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:55:23.670026 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:55:23.682 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:55:23.683116 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:55:33.966 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:55:33.966665 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:55:33.983 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:55:33.982296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:55:44.198 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:55:44.198101 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:55:44.209 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:55:44.209656 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:55:54.431 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:55:54.431198 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:55:54.443 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:55:54.444025 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:56:04.676 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:56:04.676558 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:56:04.689 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:56:04.689778 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:56:14.923 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:56:14.923813 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:56:14.936 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:56:14.936690 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:56:25.177 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:56:25.178004 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:56:25.190 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:56:25.190309 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:56:35.417 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:56:35.417507 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:56:35.432 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:56:35.432606 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:56:45.653 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:56:45.653517 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:56:45.667 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:56:45.667566 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:56:55.885 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:56:55.885701 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:56:55.899 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:56:55.899858 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:57:06.122 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:57:06.122062 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:57:06.134 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:57:06.134228 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:57:16.355 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:57:16.355583 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:57:16.371 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:57:16.371333 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:57:26.594 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:57:26.594436 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:57:26.609 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:57:26.609393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:57:36.834 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:57:36.834523 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:57:36.846 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:57:36.846780 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:57:47.075 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:57:47.075130 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:57:47.091 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:57:47.091286 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:57:57.318 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:57:57.318308 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:57:57.332 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:57:57.332254 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:58:07.551 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:58:07.551466 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:58:07.564 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:58:07.565184 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:58:17.782 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:58:17.781731 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:58:17.795 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:58:17.795323 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:58:28.015 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:58:28.015729 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:58:28.028 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:58:28.029121 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:58:38.253 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:58:38.253153 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:58:38.266 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:58:38.267042 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:58:48.490 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:58:48.490933 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:58:48.503 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:58:48.503937 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:58:58.744 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:58:58.744534 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:58:58.757 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:58:58.757474 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:59:09.179 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:59:09.178593 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:59:09.191 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:59:09.191927 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:59:19.411 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:59:19.411352 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:59:19.423 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:59:19.424127 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:59:29.652 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:59:29.651862 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:59:29.661 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:59:29.661971 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:59:40.126 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:59:40.126471 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:59:40.140 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:59:40.137420 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:59:50.362 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:59:50.362377 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T02:59:50.373 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 02:59:50.373620 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T03:00:00.594 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 03:00:00.594382 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T03:00:00.606 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 03:00:00.606838 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T03:00:10.917 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 03:00:10.917166 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T03:00:10.927 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 03:00:10.927953 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T03:00:21.150 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 03:00:21.149927 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T03:00:21.161 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 03:00:21.161831 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T03:00:31.383 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 03:00:31.383091 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T03:00:31.395 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 03:00:31.394958 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T03:00:41.709 INFO:tasks.rook.operator.smithi043.stdout:2022-03-09 03:00:41.709615 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-09T05:22:05.597 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2022-03-09T05:22:05.621 DEBUG:teuthology.task.console_log:Killing console logger for smithi043 2022-03-09T05:22:05.623 DEBUG:teuthology.exit:Finished running handlers