2022-03-04T13:02:36.902 INFO:root:teuthology version: 1.1.0-eeaeee38 2022-03-04T13:02:36.904 DEBUG:teuthology.run:Teuthology command: teuthology --name ozeneva-2022-03-04_09:45:47-rados-wip-omri-tracing-compiled-distro-basic-smithi --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/flannel rook/1.7.2} --archive /home/teuthworker/archive/ozeneva-2022-03-04_09:45:47-rados-wip-omri-tracing-compiled-distro-basic-smithi/6719802 --owner scheduled_ozeneva@teuthology -- /home/teuthworker/archive/ozeneva-2022-03-04_09:45:47-rados-wip-omri-tracing-compiled-distro-basic-smithi/6719802/orig.config.yaml 2022-03-04T13:02:36.935 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2022-03-04T13:02:36.998 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/ozeneva-2022-03-04_09:45:47-rados-wip-omri-tracing-compiled-distro-basic-smithi/6719802 branch: wip-omri-tracing-compiled description: rados/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/flannel rook/1.7.2} email: null first_in_suite: false job_id: '6719802' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: ozeneva-2022-03-04_09:45:47-rados-wip-omri-tracing-compiled-distro-basic-smithi nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-omri-tracing-compiled ceph: conf: global: osd crush chooseleaf type: 0 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-whitelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: sha1: d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97 kernel: hwe: true kubeadm: pod_network: flannel version: '1.21' rook: rook_branch: v1.7.2 rook_image: rook/ceph:v1.7.2 workunit: branch: wip-omri-tracing-compiled sha1: d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97 owner: scheduled_ozeneva@teuthology priority: 100 repo: git://git.ceph.com/ceph-ci.git roles: - - host.a - client.a sha1: d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97 sleep_before_teardown: 0 suite: rados suite_branch: wip-omri-tracing-compiled suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/qa suite_relpath: qa suite_repo: git://git.ceph.com/ceph-ci.git suite_sha1: d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97 targets: smithi173.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCa1JxH/cOa6NRmsLENuSUo4soNB6VqKQyW6G+9BVVmtlI/jVf/jL9YZaf+QgylpEhhVs9+pPYm2fjabTAT6MonkH1AyEJ7r0NuWoLrQJp6qrVFfUy+WUz8x7WKav2bQejWM8dr0A67gXTYhXclbXqBp7hdzezACTdMQBsCqcA4ettZT+kLFBKHwXRkkFEQw+Jo4EgN1x5kIUEnnIqgouOGV/XrV2VEeHOjbP57R8ZNGSK8Gnd+AHUEGUUTD/Pd774OlZn1g4PI1Kfi72CY5INIHNnBQ2YNmKQ/lzfGnKxL+9pj+4AWg3rFZ36lfSqfqNwAbfElkqZQE34B4SC0E7zuWd5Nuupx5vo1Er9eP/7SbgbAXE3X0URU5Uns/1WfZKiFXZ6dFL8nQGcm8YpfZzADPLDr+sLnzr+ldehGTx2eVYSqJI0MPJoZx3wb5uP39aqA5bbbp88nGnTEaEPFkScp+oZ36mREHPTGUwTtJzM4fYaETKD40df6CeRvrUqbfdM= 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-04_09:45:47 tube: smithi user: ozeneva verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.22301 2022-03-04T13:02:36.999 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/qa; will attempt to use it 2022-03-04T13:02:36.999 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/qa/tasks 2022-03-04T13:02:37.000 INFO:teuthology.run_tasks:Running task internal.check_packages... 2022-03-04T13:02:37.002 INFO:teuthology.task.internal:Checking packages... 2022-03-04T13:02:37.022 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'd0dc2fbbf3f64a2d513e2355b245d0ea9728ff97' 2022-03-04T13:02:37.023 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2022-03-04T13:02:37.023 INFO:teuthology.packaging:ref: None 2022-03-04T13:02:37.024 INFO:teuthology.packaging:tag: None 2022-03-04T13:02:37.024 INFO:teuthology.packaging:branch: wip-omri-tracing-compiled 2022-03-04T13:02:37.024 INFO:teuthology.packaging:sha1: d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97 2022-03-04T13:02:37.025 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-omri-tracing-compiled 2022-03-04T13:02:37.238 INFO:teuthology.task.internal:Found packages for ceph version 17.0.0-10974-gd0dc2fbb-1focal 2022-03-04T13:02:37.239 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2022-03-04T13:02:37.249 INFO:teuthology.task.internal:no buildpackages task found 2022-03-04T13:02:37.249 INFO:teuthology.run_tasks:Running task internal.save_config... 2022-03-04T13:02:37.295 INFO:teuthology.task.internal:Saving configuration 2022-03-04T13:02:37.307 INFO:teuthology.run_tasks:Running task internal.check_lock... 2022-03-04T13:02:37.346 INFO:teuthology.task.internal.check_lock:Checking locks... 2022-03-04T13:02:37.370 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/ozeneva-2022-03-04_09:45:47-rados-wip-omri-tracing-compiled-distro-basic-smithi/6719802', '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-04 12:57:12.453692', 'locked_by': 'scheduled_ozeneva@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKE7K1qgjBnwoTPrq0wzbLTOOlajT3xoAUAuJAk3p7Ip'} 2022-03-04T13:02:37.370 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2022-03-04T13:02:37.396 INFO:teuthology.task.internal:roles: ubuntu@smithi173.front.sepia.ceph.com - ['host.a', 'client.a'] 2022-03-04T13:02:37.396 INFO:teuthology.run_tasks:Running task console_log... 2022-03-04T13:02:37.471 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9e72f2d950>, signals=[15]) 2022-03-04T13:02:37.472 INFO:teuthology.run_tasks:Running task internal.connect... 2022-03-04T13:02:37.509 INFO:teuthology.task.internal:Opening connections... 2022-03-04T13:02:37.509 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi173.front.sepia.ceph.com 2022-03-04T13:02:37.511 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-04T13:02:37.563 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2022-03-04T13:02:37.574 DEBUG:teuthology.orchestra.run.smithi173:> uname -m 2022-03-04T13:02:37.688 INFO:teuthology.orchestra.run.smithi173.stdout:x86_64 2022-03-04T13:02:37.688 DEBUG:teuthology.orchestra.run.smithi173:> cat /etc/os-release 2022-03-04T13:02:37.694 INFO:teuthology.orchestra.run.smithi173.stdout:NAME="Ubuntu" 2022-03-04T13:02:37.694 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION="20.04.3 LTS (Focal Fossa)" 2022-03-04T13:02:37.694 INFO:teuthology.orchestra.run.smithi173.stdout:ID=ubuntu 2022-03-04T13:02:37.695 INFO:teuthology.orchestra.run.smithi173.stdout:ID_LIKE=debian 2022-03-04T13:02:37.695 INFO:teuthology.orchestra.run.smithi173.stdout:PRETTY_NAME="Ubuntu 20.04.3 LTS" 2022-03-04T13:02:37.695 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_ID="20.04" 2022-03-04T13:02:37.695 INFO:teuthology.orchestra.run.smithi173.stdout:HOME_URL="https://www.ubuntu.com/" 2022-03-04T13:02:37.696 INFO:teuthology.orchestra.run.smithi173.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2022-03-04T13:02:37.696 INFO:teuthology.orchestra.run.smithi173.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2022-03-04T13:02:37.696 INFO:teuthology.orchestra.run.smithi173.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2022-03-04T13:02:37.696 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_CODENAME=focal 2022-03-04T13:02:37.696 INFO:teuthology.orchestra.run.smithi173.stdout:UBUNTU_CODENAME=focal 2022-03-04T13:02:37.697 INFO:teuthology.lock.ops:Updating smithi173.front.sepia.ceph.com on lock server 2022-03-04T13:02:37.725 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2022-03-04T13:02:37.741 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2022-03-04T13:02:37.814 INFO:teuthology.task.internal:Checking for old test directory... 2022-03-04T13:02:37.815 DEBUG:teuthology.orchestra.run.smithi173:> test '!' -e /home/ubuntu/cephtest 2022-03-04T13:02:37.821 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2022-03-04T13:02:37.872 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2022-03-04T13:02:37.872 DEBUG:teuthology.orchestra.run.smithi173:> test -z $(ls -A /var/lib/ceph) 2022-03-04T13:02:37.882 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2022-03-04T13:02:37.971 INFO:teuthology.run_tasks:Running task kernel... 2022-03-04T13:02:38.020 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2022-03-04T13:02:38.021 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2022-03-04T13:02:38.021 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.a': {'hwe': True}} 2022-03-04T13:02:38.022 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2022-03-04T13:02:38.022 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2022-03-04T13:02:38.029 INFO:teuthology.orchestra.run.smithi173.stdout:5.4.0-97-generic 2022-03-04T13:02:38.029 INFO:teuthology.task.kernel:Running kernel on smithi173: 5.4.0-97-generic 2022-03-04T13:02:38.030 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get clean 2022-03-04T13:02:38.113 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get update 2022-03-04T13:02:38.261 INFO:teuthology.orchestra.run.smithi173.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-03-04T13:02:38.373 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-04T13:02:38.455 INFO:teuthology.orchestra.run.smithi173.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-03-04T13:02:38.563 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,275 kB] 2022-03-04T13:02:38.682 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [387 kB] 2022-03-04T13:02:38.685 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [224 kB] 2022-03-04T13:02:38.689 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [9,740 B] 2022-03-04T13:02:38.689 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [21.7 kB] 2022-03-04T13:02:38.689 INFO:teuthology.orchestra.run.smithi173.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [773 kB] 2022-03-04T13:02:38.698 INFO:teuthology.orchestra.run.smithi173.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [110 kB] 2022-03-04T13:02:38.700 INFO:teuthology.orchestra.run.smithi173.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [504 B] 2022-03-04T13:02:38.700 INFO:teuthology.orchestra.run.smithi173.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [680 kB] 2022-03-04T13:02:38.707 INFO:teuthology.orchestra.run.smithi173.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [536 kB] 2022-03-04T13:02:38.712 INFO:teuthology.orchestra.run.smithi173.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [117 kB] 2022-03-04T13:02:38.713 INFO:teuthology.orchestra.run.smithi173.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [13.2 kB] 2022-03-04T13:02:38.728 INFO:teuthology.orchestra.run.smithi173.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] 2022-03-04T13:02:38.729 INFO:teuthology.orchestra.run.smithi173.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,180 B] 2022-03-04T13:02:38.729 INFO:teuthology.orchestra.run.smithi173.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,196 B] 2022-03-04T13:02:38.730 INFO:teuthology.orchestra.run.smithi173.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [500 B] 2022-03-04T13:02:38.798 INFO:teuthology.orchestra.run.smithi173.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-03-04T13:02:38.927 INFO:teuthology.orchestra.run.smithi173.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1,608 kB] 2022-03-04T13:02:39.277 INFO:teuthology.orchestra.run.smithi173.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [610 kB] 2022-03-04T13:02:39.292 INFO:teuthology.orchestra.run.smithi173.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [308 kB] 2022-03-04T13:02:39.295 INFO:teuthology.orchestra.run.smithi173.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [14.8 kB] 2022-03-04T13:02:39.296 INFO:teuthology.orchestra.run.smithi173.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [23.1 kB] 2022-03-04T13:02:39.297 INFO:teuthology.orchestra.run.smithi173.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [827 kB] 2022-03-04T13:02:39.359 INFO:teuthology.orchestra.run.smithi173.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [118 kB] 2022-03-04T13:02:39.362 INFO:teuthology.orchestra.run.smithi173.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [500 B] 2022-03-04T13:02:39.362 INFO:teuthology.orchestra.run.smithi173.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [669 kB] 2022-03-04T13:02:39.379 INFO:teuthology.orchestra.run.smithi173.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [905 kB] 2022-03-04T13:02:39.403 INFO:teuthology.orchestra.run.smithi173.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [201 kB] 2022-03-04T13:02:39.406 INFO:teuthology.orchestra.run.smithi173.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [20.2 kB] 2022-03-04T13:02:39.445 INFO:teuthology.orchestra.run.smithi173.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [23.7 kB] 2022-03-04T13:02:39.446 INFO:teuthology.orchestra.run.smithi173.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,432 B] 2022-03-04T13:02:39.447 INFO:teuthology.orchestra.run.smithi173.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,312 B] 2022-03-04T13:02:39.447 INFO:teuthology.orchestra.run.smithi173.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [580 B] 2022-03-04T13:02:39.448 INFO:teuthology.orchestra.run.smithi173.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [42.2 kB] 2022-03-04T13:02:39.462 INFO:teuthology.orchestra.run.smithi173.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [34.8 kB] 2022-03-04T13:02:39.463 INFO:teuthology.orchestra.run.smithi173.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main Translation-en [10.1 kB] 2022-03-04T13:02:39.547 INFO:teuthology.orchestra.run.smithi173.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [12.9 kB] 2022-03-04T13:02:39.548 INFO:teuthology.orchestra.run.smithi173.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [22.7 kB] 2022-03-04T13:02:39.549 INFO:teuthology.orchestra.run.smithi173.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [15.4 kB] 2022-03-04T13:02:39.549 INFO:teuthology.orchestra.run.smithi173.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [804 B] 2022-03-04T13:02:41.818 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 10.0 MB in 2s (6,226 kB/s) 2022-03-04T13:02:42.962 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2022-03-04T13:02:42.984 DEBUG:teuthology.orchestra.run.smithi173:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-03-04T13:02:43.049 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2022-03-04T13:02:43.200 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2022-03-04T13:02:43.201 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2022-03-04T13:02:43.331 INFO:teuthology.orchestra.run.smithi173.stdout:The following additional packages will be installed: 2022-03-04T13:02:43.331 INFO:teuthology.orchestra.run.smithi173.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-03-04T13:02:43.331 INFO:teuthology.orchestra.run.smithi173.stdout: libusbmuxd6 linux-image-5.13.0-30-generic linux-modules-5.13.0-30-generic 2022-03-04T13:02:43.332 INFO:teuthology.orchestra.run.smithi173.stdout: linux-modules-extra-5.13.0-30-generic thermald upower usbmuxd 2022-03-04T13:02:43.332 INFO:teuthology.orchestra.run.smithi173.stdout:Suggested packages: 2022-03-04T13:02:43.332 INFO:teuthology.orchestra.run.smithi173.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.13-source-5.13.0 2022-03-04T13:02:43.333 INFO:teuthology.orchestra.run.smithi173.stdout: linux-hwe-5.13-tools linux-headers-5.13.0-30-generic 2022-03-04T13:02:43.369 INFO:teuthology.orchestra.run.smithi173.stdout:The following NEW packages will be installed: 2022-03-04T13:02:43.371 INFO:teuthology.orchestra.run.smithi173.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-03-04T13:02:43.371 INFO:teuthology.orchestra.run.smithi173.stdout: libusbmuxd6 linux-image-5.13.0-30-generic linux-image-generic-hwe-20.04 2022-03-04T13:02:43.372 INFO:teuthology.orchestra.run.smithi173.stdout: linux-modules-5.13.0-30-generic linux-modules-extra-5.13.0-30-generic 2022-03-04T13:02:43.372 INFO:teuthology.orchestra.run.smithi173.stdout: thermald upower usbmuxd 2022-03-04T13:02:43.552 INFO:teuthology.orchestra.run.smithi173.stdout:0 upgraded, 13 newly installed, 0 to remove and 73 not upgraded. 2022-03-04T13:02:43.552 INFO:teuthology.orchestra.run.smithi173.stdout:Need to get 80.1 MB of archives. 2022-03-04T13:02:43.552 INFO:teuthology.orchestra.run.smithi173.stdout:After this operation, 409 MB of additional disk space will be used. 2022-03-04T13:02:43.552 INFO:teuthology.orchestra.run.smithi173.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2022-03-04T13:02:43.799 INFO:teuthology.orchestra.run.smithi173.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2022-03-04T13:02:43.825 INFO:teuthology.orchestra.run.smithi173.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2022-03-04T13:02:43.826 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2022-03-04T13:02:43.913 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2022-03-04T13:02:43.927 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.13.0-30-generic amd64 5.13.0-30.33~20.04.1 [18.3 MB] 2022-03-04T13:02:44.787 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.13.0-30-generic amd64 5.13.0-30.33~20.04.1 [10.0 MB] 2022-03-04T13:02:45.050 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.13.0-30-generic amd64 5.13.0-30.33~20.04.1 [51.1 MB] 2022-03-04T13:02:46.985 INFO:teuthology.orchestra.run.smithi173.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.13.0.30.33~20.04.17 [2,616 B] 2022-03-04T13:02:46.985 INFO:teuthology.orchestra.run.smithi173.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-04T13:02:46.986 INFO:teuthology.orchestra.run.smithi173.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2022-03-04T13:02:46.990 INFO:teuthology.orchestra.run.smithi173.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2022-03-04T13:02:47.071 INFO:teuthology.orchestra.run.smithi173.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2022-03-04T13:02:47.486 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 80.1 MB in 4s (21.7 MB/s) 2022-03-04T13:02:47.680 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2022-03-04T13:02:49.168 INFO:teuthology.orchestra.run.smithi173.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-04T13:02:49.174 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2022-03-04T13:02:49.278 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-03-04T13:02:49.619 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libplist3:amd64. 2022-03-04T13:02:49.627 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2022-03-04T13:02:49.656 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2022-03-04T13:02:49.984 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2022-03-04T13:02:49.997 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2022-03-04T13:02:50.034 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2022-03-04T13:02:50.379 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2022-03-04T13:02:50.393 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2022-03-04T13:02:50.438 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-03-04T13:02:50.774 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libupower-glib3:amd64. 2022-03-04T13:02:50.790 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2022-03-04T13:02:50.824 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2022-03-04T13:02:51.127 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-modules-5.13.0-30-generic. 2022-03-04T13:02:51.143 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../05-linux-modules-5.13.0-30-generic_5.13.0-30.33~20.04.1_amd64.deb ... 2022-03-04T13:02:51.185 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-modules-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-04T13:02:53.421 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-image-5.13.0-30-generic. 2022-03-04T13:02:53.434 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../06-linux-image-5.13.0-30-generic_5.13.0-30.33~20.04.1_amd64.deb ... 2022-03-04T13:02:53.522 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-04T13:02:54.016 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-modules-extra-5.13.0-30-generic. 2022-03-04T13:02:54.029 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../07-linux-modules-extra-5.13.0-30-generic_5.13.0-30.33~20.04.1_amd64.deb ... 2022-03-04T13:02:54.066 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-modules-extra-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-04T13:02:59.973 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2022-03-04T13:02:59.988 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.13.0.30.33~20.04.17_amd64.deb ... 2022-03-04T13:03:00.031 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-image-generic-hwe-20.04 (5.13.0.30.33~20.04.17) ... 2022-03-04T13:03:00.342 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libevdev2:amd64. 2022-03-04T13:03:00.357 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.1_amd64.deb ... 2022-03-04T13:03:00.400 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-03-04T13:03:00.721 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package thermald. 2022-03-04T13:03:00.735 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2022-03-04T13:03:00.763 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2022-03-04T13:03:01.277 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package upower. 2022-03-04T13:03:01.290 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2022-03-04T13:03:01.345 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking upower (0.99.11-1build2) ... 2022-03-04T13:03:01.741 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package usbmuxd. 2022-03-04T13:03:01.756 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2022-03-04T13:03:01.799 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-03-04T13:03:02.114 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2022-03-04T13:03:02.241 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-03-04T13:03:02.384 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2022-03-04T13:03:02.511 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2022-03-04T13:03:02.636 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-03-04T13:03:02.763 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-03-04T13:03:02.888 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up upower (0.99.11-1build2) ... 2022-03-04T13:03:03.329 INFO:teuthology.orchestra.run.smithi173.stdout:upower.service is a disabled or a static unit, not starting it. 2022-03-04T13:03:03.382 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-03-04T13:03:03.551 INFO:teuthology.orchestra.run.smithi173.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2022-03-04T13:03:03.557 INFO:teuthology.orchestra.run.smithi173.stdout:Adding system user `usbmux' (UID 114) ... 2022-03-04T13:03:03.557 INFO:teuthology.orchestra.run.smithi173.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2022-03-04T13:03:04.007 INFO:teuthology.orchestra.run.smithi173.stdout:Not creating home directory `/var/lib/usbmux'. 2022-03-04T13:03:04.229 INFO:teuthology.orchestra.run.smithi173.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2022-03-04T13:03:04.270 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2022-03-04T13:03:04.611 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2022-03-04T13:03:04.612 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2022-03-04T13:03:05.091 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-04T13:03:06.372 INFO:teuthology.orchestra.run.smithi173.stdout:I: /boot/vmlinuz is now a symlink to vmlinuz-5.13.0-30-generic 2022-03-04T13:03:06.372 INFO:teuthology.orchestra.run.smithi173.stdout:I: /boot/initrd.img is now a symlink to initrd.img-5.13.0-30-generic 2022-03-04T13:03:06.534 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-modules-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-04T13:03:07.994 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-modules-extra-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-04T13:03:09.287 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-image-generic-hwe-20.04 (5.13.0.30.33~20.04.17) ... 2022-03-04T13:03:09.431 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-03-04T13:03:14.135 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-03-04T13:03:14.738 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-03-04T13:03:14.837 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-04T13:03:15.026 INFO:teuthology.orchestra.run.smithi173.stdout:/etc/kernel/postinst.d/initramfs-tools: 2022-03-04T13:03:15.026 INFO:teuthology.orchestra.run.smithi173.stdout:update-initramfs: Generating /boot/initrd.img-5.13.0-30-generic 2022-03-04T13:03:38.438 INFO:teuthology.orchestra.run.smithi173.stdout:/etc/kernel/postinst.d/zz-update-grub: 2022-03-04T13:03:38.438 INFO:teuthology.orchestra.run.smithi173.stdout:Sourcing file `/etc/default/grub' 2022-03-04T13:03:38.446 INFO:teuthology.orchestra.run.smithi173.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-03-04T13:03:38.474 INFO:teuthology.orchestra.run.smithi173.stdout:Generating grub configuration file ... 2022-03-04T13:03:38.772 INFO:teuthology.orchestra.run.smithi173.stdout:Found linux image: /boot/vmlinuz-5.13.0-30-generic 2022-03-04T13:03:38.799 INFO:teuthology.orchestra.run.smithi173.stdout:Found initrd image: /boot/initrd.img-5.13.0-30-generic 2022-03-04T13:03:39.168 INFO:teuthology.orchestra.run.smithi173.stdout:Found linux image: /boot/vmlinuz-5.4.0-97-generic 2022-03-04T13:03:39.180 INFO:teuthology.orchestra.run.smithi173.stdout:Found initrd image: /boot/initrd.img-5.4.0-97-generic 2022-03-04T13:03:41.766 INFO:teuthology.orchestra.run.smithi173.stdout:done 2022-03-04T13:03:42.106 DEBUG:teuthology.orchestra.run.smithi173:> dpkg -s linux-image-generic-hwe-20.04 2022-03-04T13:03:42.133 INFO:teuthology.orchestra.run.smithi173.stdout:Package: linux-image-generic-hwe-20.04 2022-03-04T13:03:42.133 INFO:teuthology.orchestra.run.smithi173.stdout:Status: install ok installed 2022-03-04T13:03:42.134 INFO:teuthology.orchestra.run.smithi173.stdout:Priority: optional 2022-03-04T13:03:42.134 INFO:teuthology.orchestra.run.smithi173.stdout:Section: kernel 2022-03-04T13:03:42.134 INFO:teuthology.orchestra.run.smithi173.stdout:Installed-Size: 19 2022-03-04T13:03:42.134 INFO:teuthology.orchestra.run.smithi173.stdout:Maintainer: Ubuntu Kernel Team 2022-03-04T13:03:42.135 INFO:teuthology.orchestra.run.smithi173.stdout:Architecture: amd64 2022-03-04T13:03:42.135 INFO:teuthology.orchestra.run.smithi173.stdout:Source: linux-meta-hwe-5.13 2022-03-04T13:03:42.135 INFO:teuthology.orchestra.run.smithi173.stdout:Version: 5.13.0.30.33~20.04.17 2022-03-04T13:03:42.135 INFO:teuthology.orchestra.run.smithi173.stdout:Provides: virtualbox-guest-modules (= 5.13.0-30), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.6-1ubuntu2) 2022-03-04T13:03:42.135 INFO:teuthology.orchestra.run.smithi173.stdout:Depends: linux-image-5.13.0-30-generic, linux-modules-extra-5.13.0-30-generic, linux-firmware, intel-microcode, amd64-microcode 2022-03-04T13:03:42.136 INFO:teuthology.orchestra.run.smithi173.stdout:Recommends: thermald 2022-03-04T13:03:42.136 INFO:teuthology.orchestra.run.smithi173.stdout:Description: Generic Linux kernel image 2022-03-04T13:03:42.136 INFO:teuthology.orchestra.run.smithi173.stdout: This package will always depend on the latest generic kernel image 2022-03-04T13:03:42.137 INFO:teuthology.orchestra.run.smithi173.stdout: available. 2022-03-04T13:03:42.137 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-97-generic Expected: 5.13.0-30-generic 2022-03-04T13:03:42.137 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2022-03-04T13:03:42.138 DEBUG:teuthology.task.kernel:src is distro, skipping download 2022-03-04T13:03:42.138 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2022-03-04T13:03:42.138 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi173.front.sepia.ceph.com, path=None, version=distro) 2022-03-04T13:03:42.139 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get clean 2022-03-04T13:03:42.205 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get update 2022-03-04T13:03:42.355 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-04T13:03:42.467 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-04T13:03:42.549 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-04T13:03:42.631 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-04T13:03:43.889 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2022-03-04T13:03:43.911 DEBUG:teuthology.orchestra.run.smithi173:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-03-04T13:03:43.977 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2022-03-04T13:03:44.146 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2022-03-04T13:03:44.147 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2022-03-04T13:03:44.317 INFO:teuthology.orchestra.run.smithi173.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.13.0.30.33~20.04.17). 2022-03-04T13:03:44.318 INFO:teuthology.orchestra.run.smithi173.stdout:0 upgraded, 0 newly installed, 0 to remove and 73 not upgraded. 2022-03-04T13:03:44.319 DEBUG:teuthology.orchestra.run.smithi173:> dpkg -s linux-image-generic-hwe-20.04 2022-03-04T13:03:44.341 INFO:teuthology.orchestra.run.smithi173.stdout:Package: linux-image-generic-hwe-20.04 2022-03-04T13:03:44.342 INFO:teuthology.orchestra.run.smithi173.stdout:Status: install ok installed 2022-03-04T13:03:44.342 INFO:teuthology.orchestra.run.smithi173.stdout:Priority: optional 2022-03-04T13:03:44.342 INFO:teuthology.orchestra.run.smithi173.stdout:Section: kernel 2022-03-04T13:03:44.342 INFO:teuthology.orchestra.run.smithi173.stdout:Installed-Size: 19 2022-03-04T13:03:44.343 INFO:teuthology.orchestra.run.smithi173.stdout:Maintainer: Ubuntu Kernel Team 2022-03-04T13:03:44.343 INFO:teuthology.orchestra.run.smithi173.stdout:Architecture: amd64 2022-03-04T13:03:44.343 INFO:teuthology.orchestra.run.smithi173.stdout:Source: linux-meta-hwe-5.13 2022-03-04T13:03:44.343 INFO:teuthology.orchestra.run.smithi173.stdout:Version: 5.13.0.30.33~20.04.17 2022-03-04T13:03:44.344 INFO:teuthology.orchestra.run.smithi173.stdout:Provides: virtualbox-guest-modules (= 5.13.0-30), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.6-1ubuntu2) 2022-03-04T13:03:44.344 INFO:teuthology.orchestra.run.smithi173.stdout:Depends: linux-image-5.13.0-30-generic, linux-modules-extra-5.13.0-30-generic, linux-firmware, intel-microcode, amd64-microcode 2022-03-04T13:03:44.344 INFO:teuthology.orchestra.run.smithi173.stdout:Recommends: thermald 2022-03-04T13:03:44.344 INFO:teuthology.orchestra.run.smithi173.stdout:Description: Generic Linux kernel image 2022-03-04T13:03:44.345 INFO:teuthology.orchestra.run.smithi173.stdout: This package will always depend on the latest generic kernel image 2022-03-04T13:03:44.345 INFO:teuthology.orchestra.run.smithi173.stdout: available. 2022-03-04T13:03:44.345 DEBUG:teuthology.orchestra.run.smithi173:> mktemp 2022-03-04T13:03:44.352 INFO:teuthology.orchestra.run.smithi173.stdout:/tmp/tmp.Hl8sUqOtbU 2022-03-04T13:03:44.352 DEBUG:teuthology.orchestra.run.smithi173:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Hl8sUqOtbU 2022-03-04T13:03:44.413 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 0666 /tmp/tmp.Hl8sUqOtbU 2022-03-04T13:03:44.455 DEBUG:teuthology.orchestra.remote:smithi173:/tmp/tmp.Hl8sUqOtbU is 8KB 2022-03-04T13:03:44.470 DEBUG:teuthology.orchestra.run.smithi173:> rm -fr /tmp/tmp.Hl8sUqOtbU 2022-03-04T13:03:44.477 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2022-03-04T13:03:44.533 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:03:44.534 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/grub.d/01_ceph_kernel 2022-03-04T13:03:44.534 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2022-03-04T13:03:44.565 INFO:teuthology.task.kernel:Distro Kernel Version: 5.13.0-30-generic 2022-03-04T13:03:44.566 DEBUG:teuthology.orchestra.run.smithi173:> sudo update-grub 2022-03-04T13:03:45.779 INFO:teuthology.orchestra.run.smithi173.stderr:Sourcing file `/etc/default/grub' 2022-03-04T13:03:45.781 INFO:teuthology.orchestra.run.smithi173.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-03-04T13:03:45.790 INFO:teuthology.orchestra.run.smithi173.stderr:Generating grub configuration file ... 2022-03-04T13:03:46.021 INFO:teuthology.orchestra.run.smithi173.stderr:Found linux image: /boot/vmlinuz-5.13.0-30-generic 2022-03-04T13:03:46.033 INFO:teuthology.orchestra.run.smithi173.stderr:Found initrd image: /boot/initrd.img-5.13.0-30-generic 2022-03-04T13:03:46.378 INFO:teuthology.orchestra.run.smithi173.stderr:Found linux image: /boot/vmlinuz-5.4.0-97-generic 2022-03-04T13:03:46.390 INFO:teuthology.orchestra.run.smithi173.stderr:Found initrd image: /boot/initrd.img-5.4.0-97-generic 2022-03-04T13:03:47.997 INFO:teuthology.orchestra.run.smithi173.stderr:done 2022-03-04T13:03:47.999 DEBUG:teuthology.orchestra.run.smithi173:> sudo shutdown -r now 2022-03-04T13:04:18.030 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2022-03-04T13:04:18.031 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2022-03-04T13:04:18.032 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-04T13:04:36.555 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.173 2022-03-04T13:05:06.583 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2022-03-04T13:05:06.584 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-04T13:05:09.643 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.173 2022-03-04T13:05:39.666 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2022-03-04T13:05:39.667 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-04T13:05:39.878 DEBUG:teuthology.orchestra.run.smithi173:> true 2022-03-04T13:05:40.365 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2022-03-04T13:05:40.427 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.13.0-30-generic"... 2022-03-04T13:05:40.427 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2022-03-04T13:05:40.435 INFO:teuthology.orchestra.run.smithi173.stdout:5.13.0-30-generic 2022-03-04T13:05:40.435 DEBUG:teuthology.task.kernel:current kernel version is 5.13.0-30-generic vs 5.13.0-30-generic 2022-03-04T13:05:40.435 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2022-03-04T13:05:40.435 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2022-03-04T13:05:41.436 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2022-03-04T13:05:41.438 DEBUG:teuthology.orchestra.run.smithi173:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2022-03-04T13:05:41.769 INFO:teuthology.orchestra.run.smithi173.stdout:ttyS1 2022-03-04T13:05:41.791 DEBUG:teuthology.parallel:result is None 2022-03-04T13:05:41.792 INFO:teuthology.run_tasks:Running task internal.base... 2022-03-04T13:05:41.800 INFO:teuthology.task.internal:Creating test directory... 2022-03-04T13:05:41.801 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2022-03-04T13:05:41.808 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2022-03-04T13:05:41.979 INFO:teuthology.run_tasks:Running task internal.archive... 2022-03-04T13:05:42.078 INFO:teuthology.task.internal:Creating archive directory... 2022-03-04T13:05:42.079 DEBUG:teuthology.orchestra.run.smithi173:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2022-03-04T13:05:42.145 INFO:teuthology.run_tasks:Running task internal.coredump... 2022-03-04T13:05:42.165 INFO:teuthology.task.internal:Enabling coredump saving... 2022-03-04T13:05:42.165 DEBUG:teuthology.orchestra.run.smithi173:> 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-04T13:05:42.191 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-03-04T13:05:42.198 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-03-04T13:05:42.200 INFO:teuthology.run_tasks:Running task internal.sudo... 2022-03-04T13:05:42.270 INFO:teuthology.task.internal:Configuring sudo... 2022-03-04T13:05:42.271 DEBUG:teuthology.orchestra.run.smithi173:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2022-03-04T13:05:42.289 INFO:teuthology.run_tasks:Running task internal.syslog... 2022-03-04T13:05:42.383 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2022-03-04T13:05:42.383 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2022-03-04T13:05:42.391 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2022-03-04T13:05:42.398 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2022-03-04T13:05:42.405 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:05:42.405 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2022-03-04T13:05:42.429 DEBUG:teuthology.orchestra.run.smithi173:> sudo service rsyslog restart 2022-03-04T13:05:42.521 INFO:teuthology.run_tasks:Running task internal.timer... 2022-03-04T13:05:42.532 INFO:teuthology.task.internal:Starting timer... 2022-03-04T13:05:42.533 INFO:teuthology.run_tasks:Running task pcp... 2022-03-04T13:05:42.651 INFO:teuthology.run_tasks:Running task selinux... 2022-03-04T13:05:42.775 DEBUG:teuthology.task.selinux:Excluding smithi173: OS 'ubuntu' does not support SELinux 2022-03-04T13:05:42.776 DEBUG:teuthology.task.selinux:Getting current SELinux state 2022-03-04T13:05:42.777 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2022-03-04T13:05:42.777 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2022-03-04T13:05:42.778 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2022-03-04T13:05:42.882 DEBUG:teuthology.repo_utils:Setting repo remote to git://git.ceph.com/git/ceph-cm-ansible.git 2022-03-04T13:05:42.890 INFO:teuthology.repo_utils:Fetching master from origin 2022-03-04T13:05:42.929 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master to origin/master 2022-03-04T13:05:42.949 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-04T13:05:42.951 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi173.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml 2022-03-04T13:08:40.646 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi173.front.sepia.ceph.com')] 2022-03-04T13:08:40.648 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2022-03-04T13:08:40.650 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-04T13:08:40.697 DEBUG:teuthology.orchestra.run.smithi173:> true 2022-03-04T13:08:40.812 INFO:teuthology.run_tasks:Running task clock... 2022-03-04T13:08:40.824 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2022-03-04T13:08:40.825 INFO:teuthology.orchestra.run:Running command with timeout 360 2022-03-04T13:08:40.827 DEBUG:teuthology.orchestra.run.smithi173:> 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-04T13:08:40.861 INFO:teuthology.orchestra.run.smithi173.stdout: 4 Mar 13:08:41 ntpd[9064]: ntpd 4.2.8p12@1.3728-o (1): Starting 2022-03-04T13:08:40.861 INFO:teuthology.orchestra.run.smithi173.stdout: 4 Mar 13:08:41 ntpd[9064]: Command line: ntpd -gq 2022-03-04T13:08:40.862 INFO:teuthology.orchestra.run.smithi173.stdout: 4 Mar 13:08:41 ntpd[9064]: proto: precision = 0.106 usec (-23) 2022-03-04T13:08:40.862 INFO:teuthology.orchestra.run.smithi173.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-03-04T13:08:40.863 INFO:teuthology.orchestra.run.smithi173.stdout: 4 Mar 13:08:41 ntpd[9064]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-03-04T13:08:40.863 INFO:teuthology.orchestra.run.smithi173.stderr:restrict ::: KOD does nothing without LIMITED. 2022-03-04T13:08:40.864 INFO:teuthology.orchestra.run.smithi173.stdout: 4 Mar 13:08:41 ntpd[9064]: restrict ::: KOD does nothing without LIMITED. 2022-03-04T13:08:40.865 INFO:teuthology.orchestra.run.smithi173.stdout: 4 Mar 13:08:41 ntpd[9064]: Listen and drop on 0 v6wildcard [::]:123 2022-03-04T13:08:40.865 INFO:teuthology.orchestra.run.smithi173.stdout: 4 Mar 13:08:41 ntpd[9064]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2022-03-04T13:08:40.865 INFO:teuthology.orchestra.run.smithi173.stdout: 4 Mar 13:08:41 ntpd[9064]: Listen normally on 2 lo 127.0.0.1:123 2022-03-04T13:08:40.865 INFO:teuthology.orchestra.run.smithi173.stdout: 4 Mar 13:08:41 ntpd[9064]: Listen normally on 3 enp3s0f1 172.21.15.173:123 2022-03-04T13:08:40.866 INFO:teuthology.orchestra.run.smithi173.stdout: 4 Mar 13:08:41 ntpd[9064]: Listen normally on 4 lo [::1]:123 2022-03-04T13:08:40.866 INFO:teuthology.orchestra.run.smithi173.stdout: 4 Mar 13:08:41 ntpd[9064]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7259%5]:123 2022-03-04T13:08:40.866 INFO:teuthology.orchestra.run.smithi173.stdout: 4 Mar 13:08:41 ntpd[9064]: Listening on routing socket on fd #22 for interface updates 2022-03-04T13:08:41.862 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:42 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:41.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:42 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:41.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:42 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:41.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:42 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:41.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:42 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:41.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:42 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:41.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:42 ntpd[9064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-04T13:08:41.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:42 ntpd[9064]: can't open /var/log/ntpstats/peerstats.20220304: Permission denied 2022-03-04T13:08:41.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:42 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:41.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:42 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:41.865 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:42 ntpd[9064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-04T13:08:41.865 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:42 ntpd[9064]: can't open /var/log/ntpstats/peerstats.20220304: Permission denied 2022-03-04T13:08:42.862 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:43 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:42.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:43 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:42.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:43 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:42.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:43 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:42.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:43 ntpd[9064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-04T13:08:42.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:43 ntpd[9064]: can't open /var/log/ntpstats/peerstats.20220304: Permission denied 2022-03-04T13:08:43.862 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:44 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:43.862 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:44 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:43.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:44 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:43.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:44 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:43.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:44 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:43.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:44 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:43.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:44 ntpd[9064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-04T13:08:43.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:44 ntpd[9064]: can't open /var/log/ntpstats/peerstats.20220304: Permission denied 2022-03-04T13:08:43.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:44 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:43.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:44 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:43.865 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:44 ntpd[9064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-04T13:08:43.865 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:44 ntpd[9064]: can't open /var/log/ntpstats/peerstats.20220304: Permission denied 2022-03-04T13:08:44.862 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:45 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:44.862 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:45 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:44.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:45 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:44.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:45 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:44.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:45 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:44.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:45 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:44.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:45 ntpd[9064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-04T13:08:44.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:45 ntpd[9064]: can't open /var/log/ntpstats/peerstats.20220304: Permission denied 2022-03-04T13:08:44.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:45 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:44.865 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:45 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:44.865 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:45 ntpd[9064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-04T13:08:44.865 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:45 ntpd[9064]: can't open /var/log/ntpstats/peerstats.20220304: Permission denied 2022-03-04T13:08:45.862 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:46 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:45.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:46 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:45.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:46 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:45.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:46 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:45.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:46 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:45.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:46 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:45.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:46 ntpd[9064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-04T13:08:45.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:46 ntpd[9064]: can't open /var/log/ntpstats/peerstats.20220304: Permission denied 2022-03-04T13:08:45.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:46 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:45.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:46 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:45.865 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:46 ntpd[9064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-04T13:08:45.865 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:46 ntpd[9064]: can't open /var/log/ntpstats/peerstats.20220304: Permission denied 2022-03-04T13:08:46.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:47 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:46.864 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:47 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:46.865 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:47 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:46.865 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:47 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:46.866 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:47 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:46.866 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:47 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:46.867 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:47 ntpd[9064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-04T13:08:46.867 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:47 ntpd[9064]: can't open /var/log/ntpstats/peerstats.20220304: Permission denied 2022-03-04T13:08:46.868 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:47 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:46.868 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:47 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:46.869 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:47 ntpd[9064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-04T13:08:46.869 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:47 ntpd[9064]: can't open /var/log/ntpstats/peerstats.20220304: Permission denied 2022-03-04T13:08:47.862 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:48 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:47.862 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:48 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:47.862 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:48 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:47.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:48 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:47.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:48 ntpd[9064]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-04T13:08:47.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:48 ntpd[9064]: can't open /var/log/ntpstats/rawstats.20220304: Permission denied 2022-03-04T13:08:47.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:48 ntpd[9064]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-04T13:08:47.863 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:48 ntpd[9064]: can't open /var/log/ntpstats/peerstats.20220304: Permission denied 2022-03-04T13:08:47.864 INFO:teuthology.orchestra.run.smithi173.stdout: 4 Mar 13:08:47 ntpd[9064]: ntpd: time set -0.381678 s 2022-03-04T13:08:47.864 INFO:teuthology.orchestra.run.smithi173.stdout:ntpd: time set -0.381678s 2022-03-04T13:08:47.865 INFO:teuthology.orchestra.run.smithi173.stderr: 4 Mar 13:08:47 ntpd[9064]: can't open /var/log/ntpstats/loopstats.20220304: Permission denied 2022-03-04T13:08:48.021 INFO:teuthology.orchestra.run.smithi173.stdout: remote refid st t when poll reach delay offset jitter 2022-03-04T13:08:48.022 INFO:teuthology.orchestra.run.smithi173.stdout:============================================================================== 2022-03-04T13:08:48.022 INFO:teuthology.orchestra.run.smithi173.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-04T13:08:48.022 INFO:teuthology.orchestra.run.smithi173.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-04T13:08:48.022 INFO:teuthology.orchestra.run.smithi173.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-04T13:08:48.022 INFO:teuthology.orchestra.run.smithi173.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-04T13:08:48.023 INFO:teuthology.run_tasks:Running task kubeadm... 2022-03-04T13:08:48.049 INFO:tasks.kubeadm:Kubeadm start 2022-03-04T13:08:48.050 INFO:tasks.kubeadm:Config: {'pod_network': 'flannel', 'version': '1.21'} 2022-03-04T13:08:48.051 DEBUG:teuthology.orchestra.run.smithi173:> 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-04T13:08:48.074 INFO:teuthology.orchestra.run.smithi173.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2022-03-04T13:08:48.079 INFO:teuthology.orchestra.run.smithi173.stdout:net.bridge.bridge-nf-call-iptables = 1 2022-03-04T13:08:48.085 INFO:teuthology.orchestra.run.smithi173.stdout:net.ipv4.ip_forward = 1 2022-03-04T13:08:48.175 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:08:48.176 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2022-03-04T13:08:48.187 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:08:48.187 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/docker/daemon.json 2022-03-04T13:08:48.246 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl restart docker || true 2022-03-04T13:08:49.429 INFO:tasks.kubeadm:Identifying pod subnet 2022-03-04T13:08:49.435 INFO:tasks.kubeadm:172.21.15.173 is in 172.21.0.0/20 at pos 4012 2022-03-04T13:08:49.456 INFO:tasks.kubeadm:Pod subnet: 10.253.96.0/21 2022-03-04T13:08:49.457 INFO:tasks.kubeadm:Installing kube{adm,ctl,let} 2022-03-04T13:08:49.457 DEBUG:teuthology.orchestra.run.smithi173:> 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-04T13:08:49.484 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:08:49.484 INFO:teuthology.orchestra.run.smithi173.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-04T13:08:49.485 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:08:49.599 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-04T13:08:49.711 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-04T13:08:49.795 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-04T13:08:49.876 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-04T13:08:51.068 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2022-03-04T13:08:51.239 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2022-03-04T13:08:51.240 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2022-03-04T13:08:51.332 INFO:teuthology.orchestra.run.smithi173.stdout:66 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-03-04T13:08:51.346 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:08:51.346 INFO:teuthology.orchestra.run.smithi173.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-04T13:08:51.346 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:08:51.400 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2022-03-04T13:08:51.573 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2022-03-04T13:08:51.574 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2022-03-04T13:08:51.756 INFO:teuthology.orchestra.run.smithi173.stdout:ca-certificates is already the newest version (20210119~20.04.2). 2022-03-04T13:08:51.756 INFO:teuthology.orchestra.run.smithi173.stdout:curl is already the newest version (7.68.0-1ubuntu2.7). 2022-03-04T13:08:51.757 INFO:teuthology.orchestra.run.smithi173.stdout:The following NEW packages will be installed: 2022-03-04T13:08:51.757 INFO:teuthology.orchestra.run.smithi173.stdout: apt-transport-https 2022-03-04T13:08:51.946 INFO:teuthology.orchestra.run.smithi173.stdout:0 upgraded, 1 newly installed, 0 to remove and 66 not upgraded. 2022-03-04T13:08:51.946 INFO:teuthology.orchestra.run.smithi173.stdout:Need to get 4,680 B of archives. 2022-03-04T13:08:51.946 INFO:teuthology.orchestra.run.smithi173.stdout:After this operation, 162 kB of additional disk space will be used. 2022-03-04T13:08:51.947 INFO:teuthology.orchestra.run.smithi173.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4,680 B] 2022-03-04T13:08:52.185 INFO:teuthology.orchestra.run.smithi173.stderr:debconf: unable to initialize frontend: Dialog 2022-03-04T13:08:52.186 INFO:teuthology.orchestra.run.smithi173.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-03-04T13:08:52.186 INFO:teuthology.orchestra.run.smithi173.stderr:debconf: falling back to frontend: Readline 2022-03-04T13:08:52.208 INFO:teuthology.orchestra.run.smithi173.stderr:debconf: unable to initialize frontend: Readline 2022-03-04T13:08:52.209 INFO:teuthology.orchestra.run.smithi173.stderr:debconf: (This frontend requires a controlling tty.) 2022-03-04T13:08:52.209 INFO:teuthology.orchestra.run.smithi173.stderr:debconf: falling back to frontend: Teletype 2022-03-04T13:08:52.214 INFO:teuthology.orchestra.run.smithi173.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-03-04T13:08:52.270 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 4,680 B in 0s (26.1 kB/s) 2022-03-04T13:08:52.360 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package apt-transport-https. 2022-03-04T13:08:52.405 INFO:teuthology.orchestra.run.smithi173.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-04T13:08:52.408 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 2022-03-04T13:08:52.450 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking apt-transport-https (2.0.6) ... 2022-03-04T13:08:52.727 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up apt-transport-https (2.0.6) ... 2022-03-04T13:08:53.231 INFO:teuthology.orchestra.run.smithi173.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2022-03-04T13:08:53.245 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:08:53.246 INFO:teuthology.orchestra.run.smithi173.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-04T13:08:53.246 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:08:53.504 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-04T13:08:53.504 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-04T13:08:53.574 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-04T13:08:53.657 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-04T13:08:54.640 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9,383 B] 2022-03-04T13:08:54.749 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 Packages [53.9 kB] 2022-03-04T13:08:54.881 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 63.3 kB in 1s (42.6 kB/s) 2022-03-04T13:08:55.744 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2022-03-04T13:08:55.919 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2022-03-04T13:08:55.920 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2022-03-04T13:08:56.016 INFO:teuthology.orchestra.run.smithi173.stdout:66 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-03-04T13:08:56.029 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:08:56.029 INFO:teuthology.orchestra.run.smithi173.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-04T13:08:56.030 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:08:56.087 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2022-03-04T13:08:56.259 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2022-03-04T13:08:56.260 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2022-03-04T13:08:56.397 INFO:teuthology.orchestra.run.smithi173.stdout:bridge-utils is already the newest version (1.6-2ubuntu1). 2022-03-04T13:08:56.398 INFO:teuthology.orchestra.run.smithi173.stdout:bridge-utils set to manually installed. 2022-03-04T13:08:56.398 INFO:teuthology.orchestra.run.smithi173.stdout:The following additional packages will be installed: 2022-03-04T13:08:56.399 INFO:teuthology.orchestra.run.smithi173.stdout: conntrack cri-tools ebtables kubernetes-cni socat 2022-03-04T13:08:56.399 INFO:teuthology.orchestra.run.smithi173.stdout:Suggested packages: 2022-03-04T13:08:56.399 INFO:teuthology.orchestra.run.smithi173.stdout: nftables 2022-03-04T13:08:56.445 INFO:teuthology.orchestra.run.smithi173.stdout:The following NEW packages will be installed: 2022-03-04T13:08:56.445 INFO:teuthology.orchestra.run.smithi173.stdout: conntrack cri-tools ebtables kubeadm kubectl kubelet kubernetes-cni socat 2022-03-04T13:08:56.639 INFO:teuthology.orchestra.run.smithi173.stdout:0 upgraded, 8 newly installed, 0 to remove and 66 not upgraded. 2022-03-04T13:08:56.639 INFO:teuthology.orchestra.run.smithi173.stdout:Need to get 73.6 MB of archives. 2022-03-04T13:08:56.640 INFO:teuthology.orchestra.run.smithi173.stdout:After this operation, 321 MB of additional disk space will be used. 2022-03-04T13:08:56.640 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-03-04T13:08:56.677 INFO:teuthology.orchestra.run.smithi173.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-04T13:08:56.803 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-03-04T13:08:56.914 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-03-04T13:08:56.942 INFO:teuthology.orchestra.run.smithi173.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-04T13:08:57.459 INFO:teuthology.orchestra.run.smithi173.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubelet amd64 1.23.4-00 [19.5 MB] 2022-03-04T13:08:58.001 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubectl amd64 1.23.4-00 [8,927 kB] 2022-03-04T13:08:58.153 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubeadm amd64 1.23.4-00 [8,583 kB] 2022-03-04T13:08:58.555 INFO:teuthology.orchestra.run.smithi173.stderr:debconf: unable to initialize frontend: Dialog 2022-03-04T13:08:58.555 INFO:teuthology.orchestra.run.smithi173.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-03-04T13:08:58.555 INFO:teuthology.orchestra.run.smithi173.stderr:debconf: falling back to frontend: Readline 2022-03-04T13:08:58.563 INFO:teuthology.orchestra.run.smithi173.stderr:debconf: unable to initialize frontend: Readline 2022-03-04T13:08:58.563 INFO:teuthology.orchestra.run.smithi173.stderr:debconf: (This frontend requires a controlling tty.) 2022-03-04T13:08:58.564 INFO:teuthology.orchestra.run.smithi173.stderr:debconf: falling back to frontend: Teletype 2022-03-04T13:08:58.569 INFO:teuthology.orchestra.run.smithi173.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-03-04T13:08:58.620 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 73.6 MB in 2s (39.1 MB/s) 2022-03-04T13:08:58.708 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package conntrack. 2022-03-04T13:08:58.752 INFO:teuthology.orchestra.run.smithi173.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-04T13:08:58.755 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../0-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-03-04T13:08:58.797 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking conntrack (1:1.4.5-2) ... 2022-03-04T13:08:59.100 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package cri-tools. 2022-03-04T13:08:59.115 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../1-cri-tools_1.19.0-00_amd64.deb ... 2022-03-04T13:08:59.158 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking cri-tools (1.19.0-00) ... 2022-03-04T13:09:00.228 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ebtables. 2022-03-04T13:09:00.242 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../2-ebtables_2.0.11-3build1_amd64.deb ... 2022-03-04T13:09:00.300 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ebtables (2.0.11-3build1) ... 2022-03-04T13:09:00.564 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package kubernetes-cni. 2022-03-04T13:09:00.578 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../3-kubernetes-cni_0.8.7-00_amd64.deb ... 2022-03-04T13:09:00.622 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking kubernetes-cni (0.8.7-00) ... 2022-03-04T13:09:02.024 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package socat. 2022-03-04T13:09:02.036 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../4-socat_1.7.3.3-2_amd64.deb ... 2022-03-04T13:09:02.074 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking socat (1.7.3.3-2) ... 2022-03-04T13:09:02.477 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package kubelet. 2022-03-04T13:09:02.491 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../5-kubelet_1.23.4-00_amd64.deb ... 2022-03-04T13:09:02.528 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking kubelet (1.23.4-00) ... 2022-03-04T13:09:04.956 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package kubectl. 2022-03-04T13:09:04.969 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../6-kubectl_1.23.4-00_amd64.deb ... 2022-03-04T13:09:05.014 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking kubectl (1.23.4-00) ... 2022-03-04T13:09:06.183 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package kubeadm. 2022-03-04T13:09:06.197 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../7-kubeadm_1.23.4-00_amd64.deb ... 2022-03-04T13:09:06.242 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking kubeadm (1.23.4-00) ... 2022-03-04T13:09:07.419 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up conntrack (1:1.4.5-2) ... 2022-03-04T13:09:07.546 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up kubectl (1.23.4-00) ... 2022-03-04T13:09:07.674 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ebtables (2.0.11-3build1) ... 2022-03-04T13:09:08.501 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up socat (1.7.3.3-2) ... 2022-03-04T13:09:08.638 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up cri-tools (1.19.0-00) ... 2022-03-04T13:09:08.765 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up kubernetes-cni (0.8.7-00) ... 2022-03-04T13:09:08.892 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up kubelet (1.23.4-00) ... 2022-03-04T13:09:09.115 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/kubelet.service -> /lib/systemd/system/kubelet.service. 2022-03-04T13:09:09.643 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up kubeadm (1.23.4-00) ... 2022-03-04T13:09:10.137 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-03-04T13:09:10.995 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl enable --now kubelet && sudo kubeadm config images pull 2022-03-04T13:09:24.977 INFO:teuthology.orchestra.run.smithi173.stdout:[config/images] Pulled k8s.gcr.io/kube-apiserver:v1.23.4 2022-03-04T13:09:27.804 INFO:teuthology.orchestra.run.smithi173.stdout:[config/images] Pulled k8s.gcr.io/kube-controller-manager:v1.23.4 2022-03-04T13:09:30.050 INFO:teuthology.orchestra.run.smithi173.stdout:[config/images] Pulled k8s.gcr.io/kube-scheduler:v1.23.4 2022-03-04T13:09:33.684 INFO:teuthology.orchestra.run.smithi173.stdout:[config/images] Pulled k8s.gcr.io/kube-proxy:v1.23.4 2022-03-04T13:09:35.106 INFO:teuthology.orchestra.run.smithi173.stdout:[config/images] Pulled k8s.gcr.io/pause:3.6 2022-03-04T13:09:40.433 INFO:teuthology.orchestra.run.smithi173.stdout:[config/images] Pulled k8s.gcr.io/etcd:3.5.1-0 2022-03-04T13:09:42.407 INFO:teuthology.orchestra.run.smithi173.stdout:[config/images] Pulled k8s.gcr.io/coredns/coredns:v1.8.6 2022-03-04T13:09:42.412 INFO:tasks.kubeadm:Token: abcdef.2f64uh9kaean1ft6 2022-03-04T13:09:42.412 INFO:tasks.kubeadm:Remotes: {Remote(name='ubuntu@smithi173.front.sepia.ceph.com'): '172.21.15.173'} 2022-03-04T13:09:42.413 DEBUG:teuthology.orchestra.run.smithi173:> sudo kubeadm init --node-name smithi173 --token abcdef.2f64uh9kaean1ft6 --pod-network-cidr 10.253.96.0/21 2022-03-04T13:09:42.614 INFO:teuthology.orchestra.run.smithi173.stdout:[init] Using Kubernetes version: v1.23.4 2022-03-04T13:09:42.615 INFO:teuthology.orchestra.run.smithi173.stdout:[preflight] Running pre-flight checks 2022-03-04T13:09:42.908 INFO:teuthology.orchestra.run.smithi173.stdout:[preflight] Pulling images required for setting up a Kubernetes cluster 2022-03-04T13:09:42.909 INFO:teuthology.orchestra.run.smithi173.stdout:[preflight] This might take a minute or two, depending on the speed of your internet connection 2022-03-04T13:09:42.909 INFO:teuthology.orchestra.run.smithi173.stdout:[preflight] You can also perform this action in beforehand using 'kubeadm config images pull' 2022-03-04T13:09:43.225 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] Using certificateDir folder "/etc/kubernetes/pki" 2022-03-04T13:09:43.378 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] Generating "ca" certificate and key 2022-03-04T13:09:43.469 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] Generating "apiserver" certificate and key 2022-03-04T13:09:43.469 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] apiserver serving cert is signed for DNS names [kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local smithi173] and IPs [10.96.0.1 172.21.15.173] 2022-03-04T13:09:43.624 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] Generating "apiserver-kubelet-client" certificate and key 2022-03-04T13:09:43.831 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] Generating "front-proxy-ca" certificate and key 2022-03-04T13:09:43.963 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] Generating "front-proxy-client" certificate and key 2022-03-04T13:09:44.173 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] Generating "etcd/ca" certificate and key 2022-03-04T13:09:44.331 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] Generating "etcd/server" certificate and key 2022-03-04T13:09:44.331 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] etcd/server serving cert is signed for DNS names [localhost smithi173] and IPs [172.21.15.173 127.0.0.1 ::1] 2022-03-04T13:09:44.411 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] Generating "etcd/peer" certificate and key 2022-03-04T13:09:44.411 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] etcd/peer serving cert is signed for DNS names [localhost smithi173] and IPs [172.21.15.173 127.0.0.1 ::1] 2022-03-04T13:09:44.553 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] Generating "etcd/healthcheck-client" certificate and key 2022-03-04T13:09:44.797 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] Generating "apiserver-etcd-client" certificate and key 2022-03-04T13:09:45.017 INFO:teuthology.orchestra.run.smithi173.stdout:[certs] Generating "sa" key and public key 2022-03-04T13:09:45.018 INFO:teuthology.orchestra.run.smithi173.stdout:[kubeconfig] Using kubeconfig folder "/etc/kubernetes" 2022-03-04T13:09:45.214 INFO:teuthology.orchestra.run.smithi173.stdout:[kubeconfig] Writing "admin.conf" kubeconfig file 2022-03-04T13:09:45.306 INFO:teuthology.orchestra.run.smithi173.stdout:[kubeconfig] Writing "kubelet.conf" kubeconfig file 2022-03-04T13:09:45.382 INFO:teuthology.orchestra.run.smithi173.stdout:[kubeconfig] Writing "controller-manager.conf" kubeconfig file 2022-03-04T13:09:45.545 INFO:teuthology.orchestra.run.smithi173.stdout:[kubeconfig] Writing "scheduler.conf" kubeconfig file 2022-03-04T13:09:45.556 INFO:teuthology.orchestra.run.smithi173.stdout:[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" 2022-03-04T13:09:45.558 INFO:teuthology.orchestra.run.smithi173.stdout:[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" 2022-03-04T13:09:45.558 INFO:teuthology.orchestra.run.smithi173.stdout:[kubelet-start] Starting the kubelet 2022-03-04T13:09:45.777 INFO:teuthology.orchestra.run.smithi173.stdout:[control-plane] Using manifest folder "/etc/kubernetes/manifests" 2022-03-04T13:09:45.778 INFO:teuthology.orchestra.run.smithi173.stdout:[control-plane] Creating static Pod manifest for "kube-apiserver" 2022-03-04T13:09:45.779 INFO:teuthology.orchestra.run.smithi173.stdout:[control-plane] Creating static Pod manifest for "kube-controller-manager" 2022-03-04T13:09:45.782 INFO:teuthology.orchestra.run.smithi173.stdout:[control-plane] Creating static Pod manifest for "kube-scheduler" 2022-03-04T13:09:45.783 INFO:teuthology.orchestra.run.smithi173.stdout:[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests" 2022-03-04T13:09:45.785 INFO:teuthology.orchestra.run.smithi173.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-04T13:10:01.821 INFO:teuthology.orchestra.run.smithi173.stdout:[apiclient] All control plane components are healthy after 16.035638 seconds 2022-03-04T13:10:01.821 INFO:teuthology.orchestra.run.smithi173.stdout:[upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace 2022-03-04T13:10:01.853 INFO:teuthology.orchestra.run.smithi173.stdout:[kubelet] Creating a ConfigMap "kubelet-config-1.23" in namespace kube-system with the configuration for the kubelets in the cluster 2022-03-04T13:10:01.853 INFO:teuthology.orchestra.run.smithi173.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-04T13:10:02.420 INFO:teuthology.orchestra.run.smithi173.stdout:[upload-certs] Skipping phase. Please see --upload-certs 2022-03-04T13:10:02.420 INFO:teuthology.orchestra.run.smithi173.stdout:[mark-control-plane] Marking the node smithi173 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-04T13:10:02.420 INFO:teuthology.orchestra.run.smithi173.stdout:[mark-control-plane] Marking the node smithi173 as control-plane by adding the taints [node-role.kubernetes.io/master:NoSchedule] 2022-03-04T13:10:02.934 INFO:teuthology.orchestra.run.smithi173.stdout:[bootstrap-token] Using token: abcdef.2f64uh9kaean1ft6 2022-03-04T13:10:02.935 INFO:teuthology.orchestra.run.smithi173.stdout:[bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles 2022-03-04T13:10:02.965 INFO:teuthology.orchestra.run.smithi173.stdout:[bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to get nodes 2022-03-04T13:10:02.986 INFO:teuthology.orchestra.run.smithi173.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-04T13:10:02.994 INFO:teuthology.orchestra.run.smithi173.stdout:[bootstrap-token] configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token 2022-03-04T13:10:03.002 INFO:teuthology.orchestra.run.smithi173.stdout:[bootstrap-token] configured RBAC rules to allow certificate rotation for all node client certificates in the cluster 2022-03-04T13:10:03.011 INFO:teuthology.orchestra.run.smithi173.stdout:[bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace 2022-03-04T13:10:03.086 INFO:teuthology.orchestra.run.smithi173.stdout:[kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key 2022-03-04T13:10:03.578 INFO:teuthology.orchestra.run.smithi173.stdout:[addons] Applied essential addon: CoreDNS 2022-03-04T13:10:03.778 INFO:teuthology.orchestra.run.smithi173.stdout:[addons] Applied essential addon: kube-proxy 2022-03-04T13:10:03.780 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:10:03.780 INFO:teuthology.orchestra.run.smithi173.stdout:Your Kubernetes control-plane has initialized successfully! 2022-03-04T13:10:03.780 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:10:03.780 INFO:teuthology.orchestra.run.smithi173.stdout:To start using your cluster, you need to run the following as a regular user: 2022-03-04T13:10:03.781 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:10:03.781 INFO:teuthology.orchestra.run.smithi173.stdout: mkdir -p $HOME/.kube 2022-03-04T13:10:03.781 INFO:teuthology.orchestra.run.smithi173.stdout: sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config 2022-03-04T13:10:03.782 INFO:teuthology.orchestra.run.smithi173.stdout: sudo chown $(id -u):$(id -g) $HOME/.kube/config 2022-03-04T13:10:03.782 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:10:03.782 INFO:teuthology.orchestra.run.smithi173.stdout:Alternatively, if you are the root user, you can run: 2022-03-04T13:10:03.782 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:10:03.783 INFO:teuthology.orchestra.run.smithi173.stdout: export KUBECONFIG=/etc/kubernetes/admin.conf 2022-03-04T13:10:03.783 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:10:03.783 INFO:teuthology.orchestra.run.smithi173.stdout:You should now deploy a pod network to the cluster. 2022-03-04T13:10:03.783 INFO:teuthology.orchestra.run.smithi173.stdout:Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: 2022-03-04T13:10:03.783 INFO:teuthology.orchestra.run.smithi173.stdout: https://kubernetes.io/docs/concepts/cluster-administration/addons/ 2022-03-04T13:10:03.784 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:10:03.784 INFO:teuthology.orchestra.run.smithi173.stdout:Then you can join any number of worker nodes by running the following on each as root: 2022-03-04T13:10:03.784 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:10:03.784 INFO:teuthology.orchestra.run.smithi173.stdout:kubeadm join 172.21.15.173:6443 --token abcdef.2f64uh9kaean1ft6 \ 2022-03-04T13:10:03.784 INFO:teuthology.orchestra.run.smithi173.stdout: --discovery-token-ca-cert-hash sha256:1dea2e91edf80c3a25cfadd4624c032eea0cf277290bd52c6d2b192f2ec7bfae 2022-03-04T13:10:03.786 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:10:03.786 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/etc/kubernetes/admin.conf of=/dev/stdout 2022-03-04T13:10:03.796 INFO:tasks.kubeadm:Setting up kubectl 2022-03-04T13:10:03.796 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p .kube && sudo mkdir -p /root/.kube 2022-03-04T13:10:03.808 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:10:03.808 DEBUG:teuthology.orchestra.run.smithi173:> dd of=.kube/config 2022-03-04T13:10:03.813 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:10:03.814 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/root/.kube/config 2022-03-04T13:10:03.824 DEBUG:teuthology.orchestra.run.smithi173:> curl https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml 2022-03-04T13:10:03.882 INFO:teuthology.orchestra.run.smithi173.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2022-03-04T13:10:03.882 INFO:teuthology.orchestra.run.smithi173.stderr: Dload Upload Total Spent Left Speed 2022-03-04T13:10:03.987 INFO:teuthology.orchestra.run.smithi173.stdout:--- 2022-03-04T13:10:03.987 INFO:teuthology.orchestra.run.smithi173.stdout:apiVersion: policy/v1beta1 2022-03-04T13:10:03.988 INFO:teuthology.orchestra.run.smithi173.stdout:kind: PodSecurityPolicy 2022-03-04T13:10:03.988 INFO:teuthology.orchestra.run.smithi173.stdout:metadata: 2022-03-04T13:10:03.988 INFO:teuthology.orchestra.run.smithi173.stdout: name: psp.flannel.unprivileged 2022-03-04T13:10:03.988 INFO:teuthology.orchestra.run.smithi173.stdout: annotations: 2022-03-04T13:10:03.989 INFO:teuthology.orchestra.run.smithi173.stdout: seccomp.security.alpha.kubernetes.io/allowedProfileNames: docker/default 2022-03-04T13:10:03.989 INFO:teuthology.orchestra.run.smithi173.stdout: seccomp.security.alpha.kubernetes.io/defaultProfileName: docker/default 2022-03-04T13:10:03.989 INFO:teuthology.orchestra.run.smithi173.stdout: apparmor.security.beta.kubernetes.io/allowedProfileNames: runtime/default 2022-03-04T13:10:03.990 INFO:teuthology.orchestra.run.smithi173.stdout: apparmor.security.beta.kubernetes.io/defaultProfileName: runtime/default 2022-03-04T13:10:03.990 INFO:teuthology.orchestra.run.smithi173.stdout:spec: 2022-03-04T13:10:03.990 INFO:teuthology.orchestra.run.smithi173.stdout: privileged: false 2022-03-04T13:10:03.990 INFO:teuthology.orchestra.run.smithi173.stdout: volumes: 2022-03-04T13:10:03.990 INFO:teuthology.orchestra.run.smithi173.stdout: - configMap 2022-03-04T13:10:03.991 INFO:teuthology.orchestra.run.smithi173.stdout: - secret 2022-03-04T13:10:03.991 INFO:teuthology.orchestra.run.smithi173.stdout: - emptyDir 2022-03-04T13:10:03.991 INFO:teuthology.orchestra.run.smithi173.stdout: - hostPath 2022-03-04T13:10:03.991 INFO:teuthology.orchestra.run.smithi173.stdout: allowedHostPaths: 2022-03-04T13:10:03.992 INFO:teuthology.orchestra.run.smithi173.stdout: - pathPrefix: "/etc/cni/net.d" 2022-03-04T13:10:03.992 INFO:teuthology.orchestra.run.smithi173.stdout: - pathPrefix: "/etc/kube-flannel" 2022-03-04T13:10:03.992 INFO:teuthology.orchestra.run.smithi173.stdout: - pathPrefix: "/run/flannel" 2022-03-04T13:10:03.992 INFO:teuthology.orchestra.run.smithi173.stdout: readOnlyRootFilesystem: false 2022-03-04T13:10:03.993 INFO:teuthology.orchestra.run.smithi173.stdout: # Users and groups 2022-03-04T13:10:03.993 INFO:teuthology.orchestra.run.smithi173.stdout: runAsUser: 2022-03-04T13:10:03.993 INFO:teuthology.orchestra.run.smithi173.stdout: rule: RunAsAny 2022-03-04T13:10:03.993 INFO:teuthology.orchestra.run.smithi173.stdout: supplementalGroups: 2022-03-04T13:10:03.993 INFO:teuthology.orchestra.run.smithi173.stdout: rule: RunAsAny 2022-03-04T13:10:03.994 INFO:teuthology.orchestra.run.smithi173.stdout: fsGroup: 2022-03-04T13:10:03.994 INFO:teuthology.orchestra.run.smithi173.stdout: rule: RunAsAny 2022-03-04T13:10:03.994 INFO:teuthology.orchestra.run.smithi173.stdout: # Privilege Escalation 2022-03-04T13:10:03.994 INFO:teuthology.orchestra.run.smithi173.stdout: allowPrivilegeEscalation: false 2022-03-04T13:10:03.995 INFO:teuthology.orchestra.run.smithi173.stdout: defaultAllowPrivilegeEscalation: false 2022-03-04T13:10:03.995 INFO:teuthology.orchestra.run.smithi173.stdout: # Capabilities 2022-03-04T13:10:03.995 INFO:teuthology.orchestra.run.smithi173.stdout: allowedCapabilities: ['NET_ADMIN', 'NET_RAW'] 2022-03-04T13:10:03.995 INFO:teuthology.orchestra.run.smithi173.stdout: defaultAddCapabilities: [] 2022-03-04T13:10:03.995 INFO:teuthology.orchestra.run.smithi173.stdout: requiredDropCapabilities: [] 2022-03-04T13:10:03.996 INFO:teuthology.orchestra.run.smithi173.stdout: # Host namespaces 2022-03-04T13:10:03.996 INFO:teuthology.orchestra.run.smithi173.stdout: hostPID: false 2022-03-04T13:10:03.996 INFO:teuthology.orchestra.run.smithi173.stdout: hostIPC: false 2022-03-04T13:10:03.996 INFO:teuthology.orchestra.run.smithi173.stdout: hostNetwork: true 2022-03-04T13:10:03.996 INFO:teuthology.orchestra.run.smithi173.stdout: hostPorts: 2022-03-04T13:10:03.997 INFO:teuthology.orchestra.run.smithi173.stdout: - min: 0 2022-03-04T13:10:03.997 INFO:teuthology.orchestra.run.smithi173.stdout: max: 65535 2022-03-04T13:10:03.997 INFO:teuthology.orchestra.run.smithi173.stdout: # SELinux 2022-03-04T13:10:03.997 INFO:teuthology.orchestra.run.smithi173.stdout: seLinux: 2022-03-04T13:10:03.998 INFO:teuthology.orchestra.run.smithi173.stdout: # SELinux is unused in CaaSP 2022-03-04T13:10:03.998 INFO:teuthology.orchestra.run.smithi173.stdout: rule: 'RunAsAny' 2022-03-04T13:10:03.998 INFO:teuthology.orchestra.run.smithi173.stdout:--- 2022-03-04T13:10:03.998 INFO:teuthology.orchestra.run.smithi173.stdout:kind: ClusterRole 2022-03-04T13:10:03.998 INFO:teuthology.orchestra.run.smithi173.stdout:apiVersion: rbac.authorization.k8s.io/v1 2022-03-04T13:10:03.999 INFO:teuthology.orchestra.run.smithi173.stdout:metadata: 2022-03-04T13:10:03.999 INFO:teuthology.orchestra.run.smithi173.stdout: name: flannel 2022-03-04T13:10:03.999 INFO:teuthology.orchestra.run.smithi173.stdout:rules: 2022-03-04T13:10:03.999 INFO:teuthology.orchestra.run.smithi173.stdout:- apiGroups: ['extensions'] 2022-03-04T13:10:04.000 INFO:teuthology.orchestra.run.smithi173.stdout: resources: ['podsecuritypolicies'] 2022-03-04T13:10:04.000 INFO:teuthology.orchestra.run.smithi173.stdout: verbs: ['use'] 2022-03-04T13:10:04.000 INFO:teuthology.orchestra.run.smithi173.stdout: resourceNames: ['psp.flannel.unprivileged'] 2022-03-04T13:10:04.001 INFO:teuthology.orchestra.run.smithi173.stdout:- apiGroups: 2022-03-04T13:10:04.001 INFO:teuthology.orchestra.run.smithi173.stdout: - "" 2022-03-04T13:10:04.001 INFO:teuthology.orchestra.run.smithi173.stdout: resources: 2022-03-04T13:10:04.001 INFO:teuthology.orchestra.run.smithi173.stdout: - pods 2022-03-04T13:10:04.002 INFO:teuthology.orchestra.run.smithi173.stdout: verbs: 2022-03-04T13:10:04.002 INFO:teuthology.orchestra.run.smithi173.stdout: - get 2022-03-04T13:10:04.002 INFO:teuthology.orchestra.run.smithi173.stdout:- apiGroups: 2022-03-04T13:10:04.002 INFO:teuthology.orchestra.run.smithi173.stdout: - "" 2022-03-04T13:10:04.002 INFO:teuthology.orchestra.run.smithi173.stdout: resources: 2022-03-04T13:10:04.003 INFO:teuthology.orchestra.run.smithi173.stdout: - nodes 2022-03-04T13:10:04.003 INFO:teuthology.orchestra.run.smithi173.stdout: verbs: 2022-03-04T13:10:04.003 INFO:teuthology.orchestra.run.smithi173.stdout: - list 2022-03-04T13:10:04.003 INFO:teuthology.orchestra.run.smithi173.stdout: - watch 2022-03-04T13:10:04.004 INFO:teuthology.orchestra.run.smithi173.stdout:- apiGroups: 2022-03-04T13:10:04.004 INFO:teuthology.orchestra.run.smithi173.stdout: - "" 2022-03-04T13:10:04.004 INFO:teuthology.orchestra.run.smithi173.stdout: resources: 2022-03-04T13:10:04.004 INFO:teuthology.orchestra.run.smithi173.stdout: - nodes/status 2022-03-04T13:10:04.004 INFO:teuthology.orchestra.run.smithi173.stdout: verbs: 2022-03-04T13:10:04.005 INFO:teuthology.orchestra.run.smithi173.stdout: - patch 2022-03-04T13:10:04.005 INFO:teuthology.orchestra.run.smithi173.stdout:--- 2022-03-04T13:10:04.005 INFO:teuthology.orchestra.run.smithi173.stdout:kind: ClusterRoleBinding 2022-03-04T13:10:04.005 INFO:teuthology.orchestra.run.smithi173.stdout:apiVersion: rbac.authorization.k8s.io/v1 2022-03-04T13:10:04.005 INFO:teuthology.orchestra.run.smithi173.stdout:metadata: 2022-03-04T13:10:04.006 INFO:teuthology.orchestra.run.smithi173.stdout: name: flannel 2022-03-04T13:10:04.006 INFO:teuthology.orchestra.run.smithi173.stdout:roleRef: 2022-03-04T13:10:04.006 INFO:teuthology.orchestra.run.smithi173.stdout: apiGroup: rbac.authorization.k8s.io 2022-03-04T13:10:04.006 INFO:teuthology.orchestra.run.smithi173.stdout: kind: ClusterRole 2022-03-04T13:10:04.007 INFO:teuthology.orchestra.run.smithi173.stdout: name: flannel 2022-03-04T13:10:04.007 INFO:teuthology.orchestra.run.smithi173.stdout:subjects: 2022-03-04T13:10:04.007 INFO:teuthology.orchestra.run.smithi173.stdout:- kind: ServiceAccount 2022-03-04T13:10:04.008 INFO:teuthology.orchestra.run.smithi173.stdout: name: flannel 2022-03-04T13:10:04.008 INFO:teuthology.orchestra.run.smithi173.stdout: namespace: kube-system 2022-03-04T13:10:04.008 INFO:teuthology.orchestra.run.smithi173.stdout:--- 2022-03-04T13:10:04.008 INFO:teuthology.orchestra.run.smithi173.stdout:apiVersion: v1 2022-03-04T13:10:04.009 INFO:teuthology.orchestra.run.smithi173.stdout:kind: ServiceAccount 2022-03-04T13:10:04.009 INFO:teuthology.orchestra.run.smithi173.stdout:metadata: 2022-03-04T13:10:04.009 INFO:teuthology.orchestra.run.smithi173.stdout: name: flannel 2022-03-04T13:10:04.009 INFO:teuthology.orchestra.run.smithi173.stdout: namespace: kube-system 2022-03-04T13:10:04.010 INFO:teuthology.orchestra.run.smithi173.stdout:--- 2022-03-04T13:10:04.010 INFO:teuthology.orchestra.run.smithi173.stdout:kind: ConfigMap 2022-03-04T13:10:04.010 INFO:teuthology.orchestra.run.smithi173.stdout:apiVersion: v1 2022-03-04T13:10:04.010 INFO:teuthology.orchestra.run.smithi173.stdout:metadata: 2022-03-04T13:10:04.010 INFO:teuthology.orchestra.run.smithi173.stdout: name: kube-flannel-cfg 2022-03-04T13:10:04.011 INFO:teuthology.orchestra.run.smithi173.stdout: namespace: kube-system 2022-03-04T13:10:04.011 INFO:teuthology.orchestra.run.smithi173.stdout: labels: 2022-03-04T13:10:04.011 INFO:teuthology.orchestra.run.smithi173.stdout: tier: node 2022-03-04T13:10:04.011 INFO:teuthology.orchestra.run.smithi173.stdout: app: flannel 2022-03-04T13:10:04.012 INFO:teuthology.orchestra.run.smithi173.stdout:data: 2022-03-04T13:10:04.012 INFO:teuthology.orchestra.run.smithi173.stdout: cni-conf.json: | 2022-03-04T13:10:04.012 INFO:teuthology.orchestra.run.smithi173.stdout: { 2022-03-04T13:10:04.012 INFO:teuthology.orchestra.run.smithi173.stdout: "name": "cbr0", 2022-03-04T13:10:04.012 INFO:teuthology.orchestra.run.smithi173.stdout: "cniVersion": "0.3.1", 2022-03-04T13:10:04.013 INFO:teuthology.orchestra.run.smithi173.stdout: "plugins": [ 2022-03-04T13:10:04.013 INFO:teuthology.orchestra.run.smithi173.stdout: { 2022-03-04T13:10:04.013 INFO:teuthology.orchestra.run.smithi173.stdout: "type": "flannel", 2022-03-04T13:10:04.013 INFO:teuthology.orchestra.run.smithi173.stdout: "delegate": { 2022-03-04T13:10:04.014 INFO:teuthology.orchestra.run.smithi173.stdout: "hairpinMode": true, 2022-03-04T13:10:04.014 INFO:teuthology.orchestra.run.smithi173.stdout: "isDefaultGateway": true 2022-03-04T13:10:04.014 INFO:teuthology.orchestra.run.smithi173.stdout: } 2022-03-04T13:10:04.014 INFO:teuthology.orchestra.run.smithi173.stdout: }, 2022-03-04T13:10:04.014 INFO:teuthology.orchestra.run.smithi173.stdout: { 2022-03-04T13:10:04.015 INFO:teuthology.orchestra.run.smithi173.stdout: "type": "portmap", 2022-03-04T13:10:04.015 INFO:teuthology.orchestra.run.smithi173.stdout: "capabilities": { 2022-03-04T13:10:04.015 INFO:teuthology.orchestra.run.smithi173.stdout: "portMappings": true 2022-03-04T13:10:04.015 INFO:teuthology.orchestra.run.smithi173.stdout: } 2022-03-04T13:10:04.016 INFO:teuthology.orchestra.run.smithi173.stdout: } 2022-03-04T13:10:04.016 INFO:teuthology.orchestra.run.smithi173.stdout: ] 2022-03-04T13:10:04.016 INFO:teuthology.orchestra.run.smithi173.stdout: } 2022-03-04T13:10:04.016 INFO:teuthology.orchestra.run.smithi173.stdout: net-conf.json: | 2022-03-04T13:10:04.017 INFO:teuthology.orchestra.run.smithi173.stdout: { 2022-03-04T13:10:04.017 INFO:teuthology.orchestra.run.smithi173.stdout: "Network": "10.244.0.0/16", 2022-03-04T13:10:04.017 INFO:teuthology.orchestra.run.smithi173.stdout: "Backend": { 2022-03-04T13:10:04.017 INFO:teuthology.orchestra.run.smithi173.stdout: "Type": "vxlan" 2022-03-04T13:10:04.017 INFO:teuthology.orchestra.run.smithi173.stdout: } 2022-03-04T13:10:04.018 INFO:teuthology.orchestra.run.smithi173.stdout: } 2022-03-04T13:10:04.018 INFO:teuthology.orchestra.run.smithi173.stdout:--- 2022-03-04T13:10:04.018 INFO:teuthology.orchestra.run.smithi173.stdout:apiVersion: apps/v1 2022-03-04T13:10:04.018 INFO:teuthology.orchestra.run.smithi173.stdout:kind: DaemonSet 2022-03-04T13:10:04.019 INFO:teuthology.orchestra.run.smithi173.stdout:metadata: 2022-03-04T13:10:04.019 INFO:teuthology.orchestra.run.smithi173.stdout: name: kube-flannel-ds 2022-03-04T13:10:04.019 INFO:teuthology.orchestra.run.smithi173.stdout: namespace: kube-system 2022-03-04T13:10:04.019 INFO:teuthology.orchestra.run.smithi173.stdout: labels: 2022-03-04T13:10:04.019 INFO:teuthology.orchestra.run.smithi173.stdout: tier: node 2022-03-04T13:10:04.020 INFO:teuthology.orchestra.run.smithi173.stdout: app: flannel 2022-03-04T13:10:04.020 INFO:teuthology.orchestra.run.smithi173.stdout:spec: 2022-03-04T13:10:04.020 INFO:teuthology.orchestra.run.smithi173.stdout: selector: 2022-03-04T13:10:04.020 INFO:teuthology.orchestra.run.smithi173.stdout: matchLabels: 2022-03-04T13:10:04.021 INFO:teuthology.orchestra.run.smithi173.stdout: app: flannel 2022-03-04T13:10:04.021 INFO:teuthology.orchestra.run.smithi173.stdout: template: 2022-03-04T13:10:04.021 INFO:teuthology.orchestra.run.smithi173.stdout: metadata: 2022-03-04T13:10:04.021 INFO:teuthology.orchestra.run.smithi173.stdout: labels: 2022-03-04T13:10:04.021 INFO:teuthology.orchestra.run.smithi173.stdout: tier: node 2022-03-04T13:10:04.022 INFO:teuthology.orchestra.run.smithi173.stdout: app: flannel 2022-03-04T13:10:04.022 INFO:teuthology.orchestra.run.smithi173.stdout: spec: 2022-03-04T13:10:04.022 INFO:teuthology.orchestra.run.smithi173.stdout: affinity: 2022-03-04T13:10:04.022 INFO:teuthology.orchestra.run.smithi173.stdout: nodeAffinity: 2022-03-04T13:10:04.023 INFO:teuthology.orchestra.run.smithi173.stdout: requiredDuringSchedulingIgnoredDuringExecution: 2022-03-04T13:10:04.023 INFO:teuthology.orchestra.run.smithi173.stdout: nodeSelectorTerms: 2022-03-04T13:10:04.023 INFO:teuthology.orchestra.run.smithi173.stdout: - matchExpressions: 2022-03-04T13:10:04.023 INFO:teuthology.orchestra.run.smithi173.stdout: - key: kubernetes.io/os 2022-03-04T13:10:04.024 INFO:teuthology.orchestra.run.smithi173.stdout: operator: In 2022-03-04T13:10:04.024 INFO:teuthology.orchestra.run.smithi173.stdout: values: 2022-03-04T13:10:04.024 INFO:teuthology.orchestra.run.smithi173.stdout: - linux 2022-03-04T13:10:04.024 INFO:teuthology.orchestra.run.smithi173.stdout: hostNetwork: true 2022-03-04T13:10:04.025 INFO:teuthology.orchestra.run.smithi173.stdout: priorityClassName: system-node-critical 2022-03-04T13:10:04.025 INFO:teuthology.orchestra.run.smithi173.stdout: tolerations: 2022-03-04T13:10:04.025 INFO:teuthology.orchestra.run.smithi173.stdout: - operator: Exists 2022-03-04T13:10:04.025 INFO:teuthology.orchestra.run.smithi173.stdout: effect: NoSchedule 2022-03-04T13:10:04.025 INFO:teuthology.orchestra.run.smithi173.stdout: serviceAccountName: flannel 2022-03-04T13:10:04.026 INFO:teuthology.orchestra.run.smithi173.stdout: initContainers: 2022-03-04T13:10:04.026 INFO:teuthology.orchestra.run.smithi173.stdout: - name: install-cni-plugin 2022-03-04T13:10:04.026 INFO:teuthology.orchestra.run.smithi173.stdout: #image: flannelcni/flannel-cni-plugin:v1.0.1 for ppc64le and mips64le (dockerhub limitations may apply) 2022-03-04T13:10:04.026 INFO:teuthology.orchestra.run.smithi173.stdout: image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.0.1 2022-03-04T13:10:04.027 INFO:teuthology.orchestra.run.smithi173.stdout: command: 2022-03-04T13:10:04.027 INFO:teuthology.orchestra.run.smithi173.stdout: - cp 2022-03-04T13:10:04.027 INFO:teuthology.orchestra.run.smithi173.stdout: args: 2022-03-04T13:10:04.027 INFO:teuthology.orchestra.run.smithi173.stdout: - -f 2022-03-04T13:10:04.027 INFO:teuthology.orchestra.run.smithi173.stdout: - /flannel 2022-03-04T13:10:04.028 INFO:teuthology.orchestra.run.smithi173.stdout: - /opt/cni/bin/flannel 2022-03-04T13:10:04.028 INFO:teuthology.orchestra.run.smithi173.stdout: volumeMounts: 2022-03-04T13:10:04.028 INFO:teuthology.orchestra.run.smithi173.stdout: - name: cni-plugin 2022-03-04T13:10:04.028 INFO:teuthology.orchestra.run.smithi173.stdout: mountPath: /opt/cni/bin 2022-03-04T13:10:04.029 INFO:teuthology.orchestra.run.smithi173.stdout: - name: install-cni 2022-03-04T13:10:04.029 INFO:teuthology.orchestra.run.smithi173.stdout: #image: flannelcni/flannel:v0.16.3 for ppc64le and mips64le (dockerhub limitations may apply) 2022-03-04T13:10:04.029 INFO:teuthology.orchestra.run.smithi173.stdout: image: rancher/mirrored-flannelcni-flannel:v0.16.3 2022-03-04T13:10:04.029 INFO:teuthology.orchestra.run.smithi173.stdout: command: 2022-03-04T13:10:04.030 INFO:teuthology.orchestra.run.smithi173.stdout: - cp 2022-03-04T13:10:04.030 INFO:teuthology.orchestra.run.smithi173.stdout: args: 2022-03-04T13:10:04.030 INFO:teuthology.orchestra.run.smithi173.stdout: - -f 2022-03-04T13:10:04.030 INFO:teuthology.orchestra.run.smithi173.stdout: - /etc/kube-flannel/cni-conf.json 2022-03-04T13:10:04.031 INFO:teuthology.orchestra.run.smithi173.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5692 100 5692 0 0 53698 0 --:--:-- --:--:-- --:--:-- 53698 2022-03-04T13:10:04.032 INFO:teuthology.orchestra.run.smithi173.stdout: - /etc/cni/net.d/10-flannel.conflist 2022-03-04T13:10:04.032 INFO:teuthology.orchestra.run.smithi173.stdout: volumeMounts: 2022-03-04T13:10:04.032 INFO:teuthology.orchestra.run.smithi173.stdout: - name: cni 2022-03-04T13:10:04.033 INFO:teuthology.orchestra.run.smithi173.stdout: mountPath: /etc/cni/net.d 2022-03-04T13:10:04.033 INFO:teuthology.orchestra.run.smithi173.stdout: - name: flannel-cfg 2022-03-04T13:10:04.033 INFO:teuthology.orchestra.run.smithi173.stdout: mountPath: /etc/kube-flannel/ 2022-03-04T13:10:04.033 INFO:teuthology.orchestra.run.smithi173.stdout: containers: 2022-03-04T13:10:04.034 INFO:teuthology.orchestra.run.smithi173.stdout: - name: kube-flannel 2022-03-04T13:10:04.034 INFO:teuthology.orchestra.run.smithi173.stdout: #image: flannelcni/flannel:v0.16.3 for ppc64le and mips64le (dockerhub limitations may apply) 2022-03-04T13:10:04.034 INFO:teuthology.orchestra.run.smithi173.stdout: image: rancher/mirrored-flannelcni-flannel:v0.16.3 2022-03-04T13:10:04.034 INFO:teuthology.orchestra.run.smithi173.stdout: command: 2022-03-04T13:10:04.034 INFO:teuthology.orchestra.run.smithi173.stdout: - /opt/bin/flanneld 2022-03-04T13:10:04.035 INFO:teuthology.orchestra.run.smithi173.stdout: args: 2022-03-04T13:10:04.035 INFO:teuthology.orchestra.run.smithi173.stdout: - --ip-masq 2022-03-04T13:10:04.035 INFO:teuthology.orchestra.run.smithi173.stdout: - --kube-subnet-mgr 2022-03-04T13:10:04.035 INFO:teuthology.orchestra.run.smithi173.stdout: resources: 2022-03-04T13:10:04.036 INFO:teuthology.orchestra.run.smithi173.stdout: requests: 2022-03-04T13:10:04.036 INFO:teuthology.orchestra.run.smithi173.stdout: cpu: "100m" 2022-03-04T13:10:04.036 INFO:teuthology.orchestra.run.smithi173.stdout: memory: "50Mi" 2022-03-04T13:10:04.036 INFO:teuthology.orchestra.run.smithi173.stdout: limits: 2022-03-04T13:10:04.036 INFO:teuthology.orchestra.run.smithi173.stdout: cpu: "100m" 2022-03-04T13:10:04.037 INFO:teuthology.orchestra.run.smithi173.stdout: memory: "50Mi" 2022-03-04T13:10:04.037 INFO:teuthology.orchestra.run.smithi173.stdout: securityContext: 2022-03-04T13:10:04.037 INFO:teuthology.orchestra.run.smithi173.stdout: privileged: false 2022-03-04T13:10:04.037 INFO:teuthology.orchestra.run.smithi173.stdout: capabilities: 2022-03-04T13:10:04.038 INFO:teuthology.orchestra.run.smithi173.stdout: add: ["NET_ADMIN", "NET_RAW"] 2022-03-04T13:10:04.038 INFO:teuthology.orchestra.run.smithi173.stdout: env: 2022-03-04T13:10:04.038 INFO:teuthology.orchestra.run.smithi173.stdout: - name: POD_NAME 2022-03-04T13:10:04.038 INFO:teuthology.orchestra.run.smithi173.stdout: valueFrom: 2022-03-04T13:10:04.038 INFO:teuthology.orchestra.run.smithi173.stdout: fieldRef: 2022-03-04T13:10:04.039 INFO:teuthology.orchestra.run.smithi173.stdout: fieldPath: metadata.name 2022-03-04T13:10:04.039 INFO:teuthology.orchestra.run.smithi173.stdout: - name: POD_NAMESPACE 2022-03-04T13:10:04.039 INFO:teuthology.orchestra.run.smithi173.stdout: valueFrom: 2022-03-04T13:10:04.039 INFO:teuthology.orchestra.run.smithi173.stdout: fieldRef: 2022-03-04T13:10:04.040 INFO:teuthology.orchestra.run.smithi173.stdout: fieldPath: metadata.namespace 2022-03-04T13:10:04.040 INFO:teuthology.orchestra.run.smithi173.stdout: volumeMounts: 2022-03-04T13:10:04.040 INFO:teuthology.orchestra.run.smithi173.stdout: - name: run 2022-03-04T13:10:04.040 INFO:teuthology.orchestra.run.smithi173.stdout: mountPath: /run/flannel 2022-03-04T13:10:04.040 INFO:teuthology.orchestra.run.smithi173.stdout: - name: flannel-cfg 2022-03-04T13:10:04.041 INFO:teuthology.orchestra.run.smithi173.stdout: mountPath: /etc/kube-flannel/ 2022-03-04T13:10:04.041 INFO:teuthology.orchestra.run.smithi173.stdout: - name: xtables-lock 2022-03-04T13:10:04.041 INFO:teuthology.orchestra.run.smithi173.stdout: mountPath: /run/xtables.lock 2022-03-04T13:10:04.041 INFO:teuthology.orchestra.run.smithi173.stdout: volumes: 2022-03-04T13:10:04.042 INFO:teuthology.orchestra.run.smithi173.stdout: - name: run 2022-03-04T13:10:04.042 INFO:teuthology.orchestra.run.smithi173.stdout: hostPath: 2022-03-04T13:10:04.042 INFO:teuthology.orchestra.run.smithi173.stdout: path: /run/flannel 2022-03-04T13:10:04.042 INFO:teuthology.orchestra.run.smithi173.stdout: - name: cni-plugin 2022-03-04T13:10:04.042 INFO:teuthology.orchestra.run.smithi173.stdout: hostPath: 2022-03-04T13:10:04.043 INFO:teuthology.orchestra.run.smithi173.stdout: path: /opt/cni/bin 2022-03-04T13:10:04.043 INFO:teuthology.orchestra.run.smithi173.stdout: - name: cni 2022-03-04T13:10:04.043 INFO:teuthology.orchestra.run.smithi173.stdout: hostPath: 2022-03-04T13:10:04.043 INFO:teuthology.orchestra.run.smithi173.stdout: path: /etc/cni/net.d 2022-03-04T13:10:04.043 INFO:teuthology.orchestra.run.smithi173.stdout: - name: flannel-cfg 2022-03-04T13:10:04.044 INFO:teuthology.orchestra.run.smithi173.stdout: configMap: 2022-03-04T13:10:04.044 INFO:teuthology.orchestra.run.smithi173.stdout: name: kube-flannel-cfg 2022-03-04T13:10:04.044 INFO:teuthology.orchestra.run.smithi173.stdout: - name: xtables-lock 2022-03-04T13:10:04.044 INFO:teuthology.orchestra.run.smithi173.stdout: hostPath: 2022-03-04T13:10:04.045 INFO:teuthology.orchestra.run.smithi173.stdout: path: /run/xtables.lock 2022-03-04T13:10:04.045 INFO:teuthology.orchestra.run.smithi173.stdout: type: FileOrCreate 2022-03-04T13:10:04.074 INFO:tasks.kubeadm:Updating {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'kube-flannel-cfg', 'namespace': 'kube-system', 'labels': {'tier': 'node', 'app': 'flannel'}}, 'data': {'cni-conf.json': '{\n "name": "cbr0",\n "cniVersion": "0.3.1",\n "plugins": [\n {\n "type": "flannel",\n "delegate": {\n "hairpinMode": true,\n "isDefaultGateway": true\n }\n },\n {\n "type": "portmap",\n "capabilities": {\n "portMappings": true\n }\n }\n ]\n}\n', 'net-conf.json': '{\n "Network": "10.244.0.0/16",\n "Backend": {\n "Type": "vxlan"\n }\n}\n'}} 2022-03-04T13:10:04.074 INFO:tasks.kubeadm:Now {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'kube-flannel-cfg', 'namespace': 'kube-system', 'labels': {'tier': 'node', 'app': 'flannel'}}, 'data': {'cni-conf.json': '{\n "name": "cbr0",\n "cniVersion": "0.3.1",\n "plugins": [\n {\n "type": "flannel",\n "delegate": {\n "hairpinMode": true,\n "isDefaultGateway": true\n }\n },\n {\n "type": "portmap",\n "capabilities": {\n "portMappings": true\n }\n }\n ]\n}\n', 'net-conf.json': '{\n "Network": "10.253.96.0/21",\n "Backend": {\n "Type": "vxlan"\n }\n}\n'}} 2022-03-04T13:10:04.103 DEBUG:tasks.kubeadm:Flannel: apiVersion: policy/v1beta1 kind: PodSecurityPolicy metadata: annotations: apparmor.security.beta.kubernetes.io/allowedProfileNames: runtime/default apparmor.security.beta.kubernetes.io/defaultProfileName: runtime/default seccomp.security.alpha.kubernetes.io/allowedProfileNames: docker/default seccomp.security.alpha.kubernetes.io/defaultProfileName: docker/default name: psp.flannel.unprivileged spec: allowPrivilegeEscalation: false allowedCapabilities: - NET_ADMIN - NET_RAW allowedHostPaths: - pathPrefix: /etc/cni/net.d - pathPrefix: /etc/kube-flannel - pathPrefix: /run/flannel defaultAddCapabilities: [] defaultAllowPrivilegeEscalation: false fsGroup: rule: RunAsAny hostIPC: false hostNetwork: true hostPID: false hostPorts: - max: 65535 min: 0 privileged: false readOnlyRootFilesystem: false requiredDropCapabilities: [] runAsUser: rule: RunAsAny seLinux: rule: RunAsAny supplementalGroups: rule: RunAsAny volumes: - configMap - secret - emptyDir - hostPath --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: flannel rules: - apiGroups: - extensions resourceNames: - psp.flannel.unprivileged resources: - podsecuritypolicies verbs: - use - apiGroups: - '' resources: - pods verbs: - get - apiGroups: - '' resources: - nodes verbs: - list - watch - apiGroups: - '' resources: - nodes/status verbs: - patch --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: flannel roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: flannel subjects: - kind: ServiceAccount name: flannel namespace: kube-system --- apiVersion: v1 kind: ServiceAccount metadata: name: flannel namespace: kube-system --- apiVersion: v1 data: cni-conf.json: "{\n \"name\": \"cbr0\",\n \"cniVersion\": \"0.3.1\",\n \"plugins\"\ : [\n {\n \"type\": \"flannel\",\n \"delegate\": {\n \"hairpinMode\"\ : true,\n \"isDefaultGateway\": true\n }\n },\n {\n \"\ type\": \"portmap\",\n \"capabilities\": {\n \"portMappings\": true\n\ \ }\n }\n ]\n}\n" net-conf.json: "{\n \"Network\": \"10.253.96.0/21\",\n \"Backend\": {\n \"\ Type\": \"vxlan\"\n }\n}\n" kind: ConfigMap metadata: labels: app: flannel tier: node name: kube-flannel-cfg namespace: kube-system --- apiVersion: apps/v1 kind: DaemonSet metadata: labels: app: flannel tier: node name: kube-flannel-ds namespace: kube-system spec: selector: matchLabels: app: flannel template: metadata: labels: app: flannel tier: node spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: kubernetes.io/os operator: In values: - linux containers: - args: - --ip-masq - --kube-subnet-mgr command: - /opt/bin/flanneld env: - name: POD_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: POD_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace image: rancher/mirrored-flannelcni-flannel:v0.16.3 name: kube-flannel resources: limits: cpu: 100m memory: 50Mi requests: cpu: 100m memory: 50Mi securityContext: capabilities: add: - NET_ADMIN - NET_RAW privileged: false volumeMounts: - mountPath: /run/flannel name: run - mountPath: /etc/kube-flannel/ name: flannel-cfg - mountPath: /run/xtables.lock name: xtables-lock hostNetwork: true initContainers: - args: - -f - /flannel - /opt/cni/bin/flannel command: - cp image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.0.1 name: install-cni-plugin volumeMounts: - mountPath: /opt/cni/bin name: cni-plugin - args: - -f - /etc/kube-flannel/cni-conf.json - /etc/cni/net.d/10-flannel.conflist command: - cp image: rancher/mirrored-flannelcni-flannel:v0.16.3 name: install-cni volumeMounts: - mountPath: /etc/cni/net.d name: cni - mountPath: /etc/kube-flannel/ name: flannel-cfg priorityClassName: system-node-critical serviceAccountName: flannel tolerations: - effect: NoSchedule operator: Exists volumes: - hostPath: path: /run/flannel name: run - hostPath: path: /opt/cni/bin name: cni-plugin - hostPath: path: /etc/cni/net.d name: cni - configMap: name: kube-flannel-cfg name: flannel-cfg - hostPath: path: /run/xtables.lock type: FileOrCreate name: xtables-lock 2022-03-04T13:10:04.103 DEBUG:teuthology.orchestra.run.smithi173:> kubectl apply -f - 2022-03-04T13:10:06.703 INFO:teuthology.orchestra.run.smithi173.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-03-04T13:10:06.709 INFO:teuthology.orchestra.run.smithi173.stdout:podsecuritypolicy.policy/psp.flannel.unprivileged created 2022-03-04T13:10:06.722 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrole.rbac.authorization.k8s.io/flannel created 2022-03-04T13:10:06.743 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/flannel created 2022-03-04T13:10:06.756 INFO:teuthology.orchestra.run.smithi173.stdout:serviceaccount/flannel created 2022-03-04T13:10:06.766 INFO:teuthology.orchestra.run.smithi173.stdout:configmap/kube-flannel-cfg created 2022-03-04T13:10:06.781 INFO:teuthology.orchestra.run.smithi173.stdout:daemonset.apps/kube-flannel-ds created 2022-03-04T13:10:06.784 INFO:tasks.kubeadm:Scanning for scratch devices 2022-03-04T13:10:06.784 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:10:06.785 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/scratch_devs of=/dev/stdout 2022-03-04T13:10:06.790 INFO:tasks.kubeadm:Scratch devices on smithi173: ['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2022-03-04T13:10:06.790 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 2022-03-04T13:10:06.858 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records in 2022-03-04T13:10:06.859 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2022-03-04T13:10:06.859 INFO:teuthology.orchestra.run.smithi173.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0184529 s, 568 MB/s 2022-03-04T13:10:06.860 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 2022-03-04T13:10:06.888 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records in 2022-03-04T13:10:06.888 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2022-03-04T13:10:06.888 INFO:teuthology.orchestra.run.smithi173.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0154987 s, 677 MB/s 2022-03-04T13:10:06.890 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 2022-03-04T13:10:06.915 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records in 2022-03-04T13:10:06.916 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2022-03-04T13:10:06.916 INFO:teuthology.orchestra.run.smithi173.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0160299 s, 654 MB/s 2022-03-04T13:10:06.917 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 2022-03-04T13:10:06.985 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records in 2022-03-04T13:10:06.985 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2022-03-04T13:10:06.985 INFO:teuthology.orchestra.run.smithi173.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0162179 s, 647 MB/s 2022-03-04T13:10:06.993 INFO:tasks.kubeadm:Creating PVs + StorageClass 2022-03-04T13:10:06.993 DEBUG:tasks.kubeadm:apiVersion: v1 kind: PersistentVolume metadata: name: smithi173-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: - smithi173 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi173-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: - smithi173 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi173-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: - smithi173 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi173-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: - smithi173 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-04T13:10:06.994 DEBUG:teuthology.orchestra.run.smithi173:> kubectl create -f - 2022-03-04T13:10:07.280 INFO:teuthology.orchestra.run.smithi173.stdout:persistentvolume/smithi173-lv-1 created 2022-03-04T13:10:07.345 INFO:teuthology.orchestra.run.smithi173.stdout:persistentvolume/smithi173-lv-2 created 2022-03-04T13:10:07.349 INFO:teuthology.orchestra.run.smithi173.stdout:persistentvolume/smithi173-lv-3 created 2022-03-04T13:10:07.353 INFO:teuthology.orchestra.run.smithi173.stdout:persistentvolume/smithi173-lv-4 created 2022-03-04T13:10:07.361 INFO:teuthology.orchestra.run.smithi173.stdout:storageclass.storage.k8s.io/scratch created 2022-03-04T13:10:07.367 DEBUG:teuthology.orchestra.run.smithi173:> kubectl taint node smithi173 node-role.kubernetes.io/master- || true 2022-03-04T13:10:07.443 INFO:teuthology.orchestra.run.smithi173.stdout:node/smithi173 untainted 2022-03-04T13:10:07.446 INFO:tasks.kubeadm:Kubeadm complete, yielding 2022-03-04T13:10:07.446 INFO:teuthology.run_tasks:Running task nvme_loop... 2022-03-04T13:10:07.458 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2022-03-04T13:10:07.459 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:10:07.459 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/scratch_devs of=/dev/stdout 2022-03-04T13:10:07.468 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-04T13:10:07.468 DEBUG:teuthology.orchestra.run.smithi173:> 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-04T13:10:07.517 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2022-03-04T13:10:07.517 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-04T13:10:07.518 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 502 Links: 1 2022-03-04T13:10:07.518 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-04T13:10:07.518 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2022-03-04 13:10:06.866057097 +0000 2022-03-04T13:10:07.519 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2022-03-04 13:10:06.866057097 +0000 2022-03-04T13:10:07.519 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2022-03-04 13:10:06.866057097 +0000 2022-03-04T13:10:07.519 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2022-03-04T13:10:07.525 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2022-03-04T13:10:07.525 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2022-03-04T13:10:07.525 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000625154 s, 819 kB/s 2022-03-04T13:10:07.529 DEBUG:teuthology.orchestra.run.smithi173:> 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-04T13:10:07.536 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2022-03-04T13:10:07.536 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-04T13:10:07.536 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 507 Links: 1 2022-03-04T13:10:07.536 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-04T13:10:07.537 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2022-03-04 13:10:06.890057098 +0000 2022-03-04T13:10:07.537 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2022-03-04 13:10:06.890057098 +0000 2022-03-04T13:10:07.537 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2022-03-04 13:10:06.890057098 +0000 2022-03-04T13:10:07.537 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2022-03-04T13:10:07.546 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2022-03-04T13:10:07.547 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2022-03-04T13:10:07.547 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000498031 s, 1.0 MB/s 2022-03-04T13:10:07.551 DEBUG:teuthology.orchestra.run.smithi173:> 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-04T13:10:07.557 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2022-03-04T13:10:07.558 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-04T13:10:07.558 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 512 Links: 1 2022-03-04T13:10:07.558 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-04T13:10:07.558 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2022-03-04 13:10:06.922057099 +0000 2022-03-04T13:10:07.559 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2022-03-04 13:10:06.918057099 +0000 2022-03-04T13:10:07.559 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2022-03-04 13:10:06.918057099 +0000 2022-03-04T13:10:07.559 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2022-03-04T13:10:07.564 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2022-03-04T13:10:07.564 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2022-03-04T13:10:07.565 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000438848 s, 1.2 MB/s 2022-03-04T13:10:07.567 DEBUG:teuthology.orchestra.run.smithi173:> 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-04T13:10:07.573 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2022-03-04T13:10:07.573 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-04T13:10:07.573 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 518 Links: 1 2022-03-04T13:10:07.574 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-04T13:10:07.574 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2022-03-04 13:10:06.986057101 +0000 2022-03-04T13:10:07.574 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2022-03-04 13:10:06.986057101 +0000 2022-03-04T13:10:07.574 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2022-03-04 13:10:06.986057101 +0000 2022-03-04T13:10:07.575 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2022-03-04T13:10:07.581 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2022-03-04T13:10:07.581 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2022-03-04T13:10:07.581 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000488516 s, 1.0 MB/s 2022-03-04T13:10:07.586 DEBUG:teuthology.orchestra.run.smithi173:> 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-04T13:10:07.722 INFO:teuthology.orchestra.run.smithi173.stdout:loop 2022-03-04T13:10:07.724 INFO:tasks.nvme_loop:Connecting nvme_loop smithi173:/dev/vg_nvme/lv_1... 2022-03-04T13:10:07.725 DEBUG:teuthology.orchestra.run.smithi173:> 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-04T13:10:07.747 INFO:teuthology.orchestra.run.smithi173.stdout:1 2022-03-04T13:10:07.772 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/vg_nvme/lv_11 2022-03-04T13:10:07.796 INFO:tasks.nvme_loop:Connecting nvme_loop smithi173:/dev/vg_nvme/lv_2... 2022-03-04T13:10:07.796 DEBUG:teuthology.orchestra.run.smithi173:> 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-04T13:10:07.818 INFO:teuthology.orchestra.run.smithi173.stdout:1 2022-03-04T13:10:07.843 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/vg_nvme/lv_21 2022-03-04T13:10:07.866 INFO:tasks.nvme_loop:Connecting nvme_loop smithi173:/dev/vg_nvme/lv_3... 2022-03-04T13:10:07.866 DEBUG:teuthology.orchestra.run.smithi173:> 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-04T13:10:07.889 INFO:teuthology.orchestra.run.smithi173.stdout:1 2022-03-04T13:10:07.915 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/vg_nvme/lv_31 2022-03-04T13:10:07.938 INFO:tasks.nvme_loop:Connecting nvme_loop smithi173:/dev/vg_nvme/lv_4... 2022-03-04T13:10:07.939 DEBUG:teuthology.orchestra.run.smithi173:> 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-04T13:10:08.008 INFO:teuthology.orchestra.run.smithi173.stdout:1 2022-03-04T13:10:08.032 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/vg_nvme/lv_41 2022-03-04T13:10:08.054 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:10:08.054 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/scratch_devs of=/dev/stdout 2022-03-04T13:10:08.060 DEBUG:teuthology.orchestra.run.smithi173:> sudo nvme list 2022-03-04T13:10:08.071 INFO:teuthology.orchestra.run.smithi173.stdout:Node SN Model Namespace Usage Format FW Rev 2022-03-04T13:10:08.071 INFO:teuthology.orchestra.run.smithi173.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2022-03-04T13:10:08.071 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/nvme0n1 PHFT6204019S400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2022-03-04T13:10:08.072 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/nvme1n1 e01b3792e87110da Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-04T13:10:08.072 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/nvme2n1 54d294d1f41fd623 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-04T13:10:08.072 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/nvme3n1 8d86aa91dea51134 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-04T13:10:08.073 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1'] 2022-03-04T13:10:09.075 DEBUG:teuthology.orchestra.run.smithi173:> sudo nvme list 2022-03-04T13:10:09.090 INFO:teuthology.orchestra.run.smithi173.stdout:Node SN Model Namespace Usage Format FW Rev 2022-03-04T13:10:09.090 INFO:teuthology.orchestra.run.smithi173.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2022-03-04T13:10:09.091 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/nvme0n1 PHFT6204019S400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2022-03-04T13:10:09.091 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/nvme1n1 e01b3792e87110da Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-04T13:10:09.091 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/nvme2n1 54d294d1f41fd623 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-04T13:10:09.092 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/nvme3n1 8d86aa91dea51134 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-04T13:10:09.092 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/nvme4n1 f4f068486a162cc4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-04T13:10:09.093 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2022-03-04T13:10:09.093 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:10:09.094 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/scratch_devs 2022-03-04T13:10:09.148 INFO:teuthology.run_tasks:Running task rook... 2022-03-04T13:10:09.218 INFO:tasks.rook:Rook start 2022-03-04T13:10:09.219 INFO:tasks.rook:Config: {'conf': {'global': {'osd crush chooseleaf type': 0}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-whitelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'd0dc2fbbf3f64a2d513e2355b245d0ea9728ff97', 'rook_branch': 'v1.7.2', 'rook_image': 'rook/ceph:v1.7.2'} 2022-03-04T13:10:09.219 INFO:tasks.rook:Ceph image is quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97 2022-03-04T13:10:09.220 INFO:tasks.rook:Cloning https://github.com/rook/rook branch v1.7.2 2022-03-04T13:10:09.220 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf rook && git clone --single-branch --branch v1.7.2 https://github.com/rook/rook rook 2022-03-04T13:10:09.230 INFO:teuthology.orchestra.run.smithi173.stderr:Cloning into 'rook'... 2022-03-04T13:10:11.424 INFO:teuthology.orchestra.run.smithi173.stderr:Note: switching to '1784489964d2e417b6050c7edc8f626b5cca49f5'. 2022-03-04T13:10:11.425 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:10:11.425 INFO:teuthology.orchestra.run.smithi173.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2022-03-04T13:10:11.425 INFO:teuthology.orchestra.run.smithi173.stderr:changes and commit them, and you can discard any commits you make in this 2022-03-04T13:10:11.425 INFO:teuthology.orchestra.run.smithi173.stderr:state without impacting any branches by switching back to a branch. 2022-03-04T13:10:11.425 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:10:11.426 INFO:teuthology.orchestra.run.smithi173.stderr:If you want to create a new branch to retain commits you create, you may 2022-03-04T13:10:11.426 INFO:teuthology.orchestra.run.smithi173.stderr:do so (now or later) by using -c with the switch command. Example: 2022-03-04T13:10:11.426 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:10:11.426 INFO:teuthology.orchestra.run.smithi173.stderr: git switch -c 2022-03-04T13:10:11.427 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:10:11.427 INFO:teuthology.orchestra.run.smithi173.stderr:Or undo this operation with: 2022-03-04T13:10:11.427 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:10:11.427 INFO:teuthology.orchestra.run.smithi173.stderr: git switch - 2022-03-04T13:10:11.427 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:10:11.428 INFO:teuthology.orchestra.run.smithi173.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2022-03-04T13:10:11.428 INFO:teuthology.orchestra.run.smithi173.stderr: 2022-03-04T13:10:11.522 INFO:tasks.rook:/home/teuthworker 2022-03-04T13:10:11.523 DEBUG:teuthology.orchestra.run.smithi173:> PATH=/sbin:/usr/sbin ip addr show 2022-03-04T13:10:11.528 INFO:teuthology.orchestra.run.smithi173.stdout:1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 2022-03-04T13:10:11.528 INFO:teuthology.orchestra.run.smithi173.stdout: link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2022-03-04T13:10:11.529 INFO:teuthology.orchestra.run.smithi173.stdout: inet 127.0.0.1/8 scope host lo 2022-03-04T13:10:11.529 INFO:teuthology.orchestra.run.smithi173.stdout: valid_lft forever preferred_lft forever 2022-03-04T13:10:11.529 INFO:teuthology.orchestra.run.smithi173.stdout: inet6 ::1/128 scope host 2022-03-04T13:10:11.529 INFO:teuthology.orchestra.run.smithi173.stdout: valid_lft forever preferred_lft forever 2022-03-04T13:10:11.530 INFO:teuthology.orchestra.run.smithi173.stdout:2: eno1: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-03-04T13:10:11.530 INFO:teuthology.orchestra.run.smithi173.stdout: link/ether 0c:c4:7a:d9:38:6a brd ff:ff:ff:ff:ff:ff 2022-03-04T13:10:11.530 INFO:teuthology.orchestra.run.smithi173.stdout: altname enp7s0f0 2022-03-04T13:10:11.530 INFO:teuthology.orchestra.run.smithi173.stdout:3: eno2: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-03-04T13:10:11.530 INFO:teuthology.orchestra.run.smithi173.stdout: link/ether 0c:c4:7a:d9:38:6b brd ff:ff:ff:ff:ff:ff 2022-03-04T13:10:11.531 INFO:teuthology.orchestra.run.smithi173.stdout: altname enp7s0f1 2022-03-04T13:10:11.531 INFO:teuthology.orchestra.run.smithi173.stdout:4: enp3s0f0: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-03-04T13:10:11.531 INFO:teuthology.orchestra.run.smithi173.stdout: link/ether 0c:c4:7a:88:72:58 brd ff:ff:ff:ff:ff:ff 2022-03-04T13:10:11.531 INFO:teuthology.orchestra.run.smithi173.stdout:5: enp3s0f1: mtu 1500 qdisc mq state UP group default qlen 1000 2022-03-04T13:10:11.532 INFO:teuthology.orchestra.run.smithi173.stdout: link/ether 0c:c4:7a:88:72:59 brd ff:ff:ff:ff:ff:ff 2022-03-04T13:10:11.532 INFO:teuthology.orchestra.run.smithi173.stdout: inet 172.21.15.173/20 brd 172.21.15.255 scope global dynamic enp3s0f1 2022-03-04T13:10:11.532 INFO:teuthology.orchestra.run.smithi173.stdout: valid_lft 42918sec preferred_lft 42918sec 2022-03-04T13:10:11.532 INFO:teuthology.orchestra.run.smithi173.stdout: inet6 fe80::ec4:7aff:fe88:7259/64 scope link 2022-03-04T13:10:11.532 INFO:teuthology.orchestra.run.smithi173.stdout: valid_lft forever preferred_lft forever 2022-03-04T13:10:11.533 INFO:teuthology.orchestra.run.smithi173.stdout:6: docker0: mtu 1500 qdisc noqueue state DOWN group default 2022-03-04T13:10:11.533 INFO:teuthology.orchestra.run.smithi173.stdout: link/ether 02:42:e8:63:6f:5d brd ff:ff:ff:ff:ff:ff 2022-03-04T13:10:11.533 INFO:teuthology.orchestra.run.smithi173.stdout: inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0 2022-03-04T13:10:11.533 INFO:teuthology.orchestra.run.smithi173.stdout: valid_lft forever preferred_lft forever 2022-03-04T13:10:11.534 DEBUG:teuthology.orchestra.run.smithi173:> which systemctl 2022-03-04T13:10:11.581 INFO:teuthology.orchestra.run.smithi173.stdout:/usr/bin/systemctl 2022-03-04T13:10:11.581 DEBUG:teuthology.orchestra.run.smithi173:> test -f /run/.containerenv -o -f /.dockerenv 2022-03-04T13:10:11.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-03-04T13:10:11.586 DEBUG:teuthology.orchestra.run.smithi173:> true 2022-03-04T13:10:11.622 DEBUG:teuthology.orchestra.run.smithi173:> sudo lsb_release -is 2022-03-04T13:10:11.685 INFO:teuthology.orchestra.run.smithi173.stdout:Ubuntu 2022-03-04T13:10:11.691 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-04T13:10:11.691 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-04T13:10:11.713 DEBUG:teuthology.orchestra.remote:smithi173:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-04T13:10:11.725 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:10:11.725 DEBUG:teuthology.orchestra.run.smithi173:> dd if=rook/cluster/examples/kubernetes/ceph/operator.yaml of=/dev/stdout 2022-03-04T13:10:11.735 INFO:tasks.rook:Patching operator to use image rook/ceph:v1.7.2 2022-03-04T13:10:11.777 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:10:11.777 DEBUG:teuthology.orchestra.run.smithi173:> dd of=operator.yaml 2022-03-04T13:10:11.785 INFO:tasks.rook:Deploying operator 2022-03-04T13:10:11.804 DEBUG:teuthology.orchestra.remote:smithi173:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-04T13:10:11.839 DEBUG:teuthology.orchestra.remote:smithi173:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-04T13:10:11.854 DEBUG:teuthology.orchestra.run.smithi173:> kubectl create -f rook/cluster/examples/kubernetes/ceph/crds.yaml -f rook/cluster/examples/kubernetes/ceph/common.yaml -f operator.yaml 2022-03-04T13:10:12.107 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/cephblockpools.ceph.rook.io created 2022-03-04T13:10:12.127 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/cephclients.ceph.rook.io created 2022-03-04T13:10:12.253 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/cephclusters.ceph.rook.io created 2022-03-04T13:10:12.278 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystemmirrors.ceph.rook.io created 2022-03-04T13:10:12.312 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystems.ceph.rook.io created 2022-03-04T13:10:12.381 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/cephnfses.ceph.rook.io created 2022-03-04T13:10:12.403 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectrealms.ceph.rook.io created 2022-03-04T13:10:12.451 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstores.ceph.rook.io created 2022-03-04T13:10:12.460 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstoreusers.ceph.rook.io created 2022-03-04T13:10:12.546 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzonegroups.ceph.rook.io created 2022-03-04T13:10:12.579 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzones.ceph.rook.io created 2022-03-04T13:10:12.630 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/cephrbdmirrors.ceph.rook.io created 2022-03-04T13:10:12.712 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/objectbucketclaims.objectbucket.io created 2022-03-04T13:10:12.725 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/objectbuckets.objectbucket.io created 2022-03-04T13:10:12.761 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplicationclasses.replication.storage.openshift.io created 2022-03-04T13:10:12.787 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplications.replication.storage.openshift.io created 2022-03-04T13:10:12.878 INFO:teuthology.orchestra.run.smithi173.stdout:customresourcedefinition.apiextensions.k8s.io/volumes.rook.io created 2022-03-04T13:10:12.920 INFO:teuthology.orchestra.run.smithi173.stdout:namespace/rook-ceph created 2022-03-04T13:10:12.948 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-03-04T13:10:12.969 INFO:teuthology.orchestra.run.smithi173.stdout:serviceaccount/rook-ceph-admission-controller created 2022-03-04T13:10:13.029 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-admission-controller-role created 2022-03-04T13:10:13.036 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-admission-controller-rolebinding created 2022-03-04T13:10:13.062 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-03-04T13:10:13.087 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-04T13:10:13.092 INFO:teuthology.orchestra.run.smithi173.stdout:role.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-04T13:10:13.101 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-global created 2022-03-04T13:10:13.177 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-03-04T13:10:13.181 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-03-04T13:10:13.193 INFO:teuthology.orchestra.run.smithi173.stdout:serviceaccount/rook-ceph-system created 2022-03-04T13:10:13.220 INFO:teuthology.orchestra.run.smithi173.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-04T13:10:13.245 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-04T13:10:13.270 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-global created 2022-03-04T13:10:13.275 INFO:teuthology.orchestra.run.smithi173.stdout:serviceaccount/rook-ceph-osd created 2022-03-04T13:10:13.318 INFO:teuthology.orchestra.run.smithi173.stdout:serviceaccount/rook-ceph-mgr created 2022-03-04T13:10:13.322 INFO:teuthology.orchestra.run.smithi173.stdout:serviceaccount/rook-ceph-cmd-reporter created 2022-03-04T13:10:13.334 INFO:teuthology.orchestra.run.smithi173.stdout:role.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-04T13:10:13.362 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-04T13:10:13.387 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-03-04T13:10:13.392 INFO:teuthology.orchestra.run.smithi173.stdout:role.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-03-04T13:10:13.400 INFO:teuthology.orchestra.run.smithi173.stdout:role.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-03-04T13:10:13.409 INFO:teuthology.orchestra.run.smithi173.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-03-04T13:10:13.417 INFO:teuthology.orchestra.run.smithi173.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-04T13:10:13.485 INFO:teuthology.orchestra.run.smithi173.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-03-04T13:10:13.488 INFO:teuthology.orchestra.run.smithi173.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-03-04T13:10:13.492 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-03-04T13:10:13.500 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-04T13:10:13.509 INFO:teuthology.orchestra.run.smithi173.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-03-04T13:10:13.517 INFO:teuthology.orchestra.run.smithi173.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-03-04T13:10:13.518 INFO:teuthology.orchestra.run.smithi173.stdout:podsecuritypolicy.policy/00-rook-privileged created 2022-03-04T13:10:13.546 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrole.rbac.authorization.k8s.io/psp:rook created 2022-03-04T13:10:13.551 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system-psp created 2022-03-04T13:10:13.559 INFO:teuthology.orchestra.run.smithi173.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-default-psp created 2022-03-04T13:10:13.567 INFO:teuthology.orchestra.run.smithi173.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd-psp created 2022-03-04T13:10:13.575 INFO:teuthology.orchestra.run.smithi173.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-psp created 2022-03-04T13:10:13.584 INFO:teuthology.orchestra.run.smithi173.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter-psp created 2022-03-04T13:10:13.652 INFO:teuthology.orchestra.run.smithi173.stdout:serviceaccount/rook-csi-cephfs-plugin-sa created 2022-03-04T13:10:13.655 INFO:teuthology.orchestra.run.smithi173.stdout:serviceaccount/rook-csi-cephfs-provisioner-sa created 2022-03-04T13:10:13.668 INFO:teuthology.orchestra.run.smithi173.stdout:role.rbac.authorization.k8s.io/cephfs-external-provisioner-cfg created 2022-03-04T13:10:13.688 INFO:teuthology.orchestra.run.smithi173.stdout:rolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role-cfg created 2022-03-04T13:10:13.704 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-03-04T13:10:13.709 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-external-provisioner-runner created 2022-03-04T13:10:13.717 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-plugin-sa-psp created 2022-03-04T13:10:13.737 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-provisioner-sa-psp created 2022-03-04T13:10:13.742 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-03-04T13:10:13.751 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role created 2022-03-04T13:10:13.793 INFO:teuthology.orchestra.run.smithi173.stdout:serviceaccount/rook-csi-rbd-plugin-sa created 2022-03-04T13:10:13.796 INFO:teuthology.orchestra.run.smithi173.stdout:serviceaccount/rook-csi-rbd-provisioner-sa created 2022-03-04T13:10:13.800 INFO:teuthology.orchestra.run.smithi173.stdout:role.rbac.authorization.k8s.io/rbd-external-provisioner-cfg created 2022-03-04T13:10:13.822 INFO:teuthology.orchestra.run.smithi173.stdout:rolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role-cfg created 2022-03-04T13:10:13.838 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrole.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-03-04T13:10:13.864 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrole.rbac.authorization.k8s.io/rbd-external-provisioner-runner created 2022-03-04T13:10:13.867 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-plugin-sa-psp created 2022-03-04T13:10:13.876 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-provisioner-sa-psp created 2022-03-04T13:10:13.884 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-03-04T13:10:13.935 INFO:teuthology.orchestra.run.smithi173.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role created 2022-03-04T13:10:13.937 INFO:teuthology.orchestra.run.smithi173.stdout:role.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-03-04T13:10:13.942 INFO:teuthology.orchestra.run.smithi173.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-03-04T13:10:13.951 INFO:teuthology.orchestra.run.smithi173.stdout:serviceaccount/rook-ceph-purge-osd created 2022-03-04T13:10:13.960 INFO:teuthology.orchestra.run.smithi173.stdout:configmap/rook-ceph-operator-config created 2022-03-04T13:10:13.983 INFO:teuthology.orchestra.run.smithi173.stdout:deployment.apps/rook-ceph-operator created 2022-03-04T13:10:13.987 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-04T13:10:14.069 INFO:teuthology.orchestra.run.smithi173.stderr:No resources found in rook-ceph namespace. 2022-03-04T13:10:24.072 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-04T13:10:24.131 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:10:24.131 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-operator-6b496c8959-4bh5v 0/1 Pending 0 8s 2022-03-04T13:10:34.134 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-04T13:10:34.191 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:10:34.191 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-operator-6b496c8959-4bh5v 0/1 Pending 0 18s 2022-03-04T13:10:44.195 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-04T13:10:44.260 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:10:44.260 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-operator-6b496c8959-4bh5v 0/1 ContainerCreating 0 28s 2022-03-04T13:10:54.263 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-04T13:10:54.326 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:10:54.327 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-operator-6b496c8959-4bh5v 0/1 ContainerCreating 0 38s 2022-03-04T13:11:04.331 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-04T13:11:04.679 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:11:04.679 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-operator-6b496c8959-4bh5v 0/1 ContainerCreating 0 48s 2022-03-04T13:11:14.686 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-04T13:11:14.751 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:11:14.751 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-operator-6b496c8959-4bh5v 1/1 Running 0 58s 2022-03-04T13:11:14.753 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph logs -f rook-ceph-operator-6b496c8959-4bh5v 2022-03-04T13:11:14.760 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:11:14.761 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/scratch_devs of=/dev/stdout 2022-03-04T13:11:14.769 INFO:tasks.rook: override: [global] osd crush chooseleaf type = 0 2022-03-04T13:11:14.769 INFO:tasks.rook: override: [mgr] debug mgr = 20 2022-03-04T13:11:14.769 INFO:tasks.rook: override: [mgr] debug ms = 1 2022-03-04T13:11:14.770 INFO:tasks.rook: override: [mon] debug mon = 20 2022-03-04T13:11:14.770 INFO:tasks.rook: override: [mon] debug ms = 1 2022-03-04T13:11:14.770 INFO:tasks.rook: override: [mon] debug paxos = 20 2022-03-04T13:11:14.771 INFO:tasks.rook: override: [osd] debug ms = 1 2022-03-04T13:11:14.771 INFO:tasks.rook: override: [osd] debug osd = 20 2022-03-04T13:11:14.772 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-04T13:11:14.774 DEBUG:teuthology.orchestra.run.smithi173:> kubectl create -f - 2022-03-04T13:11:14.850 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.167132 I | rookcmd: starting Rook v1.7.2 with arguments '/usr/local/bin/rook ceph operator' 2022-03-04T13:11:14.851 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.167250 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-04T13:11:14.851 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.167255 I | cephcmd: starting Rook-Ceph operator 2022-03-04T13:11:14.851 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.322256 I | cephcmd: base ceph version inside the rook operator image is "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)" 2022-03-04T13:11:14.851 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.328525 I | op-k8sutil: ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS="15" (configmap) 2022-03-04T13:11:14.852 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.330507 I | op-k8sutil: ROOK_ENABLE_DISCOVERY_DAEMON="false" (configmap) 2022-03-04T13:11:14.852 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.333417 I | operator: looking for secret "rook-ceph-admission-controller" 2022-03-04T13:11:14.852 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.335016 I | operator: secret "rook-ceph-admission-controller" not found. proceeding without the admission controller 2022-03-04T13:11:14.852 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.337592 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-03-04T13:11:14.853 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.337611 I | operator: watching all namespaces for ceph cluster CRs 2022-03-04T13:11:14.853 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.337707 I | operator: setting up the controller-runtime manager 2022-03-04T13:11:14.853 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.339638 I | ceph-cluster-controller: ConfigMap "rook-ceph-operator-config" changes detected. Updating configurations 2022-03-04T13:11:14.853 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.343390 I | op-k8sutil: ROOK_LOG_LEVEL="INFO" (configmap) 2022-03-04T13:11:14.853 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.645794 I | ceph-cluster-controller: successfully started 2022-03-04T13:11:14.854 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.645884 I | ceph-cluster-controller: enabling hotplug orchestration 2022-03-04T13:11:14.854 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.645916 I | ceph-crashcollector-controller: successfully started 2022-03-04T13:11:14.854 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.645992 I | ceph-block-pool-controller: successfully started 2022-03-04T13:11:14.854 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.646070 I | ceph-object-store-user-controller: successfully started 2022-03-04T13:11:14.855 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.646140 I | ceph-object-realm-controller: successfully started 2022-03-04T13:11:14.856 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.646209 I | ceph-object-zonegroup-controller: successfully started 2022-03-04T13:11:14.856 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.646270 I | ceph-object-zone-controller: successfully started 2022-03-04T13:11:14.856 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.646424 I | ceph-object-controller: successfully started 2022-03-04T13:11:14.856 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.646516 I | ceph-file-controller: successfully started 2022-03-04T13:11:14.857 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.646644 I | ceph-nfs-controller: successfully started 2022-03-04T13:11:14.857 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.646731 I | ceph-rbd-mirror-controller: successfully started 2022-03-04T13:11:14.857 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.646814 I | ceph-client-controller: successfully started 2022-03-04T13:11:14.857 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.646888 I | ceph-filesystem-mirror-controller: successfully started 2022-03-04T13:11:14.857 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:07.648239 I | operator: starting the controller-runtime manager 2022-03-04T13:11:15.641 INFO:teuthology.orchestra.run.smithi173.stdout:configmap/rook-config-override created 2022-03-04T13:11:15.647 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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97 dataDirHostPath: /var/lib/rook mgr: count: 1 modules: - enabled: true name: rook mon: allowMultiplePerNode: true count: 1 skipUpgradeChecks: true 2022-03-04T13:11:15.648 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:11:15.648 DEBUG:teuthology.orchestra.run.smithi173:> dd of=cluster.yaml 2022-03-04T13:11:15.654 DEBUG:teuthology.orchestra.run.smithi173:> kubectl create -f cluster.yaml 2022-03-04T13:11:17.913 INFO:teuthology.orchestra.run.smithi173.stdout:cephcluster.ceph.rook.io/rook-ceph created 2022-03-04T13:11:17.919 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:17.921527 I | ceph-spec: adding finalizer "cephcluster.ceph.rook.io" on "rook-ceph" 2022-03-04T13:11:17.919 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:17.921580 I | clusterdisruption-controller: create event from ceph cluster CR 2022-03-04T13:11:17.931 DEBUG:teuthology.orchestra.remote:smithi173:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-04T13:11:17.943 DEBUG:teuthology.orchestra.run.smithi173:> kubectl create -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-03-04T13:11:17.959 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:17.956801 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-04T13:11:17.959 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:17.958612 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-04T13:11:17.959 INFO:tasks.rook.operator.smithi173.stdout:   ... // 3 identical fields 2022-03-04T13:11:17.959 INFO:tasks.rook.operator.smithi173.stdout:   Labels: nil, 2022-03-04T13:11:17.960 INFO:tasks.rook.operator.smithi173.stdout:   Placement: nil, 2022-03-04T13:11:17.960 INFO:tasks.rook.operator.smithi173.stdout:   Network: v1.NetworkSpec{ 2022-03-04T13:11:17.960 INFO:tasks.rook.operator.smithi173.stdout:   Provider: "", 2022-03-04T13:11:17.960 INFO:tasks.rook.operator.smithi173.stdout:   Selectors: nil, 2022-03-04T13:11:17.961 INFO:tasks.rook.operator.smithi173.stdout:   HostNetwork: false, 2022-03-04T13:11:17.961 INFO:tasks.rook.operator.smithi173.stdout:-  IPFamily: "", 2022-03-04T13:11:17.961 INFO:tasks.rook.operator.smithi173.stdout:+  IPFamily: "IPv4", 2022-03-04T13:11:17.961 INFO:tasks.rook.operator.smithi173.stdout:   DualStack: false, 2022-03-04T13:11:17.961 INFO:tasks.rook.operator.smithi173.stdout:   }, 2022-03-04T13:11:17.962 INFO:tasks.rook.operator.smithi173.stdout:   Resources: nil, 2022-03-04T13:11:17.962 INFO:tasks.rook.operator.smithi173.stdout:   PriorityClassNames: nil, 2022-03-04T13:11:17.962 INFO:tasks.rook.operator.smithi173.stdout:   ... // 16 identical fields 2022-03-04T13:11:17.962 INFO:tasks.rook.operator.smithi173.stdout:  } 2022-03-04T13:11:17.963 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:17.964697 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-03-04T13:11:17.975 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:17.978022 I | ceph-csi: successfully created csi config map "rook-ceph-csi-config" 2022-03-04T13:11:17.995 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:17.998682 I | ceph-cluster-controller: clusterInfo not yet found, must be a new cluster 2022-03-04T13:11:17.999 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:17.999093 I | op-k8sutil: ROOK_CSI_ENABLE_RBD="true" (configmap) 2022-03-04T13:11:17.999 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:18.001543 I | op-k8sutil: ROOK_CSI_ENABLE_CEPHFS="true" (configmap) 2022-03-04T13:11:18.003 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:18.003974 I | op-k8sutil: ROOK_CSI_ALLOW_UNSUPPORTED_VERSION="false" (configmap) 2022-03-04T13:11:18.010 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:18.005721 I | op-k8sutil: ROOK_CSI_ENABLE_GRPC_METRICS="false" (configmap) 2022-03-04T13:11:18.010 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:18.007557 I | op-k8sutil: CSI_ENABLE_HOST_NETWORK="true" (default) 2022-03-04T13:11:18.010 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:18.009424 I | op-k8sutil: ROOK_CSI_CEPH_IMAGE="quay.io/cephcsi/cephcsi:v3.4.0" (default) 2022-03-04T13:11:18.013 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:18.013628 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-04T13:11:18.159 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:18.162123 I | op-k8sutil: ROOK_CSI_REGISTRAR_IMAGE="k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0" (default) 2022-03-04T13:11:18.179 INFO:teuthology.orchestra.run.smithi173.stdout:deployment.apps/rook-ceph-tools created 2022-03-04T13:11:18.184 INFO:tasks.rook:Waiting for tools container to start 2022-03-04T13:11:18.184 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:11:18.315 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:11:18.315 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 Pending 0 0s 2022-03-04T13:11:18.576 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:18.579857 I | op-k8sutil: ROOK_CSI_PROVISIONER_IMAGE="k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2" (default) 2022-03-04T13:11:18.958 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:18.962053 I | op-k8sutil: ROOK_CSI_ATTACHER_IMAGE="k8s.gcr.io/sig-storage/csi-attacher:v3.2.1" (default) 2022-03-04T13:11:19.242 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:19.245739 I | op-k8sutil: ROOK_CSI_SNAPSHOTTER_IMAGE="k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1" (default) 2022-03-04T13:11:19.358 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:19.361191 I | op-k8sutil: ROOK_CSI_KUBELET_DIR_PATH="/var/lib/kubelet" (default) 2022-03-04T13:11:19.556 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:19.559826 I | op-k8sutil: CSI_VOLUME_REPLICATION_IMAGE="quay.io/csiaddons/volumereplication-operator:v0.1.0" (default) 2022-03-04T13:11:19.758 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:19.761331 I | op-k8sutil: ROOK_CSI_CEPHFS_POD_LABELS="" (default) 2022-03-04T13:11:19.959 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:19.962044 I | op-k8sutil: ROOK_CSI_RBD_POD_LABELS="" (default) 2022-03-04T13:11:19.959 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:19.962075 I | ceph-csi: detecting the ceph csi image version for image "quay.io/cephcsi/cephcsi:v3.4.0" 2022-03-04T13:11:20.157 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:20.161064 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-03-04T13:11:23.319 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:11:23.398 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:11:23.399 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 ContainerCreating 0 5s 2022-03-04T13:11:28.402 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:11:28.464 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:11:28.465 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 ContainerCreating 0 10s 2022-03-04T13:11:33.467 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:11:33.541 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:11:33.541 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 ContainerCreating 0 15s 2022-03-04T13:11:38.545 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:11:38.609 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:11:38.610 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 ContainerCreating 0 20s 2022-03-04T13:11:43.612 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:11:43.676 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:11:43.676 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 ContainerCreating 0 25s 2022-03-04T13:11:48.679 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:11:48.736 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:11:48.736 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 ContainerCreating 0 30s 2022-03-04T13:11:53.738 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:11:53.980 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:11:53.980 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 ContainerCreating 0 35s 2022-03-04T13:11:55.701 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:55.705428 I | ceph-csi: Detected ceph CSI image version: "v3.4.0" 2022-03-04T13:11:56.108 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.109746 I | op-k8sutil: CSI_FORCE_CEPHFS_KERNEL_CLIENT="true" (configmap) 2022-03-04T13:11:56.202 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.206308 I | op-k8sutil: CSI_CEPHFS_GRPC_METRICS_PORT="9091" (default) 2022-03-04T13:11:56.267 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.269522 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-04T13:11:56.267 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.269633 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-04T13:11:56.267 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.269663 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-04T13:11:56.268 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.270258 I | op-k8sutil: CSI_CEPHFS_LIVENESS_METRICS_PORT="9081" (default) 2022-03-04T13:11:56.295 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.298328 I | op-k8sutil: CSI_RBD_GRPC_METRICS_PORT="9090" (default) 2022-03-04T13:11:56.298 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.299657 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10974 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97" 2022-03-04T13:11:56.350 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.352923 I | op-k8sutil: CSI_RBD_LIVENESS_METRICS_PORT="9080" (default) 2022-03-04T13:11:56.356 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.360430 I | op-k8sutil: CSI_PLUGIN_PRIORITY_CLASSNAME="" (default) 2022-03-04T13:11:56.441 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.445593 I | op-k8sutil: CSI_PROVISIONER_PRIORITY_CLASSNAME="" (default) 2022-03-04T13:11:56.457 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.461369 I | op-k8sutil: CSI_ENABLE_OMAP_GENERATOR="false" (default) 2022-03-04T13:11:56.460 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.462045 E | ceph-spec: failed to update cluster condition to {Type:Progressing Status:True Reason:ClusterProgressing Message:Configuring the Ceph cluster LastHeartbeatTime:2022-03-04 13:11:56.44666088 +0000 UTC m=+49.329133100 LastTransitionTime:2022-03-04 13:11:56.446660717 +0000 UTC m=+49.329132963}. 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-04T13:11:56.492 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.495926 I | op-k8sutil: CSI_ENABLE_RBD_SNAPSHOTTER="true" (configmap) 2022-03-04T13:11:56.516 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.520502 I | op-k8sutil: CSI_ENABLE_CEPHFS_SNAPSHOTTER="true" (configmap) 2022-03-04T13:11:56.524 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.528708 I | op-mon: start running mons 2022-03-04T13:11:56.710 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.713964 I | op-k8sutil: CSI_ENABLE_VOLUME_REPLICATION="false" (configmap) 2022-03-04T13:11:56.970 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:56.974254 I | op-mon: creating mon secrets for a new cluster 2022-03-04T13:11:57.376 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:57.380179 I | op-k8sutil: CSI_CEPHFS_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-03-04T13:11:57.539 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:57.542936 I | op-k8sutil: CSI_RBD_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-03-04T13:11:57.540 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:57.542966 I | ceph-csi: Kubernetes version is 1.23 2022-03-04T13:11:57.911 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:57.914930 I | op-k8sutil: ROOK_CSI_RESIZER_IMAGE="k8s.gcr.io/sig-storage/csi-resizer:v1.2.0" (default) 2022-03-04T13:11:58.111 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:58.115150 I | op-mon: existing maxMonID not found or failed to load. configmaps "rook-ceph-mon-endpoints" not found 2022-03-04T13:11:58.310 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:58.314906 I | op-k8sutil: CSI_LOG_LEVEL="" (default) 2022-03-04T13:11:58.513 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:58.517211 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-04T13:11:58.982 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:11:59.049 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:11:59.050 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 ContainerCreating 0 41s 2022-03-04T13:11:59.111 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:59.114919 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-03-04T13:11:59.510 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:59.514411 I | op-k8sutil: CSI_PROVISIONER_NODE_AFFINITY="" (default) 2022-03-04T13:11:59.911 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:11:59.915017 I | op-k8sutil: CSI_PLUGIN_TOLERATIONS="" (default) 2022-03-04T13:12:00.111 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:00.114862 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:12:00.111 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:00.115130 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:12:00.310 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:00.314844 I | op-k8sutil: CSI_PLUGIN_NODE_AFFINITY="" (default) 2022-03-04T13:12:00.712 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:00.714556 I | op-k8sutil: CSI_RBD_PLUGIN_TOLERATIONS="" (default) 2022-03-04T13:12:01.110 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:01.114699 I | op-k8sutil: CSI_RBD_PLUGIN_NODE_AFFINITY="" (default) 2022-03-04T13:12:01.511 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:01.514849 I | op-k8sutil: CSI_RBD_PLUGIN_RESOURCE="" (default) 2022-03-04T13:12:01.909 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:01.914016 I | op-k8sutil: CSI_RBD_PROVISIONER_TOLERATIONS="" (default) 2022-03-04T13:12:02.309 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:02.313818 I | op-k8sutil: CSI_RBD_PROVISIONER_NODE_AFFINITY="" (default) 2022-03-04T13:12:02.511 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:02.515315 I | op-mon: targeting the mon count 1 2022-03-04T13:12:02.679 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:02.683401 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-03-04T13:12:02.679 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:02.683489 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-04T13:12:02.803 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:02.807015 I | op-k8sutil: CSI_RBD_PROVISIONER_RESOURCE="" (default) 2022-03-04T13:12:02.816 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:02.820867 I | ceph-csi: successfully started CSI Ceph RBD driver 2022-03-04T13:12:03.309 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:03.313176 I | op-mon: parsing mon endpoints: 2022-03-04T13:12:03.309 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:03.313205 W | op-mon: ignoring invalid monitor 2022-03-04T13:12:03.358 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:03.362690 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-04T13:12:03.678 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:03.682487 I | op-k8sutil: CSI_CEPHFS_PLUGIN_TOLERATIONS="" (default) 2022-03-04T13:12:03.946 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:03.951109 I | op-k8sutil: CSI_CEPHFS_PLUGIN_NODE_AFFINITY="" (default) 2022-03-04T13:12:04.052 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:12:04.138 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:12:04.139 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 ContainerCreating 0 46s 2022-03-04T13:12:04.608 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:04.613165 I | op-k8sutil: CSI_CEPHFS_PLUGIN_RESOURCE="" (default) 2022-03-04T13:12:04.871 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:04.874633 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_TOLERATIONS="" (default) 2022-03-04T13:12:04.874 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:04.879259 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_NODE_AFFINITY="" (default) 2022-03-04T13:12:04.955 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:04.955984 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_RESOURCE="" (default) 2022-03-04T13:12:05.879 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:05.881920 I | ceph-csi: successfully started CSI CephFS driver 2022-03-04T13:12:06.974 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:06.975477 I | op-k8sutil: CSI_RBD_FSGROUPPOLICY="ReadWriteOnceWithFSType" (configmap) 2022-03-04T13:12:07.463 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:07.465672 I | ceph-csi: CSIDriver object created for driver "rook-ceph.rbd.csi.ceph.com" 2022-03-04T13:12:07.708 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:07.711447 I | op-k8sutil: CSI_CEPHFS_FSGROUPPOLICY="None" (configmap) 2022-03-04T13:12:07.712 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:07.715994 I | ceph-csi: CSIDriver object created for driver "rook-ceph.cephfs.csi.ceph.com" 2022-03-04T13:12:09.142 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:12:09.202 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:12:09.202 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 ContainerCreating 0 51s 2022-03-04T13:12:14.205 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:12:14.320 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:12:14.321 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 ContainerCreating 0 56s 2022-03-04T13:12:15.340 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:15.339601 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-04T13:12:15.340 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:15.339649 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-04T13:12:15.340 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:15.339676 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-04T13:12:15.348 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:15.345832 I | op-mon: parsing mon endpoints: 2022-03-04T13:12:15.348 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:15.345858 W | op-mon: ignoring invalid monitor 2022-03-04T13:12:15.571 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:15.570106 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:12:15.571 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:15.570285 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:12:15.686 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:15.685406 E | ceph-cluster-controller: failed to get ceph daemons versions, this typically happens during the first cluster initialization. failed to run 'ceph versions'. . unable to get monitor info from DNS SRV with service name: ceph-mon 2022-03-04T13:12:15.686 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:12:15.676+0000 7fd1989e6700 -1 failed for service _ceph-mon._tcp 2022-03-04T13:12:15.687 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:12:15.676+0000 7fd1989e6700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-03-04T13:12:15.687 INFO:tasks.rook.operator.smithi173.stdout:[errno 2] RADOS object not found (error connecting to the cluster): exit status 1 2022-03-04T13:12:15.687 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:15.685429 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10974 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97" 2022-03-04T13:12:16.234 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:16.233608 I | op-mon: start running mons 2022-03-04T13:12:16.282 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:16.281776 I | op-mon: parsing mon endpoints: 2022-03-04T13:12:16.282 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:16.281796 W | op-mon: ignoring invalid monitor 2022-03-04T13:12:16.784 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:16.783624 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-04T13:12:16.833 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:16.832893 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:12:16.867 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:16.866775 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:12:17.140 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:17.139484 I | op-mon: targeting the mon count 1 2022-03-04T13:12:17.219 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:17.218541 I | op-mon: sched-mon: created canary deployment rook-ceph-mon-a-canary 2022-03-04T13:12:17.439 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:17.439220 I | op-mon: sched-mon: waiting for canary pod creation rook-ceph-mon-a-canary 2022-03-04T13:12:19.323 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:12:19.511 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:12:19.512 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 ContainerCreating 0 61s 2022-03-04T13:12:22.721 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:22.721397 I | op-mon: sched-mon: canary monitor deployment rook-ceph-mon-a-canary scheduled to smithi173 2022-03-04T13:12:22.722 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:22.721428 I | op-mon: assignmon: mon a assigned to node smithi173 2022-03-04T13:12:23.056 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:23.056436 I | op-mon: cleaning up canary monitor deployment "rook-ceph-mon-a-canary" 2022-03-04T13:12:23.061 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:23.060787 I | op-mon: creating mon a 2022-03-04T13:12:23.591 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:23.590726 I | op-mon: mon "a" endpoint is [v2:10.98.110.56:3300,v1:10.98.110.56:6789] 2022-03-04T13:12:24.247 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:24.246125 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-03-04T13:12:24.247 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:24.246234 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-03-04T13:12:24.248 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:24.246342 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.98.110.56:6789"]}] data:a=10.98.110.56:6789 mapping:{"node":{"a":{"Name":"smithi173","Hostname":"smithi173","Address":"172.21.15.173"}}} maxMonId:-1] 2022-03-04T13:12:24.480 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:24.479550 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:12:24.482 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:24.479860 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:12:24.514 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:12:24.572 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:24.572174 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-04T13:12:24.580 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:12:24.580 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 ContainerCreating 0 66s 2022-03-04T13:12:24.624 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:24.623365 I | op-mon: updating maxMonID from -1 to 0 after committing mon "a" 2022-03-04T13:12:24.899 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:24.898986 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.98.110.56:6789"]}] data:a=10.98.110.56:6789 mapping:{"node":{"a":{"Name":"smithi173","Hostname":"smithi173","Address":"172.21.15.173"}}} maxMonId:0] 2022-03-04T13:12:24.899 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:24.899007 I | op-mon: waiting for mon quorum with [a] 2022-03-04T13:12:24.905 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:24.904137 I | op-mon: mon a is not yet running 2022-03-04T13:12:24.906 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:24.904171 I | op-mon: mons running: [] 2022-03-04T13:12:29.583 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:12:29.741 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:12:29.741 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 0/1 ContainerCreating 0 71s 2022-03-04T13:12:34.744 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-04T13:12:34.799 INFO:teuthology.orchestra.run.smithi173.stdout:NAME READY STATUS RESTARTS AGE 2022-03-04T13:12:34.799 INFO:teuthology.orchestra.run.smithi173.stdout:rook-ceph-tools-7677f7f4b9-vqdhk 1/1 Running 0 76s 2022-03-04T13:12:34.801 INFO:tasks.rook:Waiting for mgr/rook orchestrator to be available 2022-03-04T13:12:34.801 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch status -f json 2022-03-04T13:12:35.107 INFO:teuthology.orchestra.run.smithi173.stderr:unable to get monitor info from DNS SRV with service name: ceph-mon 2022-03-04T13:12:35.108 INFO:teuthology.orchestra.run.smithi173.stderr:2022-03-04T13:12:35.100+0000 7f409b17a700 -1 failed for service _ceph-mon._tcp 2022-03-04T13:12:35.108 INFO:teuthology.orchestra.run.smithi173.stderr:2022-03-04T13:12:35.100+0000 7f409b17a700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-03-04T13:12:35.108 INFO:teuthology.orchestra.run.smithi173.stderr:[errno 2] RADOS object not found (error connecting to the cluster) 2022-03-04T13:12:35.115 INFO:teuthology.orchestra.run.smithi173.stderr:command terminated with exit code 1 2022-03-04T13:12:35.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-03-04T13:12:45.026 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:45.026427 I | op-mon: mons running: [a] 2022-03-04T13:12:45.117 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch status -f json 2022-03-04T13:12:45.290 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:45.289657 I | op-mon: Monitors in quorum: [a] 2022-03-04T13:12:45.290 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:45.289688 I | op-mon: mons created: 1 2022-03-04T13:12:45.504 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:45.504109 I | op-mon: waiting for mon quorum with [a] 2022-03-04T13:12:45.510 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:45.510680 I | op-mon: mons running: [a] 2022-03-04T13:12:45.578 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:12:45.579 INFO:teuthology.orchestra.run.smithi173.stderr:no valid command found; 10 closest matches: 2022-03-04T13:12:45.579 INFO:teuthology.orchestra.run.smithi173.stderr:pg stat 2022-03-04T13:12:45.579 INFO:teuthology.orchestra.run.smithi173.stderr:pg getmap 2022-03-04T13:12:45.579 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-03-04T13:12:45.579 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-03-04T13:12:45.580 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump_pools_json 2022-03-04T13:12:45.580 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls-by-pool [...] 2022-03-04T13:12:45.580 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls-by-primary [] [...] 2022-03-04T13:12:45.580 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls-by-osd [] [...] 2022-03-04T13:12:45.581 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls [] [...] 2022-03-04T13:12:45.581 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-03-04T13:12:45.581 INFO:teuthology.orchestra.run.smithi173.stderr:Error EINVAL: invalid command 2022-03-04T13:12:45.583 INFO:teuthology.orchestra.run.smithi173.stderr:command terminated with exit code 22 2022-03-04T13:12:45.585 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-03-04T13:12:45.726 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:45.726399 I | op-mon: Monitors in quorum: [a] 2022-03-04T13:12:45.727 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:45.726437 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-04T13:12:45.992 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:45.992426 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-04T13:12:45.992 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:45.992450 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-04T13:12:46.275 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:46.274605 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-04T13:12:46.275 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:46.274635 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-04T13:12:46.637 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:46.636716 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-04T13:12:46.638 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:46.636751 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-04T13:12:46.921 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:46.921417 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-04T13:12:46.921 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:46.921461 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-04T13:12:47.203 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:47.203452 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-04T13:12:47.203 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:47.203486 I | op-config: deleting "log file" option from the mon configuration database 2022-03-04T13:12:47.424 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:47.423987 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-04T13:12:47.424 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:47.424051 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-04T13:12:47.782 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:47.781875 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-04T13:12:48.096 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:48.096315 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-04T13:12:48.391 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:48.391588 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-04T13:12:48.801 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:48.801236 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-04T13:12:48.801 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:48.801257 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-04T13:12:49.078 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:49.078794 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-04T13:12:49.297 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:49.297566 I | cephclient: successfully enabled msgr2 protocol 2022-03-04T13:12:49.297 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:49.297590 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-04T13:12:49.298 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:49.297594 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-04T13:12:49.563 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:49.563468 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-04T13:12:49.580 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:49.580956 I | op-mgr: start running mgr 2022-03-04T13:12:49.581 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:49.580980 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-04T13:12:50.352 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:50.350473 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi173": the object has been modified; please apply your changes to the latest version and try again 2022-03-04T13:12:50.363 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:50.364001 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi173": the object has been modified; please apply your changes to the latest version and try again 2022-03-04T13:12:55.586 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch status -f json 2022-03-04T13:12:56.054 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:12:56.055 INFO:teuthology.orchestra.run.smithi173.stderr:no valid command found; 10 closest matches: 2022-03-04T13:12:56.055 INFO:teuthology.orchestra.run.smithi173.stderr:pg stat 2022-03-04T13:12:56.055 INFO:teuthology.orchestra.run.smithi173.stderr:pg getmap 2022-03-04T13:12:56.056 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-03-04T13:12:56.056 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-03-04T13:12:56.056 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump_pools_json 2022-03-04T13:12:56.056 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls-by-pool [...] 2022-03-04T13:12:56.057 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls-by-primary [] [...] 2022-03-04T13:12:56.057 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls-by-osd [] [...] 2022-03-04T13:12:56.057 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls [] [...] 2022-03-04T13:12:56.057 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-03-04T13:12:56.057 INFO:teuthology.orchestra.run.smithi173.stderr:Error EINVAL: invalid command 2022-03-04T13:12:56.058 INFO:teuthology.orchestra.run.smithi173.stderr:command terminated with exit code 22 2022-03-04T13:12:56.061 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-03-04T13:12:59.077 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.077748 I | op-k8sutil: finished waiting for updated deployment "rook-ceph-mgr-a" 2022-03-04T13:12:59.084 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.081243 I | op-mgr: setting services to point to mgr "a" 2022-03-04T13:12:59.140 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.140945 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-04T13:12:59.141 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.140964 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-04T13:12:59.141 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.140971 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-04T13:12:59.203 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.203934 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-04T13:12:59.206 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.207539 I | op-osd: no storageClassDeviceSets defined to configure OSDs on PVCs 2022-03-04T13:12:59.207 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.207562 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-04T13:12:59.207 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.207568 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-04T13:12:59.486 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.486827 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-04T13:12:59.487 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.486854 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-04T13:12:59.493 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.493937 I | ceph-cluster-controller: enabling ceph mon monitoring goroutine for cluster "rook-ceph" 2022-03-04T13:12:59.493 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.493963 I | ceph-cluster-controller: enabling ceph osd monitoring goroutine for cluster "rook-ceph" 2022-03-04T13:12:59.493 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.493981 I | ceph-cluster-controller: enabling ceph status monitoring goroutine for cluster "rook-ceph" 2022-03-04T13:12:59.543 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.543076 I | op-k8sutil: ROOK_OBC_WATCH_OPERATOR_NAMESPACE="true" (configmap) 2022-03-04T13:12:59.543 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.543104 I | op-bucket-prov: ceph bucket provisioner launched watching for provisioner "rook-ceph.ceph.rook.io/bucket" 2022-03-04T13:12:59.546 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.545140 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Normal:ReconcileSucceeded:successfully configured CephCluster "rook-ceph/rook-ceph" 2022-03-04T13:12:59.546 INFO:tasks.rook.operator.smithi173.stdout:I0304 13:12:59.545248 7 manager.go:118] objectbucket.io/provisioner-manager "msg"="starting provisioner" "name"="rook-ceph.ceph.rook.io/bucket" 2022-03-04T13:12:59.547 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.545393 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-04T13:12:59.596 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.596664 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:12:59.606 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.607395 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-04T13:12:59.611 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.611797 W | cephclient: failed to enable mgr module "rook". trying again... 2022-03-04T13:12:59.626 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.627400 I | op-mgr: successful modules: prometheus 2022-03-04T13:12:59.848 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:12:59.848249 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-04T13:13:00.795 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:00.796230 I | op-mgr: successful modules: dashboard 2022-03-04T13:13:05.170 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:05.170597 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-04T13:13:05.511 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:05.511099 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-04T13:13:05.511 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:05.511235 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-04T13:13:05.513 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:05.511261 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-04T13:13:05.585 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:05.586061 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:13:05.630 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:05.631336 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-04T13:13:05.702 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:05.702824 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:13:05.703 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:05.702998 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:13:05.905 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:05.905994 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10974 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97" 2022-03-04T13:13:06.002 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:06.002895 I | op-mon: start running mons 2022-03-04T13:13:06.054 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:06.054047 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:13:06.062 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch status -f json 2022-03-04T13:13:06.079 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:06.079757 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.98.110.56:6789"]}] data:a=10.98.110.56:6789 mapping:{"node":{"a":{"Name":"smithi173","Hostname":"smithi173","Address":"172.21.15.173"}}} maxMonId:0] 2022-03-04T13:13:06.169 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:06.168770 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:13:06.170 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:06.168910 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:13:06.536 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:13:06.537 INFO:teuthology.orchestra.run.smithi173.stderr:no valid command found; 10 closest matches: 2022-03-04T13:13:06.537 INFO:teuthology.orchestra.run.smithi173.stderr:pg stat 2022-03-04T13:13:06.537 INFO:teuthology.orchestra.run.smithi173.stderr:pg getmap 2022-03-04T13:13:06.537 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-03-04T13:13:06.538 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-03-04T13:13:06.538 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump_pools_json 2022-03-04T13:13:06.538 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls-by-pool [...] 2022-03-04T13:13:06.538 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls-by-primary [] [...] 2022-03-04T13:13:06.539 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls-by-osd [] [...] 2022-03-04T13:13:06.539 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls [] [...] 2022-03-04T13:13:06.539 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-03-04T13:13:06.539 INFO:teuthology.orchestra.run.smithi173.stderr:Error EINVAL: invalid command 2022-03-04T13:13:06.540 INFO:teuthology.orchestra.run.smithi173.stderr:command terminated with exit code 22 2022-03-04T13:13:06.542 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-03-04T13:13:07.124 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:07.125005 I | op-mon: targeting the mon count 1 2022-03-04T13:13:07.127 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:07.128376 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-04T13:13:07.331 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:07.332142 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-04T13:13:07.332 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:07.332188 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-04T13:13:07.391 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:07.389595 I | cephclient: command failed for set rook backend. trying again... 2022-03-04T13:13:07.551 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:07.548707 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-04T13:13:07.551 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:07.548748 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-04T13:13:07.767 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:07.768128 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-04T13:13:07.768 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:07.768154 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-04T13:13:07.981 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:07.981511 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-04T13:13:07.981 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:07.981551 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-04T13:13:08.218 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:08.219302 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-04T13:13:08.219 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:08.219331 I | op-config: deleting "log file" option from the mon configuration database 2022-03-04T13:13:08.441 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:08.441560 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-04T13:13:08.441 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:08.441589 I | op-mon: checking for basic quorum with existing mons 2022-03-04T13:13:08.521 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:08.521484 I | op-mon: mon "a" endpoint is [v2:10.98.110.56:3300,v1:10.98.110.56:6789] 2022-03-04T13:13:08.533 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:08.534449 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.98.110.56:6789"]}] data:a=10.98.110.56:6789 mapping:{"node":{"a":{"Name":"smithi173","Hostname":"smithi173","Address":"172.21.15.173"}}} maxMonId:0] 2022-03-04T13:13:09.114 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:09.115330 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:13:09.117 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:09.115614 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:13:09.524 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:09.525158 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-04T13:13:09.532 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:09.532896 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-04T13:13:09.532 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:09.532921 I | op-mon: waiting for mon quorum with [a] 2022-03-04T13:13:09.743 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:09.744586 I | op-mon: mons running: [a] 2022-03-04T13:13:09.957 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:09.958018 I | op-mon: Monitors in quorum: [a] 2022-03-04T13:13:09.958 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:09.958048 I | op-mon: mons created: 1 2022-03-04T13:13:10.185 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:10.186011 I | op-mon: waiting for mon quorum with [a] 2022-03-04T13:13:10.190 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:10.191537 I | op-mon: mons running: [a] 2022-03-04T13:13:10.417 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:10.418181 I | op-mon: Monitors in quorum: [a] 2022-03-04T13:13:10.418 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:10.418229 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-04T13:13:10.465 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:10.466175 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-04T13:13:10.697 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:10.697534 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-04T13:13:10.917 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:10.917429 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-04T13:13:11.143 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:11.143540 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-04T13:13:11.515 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:11.515867 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-04T13:13:11.515 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:11.515884 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-04T13:13:11.914 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:11.915370 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-04T13:13:12.177 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:12.176090 I | cephclient: successfully enabled msgr2 protocol 2022-03-04T13:13:12.177 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:12.176126 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-04T13:13:12.178 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:12.176133 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-04T13:13:12.393 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:12.393747 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-04T13:13:12.416 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:12.417032 I | op-mgr: start running mgr 2022-03-04T13:13:12.416 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:12.417059 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-04T13:13:12.683 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:12.683935 I | cephclient: command failed for set rook backend. trying again... 2022-03-04T13:13:12.946 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:12.947425 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-04T13:13:12.954 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:12.955148 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-04T13:13:12.957 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:12.957325 I | op-mgr: setting services to point to mgr "a" 2022-03-04T13:13:13.733 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:13.733347 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-04T13:13:13.733 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:13.733378 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-04T13:13:13.733 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:13.733390 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-04T13:13:13.748 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:13.749240 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-04T13:13:13.913 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:13.914143 I | op-osd: no storageClassDeviceSets defined to configure OSDs on PVCs 2022-03-04T13:13:13.914 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:13.914219 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-04T13:13:13.914 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:13.914244 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-04T13:13:14.536 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:14.536618 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-04T13:13:14.537 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:14.536650 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-04T13:13:14.864 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:14.864158 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-04T13:13:14.867 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:14.868587 I | op-mgr: successful modules: prometheus 2022-03-04T13:13:14.867 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:14.868619 I | op-mgr: successful modules: dashboard 2022-03-04T13:13:15.178 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:15.179190 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-04T13:13:15.745 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:15.746335 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-04T13:13:16.163 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:16.164191 I | cephclient: command failed for set rook backend. trying again... 2022-03-04T13:13:16.544 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch status -f json 2022-03-04T13:13:17.018 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:13:17.018 INFO:teuthology.orchestra.run.smithi173.stderr:no valid command found; 10 closest matches: 2022-03-04T13:13:17.018 INFO:teuthology.orchestra.run.smithi173.stderr:pg stat 2022-03-04T13:13:17.019 INFO:teuthology.orchestra.run.smithi173.stderr:pg getmap 2022-03-04T13:13:17.019 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-03-04T13:13:17.019 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-03-04T13:13:17.019 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump_pools_json 2022-03-04T13:13:17.020 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls-by-pool [...] 2022-03-04T13:13:17.020 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls-by-primary [] [...] 2022-03-04T13:13:17.020 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls-by-osd [] [...] 2022-03-04T13:13:17.020 INFO:teuthology.orchestra.run.smithi173.stderr:pg ls [] [...] 2022-03-04T13:13:17.020 INFO:teuthology.orchestra.run.smithi173.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-03-04T13:13:17.021 INFO:teuthology.orchestra.run.smithi173.stderr:Error EINVAL: invalid command 2022-03-04T13:13:17.021 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-03-04T13:13:17.022 INFO:teuthology.orchestra.run.smithi173.stderr:command terminated with exit code 22 2022-03-04T13:13:17.966 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:17.966874 I | cephclient: command failed for set rook backend. trying again... 2022-03-04T13:13:20.554 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:20.554686 I | op-mgr: successful modules: balancer 2022-03-04T13:13:21.084 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:21.085613 I | op-mgr: successful modules: balancer 2022-03-04T13:13:21.651 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:21.651493 I | cephclient: action set rook backend succeeded on attempt 1 2022-03-04T13:13:21.651 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:21.651527 I | op-mgr: successful modules: orchestrator modules 2022-03-04T13:13:23.329 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:23.329987 I | cephclient: action set rook backend succeeded on attempt 3 2022-03-04T13:13:23.329 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:23.330016 I | op-mgr: successful modules: orchestrator modules 2022-03-04T13:13:27.024 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch status -f json 2022-03-04T13:13:27.611 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:13:27.611 INFO:teuthology.orchestra.run.smithi173.stdout:{"available": true, "backend": "rook"} 2022-03-04T13:13:27.630 INFO:tasks.rook: mgr/rook orchestrator is active 2022-03-04T13:13:27.630 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph config set mgr mgr/rook/storage_class scratch 2022-03-04T13:13:28.196 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch apply osd --all-available-devices 2022-03-04T13:13:28.891 INFO:teuthology.orchestra.run.smithi173.stdout:['Success'] 2022-03-04T13:13:28.894 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:28.892757 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-04T13:13:28.895 INFO:tasks.rook.operator.smithi173.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", AllowUnsupported: true}, 2022-03-04T13:13:28.895 INFO:tasks.rook.operator.smithi173.stdout:   Storage: v1.StorageScopeSpec{ 2022-03-04T13:13:28.896 INFO:tasks.rook.operator.smithi173.stdout:   ... // 3 identical fields 2022-03-04T13:13:28.896 INFO:tasks.rook.operator.smithi173.stdout:   Config: nil, 2022-03-04T13:13:28.896 INFO:tasks.rook.operator.smithi173.stdout:   Selection: {}, 2022-03-04T13:13:28.896 INFO:tasks.rook.operator.smithi173.stdout:-  StorageClassDeviceSets: nil, 2022-03-04T13:13:28.896 INFO:tasks.rook.operator.smithi173.stdout:+  StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-03-04T13:13:28.897 INFO:tasks.rook.operator.smithi173.stdout:+  { 2022-03-04T13:13:28.898 INFO:tasks.rook.operator.smithi173.stdout:+  Name: "smithi173-lv-1", 2022-03-04T13:13:28.898 INFO:tasks.rook.operator.smithi173.stdout:+  Count: 1, 2022-03-04T13:13:28.898 INFO:tasks.rook.operator.smithi173.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-04T13:13:28.899 INFO:tasks.rook.operator.smithi173.stdout:+  }, 2022-03-04T13:13:28.899 INFO:tasks.rook.operator.smithi173.stdout:+  { 2022-03-04T13:13:28.899 INFO:tasks.rook.operator.smithi173.stdout:+  Name: "smithi173-lv-2", 2022-03-04T13:13:28.899 INFO:tasks.rook.operator.smithi173.stdout:+  Count: 1, 2022-03-04T13:13:28.900 INFO:tasks.rook.operator.smithi173.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-04T13:13:28.900 INFO:tasks.rook.operator.smithi173.stdout:+  }, 2022-03-04T13:13:28.900 INFO:tasks.rook.operator.smithi173.stdout:+  { 2022-03-04T13:13:28.900 INFO:tasks.rook.operator.smithi173.stdout:+  Name: "smithi173-lv-3", 2022-03-04T13:13:28.901 INFO:tasks.rook.operator.smithi173.stdout:+  Count: 1, 2022-03-04T13:13:28.901 INFO:tasks.rook.operator.smithi173.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-04T13:13:28.901 INFO:tasks.rook.operator.smithi173.stdout:+  }, 2022-03-04T13:13:28.901 INFO:tasks.rook.operator.smithi173.stdout:+  { 2022-03-04T13:13:28.901 INFO:tasks.rook.operator.smithi173.stdout:+  Name: "smithi173-lv-4", 2022-03-04T13:13:28.902 INFO:tasks.rook.operator.smithi173.stdout:+  Count: 1, 2022-03-04T13:13:28.902 INFO:tasks.rook.operator.smithi173.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-04T13:13:28.902 INFO:tasks.rook.operator.smithi173.stdout:+  }, 2022-03-04T13:13:28.902 INFO:tasks.rook.operator.smithi173.stdout:+  }, 2022-03-04T13:13:28.903 INFO:tasks.rook.operator.smithi173.stdout:   }, 2022-03-04T13:13:28.903 INFO:tasks.rook.operator.smithi173.stdout:   Annotations: nil, 2022-03-04T13:13:28.903 INFO:tasks.rook.operator.smithi173.stdout:   Labels: nil, 2022-03-04T13:13:28.903 INFO:tasks.rook.operator.smithi173.stdout:   ... // 20 identical fields 2022-03-04T13:13:28.904 INFO:tasks.rook.operator.smithi173.stdout:  } 2022-03-04T13:13:28.904 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:28.892888 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-04T13:13:28.914 INFO:tasks.rook:Waiting for 4 OSDs 2022-03-04T13:13:28.915 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd stat -f json 2022-03-04T13:13:28.917 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:28.917859 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:13:28.929 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:28.930408 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-04T13:13:29.404 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:13:29.421 INFO:teuthology.orchestra.run.smithi173.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-04T13:13:29.421 INFO:tasks.rook: have 0/4 OSDs 2022-03-04T13:13:34.289 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:34.290356 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-04T13:13:34.290 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:34.290384 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-04T13:13:34.290 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:34.290397 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-04T13:13:34.298 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:34.295531 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:13:34.516 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:34.515119 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:13:34.519 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:34.517551 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:13:34.945 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:34.946351 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10974 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97" 2022-03-04T13:13:35.064 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:35.065521 I | op-mon: start running mons 2022-03-04T13:13:35.097 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:35.098868 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:13:35.482 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:35.481066 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.98.110.56:6789"]}] data:a=10.98.110.56:6789 mapping:{"node":{"a":{"Name":"smithi173","Hostname":"smithi173","Address":"172.21.15.173"}}} maxMonId:0] 2022-03-04T13:13:35.488 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:35.489874 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:13:35.488 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:35.490037 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:13:36.135 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:36.136300 I | op-mon: targeting the mon count 1 2022-03-04T13:13:36.149 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:36.149994 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-03-04T13:13:37.149 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:37.150493 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-04T13:13:37.155 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:37.156390 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:13:37.215 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:37.216398 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-04T13:13:39.423 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd stat -f json 2022-03-04T13:13:40.259 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:13:40.280 INFO:teuthology.orchestra.run.smithi173.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-04T13:13:40.280 INFO:tasks.rook: have 0/4 OSDs 2022-03-04T13:13:42.747 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:42.741211 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-04T13:13:42.747 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:42.741251 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-04T13:13:42.748 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:42.741270 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-04T13:13:42.985 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:42.986024 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:13:43.148 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:43.149602 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:13:43.149 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:43.149810 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:13:43.555 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:43.556030 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10974 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97" 2022-03-04T13:13:43.718 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:43.719940 I | op-mon: start running mons 2022-03-04T13:13:43.763 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:43.765144 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:13:43.782 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:43.783534 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.98.110.56:6789"]}] data:a=10.98.110.56:6789 mapping:{"node":{"a":{"Name":"smithi173","Hostname":"smithi173","Address":"172.21.15.173"}}} maxMonId:0] 2022-03-04T13:13:43.790 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:43.791469 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:13:43.790 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:43.791619 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:13:44.649 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:44.650392 I | op-mon: targeting the mon count 1 2022-03-04T13:13:44.656 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:44.657529 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-04T13:13:45.035 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:45.036726 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-04T13:13:45.036 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:45.036758 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-04T13:13:45.363 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:45.364906 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-04T13:13:45.364 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:45.364937 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-04T13:13:45.759 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:45.760279 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-04T13:13:45.759 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:45.760310 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-04T13:13:46.098 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:46.099772 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-04T13:13:46.098 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:46.099803 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-04T13:13:46.436 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:46.437969 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-04T13:13:46.436 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:46.437989 I | op-config: deleting "log file" option from the mon configuration database 2022-03-04T13:13:46.787 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:46.788416 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-04T13:13:46.787 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:46.788439 I | op-mon: checking for basic quorum with existing mons 2022-03-04T13:13:46.929 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:46.930832 I | op-mon: mon "a" endpoint is [v2:10.98.110.56:3300,v1:10.98.110.56:6789] 2022-03-04T13:13:46.960 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:46.962004 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.98.110.56:6789"]}] data:a=10.98.110.56:6789 mapping:{"node":{"a":{"Name":"smithi173","Hostname":"smithi173","Address":"172.21.15.173"}}} maxMonId:0] 2022-03-04T13:13:46.967 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:46.969587 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:13:46.970 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:46.969770 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:13:47.225 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:47.227262 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-04T13:13:47.231 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:47.233681 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-04T13:13:47.232 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:47.233703 I | op-mon: waiting for mon quorum with [a] 2022-03-04T13:13:47.395 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:47.396640 I | op-mon: mons running: [a] 2022-03-04T13:13:47.809 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:47.810965 I | op-mon: Monitors in quorum: [a] 2022-03-04T13:13:47.814 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:47.811765 I | op-mon: mons created: 1 2022-03-04T13:13:48.212 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:48.213391 I | op-mon: waiting for mon quorum with [a] 2022-03-04T13:13:48.218 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:48.220252 I | op-mon: mons running: [a] 2022-03-04T13:13:48.633 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:48.634507 I | op-mon: Monitors in quorum: [a] 2022-03-04T13:13:48.633 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:48.634539 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-04T13:13:49.033 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:49.034841 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-04T13:13:49.444 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:49.445611 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-04T13:13:49.856 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:49.857986 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-04T13:13:50.282 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd stat -f json 2022-03-04T13:13:50.288 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:50.290157 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-04T13:13:50.288 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:50.290181 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-04T13:13:50.750 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:50.751625 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-04T13:13:50.768 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:13:50.786 INFO:teuthology.orchestra.run.smithi173.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-04T13:13:50.787 INFO:tasks.rook: have 0/4 OSDs 2022-03-04T13:13:51.170 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:51.171113 I | cephclient: successfully enabled msgr2 protocol 2022-03-04T13:13:51.170 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:51.171151 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-04T13:13:51.170 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:51.171160 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-04T13:13:51.627 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:51.628643 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-04T13:13:51.657 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:51.658971 I | op-mgr: start running mgr 2022-03-04T13:13:51.657 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:51.659008 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-04T13:13:52.096 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:52.097567 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-04T13:13:52.104 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:52.105774 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-04T13:13:52.107 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:52.108459 I | op-mgr: setting services to point to mgr "a" 2022-03-04T13:13:52.220 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:52.221327 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-04T13:13:52.220 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:52.221357 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-04T13:13:52.238 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:52.240518 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-04T13:13:52.330 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:52.331637 I | op-osd: creating 1 new PVCs for device set "smithi173-lv-1" 2022-03-04T13:13:52.475 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:52.476126 I | op-osd: successfully provisioned PVC "smithi173-lv-1-data-0z577k" 2022-03-04T13:13:52.475 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:52.476169 I | op-osd: creating 1 new PVCs for device set "smithi173-lv-2" 2022-03-04T13:13:52.672 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:52.674144 I | op-osd: successfully provisioned PVC "smithi173-lv-2-data-0k87t7" 2022-03-04T13:13:52.673 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:52.674177 I | op-osd: creating 1 new PVCs for device set "smithi173-lv-3" 2022-03-04T13:13:52.873 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:52.874237 I | op-osd: successfully provisioned PVC "smithi173-lv-3-data-09gr9z" 2022-03-04T13:13:52.873 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:52.874284 I | op-osd: creating 1 new PVCs for device set "smithi173-lv-4" 2022-03-04T13:13:53.073 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:53.074593 I | op-osd: successfully provisioned PVC "smithi173-lv-4-data-08vhxk" 2022-03-04T13:13:53.082 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:53.084478 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-1-data-0z577k" 2022-03-04T13:13:53.530 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:53.531573 I | op-osd: started OSD provisioning job for PVC "smithi173-lv-1-data-0z577k" 2022-03-04T13:13:53.530 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:53.531598 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-2-data-0k87t7" 2022-03-04T13:13:53.706 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:53.708151 I | op-mgr: successful modules: prometheus 2022-03-04T13:13:53.709 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:53.710433 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-04T13:13:53.711 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:53.713110 I | op-mgr: successful modules: dashboard 2022-03-04T13:13:53.926 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:53.927602 I | op-osd: started OSD provisioning job for PVC "smithi173-lv-2-data-0k87t7" 2022-03-04T13:13:53.926 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:53.927630 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-3-data-09gr9z" 2022-03-04T13:13:54.049 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:54.051271 I | op-mgr: successful modules: balancer 2022-03-04T13:13:54.287 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:54.288929 I | op-osd: started OSD provisioning job for PVC "smithi173-lv-3-data-09gr9z" 2022-03-04T13:13:54.288 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:54.288962 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-4-data-08vhxk" 2022-03-04T13:13:54.735 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:54.736919 I | op-osd: started OSD provisioning job for PVC "smithi173-lv-4-data-08vhxk" 2022-03-04T13:13:54.735 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:54.736951 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-04T13:13:54.736 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:54.736958 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-04T13:13:54.873 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:54.874730 I | op-osd: OSD orchestration status for PVC smithi173-lv-1-data-0z577k is "starting" 2022-03-04T13:13:54.873 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:54.874861 I | op-osd: OSD orchestration status for PVC smithi173-lv-2-data-0k87t7 is "starting" 2022-03-04T13:13:54.874 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:54.874953 I | op-osd: OSD orchestration status for PVC smithi173-lv-3-data-09gr9z is "starting" 2022-03-04T13:13:54.874 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:54.875049 I | op-osd: OSD orchestration status for PVC smithi173-lv-4-data-08vhxk is "starting" 2022-03-04T13:13:55.229 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:13:55.231274 I | op-mgr: successful modules: orchestrator modules 2022-03-04T13:14:00.787 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd stat -f json 2022-03-04T13:14:01.465 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:14:01.487 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":6,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-03-04T13:14:01.488 INFO:tasks.rook: have 0/4 OSDs 2022-03-04T13:14:03.172 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:03.174528 I | op-osd: OSD orchestration status for node smithi173-lv-4-data-08vhxk is "orchestrating" 2022-03-04T13:14:03.552 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:03.554134 I | op-osd: OSD orchestration status for PVC smithi173-lv-4-data-08vhxk is "orchestrating" 2022-03-04T13:14:10.509 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:10.511169 I | op-osd: OSD orchestration status for PVC smithi173-lv-4-data-08vhxk is "completed" 2022-03-04T13:14:10.509 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:10.511206 I | op-osd: creating OSD 0 on PVC "smithi173-lv-4-data-08vhxk" 2022-03-04T13:14:10.510 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:10.511222 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-4-data-08vhxk" 2022-03-04T13:14:11.490 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd stat -f json 2022-03-04T13:14:11.822 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:11.819844 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi173": the object has been modified; please apply your changes to the latest version and try again 2022-03-04T13:14:12.203 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:14:12.222 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":7,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1646399644,"num_remapped_pgs":0} 2022-03-04T13:14:12.223 INFO:tasks.rook: have 0/4 OSDs 2022-03-04T13:14:22.089 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:22.091553 I | op-osd: OSD orchestration status for node smithi173-lv-1-data-0z577k is "orchestrating" 2022-03-04T13:14:22.198 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:22.200585 I | op-osd: OSD orchestration status for node smithi173-lv-3-data-09gr9z is "orchestrating" 2022-03-04T13:14:22.224 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd stat -f json 2022-03-04T13:14:22.699 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:14:22.715 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":7,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1646399644,"num_remapped_pgs":0} 2022-03-04T13:14:22.716 INFO:tasks.rook: have 0/4 OSDs 2022-03-04T13:14:22.749 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:22.751935 I | op-osd: OSD orchestration status for PVC smithi173-lv-3-data-09gr9z is "orchestrating" 2022-03-04T13:14:23.012 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:23.014587 I | op-osd: OSD orchestration status for PVC smithi173-lv-1-data-0z577k is "orchestrating" 2022-03-04T13:14:26.978 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:26.980745 I | op-osd: OSD orchestration status for node smithi173-lv-2-data-0k87t7 is "orchestrating" 2022-03-04T13:14:27.548 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:27.551120 I | op-osd: OSD orchestration status for PVC smithi173-lv-2-data-0k87t7 is "orchestrating" 2022-03-04T13:14:29.747 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:29.749262 I | op-osd: OSD orchestration status for PVC smithi173-lv-3-data-09gr9z is "completed" 2022-03-04T13:14:29.747 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:29.749316 I | op-osd: creating OSD 1 on PVC "smithi173-lv-3-data-09gr9z" 2022-03-04T13:14:29.751 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:29.749337 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-3-data-09gr9z" 2022-03-04T13:14:30.395 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:30.397884 I | op-osd: OSD orchestration status for PVC smithi173-lv-1-data-0z577k is "completed" 2022-03-04T13:14:30.396 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:30.397914 I | op-osd: creating OSD 2 on PVC "smithi173-lv-1-data-0z577k" 2022-03-04T13:14:30.396 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:30.397925 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-1-data-0z577k" 2022-03-04T13:14:32.717 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd stat -f json 2022-03-04T13:14:34.527 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:14:34.547 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":10,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1646399669,"num_remapped_pgs":0} 2022-03-04T13:14:34.547 INFO:tasks.rook: have 0/4 OSDs 2022-03-04T13:14:36.109 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:36.111110 I | op-osd: OSD orchestration status for PVC smithi173-lv-2-data-0k87t7 is "completed" 2022-03-04T13:14:36.109 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:36.111146 I | op-osd: creating OSD 3 on PVC "smithi173-lv-2-data-0k87t7" 2022-03-04T13:14:36.110 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:36.111160 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-2-data-0k87t7" 2022-03-04T13:14:37.707 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:37.709510 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-04T13:14:37.707 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:14:37.709528 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-04T13:14:44.548 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd stat -f json 2022-03-04T13:14:45.173 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:14:45.194 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":10,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1646399669,"num_remapped_pgs":0} 2022-03-04T13:14:45.194 INFO:tasks.rook: have 0/4 OSDs 2022-03-04T13:14:55.196 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd stat -f json 2022-03-04T13:14:56.399 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:14:56.417 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":14,"num_osds":4,"num_up_osds":1,"osd_up_since":1646399691,"num_in_osds":4,"osd_in_since":1646399669,"num_remapped_pgs":0} 2022-03-04T13:14:56.417 INFO:tasks.rook: have 1/4 OSDs 2022-03-04T13:15:06.419 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd stat -f json 2022-03-04T13:15:06.931 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:15:06.949 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":20,"num_osds":4,"num_up_osds":4,"osd_up_since":1646399706,"num_in_osds":4,"osd_in_since":1646399669,"num_remapped_pgs":0} 2022-03-04T13:15:06.950 INFO:tasks.rook:Distributing ceph config and client.admin keyring 2022-03-04T13:15:06.951 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- cat /etc/ceph/ceph.conf 2022-03-04T13:15:07.116 INFO:teuthology.orchestra.run.smithi173.stdout:[global] 2022-03-04T13:15:07.116 INFO:teuthology.orchestra.run.smithi173.stdout:mon_host = 10.98.110.56:6789 2022-03-04T13:15:07.117 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:15:07.117 INFO:teuthology.orchestra.run.smithi173.stdout:[client.admin] 2022-03-04T13:15:07.118 INFO:teuthology.orchestra.run.smithi173.stdout:keyring = /etc/ceph/keyring 2022-03-04T13:15:07.123 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- cat /etc/ceph/keyring 2022-03-04T13:15:07.288 INFO:teuthology.orchestra.run.smithi173.stdout:[client.admin] 2022-03-04T13:15:07.288 INFO:teuthology.orchestra.run.smithi173.stdout:key = AQAcECJirnb9ORAAZjvSeR6yZCKrCPMlll1zfw== 2022-03-04T13:15:07.292 DEBUG:teuthology.orchestra.run.smithi173:> sudo mkdir -p /etc/ceph 2022-03-04T13:15:07.305 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:15:07.305 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.conf 2022-03-04T13:15:07.368 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:15:07.368 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/keyring 2022-03-04T13:15:07.381 INFO:tasks.rook:Setting up client nodes... 2022-03-04T13:15:07.382 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph auth get-or-create client.a mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2022-03-04T13:15:08.071 INFO:teuthology.orchestra.run.smithi173.stdout:[client.a] 2022-03-04T13:15:08.072 INFO:teuthology.orchestra.run.smithi173.stdout: key = AQDcECJiHfB6ABAAAHOUs80gstN9/uzIG9ghgw== 2022-03-04T13:15:08.093 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:15:08.094 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.client.a.keyring 2022-03-04T13:15:08.094 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 0644 /etc/ceph/ceph.client.a.keyring 2022-03-04T13:15:08.113 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd dump --format=json 2022-03-04T13:15:08.653 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:15:08.654 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":21,"fsid":"ec012736-12c1-4e89-aaf8-b46d3bdc03a9","created":"2022-03-04T13:12:40.217418+0000","modified":"2022-03-04T13:15:07.756887+0000","last_up_change":"2022-03-04T13:15:06.664711+0000","last_in_change":"2022-03-04T13:14:29.114965+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"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-04T13:15:06.646724+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"on","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","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":"3ab509de-5854-4642-b6fd-7a5fcbc1fbed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.23:6800","nonce":2695574238},{"type":"v1","addr":"10.253.96.23:6801","nonce":2695574238}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.23:6802","nonce":2695574238},{"type":"v1","addr":"10.253.96.23:6803","nonce":2695574238}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.23:6806","nonce":2695574238},{"type":"v1","addr":"10.253.96.23:6807","nonce":2695574238}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.23:6804","nonce":2695574238},{"type":"v1","addr":"10.253.96.23:6805","nonce":2695574238}]},"public_addr":"10.253.96.23:6801/2695574238","cluster_addr":"10.253.96.23:6803/2695574238","heartbeat_back_addr":"10.253.96.23:6807/2695574238","heartbeat_front_addr":"10.253.96.23:6805/2695574238","state":["exists","up"]},{"osd":1,"uuid":"248d832e-c92e-4b97-940c-46983665fe06","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.24:6800","nonce":3130139679},{"type":"v1","addr":"10.253.96.24:6801","nonce":3130139679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.24:6802","nonce":3130139679},{"type":"v1","addr":"10.253.96.24:6803","nonce":3130139679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.24:6806","nonce":3130139679},{"type":"v1","addr":"10.253.96.24:6807","nonce":3130139679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.24:6804","nonce":3130139679},{"type":"v1","addr":"10.253.96.24:6805","nonce":3130139679}]},"public_addr":"10.253.96.24:6801/3130139679","cluster_addr":"10.253.96.24:6803/3130139679","heartbeat_back_addr":"10.253.96.24:6807/3130139679","heartbeat_front_addr":"10.253.96.24:6805/3130139679","state":["exists","up"]},{"osd":2,"uuid":"03ac1f21-39cf-44cc-85c2-5899101aa786","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.25:6800","nonce":2403732023},{"type":"v1","addr":"10.253.96.25:6801","nonce":2403732023}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.25:6802","nonce":2403732023},{"type":"v1","addr":"10.253.96.25:6803","nonce":2403732023}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.25:6806","nonce":2403732023},{"type":"v1","addr":"10.253.96.25:6807","nonce":2403732023}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.25:6804","nonce":2403732023},{"type":"v1","addr":"10.253.96.25:6805","nonce":2403732023}]},"public_addr":"10.253.96.25:6801/2403732023","cluster_addr":"10.253.96.25:6803/2403732023","heartbeat_back_addr":"10.253.96.25:6807/2403732023","heartbeat_front_addr":"10.253.96.25:6805/2403732023","state":["exists","up"]},{"osd":3,"uuid":"8c563184-cd21-4aee-bdd4-c7f583b7fc88","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.26:6800","nonce":1062593188},{"type":"v1","addr":"10.253.96.26:6801","nonce":1062593188}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.26:6802","nonce":1062593188},{"type":"v1","addr":"10.253.96.26:6803","nonce":1062593188}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.26:6806","nonce":1062593188},{"type":"v1","addr":"10.253.96.26:6807","nonce":1062593188}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.26:6804","nonce":1062593188},{"type":"v1","addr":"10.253.96.26:6805","nonce":1062593188}]},"public_addr":"10.253.96.26:6801/1062593188","cluster_addr":"10.253.96.26:6803/1062593188","heartbeat_back_addr":"10.253.96.26:6807/1062593188","heartbeat_front_addr":"10.253.96.26:6805/1062593188","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-04T13:14:48.679187+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-04T13:15:01.297022+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-04T13:15:04.451771+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-04T13:15:03.257599+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-04T13:15:08.679 INFO:tasks.rook.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2022-03-04T13:15:06.646724+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'on', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', '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-04T13:15:08.679 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd pool get .mgr pg_num 2022-03-04T13:15:09.213 INFO:teuthology.orchestra.run.smithi173.stdout:pg_num: 1 2022-03-04T13:15:09.233 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2022-03-04T13:15:09.234 INFO:tasks.rook.ceph_manager.ceph:waiting for mgr available 2022-03-04T13:15:09.235 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph mgr dump --format=json 2022-03-04T13:15:09.798 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:15:09.817 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":15,"active_gid":4189,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.13:6800","nonce":2204083303},{"type":"v1","addr":"10.253.96.13:6801","nonce":2204083303}]},"active_addr":"10.253.96.13:6801/2204083303","active_change":"2022-03-04T13:13:17.868175+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":"0.0.0.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":"0.0.0.0","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share 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://10.253.96.13:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":5,"active_clients":[{"addrvec":[{"type":"v2","addr":"10.253.96.13:0","nonce":2882286034}]},{"addrvec":[{"type":"v2","addr":"10.253.96.13:0","nonce":2335506190}]},{"addrvec":[{"type":"v2","addr":"10.253.96.13:0","nonce":3208134582}]},{"addrvec":[{"type":"v2","addr":"10.253.96.13:0","nonce":1924672770}]}]}} 2022-03-04T13:15:09.821 INFO:tasks.rook.ceph_manager.ceph:mgr available! 2022-03-04T13:15:09.822 INFO:tasks.rook.ceph_manager.ceph:waiting for all up 2022-03-04T13:15:09.822 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd dump --format=json 2022-03-04T13:15:10.309 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:15:10.310 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":22,"fsid":"ec012736-12c1-4e89-aaf8-b46d3bdc03a9","created":"2022-03-04T13:12:40.217418+0000","modified":"2022-03-04T13:15:09.101751+0000","last_up_change":"2022-03-04T13:15:06.664711+0000","last_in_change":"2022-03-04T13:14:29.114965+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"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-04T13:15:06.646724+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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"3ab509de-5854-4642-b6fd-7a5fcbc1fbed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.23:6800","nonce":2695574238},{"type":"v1","addr":"10.253.96.23:6801","nonce":2695574238}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.23:6802","nonce":2695574238},{"type":"v1","addr":"10.253.96.23:6803","nonce":2695574238}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.23:6806","nonce":2695574238},{"type":"v1","addr":"10.253.96.23:6807","nonce":2695574238}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.23:6804","nonce":2695574238},{"type":"v1","addr":"10.253.96.23:6805","nonce":2695574238}]},"public_addr":"10.253.96.23:6801/2695574238","cluster_addr":"10.253.96.23:6803/2695574238","heartbeat_back_addr":"10.253.96.23:6807/2695574238","heartbeat_front_addr":"10.253.96.23:6805/2695574238","state":["exists","up"]},{"osd":1,"uuid":"248d832e-c92e-4b97-940c-46983665fe06","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.24:6800","nonce":3130139679},{"type":"v1","addr":"10.253.96.24:6801","nonce":3130139679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.24:6802","nonce":3130139679},{"type":"v1","addr":"10.253.96.24:6803","nonce":3130139679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.24:6806","nonce":3130139679},{"type":"v1","addr":"10.253.96.24:6807","nonce":3130139679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.24:6804","nonce":3130139679},{"type":"v1","addr":"10.253.96.24:6805","nonce":3130139679}]},"public_addr":"10.253.96.24:6801/3130139679","cluster_addr":"10.253.96.24:6803/3130139679","heartbeat_back_addr":"10.253.96.24:6807/3130139679","heartbeat_front_addr":"10.253.96.24:6805/3130139679","state":["exists","up"]},{"osd":2,"uuid":"03ac1f21-39cf-44cc-85c2-5899101aa786","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.25:6800","nonce":2403732023},{"type":"v1","addr":"10.253.96.25:6801","nonce":2403732023}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.25:6802","nonce":2403732023},{"type":"v1","addr":"10.253.96.25:6803","nonce":2403732023}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.25:6806","nonce":2403732023},{"type":"v1","addr":"10.253.96.25:6807","nonce":2403732023}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.25:6804","nonce":2403732023},{"type":"v1","addr":"10.253.96.25:6805","nonce":2403732023}]},"public_addr":"10.253.96.25:6801/2403732023","cluster_addr":"10.253.96.25:6803/2403732023","heartbeat_back_addr":"10.253.96.25:6807/2403732023","heartbeat_front_addr":"10.253.96.25:6805/2403732023","state":["exists","up"]},{"osd":3,"uuid":"8c563184-cd21-4aee-bdd4-c7f583b7fc88","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.26:6800","nonce":1062593188},{"type":"v1","addr":"10.253.96.26:6801","nonce":1062593188}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.26:6802","nonce":1062593188},{"type":"v1","addr":"10.253.96.26:6803","nonce":1062593188}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.26:6806","nonce":1062593188},{"type":"v1","addr":"10.253.96.26:6807","nonce":1062593188}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.26:6804","nonce":1062593188},{"type":"v1","addr":"10.253.96.26:6805","nonce":1062593188}]},"public_addr":"10.253.96.26:6801/1062593188","cluster_addr":"10.253.96.26:6803/1062593188","heartbeat_back_addr":"10.253.96.26:6807/1062593188","heartbeat_front_addr":"10.253.96.26:6805/1062593188","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-04T13:14:48.679187+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-04T13:15:01.297022+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-04T13:15:04.451771+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-04T13:15:03.257599+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-04T13:15:10.328 INFO:tasks.rook.ceph_manager.ceph:all up! 2022-03-04T13:15:10.329 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd dump --format=json 2022-03-04T13:15:10.826 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:15:10.826 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":22,"fsid":"ec012736-12c1-4e89-aaf8-b46d3bdc03a9","created":"2022-03-04T13:12:40.217418+0000","modified":"2022-03-04T13:15:09.101751+0000","last_up_change":"2022-03-04T13:15:06.664711+0000","last_in_change":"2022-03-04T13:14:29.114965+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"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-04T13:15:06.646724+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":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"3ab509de-5854-4642-b6fd-7a5fcbc1fbed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.23:6800","nonce":2695574238},{"type":"v1","addr":"10.253.96.23:6801","nonce":2695574238}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.23:6802","nonce":2695574238},{"type":"v1","addr":"10.253.96.23:6803","nonce":2695574238}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.23:6806","nonce":2695574238},{"type":"v1","addr":"10.253.96.23:6807","nonce":2695574238}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.23:6804","nonce":2695574238},{"type":"v1","addr":"10.253.96.23:6805","nonce":2695574238}]},"public_addr":"10.253.96.23:6801/2695574238","cluster_addr":"10.253.96.23:6803/2695574238","heartbeat_back_addr":"10.253.96.23:6807/2695574238","heartbeat_front_addr":"10.253.96.23:6805/2695574238","state":["exists","up"]},{"osd":1,"uuid":"248d832e-c92e-4b97-940c-46983665fe06","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.24:6800","nonce":3130139679},{"type":"v1","addr":"10.253.96.24:6801","nonce":3130139679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.24:6802","nonce":3130139679},{"type":"v1","addr":"10.253.96.24:6803","nonce":3130139679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.24:6806","nonce":3130139679},{"type":"v1","addr":"10.253.96.24:6807","nonce":3130139679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.24:6804","nonce":3130139679},{"type":"v1","addr":"10.253.96.24:6805","nonce":3130139679}]},"public_addr":"10.253.96.24:6801/3130139679","cluster_addr":"10.253.96.24:6803/3130139679","heartbeat_back_addr":"10.253.96.24:6807/3130139679","heartbeat_front_addr":"10.253.96.24:6805/3130139679","state":["exists","up"]},{"osd":2,"uuid":"03ac1f21-39cf-44cc-85c2-5899101aa786","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.25:6800","nonce":2403732023},{"type":"v1","addr":"10.253.96.25:6801","nonce":2403732023}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.25:6802","nonce":2403732023},{"type":"v1","addr":"10.253.96.25:6803","nonce":2403732023}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.25:6806","nonce":2403732023},{"type":"v1","addr":"10.253.96.25:6807","nonce":2403732023}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.25:6804","nonce":2403732023},{"type":"v1","addr":"10.253.96.25:6805","nonce":2403732023}]},"public_addr":"10.253.96.25:6801/2403732023","cluster_addr":"10.253.96.25:6803/2403732023","heartbeat_back_addr":"10.253.96.25:6807/2403732023","heartbeat_front_addr":"10.253.96.25:6805/2403732023","state":["exists","up"]},{"osd":3,"uuid":"8c563184-cd21-4aee-bdd4-c7f583b7fc88","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.26:6800","nonce":1062593188},{"type":"v1","addr":"10.253.96.26:6801","nonce":1062593188}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.26:6802","nonce":1062593188},{"type":"v1","addr":"10.253.96.26:6803","nonce":1062593188}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.26:6806","nonce":1062593188},{"type":"v1","addr":"10.253.96.26:6807","nonce":1062593188}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.96.26:6804","nonce":1062593188},{"type":"v1","addr":"10.253.96.26:6805","nonce":1062593188}]},"public_addr":"10.253.96.26:6801/1062593188","cluster_addr":"10.253.96.26:6803/1062593188","heartbeat_back_addr":"10.253.96.26:6807/1062593188","heartbeat_front_addr":"10.253.96.26:6805/1062593188","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-04T13:14:48.679187+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-04T13:15:01.297022+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-04T13:15:04.451771+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-04T13:15:03.257599+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-04T13:15:10.847 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph tell osd.0 flush_pg_stats 2022-03-04T13:15:10.848 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph tell osd.1 flush_pg_stats 2022-03-04T13:15:10.848 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph tell osd.2 flush_pg_stats 2022-03-04T13:15:10.849 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph tell osd.3 flush_pg_stats 2022-03-04T13:15:11.256 INFO:teuthology.orchestra.run.smithi173.stdout:55834574854 2022-03-04T13:15:11.257 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd last-stat-seq osd.0 2022-03-04T13:15:11.266 INFO:teuthology.orchestra.run.smithi173.stdout:81604378628 2022-03-04T13:15:11.266 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd last-stat-seq osd.3 2022-03-04T13:15:11.322 INFO:teuthology.orchestra.run.smithi173.stdout:73014444035 2022-03-04T13:15:11.323 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd last-stat-seq osd.1 2022-03-04T13:15:11.785 INFO:teuthology.orchestra.run.smithi173.stdout:85899345923 2022-03-04T13:15:11.786 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd last-stat-seq osd.2 2022-03-04T13:15:11.844 INFO:teuthology.orchestra.run.smithi173.stdout:81604378626 2022-03-04T13:15:11.868 INFO:tasks.rook.ceph_manager.ceph:need seq 81604378628 got 81604378626 for osd.3 2022-03-04T13:15:11.897 INFO:teuthology.orchestra.run.smithi173.stdout:73014444034 2022-03-04T13:15:11.918 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444035 got 73014444034 for osd.1 2022-03-04T13:15:11.967 INFO:teuthology.orchestra.run.smithi173.stdout:55834574853 2022-03-04T13:15:11.989 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574854 got 55834574853 for osd.0 2022-03-04T13:15:12.317 INFO:teuthology.orchestra.run.smithi173.stdout:85899345922 2022-03-04T13:15:12.340 INFO:tasks.rook.ceph_manager.ceph:need seq 85899345923 got 85899345922 for osd.2 2022-03-04T13:15:12.868 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd last-stat-seq osd.3 2022-03-04T13:15:12.919 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd last-stat-seq osd.1 2022-03-04T13:15:12.990 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd last-stat-seq osd.0 2022-03-04T13:15:13.342 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd last-stat-seq osd.2 2022-03-04T13:15:13.395 INFO:teuthology.orchestra.run.smithi173.stdout:81604378628 2022-03-04T13:15:13.422 INFO:tasks.rook.ceph_manager.ceph:need seq 81604378628 got 81604378628 for osd.3 2022-03-04T13:15:13.422 DEBUG:teuthology.parallel:result is None 2022-03-04T13:15:13.481 INFO:teuthology.orchestra.run.smithi173.stdout:73014444035 2022-03-04T13:15:13.506 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444035 got 73014444035 for osd.1 2022-03-04T13:15:13.506 DEBUG:teuthology.parallel:result is None 2022-03-04T13:15:13.549 INFO:teuthology.orchestra.run.smithi173.stdout:55834574854 2022-03-04T13:15:13.565 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574854 got 55834574854 for osd.0 2022-03-04T13:15:13.566 DEBUG:teuthology.parallel:result is None 2022-03-04T13:15:13.813 INFO:teuthology.orchestra.run.smithi173.stdout:85899345923 2022-03-04T13:15:13.836 INFO:tasks.rook.ceph_manager.ceph:need seq 85899345923 got 85899345923 for osd.2 2022-03-04T13:15:13.837 DEBUG:teuthology.parallel:result is None 2022-03-04T13:15:13.837 INFO:tasks.rook.ceph_manager.ceph:waiting for clean 2022-03-04T13:15:13.837 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph pg dump --format=json 2022-03-04T13:15:14.346 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:15:14.350 INFO:teuthology.orchestra.run.smithi173.stderr:dumped all 2022-03-04T13:15:14.363 INFO:teuthology.orchestra.run.smithi173.stdout:{"pg_ready":true,"pg_map":{"version":68,"stamp":"2022-03-04T13:15:14.141339+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":23016,"kb_used_data":1996,"kb_used_omap":0,"kb_used_meta":20288,"kb_avail":374957592,"statfs":{"total":383980142592,"available":383956574208,"internally_reserved":0,"allocated":2043904,"data_stored":1458828,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20774912},"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":131088,"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":20,"num_read_kb":18,"num_write":38,"num_write_kb":784,"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.932366"},"pg_stats":[{"pgid":"1.0","version":"22'97","reported_seq":137,"reported_epoch":22,"state":"active+clean","last_fresh":"2022-03-04T13:15:12.727033+0000","last_change":"2022-03-04T13:15:08.577868+0000","last_active":"2022-03-04T13:15:12.727033+0000","last_peered":"2022-03-04T13:15:12.727033+0000","last_clean":"2022-03-04T13:15:12.727033+0000","last_became_active":"2022-03-04T13:15:08.575224+0000","last_became_peered":"2022-03-04T13:15:08.575224+0000","last_unstale":"2022-03-04T13:15:12.727033+0000","last_undegraded":"2022-03-04T13:15:12.727033+0000","last_fullsized":"2022-03-04T13:15:12.727033+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-03-04T13:15:06.664711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-03-04T13:15:06.664711+0000","last_clean_scrub_stamp":"2022-03-04T13:15:06.664711+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-06T00:49:50.908095+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":1351680,"data_stored":1339428,"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":2,"up_from":20,"seq":85899345924,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6028,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739124,"statfs":{"total":95995035648,"available":95988862976,"internally_reserved":0,"allocated":598016,"data_stored":450726,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71899999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.3260000000000001}]},{"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.84399999999999997}]}]},{"osd":3,"up_from":19,"seq":81604378628,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740160,"statfs":{"total":95995035648,"available":95989923840,"internally_reserved":0,"allocated":188416,"data_stored":45210,"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":1.29}]},{"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.58299999999999996}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.3220000000000001}]}]},{"osd":0,"up_from":13,"seq":55834574855,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6032,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739120,"statfs":{"total":95995035648,"available":95988858880,"internally_reserved":0,"allocated":598016,"data_stored":450726,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"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.97599999999999998}]},{"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.70699999999999996}]},{"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.123}]}]},{"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":5964,"kb_used_data":644,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739188,"statfs":{"total":95995035648,"available":95988928512,"internally_reserved":0,"allocated":659456,"data_stored":512166,"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":0.51300000000000001}]},{"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.57299999999999995}]},{"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.96799999999999997}]}]}],"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":409600,"data_stored":405516,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2022-03-04T13:15:14.364 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph pg dump --format=json 2022-03-04T13:15:14.884 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:15:14.890 INFO:teuthology.orchestra.run.smithi173.stderr:dumped all 2022-03-04T13:15:14.906 INFO:teuthology.orchestra.run.smithi173.stdout:{"pg_ready":true,"pg_map":{"version":68,"stamp":"2022-03-04T13:15:14.141339+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":23016,"kb_used_data":1996,"kb_used_omap":0,"kb_used_meta":20288,"kb_avail":374957592,"statfs":{"total":383980142592,"available":383956574208,"internally_reserved":0,"allocated":2043904,"data_stored":1458828,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20774912},"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":131088,"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":20,"num_read_kb":18,"num_write":38,"num_write_kb":784,"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.932366"},"pg_stats":[{"pgid":"1.0","version":"22'97","reported_seq":137,"reported_epoch":22,"state":"active+clean","last_fresh":"2022-03-04T13:15:12.727033+0000","last_change":"2022-03-04T13:15:08.577868+0000","last_active":"2022-03-04T13:15:12.727033+0000","last_peered":"2022-03-04T13:15:12.727033+0000","last_clean":"2022-03-04T13:15:12.727033+0000","last_became_active":"2022-03-04T13:15:08.575224+0000","last_became_peered":"2022-03-04T13:15:08.575224+0000","last_unstale":"2022-03-04T13:15:12.727033+0000","last_undegraded":"2022-03-04T13:15:12.727033+0000","last_fullsized":"2022-03-04T13:15:12.727033+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-03-04T13:15:06.664711+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-03-04T13:15:06.664711+0000","last_clean_scrub_stamp":"2022-03-04T13:15:06.664711+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-06T00:49:50.908095+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":1351680,"data_stored":1339428,"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":2,"up_from":20,"seq":85899345924,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6028,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739124,"statfs":{"total":95995035648,"available":95988862976,"internally_reserved":0,"allocated":598016,"data_stored":450726,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71899999999999997}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.3260000000000001}]},{"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.84399999999999997}]}]},{"osd":3,"up_from":19,"seq":81604378628,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":4992,"kb_used_data":184,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740160,"statfs":{"total":95995035648,"available":95989923840,"internally_reserved":0,"allocated":188416,"data_stored":45210,"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":1.29}]},{"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.58299999999999996}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.3220000000000001}]}]},{"osd":0,"up_from":13,"seq":55834574855,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6032,"kb_used_data":584,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739120,"statfs":{"total":95995035648,"available":95988858880,"internally_reserved":0,"allocated":598016,"data_stored":450726,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"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.97599999999999998}]},{"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.70699999999999996}]},{"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.123}]}]},{"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":5964,"kb_used_data":644,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739188,"statfs":{"total":95995035648,"available":95988928512,"internally_reserved":0,"allocated":659456,"data_stored":512166,"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":0.51300000000000001}]},{"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.57299999999999995}]},{"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.96799999999999997}]}]}],"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":409600,"data_stored":405516,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2022-03-04T13:15:14.907 INFO:tasks.rook.ceph_manager.ceph:clean! 2022-03-04T13:15:14.907 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2022-03-04T13:15:14.908 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy 2022-03-04T13:15:14.908 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph health --format=json 2022-03-04T13:15:15.430 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:15:15.430 INFO:teuthology.orchestra.run.smithi173.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2022-03-04T13:15:15.448 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy done 2022-03-04T13:15:15.448 INFO:tasks.rook:Rook complete, yielding 2022-03-04T13:15:15.449 INFO:teuthology.run_tasks:Running task rook.shell... 2022-03-04T13:15:15.460 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph -s 2022-03-04T13:15:15.999 INFO:teuthology.orchestra.run.smithi173.stdout: cluster: 2022-03-04T13:15:16.000 INFO:teuthology.orchestra.run.smithi173.stdout: id: ec012736-12c1-4e89-aaf8-b46d3bdc03a9 2022-03-04T13:15:16.000 INFO:teuthology.orchestra.run.smithi173.stdout: health: HEALTH_OK 2022-03-04T13:15:16.000 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:15:16.000 INFO:teuthology.orchestra.run.smithi173.stdout: services: 2022-03-04T13:15:16.001 INFO:teuthology.orchestra.run.smithi173.stdout: mon: 1 daemons, quorum a (age 2m) 2022-03-04T13:15:16.001 INFO:teuthology.orchestra.run.smithi173.stdout: mgr: a(active, since 118s) 2022-03-04T13:15:16.001 INFO:teuthology.orchestra.run.smithi173.stdout: osd: 4 osds: 4 up (since 9s), 4 in (since 46s) 2022-03-04T13:15:16.001 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:15:16.002 INFO:teuthology.orchestra.run.smithi173.stdout: data: 2022-03-04T13:15:16.002 INFO:teuthology.orchestra.run.smithi173.stdout: pools: 1 pools, 1 pgs 2022-03-04T13:15:16.002 INFO:teuthology.orchestra.run.smithi173.stdout: objects: 2 objects, 577 KiB 2022-03-04T13:15:16.002 INFO:teuthology.orchestra.run.smithi173.stdout: usage: 22 MiB used, 358 GiB / 358 GiB avail 2022-03-04T13:15:16.003 INFO:teuthology.orchestra.run.smithi173.stdout: pgs: 1 active+clean 2022-03-04T13:15:16.003 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:15:16.003 INFO:teuthology.orchestra.run.smithi173.stdout: io: 2022-03-04T13:15:16.003 INFO:teuthology.orchestra.run.smithi173.stdout: client: 3.6 KiB/s rd, 159 KiB/s wr, 4 op/s rd, 7 op/s wr 2022-03-04T13:15:16.004 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:15:16.018 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch status 2022-03-04T13:15:16.622 INFO:teuthology.orchestra.run.smithi173.stdout:Backend: rook 2022-03-04T13:15:16.623 INFO:teuthology.orchestra.run.smithi173.stdout:Available: Yes 2022-03-04T13:15:16.642 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ps 2022-03-04T13:15:17.148 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-03-04T13:15:17.148 INFO:teuthology.orchestra.run.smithi173.stdout:crashcollector.crash smithi173 running (66s) 0s ago 66s - - 02136b44099a 2022-03-04T13:15:17.149 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.a smithi173 running (2m) 0s ago 2m - - 02136b44099a 2022-03-04T13:15:17.149 INFO:teuthology.orchestra.run.smithi173.stdout:mon.a smithi173 running (2m) 0s ago 2m - - 02136b44099a 2022-03-04T13:15:17.149 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (66s) 0s ago 66s - - 02136b44099a 2022-03-04T13:15:17.149 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (47s) 0s ago 47s - - 02136b44099a 2022-03-04T13:15:17.150 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (44s) 0s ago 45s - - 02136b44099a 2022-03-04T13:15:17.150 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (40s) 0s ago 41s - - 02136b44099a 2022-03-04T13:15:17.172 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls 2022-03-04T13:15:17.767 INFO:teuthology.orchestra.run.smithi173.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-03-04T13:15:17.768 INFO:teuthology.orchestra.run.smithi173.stdout:crash 1/1 0s ago 66s * 2022-03-04T13:15:17.768 INFO:teuthology.orchestra.run.smithi173.stdout:mgr 1/1 0s ago 2m count:1 2022-03-04T13:15:17.768 INFO:teuthology.orchestra.run.smithi173.stdout:mon 1/1 0s ago 2m count:1 2022-03-04T13:15:17.769 INFO:teuthology.orchestra.run.smithi173.stdout:osd 8 0s ago 66s 2022-03-04T13:15:17.769 INFO:teuthology.orchestra.run.smithi173.stdout:osd.all-available-devices 0 0s ago - * 2022-03-04T13:15:17.791 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch device ls 2022-03-04T13:15:18.366 INFO:teuthology.orchestra.run.smithi173.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2022-03-04T13:15:18.366 INFO:teuthology.orchestra.run.smithi173.stdout:smithi173 /dev/vg_nvme/lv_1 unknown None 107G 0s ago 2022-03-04T13:15:18.366 INFO:teuthology.orchestra.run.smithi173.stdout:smithi173 /dev/vg_nvme/lv_2 unknown None 107G 0s ago 2022-03-04T13:15:18.367 INFO:teuthology.orchestra.run.smithi173.stdout:smithi173 /dev/vg_nvme/lv_3 unknown None 107G 0s ago 2022-03-04T13:15:18.367 INFO:teuthology.orchestra.run.smithi173.stdout:smithi173 /dev/vg_nvme/lv_4 unknown None 107G 0s ago 2022-03-04T13:15:18.389 INFO:teuthology.run_tasks:Running task install... 2022-03-04T13:15:18.399 DEBUG:teuthology.task.install:project ceph 2022-03-04T13:15:18.400 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'sha1': 'd0dc2fbbf3f64a2d513e2355b245d0ea9728ff97'}} 2022-03-04T13:15:18.400 DEBUG:teuthology.task.install:config {'host.a': None, 'sha1': 'd0dc2fbbf3f64a2d513e2355b245d0ea9728ff97'} 2022-03-04T13:15:18.401 INFO:teuthology.task.install:Using flavor: default 2022-03-04T13:15:18.408 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-04T13:15:18.409 INFO:teuthology.task.install:extra packages: [] 2022-03-04T13:15:18.409 DEBUG:teuthology.orchestra.run.smithi173:> sudo lsb_release -is 2022-03-04T13:15:18.448 INFO:teuthology.orchestra.run.smithi173.stdout:Ubuntu 2022-03-04T13:15:18.453 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-04T13:15:18.454 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-key list | grep Ceph 2022-03-04T13:15:18.595 INFO:teuthology.orchestra.run.smithi173.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2022-03-04T13:15:18.654 INFO:teuthology.orchestra.run.smithi173.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2022-03-04T13:15:18.655 INFO:teuthology.orchestra.run.smithi173.stdout:uid [ unknown] Ceph.com (release key) 2022-03-04T13:15:18.656 DEBUG:teuthology.orchestra.run.smithi173:> sudo lsb_release -is 2022-03-04T13:15:18.699 INFO:teuthology.orchestra.run.smithi173.stdout:Ubuntu 2022-03-04T13:15:18.704 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-04T13:15:18.705 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-04T13:15:18.705 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97 2022-03-04T13:15:18.878 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default/ 2022-03-04T13:15:18.930 INFO:teuthology.task.install.deb:Package version is 17.0.0-10974-gd0dc2fbb-1focal 2022-03-04T13:15:19.047 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:15:19.047 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2022-03-04T13:15:19.065 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get update 2022-03-04T13:15:19.262 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-04T13:15:19.326 INFO:teuthology.orchestra.run.smithi173.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal InRelease 2022-03-04T13:15:19.350 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal Release [7,662 B] 2022-03-04T13:15:19.377 INFO:teuthology.orchestra.run.smithi173.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal Release.gpg 2022-03-04T13:15:19.379 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:6 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-04T13:15:19.400 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main i386 Packages [3,344 B] 2022-03-04T13:15:19.431 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 Packages [17.3 kB] 2022-03-04T13:15:19.466 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:9 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-04T13:15:19.548 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-04T13:15:20.268 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:2 https://packages.cloud.google.com/apt kubernetes-xenial InRelease 2022-03-04T13:15:20.457 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 28.3 kB in 1s (24.4 kB/s) 2022-03-04T13:15:21.409 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2022-03-04T13:15:21.433 DEBUG:teuthology.orchestra.run.smithi173:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=17.0.0-10974-gd0dc2fbb-1focal cephadm=17.0.0-10974-gd0dc2fbb-1focal ceph-mds=17.0.0-10974-gd0dc2fbb-1focal ceph-mgr=17.0.0-10974-gd0dc2fbb-1focal ceph-common=17.0.0-10974-gd0dc2fbb-1focal ceph-fuse=17.0.0-10974-gd0dc2fbb-1focal ceph-test=17.0.0-10974-gd0dc2fbb-1focal ceph-volume=17.0.0-10974-gd0dc2fbb-1focal radosgw=17.0.0-10974-gd0dc2fbb-1focal python3-rados=17.0.0-10974-gd0dc2fbb-1focal python3-rgw=17.0.0-10974-gd0dc2fbb-1focal python3-cephfs=17.0.0-10974-gd0dc2fbb-1focal python3-rbd=17.0.0-10974-gd0dc2fbb-1focal libcephfs2=17.0.0-10974-gd0dc2fbb-1focal libcephfs-dev=17.0.0-10974-gd0dc2fbb-1focal librados2=17.0.0-10974-gd0dc2fbb-1focal librbd1=17.0.0-10974-gd0dc2fbb-1focal rbd-fuse=17.0.0-10974-gd0dc2fbb-1focal 2022-03-04T13:15:21.506 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2022-03-04T13:15:21.700 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2022-03-04T13:15:21.701 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2022-03-04T13:15:21.870 INFO:teuthology.orchestra.run.smithi173.stdout:The following packages were automatically installed and are no longer required: 2022-03-04T13:15:21.872 INFO:teuthology.orchestra.run.smithi173.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2022-03-04T13:15:21.872 INFO:teuthology.orchestra.run.smithi173.stdout:Use 'sudo apt autoremove' to remove them. 2022-03-04T13:15:21.872 INFO:teuthology.orchestra.run.smithi173.stdout:The following additional packages will be installed: 2022-03-04T13:15:21.873 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-base ceph-mgr-dashboard ceph-mgr-diskprediction-local 2022-03-04T13:15:21.873 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2022-03-04T13:15:21.873 INFO:teuthology.orchestra.run.smithi173.stdout: libdouble-conversion3 libjq1 libjs-sphinxdoc libjs-underscore liblbfgsb0 2022-03-04T13:15:21.873 INFO:teuthology.orchestra.run.smithi173.stdout: liblttng-ust0 liblua5.3-0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2022-03-04T13:15:21.874 INFO:teuthology.orchestra.run.smithi173.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-03-04T13:15:21.874 INFO:teuthology.orchestra.run.smithi173.stdout: libsqlite3-mod-ceph libthrift-0.13.0 libxslt1.1 nvme-cli 2022-03-04T13:15:21.874 INFO:teuthology.orchestra.run.smithi173.stdout: python-pastedeploy-tpl python3-atomicwrites python3-attr python3-bcrypt 2022-03-04T13:15:21.875 INFO:teuthology.orchestra.run.smithi173.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2022-03-04T13:15:21.875 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-common python3-cherrypy3 python3-cryptography python3-decorator 2022-03-04T13:15:21.875 INFO:teuthology.orchestra.run.smithi173.stdout: python3-google-auth python3-html5lib python3-joblib python3-jwt 2022-03-04T13:15:21.875 INFO:teuthology.orchestra.run.smithi173.stdout: python3-kubernetes python3-logutils python3-lxml python3-mako 2022-03-04T13:15:21.876 INFO:teuthology.orchestra.run.smithi173.stdout: python3-markupsafe python3-oauthlib python3-openssl python3-packaging 2022-03-04T13:15:21.876 INFO:teuthology.orchestra.run.smithi173.stdout: python3-paste python3-pastedeploy python3-pastescript python3-pecan 2022-03-04T13:15:21.877 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pluggy python3-prettytable python3-psutil python3-py python3-pyasn1 2022-03-04T13:15:21.877 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2022-03-04T13:15:21.877 INFO:teuthology.orchestra.run.smithi173.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2022-03-04T13:15:21.877 INFO:teuthology.orchestra.run.smithi173.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2022-03-04T13:15:21.877 INFO:teuthology.orchestra.run.smithi173.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2022-03-04T13:15:21.878 INFO:teuthology.orchestra.run.smithi173.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2022-03-04T13:15:21.878 INFO:teuthology.orchestra.run.smithi173.stdout: python3-websocket python3-webtest python3-werkzeug qttranslations5-l10n 2022-03-04T13:15:21.878 INFO:teuthology.orchestra.run.smithi173.stdout: xmlstarlet 2022-03-04T13:15:21.879 INFO:teuthology.orchestra.run.smithi173.stdout:Suggested packages: 2022-03-04T13:15:21.879 INFO:teuthology.orchestra.run.smithi173.stdout: python3-influxdb python-attr-doc python-blinker-doc python-cryptography-doc 2022-03-04T13:15:21.879 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cryptography-vectors python3-genshi python3-crypto python3-lxml-dbg 2022-03-04T13:15:21.880 INFO:teuthology.orchestra.run.smithi173.stdout: python-lxml-doc python3-beaker python-mako-doc python-openssl-doc 2022-03-04T13:15:21.880 INFO:teuthology.orchestra.run.smithi173.stdout: python3-openssl-dbg httpd-wsgi libapache2-mod-python libapache2-mod-scgi 2022-03-04T13:15:21.880 INFO:teuthology.orchestra.run.smithi173.stdout: libjs-mochikit python-pecan-doc python-psutil-doc subversion 2022-03-04T13:15:21.880 INFO:teuthology.orchestra.run.smithi173.stdout: python-pyinotify-doc python-scipy-doc python3-dap python-sklearn-doc 2022-03-04T13:15:21.881 INFO:teuthology.orchestra.run.smithi173.stdout: ipython3 python-waitress-doc python-webob-doc python-webtest-doc 2022-03-04T13:15:21.881 INFO:teuthology.orchestra.run.smithi173.stdout: python-werkzeug-doc python3-termcolor python3-watchdog 2022-03-04T13:15:21.881 INFO:teuthology.orchestra.run.smithi173.stdout:Recommended packages: 2022-03-04T13:15:21.881 INFO:teuthology.orchestra.run.smithi173.stdout: btrfs-tools ceph-mgr-cephadm 2022-03-04T13:15:21.989 INFO:teuthology.orchestra.run.smithi173.stdout:The following NEW packages will be installed: 2022-03-04T13:15:21.990 INFO:teuthology.orchestra.run.smithi173.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-dashboard 2022-03-04T13:15:21.990 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2022-03-04T13:15:21.990 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mon ceph-osd ceph-test ceph-volume cephadm jq libcephfs-dev libcephfs2 2022-03-04T13:15:21.991 INFO:teuthology.orchestra.run.smithi173.stdout: libdouble-conversion3 libjq1 libjs-sphinxdoc libjs-underscore liblbfgsb0 2022-03-04T13:15:21.991 INFO:teuthology.orchestra.run.smithi173.stdout: liblttng-ust0 liblua5.3-0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2022-03-04T13:15:21.991 INFO:teuthology.orchestra.run.smithi173.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-03-04T13:15:21.993 INFO:teuthology.orchestra.run.smithi173.stdout: libsqlite3-mod-ceph libthrift-0.13.0 libxslt1.1 nvme-cli 2022-03-04T13:15:21.993 INFO:teuthology.orchestra.run.smithi173.stdout: python-pastedeploy-tpl python3-atomicwrites python3-attr python3-bcrypt 2022-03-04T13:15:21.993 INFO:teuthology.orchestra.run.smithi173.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2022-03-04T13:15:21.993 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-common python3-cephfs python3-cherrypy3 python3-cryptography 2022-03-04T13:15:21.994 INFO:teuthology.orchestra.run.smithi173.stdout: python3-decorator python3-google-auth python3-html5lib python3-joblib 2022-03-04T13:15:21.994 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2022-03-04T13:15:21.994 INFO:teuthology.orchestra.run.smithi173.stdout: python3-markupsafe python3-oauthlib python3-openssl python3-packaging 2022-03-04T13:15:21.994 INFO:teuthology.orchestra.run.smithi173.stdout: python3-paste python3-pastedeploy python3-pastescript python3-pecan 2022-03-04T13:15:21.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pluggy python3-prettytable python3-psutil python3-py python3-pyasn1 2022-03-04T13:15:21.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-rados 2022-03-04T13:15:21.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-rbd python3-repoze.lru python3-requests-oauthlib python3-rgw 2022-03-04T13:15:21.995 INFO:teuthology.orchestra.run.smithi173.stdout: python3-routes python3-rsa python3-scipy python3-simplegeneric 2022-03-04T13:15:21.996 INFO:teuthology.orchestra.run.smithi173.stdout: python3-simplejson python3-singledispatch python3-sklearn 2022-03-04T13:15:21.996 INFO:teuthology.orchestra.run.smithi173.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2022-03-04T13:15:21.996 INFO:teuthology.orchestra.run.smithi173.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2022-03-04T13:15:21.996 INFO:teuthology.orchestra.run.smithi173.stdout: python3-webtest python3-werkzeug qttranslations5-l10n radosgw rbd-fuse 2022-03-04T13:15:21.997 INFO:teuthology.orchestra.run.smithi173.stdout: xmlstarlet 2022-03-04T13:15:21.997 INFO:teuthology.orchestra.run.smithi173.stdout:The following packages will be upgraded: 2022-03-04T13:15:21.997 INFO:teuthology.orchestra.run.smithi173.stdout: librados2 librbd1 2022-03-04T13:15:22.148 INFO:teuthology.orchestra.run.smithi173.stdout:2 upgraded, 102 newly installed, 0 to remove and 66 not upgraded. 2022-03-04T13:15:22.148 INFO:teuthology.orchestra.run.smithi173.stdout:Need to get 186 MB of archives. 2022-03-04T13:15:22.148 INFO:teuthology.orchestra.run.smithi173.stdout:After this operation, 869 MB of additional disk space will be used. 2022-03-04T13:15:22.148 INFO:teuthology.orchestra.run.smithi173.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 17.0.0-10974-gd0dc2fbb-1focal [3,484 kB] 2022-03-04T13:15:22.186 INFO:teuthology.orchestra.run.smithi173.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2022-03-04T13:15:22.359 INFO:teuthology.orchestra.run.smithi173.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 17.0.0-10974-gd0dc2fbb-1focal [3,687 kB] 2022-03-04T13:15:22.472 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 17.0.0-10974-gd0dc2fbb-1focal [752 kB] 2022-03-04T13:15:22.496 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 17.0.0-10974-gd0dc2fbb-1focal [412 kB] 2022-03-04T13:15:22.509 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 17.0.0-10974-gd0dc2fbb-1focal [22.4 kB] 2022-03-04T13:15:22.510 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 17.0.0-10974-gd0dc2fbb-1focal [200 kB] 2022-03-04T13:15:22.516 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 17.0.0-10974-gd0dc2fbb-1focal [41.9 kB] 2022-03-04T13:15:22.518 INFO:teuthology.orchestra.run.smithi173.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 17.0.0-10974-gd0dc2fbb-1focal [385 kB] 2022-03-04T13:15:22.531 INFO:teuthology.orchestra.run.smithi173.stdout:Get:10 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 17.0.0-10974-gd0dc2fbb-1focal [4,158 kB] 2022-03-04T13:15:22.559 INFO:teuthology.orchestra.run.smithi173.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2022-03-04T13:15:22.569 INFO:teuthology.orchestra.run.smithi173.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-16-0 amd64 10.34-7 [181 kB] 2022-03-04T13:15:22.654 INFO:teuthology.orchestra.run.smithi173.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2,006 kB] 2022-03-04T13:15:22.667 INFO:teuthology.orchestra.run.smithi173.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 17.0.0-10974-gd0dc2fbb-1focal [116 kB] 2022-03-04T13:15:22.673 INFO:teuthology.orchestra.run.smithi173.stdout:Get:15 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 17.0.0-10974-gd0dc2fbb-1focal [478 kB] 2022-03-04T13:15:22.687 INFO:teuthology.orchestra.run.smithi173.stdout:Get:16 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 17.0.0-10974-gd0dc2fbb-1focal [24.4 MB] 2022-03-04T13:15:22.902 INFO:teuthology.orchestra.run.smithi173.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2022-03-04T13:15:22.910 INFO:teuthology.orchestra.run.smithi173.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2022-03-04T13:15:22.943 INFO:teuthology.orchestra.run.smithi173.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2022-03-04T13:15:22.953 INFO:teuthology.orchestra.run.smithi173.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2022-03-04T13:15:22.953 INFO:teuthology.orchestra.run.smithi173.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-03-04T13:15:22.958 INFO:teuthology.orchestra.run.smithi173.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2022-03-04T13:15:22.959 INFO:teuthology.orchestra.run.smithi173.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2022-03-04T13:15:22.974 INFO:teuthology.orchestra.run.smithi173.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2022-03-04T13:15:22.975 INFO:teuthology.orchestra.run.smithi173.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2022-03-04T13:15:22.985 INFO:teuthology.orchestra.run.smithi173.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2022-03-04T13:15:23.064 INFO:teuthology.orchestra.run.smithi173.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2022-03-04T13:15:23.065 INFO:teuthology.orchestra.run.smithi173.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2022-03-04T13:15:23.067 INFO:teuthology.orchestra.run.smithi173.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jwt all 1.7.1-2ubuntu2 [17.4 kB] 2022-03-04T13:15:23.068 INFO:teuthology.orchestra.run.smithi173.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2022-03-04T13:15:23.069 INFO:teuthology.orchestra.run.smithi173.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2022-03-04T13:15:23.070 INFO:teuthology.orchestra.run.smithi173.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2 [59.1 kB] 2022-03-04T13:15:23.071 INFO:teuthology.orchestra.run.smithi173.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2022-03-04T13:15:23.071 INFO:teuthology.orchestra.run.smithi173.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2022-03-04T13:15:23.072 INFO:teuthology.orchestra.run.smithi173.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2022-03-04T13:15:23.151 INFO:teuthology.orchestra.run.smithi173.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2022-03-04T13:15:23.152 INFO:teuthology.orchestra.run.smithi173.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2022-03-04T13:15:23.154 INFO:teuthology.orchestra.run.smithi173.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-waitress all 1.4.1-1 [80.6 kB] 2022-03-04T13:15:23.233 INFO:teuthology.orchestra.run.smithi173.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2022-03-04T13:15:23.233 INFO:teuthology.orchestra.run.smithi173.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2022-03-04T13:15:23.241 INFO:teuthology.orchestra.run.smithi173.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2022-03-04T13:15:23.241 INFO:teuthology.orchestra.run.smithi173.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2022-03-04T13:15:23.242 INFO:teuthology.orchestra.run.smithi173.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2022-03-04T13:15:23.242 INFO:teuthology.orchestra.run.smithi173.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2022-03-04T13:15:23.243 INFO:teuthology.orchestra.run.smithi173.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-werkzeug all 0.16.1+dfsg1-2 [183 kB] 2022-03-04T13:15:23.315 INFO:teuthology.orchestra.run.smithi173.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2022-03-04T13:15:23.315 INFO:teuthology.orchestra.run.smithi173.stdout:Get:47 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-04T13:15:23.318 INFO:teuthology.orchestra.run.smithi173.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2022-03-04T13:15:23.396 INFO:teuthology.orchestra.run.smithi173.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2022-03-04T13:15:23.398 INFO:teuthology.orchestra.run.smithi173.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2022-03-04T13:15:23.399 INFO:teuthology.orchestra.run.smithi173.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2022-03-04T13:15:23.400 INFO:teuthology.orchestra.run.smithi173.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2022-03-04T13:15:23.574 INFO:teuthology.orchestra.run.smithi173.stdout:Get:53 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 17.0.0-10974-gd0dc2fbb-1focal [6,425 kB] 2022-03-04T13:15:23.852 INFO:teuthology.orchestra.run.smithi173.stdout:Get:54 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 17.0.0-10974-gd0dc2fbb-1focal [210 kB] 2022-03-04T13:15:23.878 INFO:teuthology.orchestra.run.smithi173.stdout:Get:55 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 17.0.0-10974-gd0dc2fbb-1focal [152 kB] 2022-03-04T13:15:23.879 INFO:teuthology.orchestra.run.smithi173.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2022-03-04T13:15:23.887 INFO:teuthology.orchestra.run.smithi173.stdout:Get:57 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 17.0.0-10974-gd0dc2fbb-1focal [1,570 kB] 2022-03-04T13:15:23.895 INFO:teuthology.orchestra.run.smithi173.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2022-03-04T13:15:23.896 INFO:teuthology.orchestra.run.smithi173.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2022-03-04T13:15:23.902 INFO:teuthology.orchestra.run.smithi173.stdout:Get:60 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 17.0.0-10974-gd0dc2fbb-1focal [7,816 kB] 2022-03-04T13:15:23.973 INFO:teuthology.orchestra.run.smithi173.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2022-03-04T13:15:23.973 INFO:teuthology.orchestra.run.smithi173.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2022-03-04T13:15:23.974 INFO:teuthology.orchestra.run.smithi173.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2022-03-04T13:15:23.974 INFO:teuthology.orchestra.run.smithi173.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2022-03-04T13:15:23.975 INFO:teuthology.orchestra.run.smithi173.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2022-03-04T13:15:23.975 INFO:teuthology.orchestra.run.smithi173.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2022-03-04T13:15:23.976 INFO:teuthology.orchestra.run.smithi173.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2022-03-04T13:15:24.093 INFO:teuthology.orchestra.run.smithi173.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2022-03-04T13:15:24.097 INFO:teuthology.orchestra.run.smithi173.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2022-03-04T13:15:24.100 INFO:teuthology.orchestra.run.smithi173.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 17.0.0-10974-gd0dc2fbb-1focal [28.7 MB] 2022-03-04T13:15:24.127 INFO:teuthology.orchestra.run.smithi173.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2022-03-04T13:15:24.131 INFO:teuthology.orchestra.run.smithi173.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2022-03-04T13:15:24.142 INFO:teuthology.orchestra.run.smithi173.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2022-03-04T13:15:24.145 INFO:teuthology.orchestra.run.smithi173.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2022-03-04T13:15:24.145 INFO:teuthology.orchestra.run.smithi173.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 libxslt1.1 amd64 1.1.34-4 [152 kB] 2022-03-04T13:15:24.146 INFO:teuthology.orchestra.run.smithi173.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2022-03-04T13:15:24.146 INFO:teuthology.orchestra.run.smithi173.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2022-03-04T13:15:24.147 INFO:teuthology.orchestra.run.smithi173.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2022-03-04T13:15:24.207 INFO:teuthology.orchestra.run.smithi173.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2022-03-04T13:15:24.208 INFO:teuthology.orchestra.run.smithi173.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2022-03-04T13:15:24.289 INFO:teuthology.orchestra.run.smithi173.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2022-03-04T13:15:24.290 INFO:teuthology.orchestra.run.smithi173.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2022-03-04T13:15:24.311 INFO:teuthology.orchestra.run.smithi173.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2022-03-04T13:15:24.312 INFO:teuthology.orchestra.run.smithi173.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2022-03-04T13:15:24.312 INFO:teuthology.orchestra.run.smithi173.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2022-03-04T13:15:24.313 INFO:teuthology.orchestra.run.smithi173.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2022-03-04T13:15:24.314 INFO:teuthology.orchestra.run.smithi173.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2022-03-04T13:15:24.315 INFO:teuthology.orchestra.run.smithi173.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2022-03-04T13:15:24.378 INFO:teuthology.orchestra.run.smithi173.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2022-03-04T13:15:24.379 INFO:teuthology.orchestra.run.smithi173.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2022-03-04T13:15:24.460 INFO:teuthology.orchestra.run.smithi173.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2022-03-04T13:15:24.462 INFO:teuthology.orchestra.run.smithi173.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2022-03-04T13:15:25.153 INFO:teuthology.orchestra.run.smithi173.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 17.0.0-10974-gd0dc2fbb-1focal [3,812 B] 2022-03-04T13:15:25.153 INFO:teuthology.orchestra.run.smithi173.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 17.0.0-10974-gd0dc2fbb-1focal [860 kB] 2022-03-04T13:15:25.160 INFO:teuthology.orchestra.run.smithi173.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 17.0.0-10974-gd0dc2fbb-1focal [2,385 kB] 2022-03-04T13:15:25.247 INFO:teuthology.orchestra.run.smithi173.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 17.0.0-10974-gd0dc2fbb-1focal [1,677 kB] 2022-03-04T13:15:25.262 INFO:teuthology.orchestra.run.smithi173.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 17.0.0-10974-gd0dc2fbb-1focal [7,886 kB] 2022-03-04T13:15:25.461 INFO:teuthology.orchestra.run.smithi173.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 17.0.0-10974-gd0dc2fbb-1focal [3,928 B] 2022-03-04T13:15:25.461 INFO:teuthology.orchestra.run.smithi173.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 17.0.0-10974-gd0dc2fbb-1focal [50.5 MB] 2022-03-04T13:15:27.378 INFO:teuthology.orchestra.run.smithi173.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 17.0.0-10974-gd0dc2fbb-1focal [219 kB] 2022-03-04T13:15:27.380 INFO:teuthology.orchestra.run.smithi173.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 17.0.0-10974-gd0dc2fbb-1focal [69.5 kB] 2022-03-04T13:15:27.380 INFO:teuthology.orchestra.run.smithi173.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 17.0.0-10974-gd0dc2fbb-1focal [21.4 kB] 2022-03-04T13:15:27.381 INFO:teuthology.orchestra.run.smithi173.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 17.0.0-10974-gd0dc2fbb-1focal [12.7 MB] 2022-03-04T13:15:27.687 INFO:teuthology.orchestra.run.smithi173.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 17.0.0-10974-gd0dc2fbb-1focal [79.2 kB] 2022-03-04T13:15:28.331 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 186 MB in 6s (32.7 MB/s) 2022-03-04T13:15:28.508 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2022-03-04T13:15:28.558 INFO:teuthology.orchestra.run.smithi173.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-04T13:15:28.561 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2022-03-04T13:15:28.650 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2022-03-04T13:15:29.169 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2022-03-04T13:15:29.179 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2022-03-04T13:15:29.222 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2022-03-04T13:15:29.617 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2022-03-04T13:15:29.626 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../002-libpcre2-16-0_10.34-7_amd64.deb ... 2022-03-04T13:15:29.684 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7) ... 2022-03-04T13:15:30.534 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libqt5core5a:amd64. 2022-03-04T13:15:30.542 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../003-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2022-03-04T13:15:30.598 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-03-04T13:15:31.135 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2022-03-04T13:15:31.150 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../004-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2022-03-04T13:15:31.193 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-03-04T13:15:31.606 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libqt5network5:amd64. 2022-03-04T13:15:31.620 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../005-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2022-03-04T13:15:31.673 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-03-04T13:15:32.143 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libthrift-0.13.0. 2022-03-04T13:15:32.157 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../006-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2022-03-04T13:15:32.202 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2022-03-04T13:15:32.694 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../007-librbd1_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:32.866 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librbd1 (17.0.0-10974-gd0dc2fbb-1focal) over (15.2.14-0ubuntu0.20.04.2) ... 2022-03-04T13:15:33.600 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../008-librados2_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:33.780 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librados2 (17.0.0-10974-gd0dc2fbb-1focal) over (15.2.14-0ubuntu0.20.04.2) ... 2022-03-04T13:15:34.576 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libcephfs2. 2022-03-04T13:15:34.585 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../009-libcephfs2_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:34.694 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libcephfs2 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:35.106 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rados. 2022-03-04T13:15:35.119 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../010-python3-rados_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:35.164 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rados (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:35.543 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-ceph-argparse. 2022-03-04T13:15:35.558 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../011-python3-ceph-argparse_17.0.0-10974-gd0dc2fbb-1focal_all.deb ... 2022-03-04T13:15:35.601 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-ceph-argparse (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:35.879 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cephfs. 2022-03-04T13:15:35.893 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../012-python3-cephfs_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:35.964 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cephfs (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:36.242 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-ceph-common. 2022-03-04T13:15:36.256 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../013-python3-ceph-common_17.0.0-10974-gd0dc2fbb-1focal_all.deb ... 2022-03-04T13:15:36.300 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-ceph-common (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:36.620 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-prettytable. 2022-03-04T13:15:36.635 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../014-python3-prettytable_0.7.2-5_all.deb ... 2022-03-04T13:15:36.687 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2022-03-04T13:15:37.044 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rbd. 2022-03-04T13:15:37.060 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../015-python3-rbd_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:37.133 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rbd (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:37.503 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2022-03-04T13:15:37.518 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-03-04T13:15:37.570 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-03-04T13:15:37.916 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librabbitmq4:amd64. 2022-03-04T13:15:37.929 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../017-librabbitmq4_0.10.0-1_amd64.deb ... 2022-03-04T13:15:37.974 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2022-03-04T13:15:38.311 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librdkafka1:amd64. 2022-03-04T13:15:38.324 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../018-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2022-03-04T13:15:38.361 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-03-04T13:15:38.834 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librgw2. 2022-03-04T13:15:38.849 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../019-librgw2_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:38.899 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librgw2 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:39.602 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rgw. 2022-03-04T13:15:39.619 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../020-python3-rgw_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:39.700 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rgw (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:40.080 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package liboath0. 2022-03-04T13:15:40.093 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../021-liboath0_2.6.1-1.3_amd64.deb ... 2022-03-04T13:15:40.130 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2022-03-04T13:15:40.561 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libradosstriper1. 2022-03-04T13:15:40.569 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../022-libradosstriper1_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:40.625 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libradosstriper1 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:41.140 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-common. 2022-03-04T13:15:41.153 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../023-ceph-common_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:41.198 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-common (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:43.866 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-base. 2022-03-04T13:15:43.880 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../024-ceph-base_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:43.933 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-base (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:45.223 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cryptography. 2022-03-04T13:15:45.232 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../025-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2022-03-04T13:15:45.299 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2022-03-04T13:15:45.727 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-openssl. 2022-03-04T13:15:45.739 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../026-python3-openssl_19.0.0-1build1_all.deb ... 2022-03-04T13:15:45.778 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2022-03-04T13:15:46.122 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2022-03-04T13:15:46.136 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../027-ceph-mgr-modules-core_17.0.0-10974-gd0dc2fbb-1focal_all.deb ... 2022-03-04T13:15:46.180 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-modules-core (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:46.570 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-bcrypt. 2022-03-04T13:15:46.584 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../028-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2022-03-04T13:15:46.627 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2022-03-04T13:15:46.972 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cherrypy3. 2022-03-04T13:15:46.984 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../029-python3-cherrypy3_8.9.1-6_all.deb ... 2022-03-04T13:15:47.076 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2022-03-04T13:15:47.469 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jwt. 2022-03-04T13:15:47.485 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../030-python3-jwt_1.7.1-2ubuntu2_all.deb ... 2022-03-04T13:15:47.527 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2) ... 2022-03-04T13:15:47.873 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-logutils. 2022-03-04T13:15:47.886 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../031-python3-logutils_0.3.3-7_all.deb ... 2022-03-04T13:15:47.923 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-logutils (0.3.3-7) ... 2022-03-04T13:15:48.209 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-markupsafe. 2022-03-04T13:15:48.223 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../032-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2022-03-04T13:15:48.268 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2022-03-04T13:15:48.622 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-mako. 2022-03-04T13:15:48.633 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../033-python3-mako_1.1.0+ds1-1ubuntu2_all.deb ... 2022-03-04T13:15:48.718 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-03-04T13:15:49.191 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-simplegeneric. 2022-03-04T13:15:49.204 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../034-python3-simplegeneric_0.8.1-3_all.deb ... 2022-03-04T13:15:49.251 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2022-03-04T13:15:49.554 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-singledispatch. 2022-03-04T13:15:49.566 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../035-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2022-03-04T13:15:49.604 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2022-03-04T13:15:49.998 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-webob. 2022-03-04T13:15:50.010 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../036-python3-webob_1%3a1.8.5-2_all.deb ... 2022-03-04T13:15:50.048 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2022-03-04T13:15:50.444 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-soupsieve. 2022-03-04T13:15:50.455 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../037-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2022-03-04T13:15:50.493 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2022-03-04T13:15:50.822 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-bs4. 2022-03-04T13:15:50.835 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../038-python3-bs4_4.8.2-1_all.deb ... 2022-03-04T13:15:50.882 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2022-03-04T13:15:51.279 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-waitress. 2022-03-04T13:15:51.288 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../039-python3-waitress_1.4.1-1_all.deb ... 2022-03-04T13:15:51.362 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-waitress (1.4.1-1) ... 2022-03-04T13:15:51.688 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-tempita. 2022-03-04T13:15:51.701 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../040-python3-tempita_0.5.2-6_all.deb ... 2022-03-04T13:15:51.748 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-tempita (0.5.2-6) ... 2022-03-04T13:15:52.083 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-paste. 2022-03-04T13:15:52.096 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../041-python3-paste_3.4.0+dfsg1-1_all.deb ... 2022-03-04T13:15:52.141 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2022-03-04T13:15:52.565 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2022-03-04T13:15:52.578 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../042-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2022-03-04T13:15:52.630 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2022-03-04T13:15:53.000 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pastedeploy. 2022-03-04T13:15:53.014 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../043-python3-pastedeploy_2.1.0-1_all.deb ... 2022-03-04T13:15:53.050 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2022-03-04T13:15:53.337 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-webtest. 2022-03-04T13:15:53.350 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../044-python3-webtest_2.0.32-2_all.deb ... 2022-03-04T13:15:53.387 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-webtest (2.0.32-2) ... 2022-03-04T13:15:53.799 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pecan. 2022-03-04T13:15:53.813 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../045-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2022-03-04T13:15:53.857 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2022-03-04T13:15:54.255 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-werkzeug. 2022-03-04T13:15:54.269 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../046-python3-werkzeug_0.16.1+dfsg1-2_all.deb ... 2022-03-04T13:15:54.321 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2) ... 2022-03-04T13:15:54.781 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2022-03-04T13:15:54.790 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../047-libsqlite3-mod-ceph_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:54.856 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libsqlite3-mod-ceph (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:55.264 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr. 2022-03-04T13:15:55.278 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../048-ceph-mgr_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:55.331 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:56.641 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mon. 2022-03-04T13:15:56.655 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../049-ceph-mon_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:56.691 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mon (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:15:57.952 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-osd. 2022-03-04T13:15:57.961 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../050-ceph-osd_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:15:58.001 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-osd (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:01.067 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph. 2022-03-04T13:16:01.080 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../051-ceph_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:16:01.124 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:01.487 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-fuse. 2022-03-04T13:16:01.500 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../052-ceph-fuse_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:16:01.528 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-fuse (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:03.038 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mds. 2022-03-04T13:16:03.047 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../053-ceph-mds_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:16:03.110 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mds (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:03.689 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-repoze.lru. 2022-03-04T13:16:03.702 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../054-python3-repoze.lru_0.7-2_all.deb ... 2022-03-04T13:16:03.797 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2022-03-04T13:16:04.084 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libjs-underscore. 2022-03-04T13:16:04.097 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../055-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2022-03-04T13:16:04.142 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-03-04T13:16:04.480 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libjs-sphinxdoc. 2022-03-04T13:16:04.492 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../056-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2022-03-04T13:16:04.529 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-03-04T13:16:05.041 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-routes. 2022-03-04T13:16:05.052 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../057-python3-routes_2.4.1-2_all.deb ... 2022-03-04T13:16:05.150 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-routes (2.4.1-2) ... 2022-03-04T13:16:05.504 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2022-03-04T13:16:05.516 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../058-ceph-mgr-dashboard_17.0.0-10974-gd0dc2fbb-1focal_all.deb ... 2022-03-04T13:16:05.555 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-dashboard (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:06.050 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-decorator. 2022-03-04T13:16:06.063 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../059-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2022-03-04T13:16:06.116 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2022-03-04T13:16:06.546 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2022-03-04T13:16:06.560 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../060-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2022-03-04T13:16:06.604 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-03-04T13:16:06.932 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-scipy. 2022-03-04T13:16:06.946 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../061-python3-scipy_1.3.3-3build1_amd64.deb ... 2022-03-04T13:16:07.007 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2022-03-04T13:16:08.674 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-sklearn-lib. 2022-03-04T13:16:08.688 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../062-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2022-03-04T13:16:08.730 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-03-04T13:16:09.569 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-joblib. 2022-03-04T13:16:09.582 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../063-python3-joblib_0.14.0-3_all.deb ... 2022-03-04T13:16:09.640 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-joblib (0.14.0-3) ... 2022-03-04T13:16:10.084 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-sklearn. 2022-03-04T13:16:10.096 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../064-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2022-03-04T13:16:10.151 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-03-04T13:16:10.898 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2022-03-04T13:16:10.912 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../065-ceph-mgr-diskprediction-local_17.0.0-10974-gd0dc2fbb-1focal_all.deb ... 2022-03-04T13:16:10.956 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-diskprediction-local (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:12.352 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cachetools. 2022-03-04T13:16:12.365 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../066-python3-cachetools_4.0.0-1_all.deb ... 2022-03-04T13:16:12.411 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2022-03-04T13:16:12.885 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pyasn1. 2022-03-04T13:16:12.895 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../067-python3-pyasn1_0.4.2-3build1_all.deb ... 2022-03-04T13:16:12.943 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2022-03-04T13:16:13.388 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pyasn1-modules. 2022-03-04T13:16:13.400 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../068-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2022-03-04T13:16:13.438 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-03-04T13:16:13.796 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rsa. 2022-03-04T13:16:13.809 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../069-python3-rsa_4.0-3_all.deb ... 2022-03-04T13:16:13.846 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rsa (4.0-3) ... 2022-03-04T13:16:14.196 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-google-auth. 2022-03-04T13:16:14.212 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../070-python3-google-auth_1.5.1-2_all.deb ... 2022-03-04T13:16:14.299 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2022-03-04T13:16:14.673 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-blinker. 2022-03-04T13:16:14.683 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../071-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2022-03-04T13:16:14.739 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-03-04T13:16:15.064 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-oauthlib. 2022-03-04T13:16:15.078 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../072-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2022-03-04T13:16:15.131 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2022-03-04T13:16:15.669 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-requests-oauthlib. 2022-03-04T13:16:15.678 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../073-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2022-03-04T13:16:15.727 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-03-04T13:16:16.066 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-websocket. 2022-03-04T13:16:16.081 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../074-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2022-03-04T13:16:16.124 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2022-03-04T13:16:16.482 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-kubernetes. 2022-03-04T13:16:16.492 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../075-python3-kubernetes_7.0.0~a1-2_all.deb ... 2022-03-04T13:16:16.532 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2022-03-04T13:16:17.154 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2022-03-04T13:16:17.168 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../076-ceph-mgr-k8sevents_17.0.0-10974-gd0dc2fbb-1focal_all.deb ... 2022-03-04T13:16:17.229 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-k8sevents (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:17.694 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libonig5:amd64. 2022-03-04T13:16:17.707 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../077-libonig5_6.9.4-1_amd64.deb ... 2022-03-04T13:16:17.745 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2022-03-04T13:16:18.165 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libjq1:amd64. 2022-03-04T13:16:18.178 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../078-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-03-04T13:16:18.232 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-03-04T13:16:18.555 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package jq. 2022-03-04T13:16:18.568 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../079-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-03-04T13:16:18.614 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2022-03-04T13:16:18.967 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libxslt1.1:amd64. 2022-03-04T13:16:18.981 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../080-libxslt1.1_1.1.34-4_amd64.deb ... 2022-03-04T13:16:19.035 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libxslt1.1:amd64 (1.1.34-4) ... 2022-03-04T13:16:19.645 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package xmlstarlet. 2022-03-04T13:16:19.658 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../081-xmlstarlet_1.6.1-2build1_amd64.deb ... 2022-03-04T13:16:19.710 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2022-03-04T13:16:20.131 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-test. 2022-03-04T13:16:20.143 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../082-ceph-test_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:16:20.186 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-test (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:25.094 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-volume. 2022-03-04T13:16:25.108 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../083-ceph-volume_17.0.0-10974-gd0dc2fbb-1focal_all.deb ... 2022-03-04T13:16:25.160 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-volume (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:25.704 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package cephadm. 2022-03-04T13:16:25.717 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../084-cephadm_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:16:25.762 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking cephadm (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:26.037 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libcephfs-dev. 2022-03-04T13:16:26.051 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../085-libcephfs-dev_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:16:26.098 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libcephfs-dev (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:26.494 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package nvme-cli. 2022-03-04T13:16:26.508 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../086-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2022-03-04T13:16:26.577 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2022-03-04T13:16:27.060 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-atomicwrites. 2022-03-04T13:16:27.073 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../087-python3-atomicwrites_1.1.5-2build1_all.deb ... 2022-03-04T13:16:27.130 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2022-03-04T13:16:27.464 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-attr. 2022-03-04T13:16:27.477 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../088-python3-attr_19.3.0-2_all.deb ... 2022-03-04T13:16:27.517 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-attr (19.3.0-2) ... 2022-03-04T13:16:27.949 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-webencodings. 2022-03-04T13:16:27.962 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../089-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2022-03-04T13:16:28.004 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2022-03-04T13:16:28.356 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-html5lib. 2022-03-04T13:16:28.368 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../090-python3-html5lib_1.0.1-2_all.deb ... 2022-03-04T13:16:28.414 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2022-03-04T13:16:28.882 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-lxml:amd64. 2022-03-04T13:16:28.896 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../091-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2022-03-04T13:16:28.943 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2022-03-04T13:16:29.605 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-packaging. 2022-03-04T13:16:29.617 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../092-python3-packaging_20.3-1_all.deb ... 2022-03-04T13:16:29.659 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-packaging (20.3-1) ... 2022-03-04T13:16:30.024 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pastescript. 2022-03-04T13:16:30.039 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../093-python3-pastescript_2.0.2-4_all.deb ... 2022-03-04T13:16:30.092 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2022-03-04T13:16:30.490 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pluggy. 2022-03-04T13:16:30.500 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../094-python3-pluggy_0.13.0-2_all.deb ... 2022-03-04T13:16:30.583 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2022-03-04T13:16:30.930 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-psutil. 2022-03-04T13:16:30.944 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../095-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2022-03-04T13:16:31.026 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2022-03-04T13:16:31.396 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-py. 2022-03-04T13:16:31.409 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../096-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2022-03-04T13:16:31.453 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2022-03-04T13:16:31.935 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pyinotify. 2022-03-04T13:16:31.950 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../097-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2022-03-04T13:16:31.993 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-03-04T13:16:32.307 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-wcwidth. 2022-03-04T13:16:32.323 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../098-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2022-03-04T13:16:32.365 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2022-03-04T13:16:32.718 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pytest. 2022-03-04T13:16:32.731 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../099-python3-pytest_4.6.9-1_all.deb ... 2022-03-04T13:16:32.828 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pytest (4.6.9-1) ... 2022-03-04T13:16:34.104 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-simplejson. 2022-03-04T13:16:34.120 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../100-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2022-03-04T13:16:34.164 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2022-03-04T13:16:34.556 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package qttranslations5-l10n. 2022-03-04T13:16:34.569 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../101-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2022-03-04T13:16:34.622 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2022-03-04T13:16:35.714 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package radosgw. 2022-03-04T13:16:35.727 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../102-radosgw_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:16:35.771 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking radosgw (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:37.203 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package rbd-fuse. 2022-03-04T13:16:37.212 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../103-rbd-fuse_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-04T13:16:37.269 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking rbd-fuse (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:37.630 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-attr (19.3.0-2) ... 2022-03-04T13:16:37.970 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2022-03-04T13:16:38.084 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2022-03-04T13:16:38.206 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2022-03-04T13:16:38.461 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up cephadm (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:39.105 INFO:teuthology.orchestra.run.smithi173.stdout:Adding system user cephadm....done 2022-03-04T13:16:39.320 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-waitress (1.4.1-1) ... 2022-03-04T13:16:39.739 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-repoze.lru (0.7-2) ... 2022-03-04T13:16:40.061 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up liboath0 (2.6.1-1.3) ... 2022-03-04T13:16:40.199 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2022-03-04T13:16:40.526 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-joblib (0.14.0-3) ... 2022-03-04T13:16:40.932 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jwt (1.7.1-2ubuntu2) ... 2022-03-04T13:16:41.224 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cachetools (4.0.0-1) ... 2022-03-04T13:16:41.526 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2022-03-04T13:16:41.874 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-03-04T13:16:42.177 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-ceph-argparse (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:42.479 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-03-04T13:16:42.611 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2022-03-04T13:16:42.956 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2022-03-04T13:16:43.264 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libpcre2-16-0:amd64 (10.34-7) ... 2022-03-04T13:16:43.442 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2022-03-04T13:16:43.822 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2022-03-04T13:16:44.152 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2022-03-04T13:16:44.532 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2022-03-04T13:16:44.825 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-tempita (0.5.2-6) ... 2022-03-04T13:16:45.114 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-packaging (20.3-1) ... 2022-03-04T13:16:45.454 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2022-03-04T13:16:45.595 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2022-03-04T13:16:45.744 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2022-03-04T13:16:46.023 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2022-03-04T13:16:46.421 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2) ... 2022-03-04T13:16:46.777 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2022-03-04T13:16:47.169 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-ceph-common (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:16:47.508 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-03-04T13:16:47.647 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-html5lib (1.0.1-2) ... 2022-03-04T13:16:48.020 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-03-04T13:16:48.145 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pluggy (0.13.0-2) ... 2022-03-04T13:16:48.420 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-03-04T13:16:48.557 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-03-04T13:16:48.688 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libxslt1.1:amd64 (1.1.34-4) ... 2022-03-04T13:16:48.822 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2022-03-04T13:16:49.207 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2022-03-04T13:16:49.550 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-logutils (0.3.3-7) ... 2022-03-04T13:16:49.850 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2022-03-04T13:16:49.984 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2022-03-04T13:16:50.303 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-prettytable (0.7.2-5) ... 2022-03-04T13:16:50.763 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2022-03-04T13:16:51.068 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2022-03-04T13:16:51.162 INFO:teuthology.orchestra.run.smithi173.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2022-03-04T13:16:51.405 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2022-03-04T13:16:51.555 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-03-04T13:16:51.935 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2022-03-04T13:16:52.299 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-03-04T13:16:52.424 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-03-04T13:16:52.550 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-webob (1:1.8.5-2) ... 2022-03-04T13:16:52.911 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-03-04T13:16:53.202 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2022-03-04T13:16:54.884 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-03-04T13:16:55.075 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pytest (4.6.9-1) ... 2022-03-04T13:16:55.589 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2022-03-04T13:16:55.890 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2022-03-04T13:16:56.198 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-03-04T13:16:56.374 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-bs4 (4.8.2-1) ... 2022-03-04T13:16:56.714 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2022-03-04T13:16:57.060 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-03-04T13:16:57.482 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-03-04T13:16:58.624 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-03-04T13:16:58.749 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2022-03-04T13:16:58.884 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2022-03-04T13:16:59.236 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2022-03-04T13:16:59.465 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rsa (4.0-3) ... 2022-03-04T13:16:59.868 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2022-03-04T13:17:00.052 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-webtest (2.0.32-2) ... 2022-03-04T13:17:00.328 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-modules-core (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:00.488 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-03-04T13:17:00.840 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pastescript (2.0.2-4) ... 2022-03-04T13:17:01.158 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2022-03-04T13:17:01.523 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librados2 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:01.682 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librgw2 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:01.900 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libsqlite3-mod-ceph (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:02.027 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libcephfs2 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:02.153 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-routes (2.4.1-2) ... 2022-03-04T13:17:02.446 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libradosstriper1 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:02.584 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-google-auth (1.5.1-2) ... 2022-03-04T13:17:02.911 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librbd1 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:03.055 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-fuse (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:03.364 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-03-04T13:17:03.364 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-03-04T13:17:04.381 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libcephfs-dev (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:04.532 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rados (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:04.815 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2022-03-04T13:17:06.402 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rbd (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:06.536 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up rbd-fuse (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:06.746 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rgw (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:06.931 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cephfs (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:07.066 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-common (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:07.671 INFO:teuthology.orchestra.run.smithi173.stdout:Adding group ceph....done 2022-03-04T13:17:08.067 INFO:teuthology.orchestra.run.smithi173.stdout:Adding system user ceph....done 2022-03-04T13:17:08.302 INFO:teuthology.orchestra.run.smithi173.stdout:Setting system user ceph properties....done 2022-03-04T13:17:08.324 INFO:teuthology.orchestra.run.smithi173.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2022-03-04T13:17:08.474 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2022-03-04T13:17:09.028 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2022-03-04T13:17:09.938 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-test (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:10.064 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up radosgw (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:10.333 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-03-04T13:17:10.333 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-03-04T13:17:11.718 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-base (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:12.129 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2022-03-04T13:17:13.061 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mds (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:13.586 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-03-04T13:17:13.586 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-03-04T13:17:14.455 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:14.704 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-03-04T13:17:14.704 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-03-04T13:17:15.670 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-osd (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:16.413 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-03-04T13:17:16.413 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-03-04T13:17:17.328 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-k8sevents (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:17.488 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-diskprediction-local (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:17.665 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mon (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:17.888 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-03-04T13:17:17.888 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-03-04T13:17:18.785 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:18.916 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-dashboard (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:19.043 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-volume (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-04T13:17:19.246 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-03-04T13:17:19.775 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-03-04T13:17:22.478 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-03-04T13:17:22.990 INFO:teuthology.orchestra.run.smithi173.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2022-03-04T13:17:22.993 DEBUG:teuthology.parallel:result is None 2022-03-04T13:17:22.994 DEBUG:teuthology.orchestra.run.smithi173:> sudo lsb_release -is 2022-03-04T13:17:23.040 INFO:teuthology.orchestra.run.smithi173.stdout:Ubuntu 2022-03-04T13:17:23.046 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-04T13:17:23.047 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97 2022-03-04T13:17:23.198 DEBUG:teuthology.orchestra.run.smithi173:> dpkg-query -W -f '${Version}' ceph 2022-03-04T13:17:23.222 INFO:teuthology.orchestra.run.smithi173.stdout:17.0.0-10974-gd0dc2fbb-1focal 2022-03-04T13:17:23.223 INFO:teuthology.packaging:The installed version of ceph is 17.0.0-10974-gd0dc2fbb-1focal 2022-03-04T13:17:23.223 INFO:teuthology.task.install:The correct ceph version 17.0.0-10974-gd0dc2fbb-1focal is installed. 2022-03-04T13:17:23.223 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2022-03-04T13:17:23.224 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:17:23.224 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2022-03-04T13:17:23.281 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2022-03-04T13:17:23.282 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:17:23.282 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/daemon-helper 2022-03-04T13:17:23.297 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/daemon-helper 2022-03-04T13:17:23.356 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2022-03-04T13:17:23.357 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2022-03-04T13:17:23.357 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/adjust-ulimits 2022-03-04T13:17:23.369 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2022-03-04T13:17:23.384 INFO:teuthology.run_tasks:Running task radosbench... 2022-03-04T13:17:23.398 INFO:tasks.radosbench:Beginning radosbench... 2022-03-04T13:17:23.399 INFO:tasks.rook.ceph_manager.ceph:creating pool_name unique_pool_0 2022-03-04T13:17:23.400 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd pool create unique_pool_0 16 2022-03-04T13:17:24.546 INFO:teuthology.orchestra.run.smithi173.stderr:pool 'unique_pool_0' created 2022-03-04T13:17:24.570 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd pool application enable unique_pool_0 rados --yes-i-really-mean-it || true 2022-03-04T13:17:25.601 INFO:teuthology.orchestra.run.smithi173.stderr:enabled application 'rados' on pool 'unique_pool_0' 2022-03-04T13:17:26.634 DEBUG:teuthology.orchestra.run.smithi173:> /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-04T13:17:26.637 INFO:teuthology.run_tasks:Running task rook.shell... 2022-03-04T13:17:26.648 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch host label add '`hostname`' 'foo 2022-03-04T13:17:26.648 DEBUG:teuthology.orchestra.run.smithi173:> ceph' orch host ls '|' grep 'foo 2022-03-04T13:17:26.649 DEBUG:teuthology.orchestra.run.smithi173:> ceph' orch host label rm '`hostname`' 'foo 2022-03-04T13:17:26.649 DEBUG:teuthology.orchestra.run.smithi173:> ceph' orch host ls '|' grep -v 'foo 2022-03-04T13:17:26.649 DEBUG:teuthology.orchestra.run.smithi173:> ' 2022-03-04T13:17:26.728 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:hints = 1 2022-03-04T13:17:26.729 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 360 seconds or 0 objects 2022-03-04T13:17:26.729 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Object prefix: benchmark_data_smithi173_42742 2022-03-04T13:17:26.730 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:17:26.730 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 0 0 0 0 0 0 - 0 2022-03-04T13:17:27.011 INFO:teuthology.orchestra.run.smithi173.stdout:ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2022-03-04T13:17:27.029 INFO:teuthology.run_tasks:Running task exec... 2022-03-04T13:17:27.040 INFO:teuthology.task.exec:Executing custom commands... 2022-03-04T13:17:27.041 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi173.front.sepia.ceph.com 2022-03-04T13:17:27.041 DEBUG:teuthology.orchestra.run.smithi173:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2022-03-04T13:17:27.042 DEBUG:teuthology.orchestra.run.smithi173:> toolbox() { 2022-03-04T13:17:27.042 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- "$@" 2022-03-04T13:17:27.042 DEBUG:teuthology.orchestra.run.smithi173:> } 2022-03-04T13:17:27.043 DEBUG:teuthology.orchestra.run.smithi173:> orig_num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-03-04T13:17:27.043 DEBUG:teuthology.orchestra.run.smithi173:> toolbox ceph orch osd rm 0 --force 2022-03-04T13:17:27.043 DEBUG:teuthology.orchestra.run.smithi173:> removed_pv="" 2022-03-04T13:17:27.044 DEBUG:teuthology.orchestra.run.smithi173:> while [ "$removed_pv" = "" ] 2022-03-04T13:17:27.044 DEBUG:teuthology.orchestra.run.smithi173:> do 2022-03-04T13:17:27.044 DEBUG:teuthology.orchestra.run.smithi173:> removed_pv=`kubectl get pv | grep Released | cut -f1 -d " "` 2022-03-04T13:17:27.045 DEBUG:teuthology.orchestra.run.smithi173:> sleep 3s 2022-03-04T13:17:27.045 DEBUG:teuthology.orchestra.run.smithi173:> done 2022-03-04T13:17:27.045 DEBUG:teuthology.orchestra.run.smithi173:> target_path=`kubectl get pv $removed_pv -o jsonpath='"'"'{.spec.local.path}'"'"'` 2022-03-04T13:17:27.045 DEBUG:teuthology.orchestra.run.smithi173:> host=`echo $removed_pv | cut -f1 -d "-"` 2022-03-04T13:17:27.046 DEBUG:teuthology.orchestra.run.smithi173:> toolbox ceph orch device zap $host $target_path --force 2022-03-04T13:17:27.046 DEBUG:teuthology.orchestra.run.smithi173:> zap_completion="0" 2022-03-04T13:17:27.046 DEBUG:teuthology.orchestra.run.smithi173:> while [ "$zap_completion" = "0" ] 2022-03-04T13:17:27.047 DEBUG:teuthology.orchestra.run.smithi173:> do 2022-03-04T13:17:27.047 DEBUG:teuthology.orchestra.run.smithi173:> zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap -o jsonpath='"'"'{.status.succeeded.path}'"'"'` 2022-03-04T13:17:27.047 DEBUG:teuthology.orchestra.run.smithi173:> sleep 3s 2022-03-04T13:17:27.048 DEBUG:teuthology.orchestra.run.smithi173:> done 2022-03-04T13:17:27.048 DEBUG:teuthology.orchestra.run.smithi173:> kubectl patch pv $removed_pv -p '"'"'{"spec":{"claimRef": null}}'"'"' 2022-03-04T13:17:27.048 DEBUG:teuthology.orchestra.run.smithi173:> toolbox ceph orch apply osd --all-available-devices 2022-03-04T13:17:27.048 DEBUG:teuthology.orchestra.run.smithi173:> kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-03-04T13:17:27.049 DEBUG:teuthology.orchestra.run.smithi173:> num_osd="0" 2022-03-04T13:17:27.049 DEBUG:teuthology.orchestra.run.smithi173:> while [ "$num_osd" != "$orig_num_osd" ] 2022-03-04T13:17:27.049 DEBUG:teuthology.orchestra.run.smithi173:> do 2022-03-04T13:17:27.050 DEBUG:teuthology.orchestra.run.smithi173:> echo "waiting for osd to come back up" 2022-03-04T13:17:27.050 DEBUG:teuthology.orchestra.run.smithi173:> num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-03-04T13:17:27.050 DEBUG:teuthology.orchestra.run.smithi173:> sleep 30s 2022-03-04T13:17:27.051 DEBUG:teuthology.orchestra.run.smithi173:> done 2022-03-04T13:17:27.051 DEBUG:teuthology.orchestra.run.smithi173:> ' 2022-03-04T13:17:27.065 INFO:teuthology.orchestra.run.smithi173.stderr:++ toolbox ceph osd stat 2022-03-04T13:17:27.065 INFO:teuthology.orchestra.run.smithi173.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-04T13:17:27.066 INFO:teuthology.orchestra.run.smithi173.stderr:++ cut -f3 -d ' ' 2022-03-04T13:17:27.729 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 1 16 1273 1257 78.5597 78.5625 0.0108695 0.0126334 2022-03-04T13:17:28.729 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 2 16 2782 2766 86.4319 94.3125 0.0101643 0.0115312 2022-03-04T13:17:29.431 INFO:teuthology.orchestra.run.smithi173.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-04T13:17:29.729 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 3 16 4144 4128 85.9936 85.125 0.0100382 0.0115998 2022-03-04T13:17:30.255 INFO:teuthology.orchestra.run.smithi173.stderr:+ orig_num_osd=4 2022-03-04T13:17:30.255 INFO:teuthology.orchestra.run.smithi173.stderr:+ toolbox ceph orch osd rm 0 --force 2022-03-04T13:17:30.256 INFO:teuthology.orchestra.run.smithi173.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch osd rm 0 --force 2022-03-04T13:17:30.343 INFO:teuthology.orchestra.run.smithi173.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-04T13:17:30.729 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 4 16 5354 5338 83.3993 75.625 0.0176755 0.0119647 2022-03-04T13:17:31.201 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:31.200639 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-04T13:17:31.210 INFO:tasks.rook.operator.smithi173.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", AllowUnsupported: true}, 2022-03-04T13:17:31.210 INFO:tasks.rook.operator.smithi173.stdout:   Storage: v1.StorageScopeSpec{ 2022-03-04T13:17:31.210 INFO:tasks.rook.operator.smithi173.stdout:   ... // 3 identical fields 2022-03-04T13:17:31.210 INFO:tasks.rook.operator.smithi173.stdout:   Config: nil, 2022-03-04T13:17:31.211 INFO:tasks.rook.operator.smithi173.stdout:   Selection: {}, 2022-03-04T13:17:31.211 INFO:tasks.rook.operator.smithi173.stdout:   StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-03-04T13:17:31.211 INFO:tasks.rook.operator.smithi173.stdout:   {Name: "smithi173-lv-1", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi173-lv-1", StorageClassName: &"scratch", ...}}}}, 2022-03-04T13:17:31.211 INFO:tasks.rook.operator.smithi173.stdout:   {Name: "smithi173-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi173-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-03-04T13:17:31.212 INFO:tasks.rook.operator.smithi173.stdout:   {Name: "smithi173-lv-3", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi173-lv-3", StorageClassName: &"scratch", ...}}}}, 2022-03-04T13:17:31.212 INFO:tasks.rook.operator.smithi173.stdout:-  { 2022-03-04T13:17:31.212 INFO:tasks.rook.operator.smithi173.stdout:-  Name: "smithi173-lv-4", 2022-03-04T13:17:31.212 INFO:tasks.rook.operator.smithi173.stdout:-  Count: 1, 2022-03-04T13:17:31.213 INFO:tasks.rook.operator.smithi173.stdout:-  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-03-04T13:17:31.213 INFO:tasks.rook.operator.smithi173.stdout:-  }, 2022-03-04T13:17:31.214 INFO:tasks.rook.operator.smithi173.stdout:   }, 2022-03-04T13:17:31.214 INFO:tasks.rook.operator.smithi173.stdout:   }, 2022-03-04T13:17:31.214 INFO:tasks.rook.operator.smithi173.stdout:   Annotations: nil, 2022-03-04T13:17:31.214 INFO:tasks.rook.operator.smithi173.stdout:   Labels: nil, 2022-03-04T13:17:31.215 INFO:tasks.rook.operator.smithi173.stdout:   ... // 20 identical fields 2022-03-04T13:17:31.215 INFO:tasks.rook.operator.smithi173.stdout:  } 2022-03-04T13:17:31.215 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:31.200720 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-04T13:17:31.296 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:31.302014 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:17:31.466 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:31.472776 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-04T13:17:31.730 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 5 16 6461 6445 80.5556 69.1875 0.00192745 0.0122297 2022-03-04T13:17:32.730 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 6 16 6461 6445 67.1295 0 - 0.0122297 2022-03-04T13:17:33.730 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 7 16 6461 6445 57.5395 0 - 0.0122297 2022-03-04T13:17:34.730 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 8 16 6461 6445 50.347 0 - 0.0122297 2022-03-04T13:17:35.730 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 9 16 6461 6445 44.7527 0 - 0.0122297 2022-03-04T13:17:36.679 INFO:teuthology.orchestra.run.smithi173.stdout:Success 2022-03-04T13:17:36.715 INFO:teuthology.orchestra.run.smithi173.stderr:+ removed_pv= 2022-03-04T13:17:36.715 INFO:teuthology.orchestra.run.smithi173.stderr:+ '[' '' = '' ']' 2022-03-04T13:17:36.716 INFO:teuthology.orchestra.run.smithi173.stderr:++ kubectl get pv 2022-03-04T13:17:36.716 INFO:teuthology.orchestra.run.smithi173.stderr:++ grep Released 2022-03-04T13:17:36.716 INFO:teuthology.orchestra.run.smithi173.stderr:++ cut -f1 -d ' ' 2022-03-04T13:17:36.730 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 10 16 6461 6445 40.2774 0 - 0.0122297 2022-03-04T13:17:36.770 INFO:teuthology.orchestra.run.smithi173.stderr:+ removed_pv= 2022-03-04T13:17:36.770 INFO:teuthology.orchestra.run.smithi173.stderr:+ sleep 3s 2022-03-04T13:17:37.730 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 11 16 6461 6445 36.6156 0 - 0.0122297 2022-03-04T13:17:38.730 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 12 16 6557 6541 34.0643 0.857143 0.00206727 0.0233059 2022-03-04T13:17:39.731 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 13 16 6557 6541 31.4439 0 - 0.0233059 2022-03-04T13:17:39.771 INFO:teuthology.orchestra.run.smithi173.stderr:+ '[' '' = '' ']' 2022-03-04T13:17:39.772 INFO:teuthology.orchestra.run.smithi173.stderr:++ kubectl get pv 2022-03-04T13:17:39.772 INFO:teuthology.orchestra.run.smithi173.stderr:++ grep Released 2022-03-04T13:17:39.772 INFO:teuthology.orchestra.run.smithi173.stderr:++ cut -f1 -d ' ' 2022-03-04T13:17:39.829 INFO:teuthology.orchestra.run.smithi173.stderr:+ removed_pv= 2022-03-04T13:17:39.829 INFO:teuthology.orchestra.run.smithi173.stderr:+ sleep 3s 2022-03-04T13:17:40.731 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 14 16 7313 7297 32.5726 23.625 0.0174528 0.0306747 2022-03-04T13:17:41.732 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 15 16 8353 8337 34.7321 65 0.0150814 0.0287768 2022-03-04T13:17:42.734 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 16 16 8918 8902 34.7682 35.3125 0.00234825 0.0278246 2022-03-04T13:17:42.830 INFO:teuthology.orchestra.run.smithi173.stderr:+ '[' '' = '' ']' 2022-03-04T13:17:42.831 INFO:teuthology.orchestra.run.smithi173.stderr:++ kubectl get pv 2022-03-04T13:17:42.831 INFO:teuthology.orchestra.run.smithi173.stderr:++ grep Released 2022-03-04T13:17:42.831 INFO:teuthology.orchestra.run.smithi173.stderr:++ cut -f1 -d ' ' 2022-03-04T13:17:43.194 INFO:teuthology.orchestra.run.smithi173.stderr:+ removed_pv= 2022-03-04T13:17:43.194 INFO:teuthology.orchestra.run.smithi173.stderr:+ sleep 3s 2022-03-04T13:17:43.733 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 17 16 8918 8902 32.7231 0 - 0.0278246 2022-03-04T13:17:44.733 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 18 16 8918 8902 30.9053 0 - 0.0278246 2022-03-04T13:17:45.457 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:45.461619 I | ceph-spec: object "rook-ceph-osd-0" matched on delete, reconciling 2022-03-04T13:17:45.733 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 19 16 8918 8902 29.2788 0 - 0.0278246 2022-03-04T13:17:46.197 INFO:teuthology.orchestra.run.smithi173.stderr:+ '[' '' = '' ']' 2022-03-04T13:17:46.197 INFO:teuthology.orchestra.run.smithi173.stderr:++ kubectl get pv 2022-03-04T13:17:46.198 INFO:teuthology.orchestra.run.smithi173.stderr:++ grep Released 2022-03-04T13:17:46.198 INFO:teuthology.orchestra.run.smithi173.stderr:++ cut -f1 -d ' ' 2022-03-04T13:17:46.247 INFO:teuthology.orchestra.run.smithi173.stderr:+ removed_pv=smithi173-lv-4 2022-03-04T13:17:46.248 INFO:teuthology.orchestra.run.smithi173.stderr:+ sleep 3s 2022-03-04T13:17:46.733 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:17:46.739660+0000 min lat: 0.0014802 max lat: 8.29075 avg lat: 0.0278246 2022-03-04T13:17:46.734 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:17:46.734 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 20 16 8918 8902 27.8149 0 - 0.0278246 2022-03-04T13:17:47.734 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 21 16 8918 8902 26.4904 0 - 0.0278246 2022-03-04T13:17:48.734 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 22 16 8918 8902 25.2863 0 - 0.0278246 2022-03-04T13:17:49.249 INFO:teuthology.orchestra.run.smithi173.stderr:+ '[' smithi173-lv-4 = '' ']' 2022-03-04T13:17:49.250 INFO:teuthology.orchestra.run.smithi173.stderr:++ kubectl get pv smithi173-lv-4 -o 'jsonpath={.spec.local.path}' 2022-03-04T13:17:49.305 INFO:teuthology.orchestra.run.smithi173.stderr:+ target_path=/dev/vg_nvme/lv_4 2022-03-04T13:17:49.305 INFO:teuthology.orchestra.run.smithi173.stderr:++ echo smithi173-lv-4 2022-03-04T13:17:49.305 INFO:teuthology.orchestra.run.smithi173.stderr:++ cut -f1 -d - 2022-03-04T13:17:49.306 INFO:teuthology.orchestra.run.smithi173.stderr:+ host=smithi173 2022-03-04T13:17:49.307 INFO:teuthology.orchestra.run.smithi173.stderr:+ toolbox ceph orch device zap smithi173 /dev/vg_nvme/lv_4 --force 2022-03-04T13:17:49.307 INFO:teuthology.orchestra.run.smithi173.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch device zap smithi173 /dev/vg_nvme/lv_4 --force 2022-03-04T13:17:49.386 INFO:teuthology.orchestra.run.smithi173.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-04T13:17:49.734 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 23 16 8918 8902 24.187 0 - 0.0278246 2022-03-04T13:17:50.219 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:50.223544 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-04T13:17:50.219 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:50.223568 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-04T13:17:50.219 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:50.223578 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-04T13:17:50.222 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/vg_nvme/lv_4 on smithi173 zapped 2022-03-04T13:17:50.241 INFO:teuthology.orchestra.run.smithi173.stderr:+ zap_completion=0 2022-03-04T13:17:50.241 INFO:teuthology.orchestra.run.smithi173.stderr:+ '[' 0 = 0 ']' 2022-03-04T13:17:50.241 INFO:teuthology.orchestra.run.smithi173.stderr:++ kubectl get job -n rook-ceph rook-ceph-device-zap -o 'jsonpath={.status.succeeded.path}' 2022-03-04T13:17:50.414 INFO:teuthology.orchestra.run.smithi173.stderr:+ zap_completion= 2022-03-04T13:17:50.415 INFO:teuthology.orchestra.run.smithi173.stderr:+ sleep 3s 2022-03-04T13:17:50.442 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:50.447394 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:17:50.476 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:50.480316 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:17:50.483 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:50.480583 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:17:50.734 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 24 16 8918 8902 23.1792 0 - 0.0278246 2022-03-04T13:17:50.909 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:50.914356 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10974 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97" 2022-03-04T13:17:51.648 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:51.653503 I | op-mon: start running mons 2022-03-04T13:17:51.735 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 25 16 8918 8902 22.252 0 - 0.0278246 2022-03-04T13:17:52.066 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:52.071185 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:17:52.591 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:52.595699 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.98.110.56:6789"]}] data:a=10.98.110.56:6789 mapping:{"node":{"a":{"Name":"smithi173","Hostname":"smithi173","Address":"172.21.15.173"}}} maxMonId:0] 2022-03-04T13:17:52.668 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:52.672836 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:17:52.668 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:52.672976 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:17:52.682 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:52.687512 I | op-mon: targeting the mon count 1 2022-03-04T13:17:52.735 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 26 16 8918 8902 21.3962 0 - 0.0278246 2022-03-04T13:17:52.766 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:52.771480 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-03-04T13:17:52.766 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:52.771534 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-04T13:17:53.068 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:53.072421 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:17:53.104 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:53.109017 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-04T13:17:53.271 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:53.274036 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-03-04T13:17:53.281 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:53.281983 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-03-04T13:17:53.416 INFO:teuthology.orchestra.run.smithi173.stderr:+ '[' '' = 0 ']' 2022-03-04T13:17:53.416 INFO:teuthology.orchestra.run.smithi173.stderr:+ kubectl patch pv smithi173-lv-4 -p '{"spec":{"claimRef": null}}' 2022-03-04T13:17:53.503 INFO:teuthology.orchestra.run.smithi173.stdout:persistentvolume/smithi173-lv-4 patched 2022-03-04T13:17:53.506 INFO:teuthology.orchestra.run.smithi173.stderr:+ toolbox ceph orch apply osd --all-available-devices 2022-03-04T13:17:53.506 INFO:teuthology.orchestra.run.smithi173.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch apply osd --all-available-devices 2022-03-04T13:17:53.581 INFO:teuthology.orchestra.run.smithi173.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-04T13:17:53.735 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 27 16 8918 8902 20.6038 0 - 0.0278246 2022-03-04T13:17:54.217 INFO:teuthology.orchestra.run.smithi173.stdout:['Success'] 2022-03-04T13:17:54.220 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:54.223644 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-04T13:17:54.220 INFO:tasks.rook.operator.smithi173.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", AllowUnsupported: true}, 2022-03-04T13:17:54.220 INFO:tasks.rook.operator.smithi173.stdout:   Storage: v1.StorageScopeSpec{ 2022-03-04T13:17:54.221 INFO:tasks.rook.operator.smithi173.stdout:   ... // 3 identical fields 2022-03-04T13:17:54.221 INFO:tasks.rook.operator.smithi173.stdout:   Config: nil, 2022-03-04T13:17:54.221 INFO:tasks.rook.operator.smithi173.stdout:   Selection: {}, 2022-03-04T13:17:54.221 INFO:tasks.rook.operator.smithi173.stdout:   StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-03-04T13:17:54.221 INFO:tasks.rook.operator.smithi173.stdout:   {Name: "smithi173-lv-1", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi173-lv-1", StorageClassName: &"scratch", ...}}}}, 2022-03-04T13:17:54.222 INFO:tasks.rook.operator.smithi173.stdout:   {Name: "smithi173-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi173-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-03-04T13:17:54.222 INFO:tasks.rook.operator.smithi173.stdout:   {Name: "smithi173-lv-3", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi173-lv-3", StorageClassName: &"scratch", ...}}}}, 2022-03-04T13:17:54.222 INFO:tasks.rook.operator.smithi173.stdout:+  { 2022-03-04T13:17:54.222 INFO:tasks.rook.operator.smithi173.stdout:+  Name: "smithi173-lv-4", 2022-03-04T13:17:54.223 INFO:tasks.rook.operator.smithi173.stdout:+  Count: 1, 2022-03-04T13:17:54.223 INFO:tasks.rook.operator.smithi173.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-03-04T13:17:54.223 INFO:tasks.rook.operator.smithi173.stdout:+  }, 2022-03-04T13:17:54.223 INFO:tasks.rook.operator.smithi173.stdout:   }, 2022-03-04T13:17:54.224 INFO:tasks.rook.operator.smithi173.stdout:   }, 2022-03-04T13:17:54.224 INFO:tasks.rook.operator.smithi173.stdout:   Annotations: nil, 2022-03-04T13:17:54.224 INFO:tasks.rook.operator.smithi173.stdout:   Labels: nil, 2022-03-04T13:17:54.224 INFO:tasks.rook.operator.smithi173.stdout:   ... // 20 identical fields 2022-03-04T13:17:54.225 INFO:tasks.rook.operator.smithi173.stdout:  } 2022-03-04T13:17:54.238 INFO:teuthology.orchestra.run.smithi173.stderr:+ kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-03-04T13:17:54.305 INFO:teuthology.orchestra.run.smithi173.stdout:job.batch "rook-ceph-device-zap" deleted 2022-03-04T13:17:54.330 INFO:teuthology.orchestra.run.smithi173.stdout:waiting for osd to come back up 2022-03-04T13:17:54.331 INFO:teuthology.orchestra.run.smithi173.stderr:+ num_osd=0 2022-03-04T13:17:54.331 INFO:teuthology.orchestra.run.smithi173.stderr:+ '[' 0 '!=' 4 ']' 2022-03-04T13:17:54.332 INFO:teuthology.orchestra.run.smithi173.stderr:+ echo 'waiting for osd to come back up' 2022-03-04T13:17:54.332 INFO:teuthology.orchestra.run.smithi173.stderr:++ toolbox ceph osd stat 2022-03-04T13:17:54.332 INFO:teuthology.orchestra.run.smithi173.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-04T13:17:54.332 INFO:teuthology.orchestra.run.smithi173.stderr:++ cut -f3 -d ' ' 2022-03-04T13:17:54.499 INFO:teuthology.orchestra.run.smithi173.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-04T13:17:54.735 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 28 16 9191 9175 20.4773 1.42188 0.00807559 0.0483625 2022-03-04T13:17:55.134 INFO:teuthology.orchestra.run.smithi173.stderr:+ num_osd=3 2022-03-04T13:17:55.134 INFO:teuthology.orchestra.run.smithi173.stderr:+ sleep 30s 2022-03-04T13:17:55.285 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:17:55.287780 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-03-04T13:17:55.735 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 29 16 9212 9196 19.8164 1.3125 0.0149098 0.0482692 2022-03-04T13:17:56.736 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 30 16 9212 9196 19.1559 0 - 0.0482692 2022-03-04T13:17:57.736 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 31 16 9212 9196 18.538 0 - 0.0482692 2022-03-04T13:17:58.736 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 32 16 9212 9196 17.9587 0 - 0.0482692 2022-03-04T13:17:59.736 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 33 16 9212 9196 17.4145 0 - 0.0482692 2022-03-04T13:18:00.736 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 34 16 9212 9196 16.9023 0 - 0.0482692 2022-03-04T13:18:01.737 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 35 16 9212 9196 16.4194 0 - 0.0482692 2022-03-04T13:18:02.737 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 36 16 9576 9560 16.5952 3.25 0.00776388 0.060216 2022-03-04T13:18:03.737 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 37 16 10425 10409 17.5807 53.0625 0.0240963 0.0568629 2022-03-04T13:18:04.737 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 38 16 11260 11244 18.4912 52.1875 0.0144099 0.0540343 2022-03-04T13:18:05.737 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 39 16 11941 11925 19.1083 42.5625 0.0126979 0.0523185 2022-03-04T13:18:06.737 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:18:06.741586+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0501728 2022-03-04T13:18:06.738 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:18:06.738 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 40 16 12769 12753 19.9242 51.75 0.0170741 0.0501728 2022-03-04T13:18:07.738 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 41 16 13513 13497 20.5723 46.5 0.0094212 0.048598 2022-03-04T13:18:08.738 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 42 16 14488 14472 21.5332 60.9375 0.00838028 0.0464238 2022-03-04T13:18:09.738 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 43 16 15440 15424 22.416 59.5 0.0142038 0.0445991 2022-03-04T13:18:10.739 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 44 16 16340 16324 23.1848 56.25 0.0138472 0.0430664 2022-03-04T13:18:11.739 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 45 16 17201 17185 23.8653 53.8125 0.0116689 0.0418884 2022-03-04T13:18:12.738 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 46 16 17926 17910 24.3315 45.3125 0.0143306 0.0409287 2022-03-04T13:18:13.739 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 47 16 18386 18370 24.4254 28.75 0.0269324 0.0408741 2022-03-04T13:18:14.739 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 48 16 18790 18774 24.4425 25.25 0.547419 0.0407845 2022-03-04T13:18:15.739 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 49 15 19543 19528 24.9054 47.125 0.0137746 0.04014 2022-03-04T13:18:16.739 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 50 16 20331 20315 25.3909 49.1875 0.0693465 0.0393624 2022-03-04T13:18:17.740 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 51 16 21071 21055 25.7998 46.25 0.0149999 0.0387491 2022-03-04T13:18:18.741 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 52 16 21845 21829 26.2332 48.375 0.010691 0.0381107 2022-03-04T13:18:19.743 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 53 16 22491 22475 26.4988 40.375 0.0199221 0.0377293 2022-03-04T13:18:20.743 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 54 16 23039 23023 26.6422 34.25 0.0428651 0.0375184 2022-03-04T13:18:21.743 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 55 16 23817 23801 27.0418 48.625 0.021133 0.0369687 2022-03-04T13:18:22.744 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 56 16 24456 24440 27.272 39.9375 0.014254 0.0366576 2022-03-04T13:18:23.746 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 57 16 25163 25147 27.5687 44.1875 0.020109 0.0362632 2022-03-04T13:18:24.744 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 58 16 25805 25789 27.7851 40.125 0.0215092 0.0359802 2022-03-04T13:18:25.138 INFO:teuthology.orchestra.run.smithi173.stdout:waiting for osd to come back up 2022-03-04T13:18:25.139 INFO:teuthology.orchestra.run.smithi173.stderr:+ '[' 3 '!=' 4 ']' 2022-03-04T13:18:25.139 INFO:teuthology.orchestra.run.smithi173.stderr:+ echo 'waiting for osd to come back up' 2022-03-04T13:18:25.139 INFO:teuthology.orchestra.run.smithi173.stderr:++ toolbox ceph osd stat 2022-03-04T13:18:25.139 INFO:teuthology.orchestra.run.smithi173.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-04T13:18:25.140 INFO:teuthology.orchestra.run.smithi173.stderr:++ cut -f3 -d ' ' 2022-03-04T13:18:25.708 INFO:teuthology.orchestra.run.smithi173.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-04T13:18:25.744 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 59 16 26243 26227 27.7781 27.375 0.00312815 0.0357396 2022-03-04T13:18:26.744 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:18:26.747097+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0357396 2022-03-04T13:18:26.745 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:18:26.745 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 60 16 26243 26227 27.3151 0 - 0.0357396 2022-03-04T13:18:27.038 INFO:teuthology.orchestra.run.smithi173.stderr:+ num_osd=3 2022-03-04T13:18:27.038 INFO:teuthology.orchestra.run.smithi173.stderr:+ sleep 30s 2022-03-04T13:18:27.746 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 61 16 26243 26227 26.8674 0 - 0.0357396 2022-03-04T13:18:28.744 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 62 16 26243 26227 26.4341 0 - 0.0357396 2022-03-04T13:18:29.745 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 63 16 26243 26227 26.0145 0 - 0.0357396 2022-03-04T13:18:30.745 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 64 16 26243 26227 25.6081 0 - 0.0357396 2022-03-04T13:18:31.745 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 65 16 26243 26227 25.2141 0 - 0.0357396 2022-03-04T13:18:32.745 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 66 16 26243 26227 24.8321 0 - 0.0357396 2022-03-04T13:18:33.745 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 67 16 26243 26227 24.4615 0 - 0.0357396 2022-03-04T13:18:34.745 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 68 16 26478 26462 24.3178 1.63194 0.00229859 0.0409443 2022-03-04T13:18:35.745 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 69 16 26478 26462 23.9654 0 - 0.0409443 2022-03-04T13:18:36.745 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 70 16 26478 26462 23.623 0 - 0.0409443 2022-03-04T13:18:37.746 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 71 16 26478 26462 23.2903 0 - 0.0409443 2022-03-04T13:18:37.955 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:37.957336 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-04T13:18:37.956 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:37.957356 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-04T13:18:37.956 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:37.957371 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-04T13:18:38.392 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:38.393823 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:18:38.395 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:38.396874 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:18:38.396 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:38.397020 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:18:38.746 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 72 16 26478 26462 22.9669 0 - 0.0409443 2022-03-04T13:18:38.907 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:38.909199 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10974 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97" 2022-03-04T13:18:39.050 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:39.051252 I | op-mon: start running mons 2022-03-04T13:18:39.100 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:39.102264 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:18:39.128 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:39.129830 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.98.110.56:6789"]}] data:a=10.98.110.56:6789 mapping:{"node":{"a":{"Name":"smithi173","Hostname":"smithi173","Address":"172.21.15.173"}}} maxMonId:0] 2022-03-04T13:18:39.367 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:39.368840 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:18:39.370 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:39.369172 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:18:39.746 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 73 16 26478 26462 22.6523 0 - 0.0409443 2022-03-04T13:18:40.082 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:40.084189 I | op-mon: targeting the mon count 1 2022-03-04T13:18:40.096 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:40.096447 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-03-04T13:18:40.097 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:40.096528 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-04T13:18:40.354 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:40.350565 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:18:40.361 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:40.362745 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-04T13:18:40.746 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 74 16 26478 26462 22.3462 0 - 0.0409443 2022-03-04T13:18:40.865 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:40.866756 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-03-04T13:18:40.934 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:40.936281 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-03-04T13:18:41.746 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 75 16 26478 26462 22.0482 0 - 0.0409443 2022-03-04T13:18:42.746 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 76 16 26866 26850 22.0772 3.03125 0.0189417 0.0452865 2022-03-04T13:18:42.946 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:42.945168 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-03-04T13:18:43.747 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 77 16 27615 27599 22.3983 46.8125 0.0264261 0.0446375 2022-03-04T13:18:44.747 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 78 16 28457 28441 22.7857 52.625 0.0181669 0.0438687 2022-03-04T13:18:45.423 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:18:45.424695 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-03-04T13:18:45.747 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 79 16 29000 28984 22.9269 33.9375 0.0248019 0.0435995 2022-03-04T13:18:46.747 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:18:46.749163+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0430385 2022-03-04T13:18:46.747 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:18:46.748 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 80 16 29755 29739 23.23 47.1875 0.00956683 0.0430385 2022-03-04T13:18:47.747 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 81 16 30333 30317 23.3892 36.125 0.0618825 0.0427397 2022-03-04T13:18:48.747 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 82 16 30984 30968 23.6001 40.6875 0.0184081 0.0423603 2022-03-04T13:18:49.748 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 83 16 31760 31744 23.8999 48.5 0.0196379 0.0418314 2022-03-04T13:18:50.749 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 84 16 32544 32528 24.1984 49 0.0248035 0.0413159 2022-03-04T13:18:51.749 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 85 16 33257 33241 24.4379 44.5625 0.0633642 0.0408978 2022-03-04T13:18:52.751 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 86 16 34007 33991 24.6982 46.875 0.0163346 0.040477 2022-03-04T13:18:53.751 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 87 16 34611 34595 24.8482 37.75 0.0146242 0.0402361 2022-03-04T13:18:54.751 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 88 16 35179 35163 24.9691 35.5 0.0124003 0.040039 2022-03-04T13:18:55.751 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 89 16 35816 35800 25.1359 39.8125 0.0179279 0.0397728 2022-03-04T13:18:56.751 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 90 16 36568 36552 25.3787 47 0.0249308 0.0393953 2022-03-04T13:18:57.040 INFO:teuthology.orchestra.run.smithi173.stdout:waiting for osd to come back up 2022-03-04T13:18:57.040 INFO:teuthology.orchestra.run.smithi173.stderr:+ '[' 3 '!=' 4 ']' 2022-03-04T13:18:57.041 INFO:teuthology.orchestra.run.smithi173.stderr:+ echo 'waiting for osd to come back up' 2022-03-04T13:18:57.041 INFO:teuthology.orchestra.run.smithi173.stderr:++ toolbox ceph osd stat 2022-03-04T13:18:57.042 INFO:teuthology.orchestra.run.smithi173.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-04T13:18:57.042 INFO:teuthology.orchestra.run.smithi173.stderr:++ cut -f3 -d ' ' 2022-03-04T13:18:57.142 INFO:teuthology.orchestra.run.smithi173.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-04T13:18:57.751 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 91 16 37077 37061 25.4494 31.8125 0.0204778 0.0392838 2022-03-04T13:18:57.887 INFO:teuthology.orchestra.run.smithi173.stderr:+ num_osd=3 2022-03-04T13:18:57.888 INFO:teuthology.orchestra.run.smithi173.stderr:+ sleep 30s 2022-03-04T13:18:58.755 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 92 16 37658 37642 25.5674 36.3125 0.0186861 0.0391015 2022-03-04T13:18:59.752 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 93 16 38209 38193 25.6628 34.4375 0.0538993 0.0389586 2022-03-04T13:19:00.752 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 94 16 38894 38878 25.8451 42.8125 0.0111275 0.0386818 2022-03-04T13:19:01.753 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 95 16 39478 39462 25.9572 36.5 0.0878434 0.0385089 2022-03-04T13:19:02.752 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 96 16 40144 40128 26.1204 41.625 0.0153457 0.0382763 2022-03-04T13:19:02.837 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:02.838577 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-04T13:19:02.838 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:02.838599 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-04T13:19:02.838 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:02.838608 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-04T13:19:03.752 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 97 16 40764 40748 26.2506 38.75 0.0231904 0.0380797 2022-03-04T13:19:03.954 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:03.955291 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:19:04.382 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:04.382448 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:19:04.388 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:04.382643 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:19:04.752 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 98 16 41305 41289 26.3277 33.8125 0.0154877 0.0379689 2022-03-04T13:19:05.243 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:05.243264 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10974 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97" 2022-03-04T13:19:05.752 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 99 16 41521 41505 26.1981 13.5 0.00342398 0.0378653 2022-03-04T13:19:05.932 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:05.928572 I | op-mon: start running mons 2022-03-04T13:19:06.753 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:19:06.754228+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0378653 2022-03-04T13:19:06.753 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:19:06.755 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 100 16 41521 41505 25.9361 0 - 0.0378653 2022-03-04T13:19:06.907 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:06.906898 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:19:07.097 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:07.097739 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.98.110.56:6789"]}] data:a=10.98.110.56:6789 mapping:{"node":{"a":{"Name":"smithi173","Hostname":"smithi173","Address":"172.21.15.173"}}} maxMonId:0] 2022-03-04T13:19:07.106 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:07.107396 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:19:07.107 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:07.107585 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:19:07.312 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:07.312733 I | op-mon: targeting the mon count 1 2022-03-04T13:19:07.317 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:07.316844 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-04T13:19:07.668 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:07.668822 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-04T13:19:07.668 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:07.668853 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-04T13:19:07.753 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 101 16 41521 41505 25.6794 0 - 0.0378653 2022-03-04T13:19:08.033 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:08.034283 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-04T13:19:08.034 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:08.034318 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-04T13:19:08.397 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:08.397732 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-04T13:19:08.398 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:08.397760 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-04T13:19:08.739 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:08.739439 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-04T13:19:08.739 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:08.739487 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-04T13:19:08.753 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 102 16 41521 41505 25.4276 0 - 0.0378653 2022-03-04T13:19:09.099 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:09.098931 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-04T13:19:09.099 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:09.098962 I | op-config: deleting "log file" option from the mon configuration database 2022-03-04T13:19:09.485 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:09.485407 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-04T13:19:09.485 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:09.485435 I | op-mon: checking for basic quorum with existing mons 2022-03-04T13:19:09.752 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:09.751773 I | op-mon: mon "a" endpoint is [v2:10.98.110.56:3300,v1:10.98.110.56:6789] 2022-03-04T13:19:09.753 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 103 16 41521 41505 25.1808 0 - 0.0378653 2022-03-04T13:19:09.790 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:09.790874 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.98.110.56:6789"]}] data:a=10.98.110.56:6789 mapping:{"node":{"a":{"Name":"smithi173","Hostname":"smithi173","Address":"172.21.15.173"}}} maxMonId:0] 2022-03-04T13:19:09.796 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:09.797183 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:19:09.796 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:09.797297 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:19:09.922 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:09.923268 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-04T13:19:09.928 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:09.929316 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-04T13:19:09.929 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:09.929336 I | op-mon: waiting for mon quorum with [a] 2022-03-04T13:19:10.113 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:10.113792 I | op-mon: mons running: [a] 2022-03-04T13:19:10.553 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:10.554302 I | op-mon: Monitors in quorum: [a] 2022-03-04T13:19:10.554 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:10.554371 I | op-mon: mons created: 1 2022-03-04T13:19:10.753 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 104 16 41521 41505 24.9387 0 - 0.0378653 2022-03-04T13:19:10.987 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:10.987611 I | op-mon: waiting for mon quorum with [a] 2022-03-04T13:19:10.994 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:10.993346 I | op-mon: mons running: [a] 2022-03-04T13:19:11.401 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:11.401875 I | op-mon: Monitors in quorum: [a] 2022-03-04T13:19:11.401 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:11.401918 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-04T13:19:11.753 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 105 16 41521 41505 24.7012 0 - 0.0378653 2022-03-04T13:19:11.838 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:11.838400 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-04T13:19:12.288 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:12.288789 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-04T13:19:12.735 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:12.735545 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-04T13:19:12.753 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 106 16 41521 41505 24.4681 0 - 0.0378653 2022-03-04T13:19:13.179 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:13.179618 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-04T13:19:13.179 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:13.179641 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-04T13:19:13.635 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:13.635252 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-04T13:19:13.753 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 107 16 41521 41505 24.2395 0 - 0.0378653 2022-03-04T13:19:14.050 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:14.050528 I | cephclient: successfully enabled msgr2 protocol 2022-03-04T13:19:14.051 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:14.050563 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-04T13:19:14.051 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:14.050570 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-04T13:19:14.569 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:14.569690 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-04T13:19:14.669 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:14.669514 I | op-mgr: start running mgr 2022-03-04T13:19:14.670 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:14.669545 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-04T13:19:14.754 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 108 16 41720 41704 24.1302 1.38194 0.00518074 0.0413595 2022-03-04T13:19:15.207 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.207530 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-04T13:19:15.212 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.213015 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-04T13:19:15.215 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.214861 I | op-mgr: setting services to point to mgr "a" 2022-03-04T13:19:15.310 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.310396 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-04T13:19:15.310 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.310427 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-04T13:19:15.330 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.330788 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-04T13:19:15.333 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.334400 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi173-lv-1" 2022-03-04T13:19:15.334 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.334448 I | op-osd: OSD PVC "smithi173-lv-1-data-0z577k" already exists 2022-03-04T13:19:15.334 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.334463 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi173-lv-2" 2022-03-04T13:19:15.334 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.334480 I | op-osd: OSD PVC "smithi173-lv-2-data-0k87t7" already exists 2022-03-04T13:19:15.334 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.334489 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi173-lv-3" 2022-03-04T13:19:15.335 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.334535 I | op-osd: OSD PVC "smithi173-lv-3-data-09gr9z" already exists 2022-03-04T13:19:15.335 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.334557 I | op-osd: creating 1 new PVCs for device set "smithi173-lv-4" 2022-03-04T13:19:15.364 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.365416 I | op-osd: successfully provisioned PVC "smithi173-lv-4-data-0cpgd9" 2022-03-04T13:19:15.382 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.382428 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-1-data-0z577k" 2022-03-04T13:19:15.382 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.382456 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-2-data-0k87t7" 2022-03-04T13:19:15.382 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.382463 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-3-data-09gr9z" 2022-03-04T13:19:15.383 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.382468 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-4-data-0cpgd9" 2022-03-04T13:19:15.755 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 109 16 41741 41725 23.9209 1.3125 0.00601606 0.041343 2022-03-04T13:19:15.823 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.822819 I | op-osd: started OSD provisioning job for PVC "smithi173-lv-4-data-0cpgd9" 2022-03-04T13:19:15.824 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.822848 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-04T13:19:15.825 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.822855 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-04T13:19:15.985 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:15.985719 I | op-osd: OSD orchestration status for PVC smithi173-lv-4-data-0cpgd9 is "starting" 2022-03-04T13:19:16.755 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 110 16 41741 41725 23.7034 0 - 0.041343 2022-03-04T13:19:17.754 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 111 16 41741 41725 23.4899 0 - 0.041343 2022-03-04T13:19:17.873 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:17.873400 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-04T13:19:17.879 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:17.879423 I | op-osd: updating OSD 1 on PVC "smithi173-lv-3-data-09gr9z" 2022-03-04T13:19:17.880 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:17.879448 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-3-data-09gr9z" 2022-03-04T13:19:18.033 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:18.034135 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-04T13:19:18.042 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:18.034632 I | op-mgr: successful modules: dashboard 2022-03-04T13:19:18.042 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:18.039017 I | op-mgr: successful modules: prometheus 2022-03-04T13:19:18.617 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:18.617550 I | op-mgr: successful modules: balancer 2022-03-04T13:19:18.754 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 112 16 41741 41725 23.2802 0 - 0.041343 2022-03-04T13:19:19.271 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:19.271388 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-04T13:19:19.504 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:19.503237 I | op-osd: updating OSD 2 on PVC "smithi173-lv-1-data-0z577k" 2022-03-04T13:19:19.505 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:19.503255 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-1-data-0z577k" 2022-03-04T13:19:19.757 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 113 16 41741 41725 23.0741 0 - 0.041343 2022-03-04T13:19:20.327 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:20.327375 I | op-mgr: successful modules: orchestrator modules 2022-03-04T13:19:20.755 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 114 16 41741 41725 22.8718 0 - 0.041343 2022-03-04T13:19:21.287 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:21.288072 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-04T13:19:21.402 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:21.352568 I | op-osd: updating OSD 3 on PVC "smithi173-lv-2-data-0k87t7" 2022-03-04T13:19:21.403 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:21.352615 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-2-data-0k87t7" 2022-03-04T13:19:21.755 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 115 16 41741 41725 22.6729 0 - 0.041343 2022-03-04T13:19:22.755 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 116 16 41998 41982 22.6159 2.29464 0.0217533 0.0442061 2022-03-04T13:19:23.755 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 117 16 42698 42682 22.7965 43.75 0.0185116 0.0438578 2022-03-04T13:19:24.755 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 118 16 43288 43272 22.9157 36.875 0.181324 0.0435964 2022-03-04T13:19:25.759 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 119 16 44005 43989 23.0997 44.8125 0.0137262 0.0432843 2022-03-04T13:19:26.755 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:19:26.756380+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0429549 2022-03-04T13:19:26.756 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:19:26.756 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 120 16 44713 44697 23.2759 44.25 0.0177844 0.0429549 2022-03-04T13:19:27.755 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 121 16 45367 45351 23.4213 40.875 0.0108159 0.0426877 2022-03-04T13:19:27.888 INFO:teuthology.orchestra.run.smithi173.stderr:+ '[' 3 '!=' 4 ']' 2022-03-04T13:19:27.889 INFO:teuthology.orchestra.run.smithi173.stdout:waiting for osd to come back up 2022-03-04T13:19:27.890 INFO:teuthology.orchestra.run.smithi173.stderr:+ echo 'waiting for osd to come back up' 2022-03-04T13:19:27.890 INFO:teuthology.orchestra.run.smithi173.stderr:++ toolbox ceph osd stat 2022-03-04T13:19:27.891 INFO:teuthology.orchestra.run.smithi173.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-04T13:19:27.891 INFO:teuthology.orchestra.run.smithi173.stderr:++ cut -f3 -d ' ' 2022-03-04T13:19:28.464 INFO:teuthology.orchestra.run.smithi173.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-04T13:19:28.755 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 122 16 45911 45895 23.508 34 0.025335 0.0425309 2022-03-04T13:19:29.639 INFO:teuthology.orchestra.run.smithi173.stderr:+ num_osd=3 2022-03-04T13:19:29.639 INFO:teuthology.orchestra.run.smithi173.stderr:+ sleep 30s 2022-03-04T13:19:29.755 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 123 16 46561 46545 23.6471 40.625 0.0266346 0.04228 2022-03-04T13:19:30.317 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:30.318141 I | op-osd: OSD orchestration status for node smithi173-lv-4-data-0cpgd9 is "orchestrating" 2022-03-04T13:19:30.756 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 124 16 47120 47104 23.7381 34.9375 0.0292081 0.0421145 2022-03-04T13:19:30.856 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:30.855872 I | op-osd: OSD orchestration status for PVC smithi173-lv-4-data-0cpgd9 is "orchestrating" 2022-03-04T13:19:31.756 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 125 16 47723 47707 23.8497 37.6875 0.0164588 0.0419197 2022-03-04T13:19:32.756 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 126 16 48342 48326 23.9674 38.6875 0.0243327 0.0417132 2022-03-04T13:19:33.756 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 127 16 48934 48918 24.07 37 0.0239352 0.0415314 2022-03-04T13:19:34.756 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 128 16 49546 49530 24.1807 38.25 0.0338322 0.0413466 2022-03-04T13:19:35.756 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 129 16 49985 49969 24.206 27.4375 0.0254118 0.0413031 2022-03-04T13:19:36.756 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 130 16 50491 50475 24.263 31.625 0.0257968 0.041139 2022-03-04T13:19:37.757 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 131 16 50964 50948 24.3034 29.5625 0.0182553 0.0411367 2022-03-04T13:19:38.757 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 132 16 51529 51513 24.3868 35.3125 0.111175 0.0409824 2022-03-04T13:19:38.861 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:38.862282 I | op-osd: OSD orchestration status for PVC smithi173-lv-4-data-0cpgd9 is "completed" 2022-03-04T13:19:38.862 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:38.862301 I | op-osd: creating OSD 0 on PVC "smithi173-lv-4-data-0cpgd9" 2022-03-04T13:19:38.862 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:38.862309 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-4-data-0cpgd9" 2022-03-04T13:19:39.757 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 133 16 51629 51613 24.2504 6.25 0.0256389 0.0412071 2022-03-04T13:19:40.757 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 134 16 52173 52157 24.3231 34 0.0191178 0.0411057 2022-03-04T13:19:41.757 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 135 16 52675 52659 24.3753 31.375 0.0184177 0.0410162 2022-03-04T13:19:41.970 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:41.946012 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-04T13:19:41.970 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:41.946044 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-04T13:19:42.280 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:42.267639 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-04T13:19:42.757 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 136 16 53240 53224 24.4557 35.3125 0.0228794 0.040881 2022-03-04T13:19:43.604 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:43.603827 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:19:43.757 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 137 16 53614 53598 24.4478 23.375 0.0227988 0.0408952 2022-03-04T13:19:44.539 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:44.538818 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-04T13:19:44.757 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 138 16 54206 54190 24.5387 37 0.0169251 0.0407424 2022-03-04T13:19:45.757 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 139 16 54372 54356 24.4369 10.375 0.00385695 0.0406742 2022-03-04T13:19:46.757 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:19:46.758586+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0406742 2022-03-04T13:19:46.758 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:19:46.758 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 140 16 54372 54356 24.2623 0 - 0.0406742 2022-03-04T13:19:47.758 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 141 16 54372 54356 24.0902 0 - 0.0406742 2022-03-04T13:19:48.758 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 142 16 54372 54356 23.9206 0 - 0.0406742 2022-03-04T13:19:49.758 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 143 16 54372 54356 23.7533 0 - 0.0406742 2022-03-04T13:19:50.758 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 144 16 54372 54356 23.5884 0 - 0.0406742 2022-03-04T13:19:51.760 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 145 16 54372 54356 23.4257 0 - 0.0406742 2022-03-04T13:19:52.758 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 146 16 54372 54356 23.2653 0 - 0.0406742 2022-03-04T13:19:53.758 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 147 16 54372 54356 23.107 0 - 0.0406742 2022-03-04T13:19:54.758 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 148 16 54586 54570 23.0413 1.48611 0.00477441 0.0433175 2022-03-04T13:19:55.759 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 149 16 54615 54599 22.8988 1.8125 0.0088936 0.0432978 2022-03-04T13:19:56.759 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 150 16 54615 54599 22.7461 0 - 0.0432978 2022-03-04T13:19:57.759 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 151 16 54615 54599 22.5955 0 - 0.0432978 2022-03-04T13:19:58.527 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:58.526586 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-04T13:19:58.527 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:58.526668 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-04T13:19:58.527 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:58.526705 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-04T13:19:58.556 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:58.556116 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:19:58.741 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:58.740571 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:19:58.742 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:58.740769 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:19:58.759 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 152 16 54615 54599 22.4468 0 - 0.0432978 2022-03-04T13:19:59.292 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:59.292548 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10974 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97" 2022-03-04T13:19:59.414 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:59.412105 I | op-mon: start running mons 2022-03-04T13:19:59.608 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:59.607659 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:19:59.640 INFO:teuthology.orchestra.run.smithi173.stderr:+ '[' 3 '!=' 4 ']' 2022-03-04T13:19:59.641 INFO:teuthology.orchestra.run.smithi173.stdout:waiting for osd to come back up 2022-03-04T13:19:59.641 INFO:teuthology.orchestra.run.smithi173.stderr:+ echo 'waiting for osd to come back up' 2022-03-04T13:19:59.642 INFO:teuthology.orchestra.run.smithi173.stderr:++ toolbox ceph osd stat 2022-03-04T13:19:59.642 INFO:teuthology.orchestra.run.smithi173.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-04T13:19:59.642 INFO:teuthology.orchestra.run.smithi173.stderr:++ cut -f3 -d ' ' 2022-03-04T13:19:59.759 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 153 16 54615 54599 22.3001 0 - 0.0432978 2022-03-04T13:19:59.960 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:59.960139 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.98.110.56:6789"]}] data:a=10.98.110.56:6789 mapping:{"node":{"a":{"Name":"smithi173","Hostname":"smithi173","Address":"172.21.15.173"}}} maxMonId:0] 2022-03-04T13:19:59.964 INFO:teuthology.orchestra.run.smithi173.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-04T13:19:59.966 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:59.966995 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:19:59.969 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:19:59.967155 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:20:00.321 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:00.321237 I | op-mon: targeting the mon count 1 2022-03-04T13:20:00.325 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:00.325853 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-04T13:20:00.537 INFO:teuthology.orchestra.run.smithi173.stderr:+ num_osd=3 2022-03-04T13:20:00.538 INFO:teuthology.orchestra.run.smithi173.stderr:+ sleep 30s 2022-03-04T13:20:00.747 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:00.747409 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-04T13:20:00.747 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:00.747431 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-04T13:20:00.759 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 154 16 54615 54599 22.1553 0 - 0.0432978 2022-03-04T13:20:01.096 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:01.096390 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-04T13:20:01.096 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:01.096412 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-04T13:20:01.639 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:01.638268 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-04T13:20:01.639 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:01.638291 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-04T13:20:01.759 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 155 16 54615 54599 22.0124 0 - 0.0432978 2022-03-04T13:20:02.152 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:02.151595 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-04T13:20:02.152 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:02.151616 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-04T13:20:02.610 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:02.609621 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-04T13:20:02.610 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:02.609646 I | op-config: deleting "log file" option from the mon configuration database 2022-03-04T13:20:02.759 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 156 16 54811 54795 21.9498 1.75 0.0310188 0.0455489 2022-03-04T13:20:03.172 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:03.171894 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-04T13:20:03.173 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:03.171917 I | op-mon: checking for basic quorum with existing mons 2022-03-04T13:20:03.759 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 157 16 55355 55339 22.0266 34 0.0227825 0.0453883 2022-03-04T13:20:04.305 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:04.303891 I | op-mon: mon "a" endpoint is [v2:10.98.110.56:3300,v1:10.98.110.56:6789] 2022-03-04T13:20:04.406 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:04.405357 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.98.110.56:6789"]}] data:a=10.98.110.56:6789 mapping:{"node":{"a":{"Name":"smithi173","Hostname":"smithi173","Address":"172.21.15.173"}}} maxMonId:0] 2022-03-04T13:20:04.489 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:04.485301 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-04T13:20:04.489 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:04.485492 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-04T13:20:04.505 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:04.504298 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-04T13:20:04.519 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:04.520070 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-04T13:20:04.520 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:04.520093 I | op-mon: waiting for mon quorum with [a] 2022-03-04T13:20:04.531 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:04.526555 I | op-mon: mons running: [a] 2022-03-04T13:20:04.759 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 158 16 55821 55805 22.0715 29.125 0.0282193 0.0452977 2022-03-04T13:20:05.370 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:05.368935 I | op-mon: Monitors in quorum: [a] 2022-03-04T13:20:05.370 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:05.368960 I | op-mon: mons created: 1 2022-03-04T13:20:05.759 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 159 16 56339 56323 22.1362 32.375 0.00702598 0.0451604 2022-03-04T13:20:06.354 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:06.354465 I | op-mon: waiting for mon quorum with [a] 2022-03-04T13:20:06.551 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:06.547233 I | op-mon: mons running: [a] 2022-03-04T13:20:06.760 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:20:06.760701+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0450663 2022-03-04T13:20:06.760 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:20:06.760 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 160 16 56819 56803 22.1854 30 0.0276076 0.0450663 2022-03-04T13:20:07.760 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 161 16 57262 57246 22.2195 27.6875 0.0612284 0.0449939 2022-03-04T13:20:08.025 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:08.025495 I | op-mon: Monitors in quorum: [a] 2022-03-04T13:20:08.026 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:08.025529 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-04T13:20:08.761 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 162 16 57807 57791 22.2926 34.0625 0.0241669 0.0448484 2022-03-04T13:20:08.792 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:08.792091 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-04T13:20:09.705 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:09.704929 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-04T13:20:09.760 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 163 16 58281 58265 22.3376 29.625 0.0311735 0.0447581 2022-03-04T13:20:10.663 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:10.661363 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-04T13:20:10.760 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 164 16 58764 58748 22.3854 30.1875 0.0248129 0.0446633 2022-03-04T13:20:11.493 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:11.493341 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-04T13:20:11.779 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:11.493364 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-04T13:20:11.780 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 165 16 59277 59261 22.444 32.0625 0.0281782 0.0445464 2022-03-04T13:20:12.299 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:12.299470 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-04T13:20:12.713 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:12.713273 I | cephclient: successfully enabled msgr2 protocol 2022-03-04T13:20:12.713 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:12.713309 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-04T13:20:12.714 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:12.713318 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-04T13:20:12.760 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 166 16 59475 59459 22.3834 12.375 0.0450978 0.0444978 2022-03-04T13:20:13.145 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.145399 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-04T13:20:13.168 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.168603 I | op-mgr: start running mgr 2022-03-04T13:20:13.169 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.168638 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-04T13:20:13.659 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.660032 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-04T13:20:13.669 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.669374 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-04T13:20:13.672 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.671458 I | op-mgr: setting services to point to mgr "a" 2022-03-04T13:20:13.754 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.754178 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-04T13:20:13.755 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.754216 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-04T13:20:13.760 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 167 16 59475 59459 22.2493 0 - 0.0444978 2022-03-04T13:20:13.809 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.809006 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-04T13:20:13.812 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.812898 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi173-lv-1" 2022-03-04T13:20:13.813 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.812994 I | op-osd: OSD PVC "smithi173-lv-1-data-0z577k" already exists 2022-03-04T13:20:13.813 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.813043 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi173-lv-2" 2022-03-04T13:20:13.815 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.813087 I | op-osd: OSD PVC "smithi173-lv-2-data-0k87t7" already exists 2022-03-04T13:20:13.816 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.813158 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi173-lv-3" 2022-03-04T13:20:13.817 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.813227 I | op-osd: OSD PVC "smithi173-lv-3-data-09gr9z" already exists 2022-03-04T13:20:13.817 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.813288 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi173-lv-4" 2022-03-04T13:20:13.817 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.813370 I | op-osd: OSD PVC "smithi173-lv-4-data-0cpgd9" already exists 2022-03-04T13:20:13.823 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.824020 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-1-data-0z577k" 2022-03-04T13:20:13.826 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.824042 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-2-data-0k87t7" 2022-03-04T13:20:13.827 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.824048 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-3-data-09gr9z" 2022-03-04T13:20:13.827 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.824053 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-4-data-0cpgd9" 2022-03-04T13:20:13.827 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.824057 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-04T13:20:13.827 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:13.824061 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-04T13:20:14.375 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:14.375479 I | op-mgr: successful modules: prometheus 2022-03-04T13:20:14.761 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 168 16 59475 59459 22.1169 0 - 0.0444978 2022-03-04T13:20:14.977 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:14.977396 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-04T13:20:14.982 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:14.982993 I | op-osd: updating OSD 0 on PVC "smithi173-lv-4-data-0cpgd9" 2022-03-04T13:20:14.982 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:14.983020 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-4-data-0cpgd9" 2022-03-04T13:20:15.497 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:15.497650 I | op-mgr: successful modules: dashboard 2022-03-04T13:20:15.511 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:15.509299 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-04T13:20:15.761 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 169 16 59475 59459 21.9861 0 - 0.0444978 2022-03-04T13:20:16.009 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:16.009249 I | op-mgr: successful modules: balancer 2022-03-04T13:20:16.761 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 170 16 59481 59465 21.8589 0.09375 0.0575538 0.0448051 2022-03-04T13:20:16.833 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:16.833055 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-04T13:20:16.848 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:16.848187 I | op-osd: updating OSD 1 on PVC "smithi173-lv-3-data-09gr9z" 2022-03-04T13:20:16.848 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:16.848263 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-3-data-09gr9z" 2022-03-04T13:20:17.496 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:17.493095 I | op-mgr: successful modules: orchestrator modules 2022-03-04T13:20:17.761 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 171 16 59791 59775 21.8444 19.375 0.0134867 0.0457675 2022-03-04T13:20:18.761 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 172 16 60147 60131 21.8467 22.25 0.0353072 0.0457644 2022-03-04T13:20:19.458 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:19.457248 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-04T13:20:19.461 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:19.461549 I | op-osd: updating OSD 2 on PVC "smithi173-lv-1-data-0z577k" 2022-03-04T13:20:19.461 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:19.461574 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-1-data-0z577k" 2022-03-04T13:20:19.762 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 173 16 60501 60485 21.8483 22.125 0.0621283 0.0457543 2022-03-04T13:20:20.761 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 174 16 60844 60828 21.846 21.4375 0.0315602 0.045755 2022-03-04T13:20:21.761 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 175 16 61190 61174 21.8447 21.625 0.100592 0.0457627 2022-03-04T13:20:21.917 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:21.911546 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-04T13:20:21.921 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:21.921089 I | op-osd: updating OSD 3 on PVC "smithi173-lv-2-data-0k87t7" 2022-03-04T13:20:21.922 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:21.921112 I | op-osd: OSD will have its main bluestore block on "smithi173-lv-2-data-0k87t7" 2022-03-04T13:20:22.761 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 176 16 61514 61498 21.8356 20.25 0.0295356 0.045781 2022-03-04T13:20:22.860 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:22.860051 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-04T13:20:22.864 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:20:22.860082 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-04T13:20:23.761 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 177 16 61882 61866 21.8422 23 0.0779309 0.0457732 2022-03-04T13:20:24.762 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 178 16 62110 62094 21.7995 14.25 0.0988418 0.0458621 2022-03-04T13:20:25.762 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 179 16 62483 62467 21.808 23.3125 0.0543257 0.0458443 2022-03-04T13:20:26.763 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:20:26.762805+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0458147 2022-03-04T13:20:26.763 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:20:26.763 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 180 16 62779 62763 21.7896 18.5 0.00848373 0.0458147 2022-03-04T13:20:27.762 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 181 16 63050 63034 21.7627 16.9375 0.024168 0.0459382 2022-03-04T13:20:28.762 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 182 16 63430 63414 21.7737 23.75 0.0577969 0.0459119 2022-03-04T13:20:29.762 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 183 16 63673 63657 21.7377 15.1875 0.0492878 0.0459917 2022-03-04T13:20:30.538 INFO:teuthology.orchestra.run.smithi173.stderr:+ '[' 3 '!=' 4 ']' 2022-03-04T13:20:30.539 INFO:teuthology.orchestra.run.smithi173.stderr:+ echo 'waiting for osd to come back up' 2022-03-04T13:20:30.539 INFO:teuthology.orchestra.run.smithi173.stdout:waiting for osd to come back up 2022-03-04T13:20:30.540 INFO:teuthology.orchestra.run.smithi173.stderr:++ toolbox ceph osd stat 2022-03-04T13:20:30.540 INFO:teuthology.orchestra.run.smithi173.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-04T13:20:30.540 INFO:teuthology.orchestra.run.smithi173.stderr:++ cut -f3 -d ' ' 2022-03-04T13:20:30.622 INFO:teuthology.orchestra.run.smithi173.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-04T13:20:30.762 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 184 16 64032 64016 21.7414 22.4375 0.0263682 0.0459821 2022-03-04T13:20:31.391 INFO:teuthology.orchestra.run.smithi173.stderr:+ num_osd=4 2022-03-04T13:20:31.391 INFO:teuthology.orchestra.run.smithi173.stderr:+ sleep 30s 2022-03-04T13:20:31.762 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 185 16 64408 64392 21.7509 23.5 0.0371039 0.0459646 2022-03-04T13:20:32.762 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 186 16 64786 64770 21.761 23.625 0.0265499 0.0459398 2022-03-04T13:20:33.762 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 187 16 65157 65141 21.7686 23.1875 0.0358506 0.0459277 2022-03-04T13:20:34.763 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 188 16 65539 65523 21.7798 23.875 0.0256165 0.0459031 2022-03-04T13:20:35.763 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 189 16 65906 65890 21.7859 22.9375 0.028967 0.0458889 2022-03-04T13:20:36.763 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 190 16 66298 66282 21.8002 24.5 0.0200154 0.04586 2022-03-04T13:20:37.763 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 191 16 66666 66650 21.8065 23 0.0154043 0.0458457 2022-03-04T13:20:38.763 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 192 16 66910 66894 21.7723 15.25 0.012959 0.0458295 2022-03-04T13:20:39.763 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 193 16 67047 67031 21.7039 8.5625 0.0157155 0.0459494 2022-03-04T13:20:40.763 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 194 16 67047 67031 21.592 0 - 0.0459494 2022-03-04T13:20:41.763 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 195 16 67356 67340 21.5803 9.65625 0.0248963 0.046324 2022-03-04T13:20:42.763 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 196 16 67663 67647 21.5681 19.1875 0.0413517 0.0463523 2022-03-04T13:20:43.763 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 197 16 67989 67973 21.562 20.375 0.0465457 0.0463668 2022-03-04T13:20:44.764 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 198 16 68367 68351 21.5724 23.625 0.0209349 0.0463443 2022-03-04T13:20:45.764 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 199 16 68676 68660 21.561 19.3125 0.0354554 0.0463602 2022-03-04T13:20:46.764 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:20:46.765051+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0463616 2022-03-04T13:20:46.764 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:20:46.765 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 200 16 68941 68925 21.536 16.5625 0.108531 0.0463616 2022-03-04T13:20:47.764 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 201 16 69004 68988 21.4485 3.9375 0.0627833 0.0466125 2022-03-04T13:20:48.764 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 202 16 69383 69367 21.4595 23.6875 0.0238308 0.0465893 2022-03-04T13:20:49.764 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 203 16 69744 69728 21.465 22.5625 0.0287831 0.0465762 2022-03-04T13:20:50.765 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 204 16 70087 70071 21.4648 21.4375 0.011102 0.0465748 2022-03-04T13:20:51.765 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 205 16 70476 70460 21.4787 24.3125 0.0169199 0.0465491 2022-03-04T13:20:52.765 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 206 16 70622 70606 21.4187 9.125 0.130969 0.0466729 2022-03-04T13:20:53.765 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 207 16 70977 70961 21.4224 22.1875 0.0325726 0.0466705 2022-03-04T13:20:54.765 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 208 16 71353 71337 21.4324 23.5 0.0332336 0.0466494 2022-03-04T13:20:55.765 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 209 16 71712 71696 21.4372 22.4375 0.0306735 0.0466373 2022-03-04T13:20:56.765 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 210 16 72096 72080 21.4494 24 0.0278612 0.0466132 2022-03-04T13:20:57.770 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 211 16 72341 72325 21.4203 15.3125 0.0377532 0.0466743 2022-03-04T13:20:58.766 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 212 16 72696 72680 21.4239 22.1875 0.0246137 0.0466652 2022-03-04T13:20:59.766 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 213 16 73046 73030 21.426 21.875 0.0290309 0.0466652 2022-03-04T13:21:00.766 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 214 16 73377 73361 21.4225 20.6875 0.00510055 0.0466668 2022-03-04T13:21:01.391 INFO:teuthology.orchestra.run.smithi173.stderr:+ '[' 4 '!=' 4 ']' 2022-03-04T13:21:01.393 INFO:teuthology.run_tasks:Running task rook.shell... 2022-03-04T13:21:01.408 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch status 2022-03-04T13:21:01.766 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 215 16 73692 73676 21.4144 19.6875 0.0453786 0.046682 2022-03-04T13:21:02.505 INFO:teuthology.orchestra.run.smithi173.stdout:Backend: rook 2022-03-04T13:21:02.506 INFO:teuthology.orchestra.run.smithi173.stdout:Available: Yes 2022-03-04T13:21:02.537 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ps 2022-03-04T13:21:02.766 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 216 16 74011 73995 21.4076 19.9375 0.057574 0.0466988 2022-03-04T13:21:03.681 INFO:teuthology.orchestra.run.smithi173.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-03-04T13:21:03.681 INFO:teuthology.orchestra.run.smithi173.stdout:crashcollector.crash smithi173 running (6m) 0s ago 6m - - 02136b44099a 2022-03-04T13:21:03.681 INFO:teuthology.orchestra.run.smithi173.stdout:mgr.a smithi173 running (8m) 0s ago 8m - - 02136b44099a 2022-03-04T13:21:03.682 INFO:teuthology.orchestra.run.smithi173.stdout:mon.a smithi173 running (8m) 0s ago 8m - - 02136b44099a 2022-03-04T13:21:03.682 INFO:teuthology.orchestra.run.smithi173.stdout:osd.0 smithi173 running (82s) 0s ago 83s - - 02136b44099a 2022-03-04T13:21:03.682 INFO:teuthology.orchestra.run.smithi173.stdout:osd.1 smithi173 running (6m) 0s ago 6m - - 02136b44099a 2022-03-04T13:21:03.682 INFO:teuthology.orchestra.run.smithi173.stdout:osd.2 smithi173 running (6m) 0s ago 6m - - 02136b44099a 2022-03-04T13:21:03.683 INFO:teuthology.orchestra.run.smithi173.stdout:osd.3 smithi173 running (6m) 0s ago 6m - - 02136b44099a 2022-03-04T13:21:03.727 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls 2022-03-04T13:21:03.766 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 217 16 74320 74304 21.3979 19.3125 0.141478 0.0467199 2022-03-04T13:21:04.766 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 218 16 74491 74475 21.3488 10.6875 0.111637 0.0468285 2022-03-04T13:21:04.850 INFO:teuthology.orchestra.run.smithi173.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-03-04T13:21:04.851 INFO:teuthology.orchestra.run.smithi173.stdout:crash 1/1 0s ago 6m * 2022-03-04T13:21:04.851 INFO:teuthology.orchestra.run.smithi173.stdout:mgr 1/1 0s ago 8m count:1 2022-03-04T13:21:04.851 INFO:teuthology.orchestra.run.smithi173.stdout:mon 1/1 0s ago 8m count:1 2022-03-04T13:21:04.851 INFO:teuthology.orchestra.run.smithi173.stdout:osd 8 0s ago 6m 2022-03-04T13:21:04.852 INFO:teuthology.orchestra.run.smithi173.stdout:osd.all-available-devices 0 0s ago - * 2022-03-04T13:21:04.886 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch host ls 2022-03-04T13:21:05.766 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 219 16 74794 74778 21.3378 18.9375 0.0630873 0.0468531 2022-03-04T13:21:05.781 INFO:teuthology.orchestra.run.smithi173.stdout:HOST ADDR LABELS STATUS 2022-03-04T13:21:05.782 INFO:teuthology.orchestra.run.smithi173.stdout:smithi173 172.21.15.173/smithi173 2022-03-04T13:21:05.782 INFO:teuthology.orchestra.run.smithi173.stdout:1 hosts in cluster 2022-03-04T13:21:05.836 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch device ls 2022-03-04T13:21:06.766 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:21:06.767556+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0468651 2022-03-04T13:21:06.767 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:21:06.767 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 220 16 75117 75101 21.3325 20.1875 0.0553427 0.0468651 2022-03-04T13:21:06.775 INFO:teuthology.orchestra.run.smithi173.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2022-03-04T13:21:06.776 INFO:teuthology.orchestra.run.smithi173.stdout:smithi173 /dev/vg_nvme/lv_1 unknown None 107G 0s ago 2022-03-04T13:21:06.776 INFO:teuthology.orchestra.run.smithi173.stdout:smithi173 /dev/vg_nvme/lv_2 unknown None 107G 0s ago 2022-03-04T13:21:06.776 INFO:teuthology.orchestra.run.smithi173.stdout:smithi173 /dev/vg_nvme/lv_3 unknown None 107G 0s ago 2022-03-04T13:21:06.776 INFO:teuthology.orchestra.run.smithi173.stdout:smithi173 /dev/vg_nvme/lv_4 unknown None 107G 0s ago 2022-03-04T13:21:06.817 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch apply rgw foo 2022-03-04T13:21:07.699 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:07.699494 I | ceph-spec: adding finalizer "cephobjectstore.ceph.rook.io" on "foo" 2022-03-04T13:21:07.708 INFO:teuthology.orchestra.run.smithi173.stdout:Created 2022-03-04T13:21:07.748 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch apply mds foo 2022-03-04T13:21:07.766 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 221 16 75416 75400 21.3206 18.6875 0.0472856 0.0468897 2022-03-04T13:21:07.801 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:07.800881 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:21:08.767 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 222 16 75665 75649 21.2946 15.5625 0.0748395 0.0469421 2022-03-04T13:21:08.838 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:08.838509 I | ceph-spec: adding finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-03-04T13:21:08.839 INFO:teuthology.orchestra.run.smithi173.stdout:Created 2022-03-04T13:21:08.912 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch apply rbd-mirror 2022-03-04T13:21:08.913 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:08.910658 W | ceph-file-controller: failed to set filesystem "foo" status to "". failed to update object "rook-ceph/foo" status: Operation cannot be fulfilled on cephfilesystems.ceph.rook.io "foo": the object has been modified; please apply your changes to the latest version and try again 2022-03-04T13:21:08.915 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:08.915779 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:21:09.767 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 223 16 75920 75904 21.2706 15.9375 0.0203616 0.0469977 2022-03-04T13:21:09.964 INFO:teuthology.orchestra.run.smithi173.stdout:Success 2022-03-04T13:21:10.009 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:10.008385 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:21:10.031 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch apply nfs foo --port 12777 2022-03-04T13:21:10.340 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:10.338766 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:21:10.372 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:10.369742 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:21:10.372 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:10.369770 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:21:10.767 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 224 16 76126 76110 21.2331 12.875 0.0312215 0.0470797 2022-03-04T13:21:11.414 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:11.411111 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-04T13:21:11.415 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:11.411138 I | ceph-rbd-mirror-controller: configure rbd-mirroring with 1 workers 2022-03-04T13:21:11.415 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:11.411152 I | cephclient: getting or creating ceph auth key "client.rbd-mirror.a" 2022-03-04T13:21:11.424 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:11.424643 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-04T13:21:11.767 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 225 16 76338 76322 21.1976 13.25 0.0618709 0.0471611 2022-03-04T13:21:12.767 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 226 16 76567 76551 21.1671 14.3125 0.24196 0.047225 2022-03-04T13:21:13.633 INFO:teuthology.orchestra.run.smithi173.stdout:Unable to create NFS daemon, check logs for more traceback 2022-03-04T13:21:13.633 INFO:teuthology.orchestra.run.smithi173.stdout:'RookOrchestrator' object has no attribute 'open_ioctx' 2022-03-04T13:21:13.703 DEBUG:teuthology.run_tasks:Unwinding manager radosbench 2022-03-04T13:21:13.716 INFO:tasks.radosbench:joining radosbench (timing out after 11100s) 2022-03-04T13:21:13.716 INFO:teuthology.orchestra.run:waiting for 11100 2022-03-04T13:21:13.767 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 227 16 76689 76673 21.1075 7.625 0.158534 0.0473462 2022-03-04T13:21:14.255 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:14.255384 I | ceph-rbd-mirror-controller: "rook-ceph-rbd-mirror-a" deployment started 2022-03-04T13:21:14.554 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:14.552614 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi173": the object has been modified; please apply your changes to the latest version and try again 2022-03-04T13:21:14.767 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 228 16 76873 76857 21.0653 11.5 0.0662653 0.0474547 2022-03-04T13:21:15.767 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 229 16 77177 77161 21.0563 19 0.0313515 0.047473 2022-03-04T13:21:16.449 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:16.450219 I | ceph-file-controller: creating filesystem "foo" 2022-03-04T13:21:16.767 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 230 16 77203 77187 20.9718 1.625 0.025773 0.0474962 2022-03-04T13:21:17.767 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 231 16 77297 77281 20.9065 5.875 0.107935 0.0478114 2022-03-04T13:21:18.767 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 232 16 77602 77586 20.8985 19.0625 0.0378265 0.0478394 2022-03-04T13:21:19.767 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 233 16 77886 77870 20.885 17.75 0.14587 0.0478517 2022-03-04T13:21:20.768 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 234 16 77978 77962 20.8203 5.75 0.00893025 0.0478683 2022-03-04T13:21:21.769 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 235 16 78096 78080 20.7631 7.375 0.0797526 0.0481525 2022-03-04T13:21:22.768 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 236 16 78400 78384 20.7556 19 0.110563 0.0481614 2022-03-04T13:21:23.768 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 237 16 78625 78609 20.7274 14.0625 0.104936 0.0482256 2022-03-04T13:21:24.768 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 238 16 78860 78844 20.702 14.6875 0.0282627 0.048289 2022-03-04T13:21:25.768 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 239 16 79133 79117 20.6868 17.0625 0.0291453 0.0483274 2022-03-04T13:21:25.962 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:25.960983 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.index" 2022-03-04T13:21:25.988 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:25.983026 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.log" 2022-03-04T13:21:25.991 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:25.989783 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.meta" 2022-03-04T13:21:26.040 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:26.037242 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.non-ec" 2022-03-04T13:21:26.768 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:21:26.769561+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0484038 2022-03-04T13:21:26.769 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:21:26.769 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 240 16 79331 79315 20.6521 12.375 0.201518 0.0484038 2022-03-04T13:21:27.768 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 241 16 79615 79599 20.6401 17.75 0.0488549 0.0484391 2022-03-04T13:21:27.897 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:27.895721 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.control" 2022-03-04T13:21:27.901 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:27.902495 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-metadata" 2022-03-04T13:21:28.768 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 242 16 79854 79838 20.6165 14.9375 0.0440995 0.0484954 2022-03-04T13:21:29.768 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 243 16 80190 80174 20.6181 21 0.0395662 0.0484849 2022-03-04T13:21:30.400 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:30.391993 I | cephclient: creating replicated pool foo-metadata succeeded 2022-03-04T13:21:30.450 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:30.444009 I | cephclient: creating replicated pool foo.rgw.buckets.non-ec succeeded 2022-03-04T13:21:30.769 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 244 16 80416 80400 20.5915 14.125 0.0860718 0.0485507 2022-03-04T13:21:31.769 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 245 16 80641 80625 20.5648 14.0625 0.0158279 0.0486108 2022-03-04T13:21:32.769 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 246 16 80908 80892 20.549 16.6875 0.168723 0.0486521 2022-03-04T13:21:33.769 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 247 16 81235 81219 20.5486 20.4375 0.133134 0.0486563 2022-03-04T13:21:33.821 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:33.820420 I | cephclient: creating replicated pool foo.rgw.buckets.index succeeded 2022-03-04T13:21:33.842 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:33.841882 I | cephclient: creating replicated pool foo.rgw.log succeeded 2022-03-04T13:21:33.872 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:33.873188 I | cephclient: creating replicated pool foo.rgw.meta succeeded 2022-03-04T13:21:33.898 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:33.882902 I | cephclient: creating replicated pool foo.rgw.control succeeded 2022-03-04T13:21:33.936 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:33.936096 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-04T13:21:33.937 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:33.936194 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-04T13:21:34.575 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:34.575979 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:21:34.769 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 248 16 81483 81467 20.5282 15.5 0.0280062 0.0487003 2022-03-04T13:21:35.769 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 249 16 81745 81729 20.5115 16.375 0.0283001 0.0487411 2022-03-04T13:21:36.769 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 250 16 82022 82006 20.4987 17.3125 0.109962 0.0487721 2022-03-04T13:21:37.770 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 251 16 82263 82247 20.4771 15.0625 0.0332172 0.0488177 2022-03-04T13:21:38.221 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:38.221434 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:21:38.769 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 252 16 82556 82540 20.4685 18.3125 0.0879419 0.0488434 2022-03-04T13:21:39.067 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:39.067958 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-data0" 2022-03-04T13:21:39.498 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:39.498027 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:21:39.499 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:39.498053 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:21:39.769 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 253 15 82830 82815 20.4555 17.1875 0.0415634 0.0488735 2022-03-04T13:21:40.262 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:40.262160 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-04T13:21:40.770 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 254 16 83068 83052 20.4333 14.8125 0.0915305 0.0489223 2022-03-04T13:21:40.992 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:40.984156 I | cephclient: creating replicated pool foo-data0 succeeded 2022-03-04T13:21:40.992 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:40.984187 I | cephclient: creating filesystem "foo" with metadata pool "foo-metadata" and data pools [foo-data0] 2022-03-04T13:21:41.770 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 255 16 83264 83248 20.4012 12.25 0.0830619 0.0490012 2022-03-04T13:21:42.770 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 256 16 83569 83553 20.3959 19.0625 0.0468749 0.0490161 2022-03-04T13:21:43.684 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:43.681938 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-04T13:21:43.700 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:43.699820 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:21:43.770 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 257 16 83799 83783 20.3725 14.375 0.0700992 0.0490755 2022-03-04T13:21:44.104 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:44.104569 I | ceph-file-controller: created filesystem "foo" on 1 data pool(s) and metadata pool "foo-metadata" 2022-03-04T13:21:44.770 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 258 16 84048 84032 20.3539 15.5625 0.0648666 0.0491188 2022-03-04T13:21:44.909 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:44.909803 I | cephclient: setting allow_standby_replay for filesystem "foo" 2022-03-04T13:21:45.582 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:45.580935 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi173": the object has been modified; please apply your changes to the latest version and try again 2022-03-04T13:21:45.770 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 259 16 84281 84265 20.3315 14.5625 0.14088 0.0491725 2022-03-04T13:21:46.226 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:46.196999 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:21:46.770 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:21:46.771623+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0491867 2022-03-04T13:21:46.771 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:21:46.771 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 260 16 84581 84565 20.3254 18.75 0.0337347 0.0491867 2022-03-04T13:21:47.326 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:47.277530 I | ceph-file-controller: start running mdses for filesystem "foo" 2022-03-04T13:21:47.770 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 261 16 84885 84869 20.3203 19 0.0489627 0.049203 2022-03-04T13:21:47.837 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:47.834358 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:21:47.837 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:47.834385 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:21:48.296 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:48.296133 I | cephclient: getting or creating ceph auth key "mds.foo-a" 2022-03-04T13:21:48.575 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:48.576238 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-04T13:21:48.770 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 262 16 85132 85116 20.3017 15.4375 0.0835942 0.0492376 2022-03-04T13:21:49.771 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 263 16 85351 85335 20.2765 13.6875 0.06831 0.0493023 2022-03-04T13:21:49.913 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:49.913587 I | op-mds: setting mds config flags 2022-03-04T13:21:49.913 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:49.913712 I | op-config: setting "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-03-04T13:21:50.771 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 264 16 85564 85548 20.2501 13.3125 0.0236684 0.0493691 2022-03-04T13:21:50.956 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:50.955362 I | op-config: successfully set "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-03-04T13:21:50.991 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:50.992186 I | cephclient: getting or creating ceph auth key "mds.foo-b" 2022-03-04T13:21:51.771 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 265 16 85809 85793 20.2315 15.3125 0.0783093 0.0494145 2022-03-04T13:21:52.771 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 266 16 86117 86101 20.2278 19.25 0.0526688 0.0494254 2022-03-04T13:21:53.304 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:53.305337 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-04T13:21:53.531 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:53.530339 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:21:53.539 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:53.537238 I | op-mds: setting mds config flags 2022-03-04T13:21:53.540 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:53.537266 I | op-config: setting "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-03-04T13:21:53.772 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 267 16 86349 86333 20.2064 14.5 0.0257628 0.0494763 2022-03-04T13:21:54.771 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 268 16 86633 86617 20.1972 17.75 0.0630353 0.0495017 2022-03-04T13:21:54.859 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:54.858916 I | op-config: successfully set "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-03-04T13:21:55.771 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 269 16 86908 86892 20.186 17.1875 0.0407317 0.0495245 2022-03-04T13:21:56.171 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:56.171879 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:21:56.771 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 270 16 87192 87176 20.177 17.75 0.0119064 0.0495491 2022-03-04T13:21:57.771 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 271 16 87432 87416 20.1579 15 0.111847 0.0495943 2022-03-04T13:21:57.890 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:57.883276 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:21:57.891 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:57.883295 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:21:58.771 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 272 16 87720 87704 20.1499 18 0.0977279 0.0496164 2022-03-04T13:21:59.140 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:21:59.138732 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-04T13:21:59.772 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 273 16 87930 87914 20.1242 13.125 0.137052 0.0496763 2022-03-04T13:22:00.772 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 274 16 88170 88154 20.1055 15 0.0753417 0.0497237 2022-03-04T13:22:01.772 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 275 16 88435 88419 20.0926 16.5625 0.0693368 0.0497577 2022-03-04T13:22:02.600 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:02.597159 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-04T13:22:02.641 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:02.642276 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:22:02.772 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 276 15 88691 88676 20.078 16.0625 0.044661 0.0497938 2022-03-04T13:22:03.772 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 277 16 88975 88959 20.0693 17.6875 0.030671 0.0498155 2022-03-04T13:22:04.772 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 278 16 89292 89276 20.0684 19.8125 0.0614227 0.0498187 2022-03-04T13:22:05.773 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 279 16 89555 89539 20.0553 16.4375 0.0319356 0.0498523 2022-03-04T13:22:06.230 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:06.230765 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:22:06.611 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:06.612129 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:22:06.612 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:06.612152 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:22:06.773 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:22:06.774355+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0498708 2022-03-04T13:22:06.773 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:22:06.774 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 280 16 89842 89826 20.0478 17.9375 0.0361714 0.0498708 2022-03-04T13:22:07.600 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:07.600915 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-04T13:22:07.773 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 281 16 90114 90098 20.0369 17 0.116907 0.0498903 2022-03-04T13:22:08.773 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 282 16 90318 90302 20.0111 12.75 0.148118 0.0499589 2022-03-04T13:22:09.773 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 283 16 90556 90540 19.9929 14.875 0.0670637 0.0500075 2022-03-04T13:22:10.773 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 284 16 90828 90812 19.9824 17 0.0771569 0.0500329 2022-03-04T13:22:11.773 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 285 15 91114 91099 19.9752 17.9375 0.0216733 0.0500456 2022-03-04T13:22:12.314 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:12.311831 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-04T13:22:12.406 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:12.406680 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:22:12.774 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 286 16 91391 91375 19.9656 17.25 0.10234 0.050075 2022-03-04T13:22:13.774 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 287 16 91656 91640 19.9538 16.5625 0.0316236 0.0501034 2022-03-04T13:22:14.774 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 288 16 91931 91915 19.9442 17.1875 0.0755801 0.0501219 2022-03-04T13:22:14.890 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:14.890958 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:22:15.151 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:15.149717 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:22:15.151 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:15.149743 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:22:15.774 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 289 16 92205 92189 19.9344 17.125 0.0879076 0.0501528 2022-03-04T13:22:15.840 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:15.840087 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-04T13:22:16.774 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 290 16 92357 92341 19.8984 9.5 0.0579607 0.0502381 2022-03-04T13:22:17.774 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 291 16 92644 92628 19.8917 17.9375 0.0534252 0.0502614 2022-03-04T13:22:18.774 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 292 16 92953 92937 19.8897 19.3125 0.0236795 0.0502677 2022-03-04T13:22:19.130 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:19.130765 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-04T13:22:19.296 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:19.296566 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:22:19.775 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 293 16 93232 93216 19.8813 17.4375 0.0202162 0.0502859 2022-03-04T13:22:20.774 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 294 16 93481 93465 19.8666 15.5625 0.0107808 0.0503148 2022-03-04T13:22:21.767 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:21.763173 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:22:21.775 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 295 16 93756 93740 19.8575 17.1875 0.0712223 0.0503485 2022-03-04T13:22:21.891 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:21.891368 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:22:21.891 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:21.891405 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:22:22.523 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:22.523958 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-04T13:22:22.775 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 296 16 94019 94003 19.846 16.4375 0.173733 0.0503752 2022-03-04T13:22:23.775 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 297 16 94202 94186 19.8177 11.4375 0.0541222 0.0504461 2022-03-04T13:22:24.775 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 298 16 94507 94491 19.8151 19.0625 0.0339008 0.0504571 2022-03-04T13:22:25.501 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:25.502436 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-04T13:22:25.775 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 299 16 94777 94761 19.8053 16.875 0.0355736 0.0504821 2022-03-04T13:22:25.836 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:25.833640 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:22:26.775 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:22:26.776638+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0504952 2022-03-04T13:22:26.776 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:22:26.776 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 300 16 95065 95049 19.7993 18 0.0230968 0.0504952 2022-03-04T13:22:27.775 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 301 16 95350 95334 19.7926 17.8125 0.0248048 0.0505139 2022-03-04T13:22:28.127 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:28.128081 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:22:28.273 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:28.274101 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:22:28.273 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:28.274119 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:22:28.775 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 302 16 95651 95635 19.7894 18.8125 0.0401597 0.0505204 2022-03-04T13:22:28.976 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:28.963521 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-04T13:22:29.776 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 303 16 95684 95668 19.7309 2.0625 0.853166 0.0505941 2022-03-04T13:22:30.776 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 304 16 95766 95750 19.6828 5.125 0.0490593 0.0507924 2022-03-04T13:22:31.775 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 305 16 96036 96020 19.6736 16.875 0.0306971 0.0508202 2022-03-04T13:22:32.107 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:32.107723 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-04T13:22:32.758 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:32.758709 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:22:32.776 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 306 16 96381 96365 19.6798 21.5625 0.0357973 0.0508048 2022-03-04T13:22:33.776 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 307 16 96487 96471 19.6373 6.625 0.110456 0.0508814 2022-03-04T13:22:34.776 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 308 16 96774 96758 19.6318 17.9375 0.0168531 0.0509291 2022-03-04T13:22:34.920 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:34.920302 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:22:35.040 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:35.041118 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:22:35.041 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:35.041145 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:22:35.776 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 309 16 97109 97093 19.636 20.9375 0.0720303 0.0509194 2022-03-04T13:22:35.814 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:35.814037 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-04T13:22:36.776 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 310 16 97337 97321 19.6186 14.25 0.0472897 0.0509589 2022-03-04T13:22:37.776 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 311 16 97748 97732 19.6381 25.6875 0.0448573 0.0509115 2022-03-04T13:22:38.776 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 312 16 98174 98158 19.6605 26.625 0.0344933 0.0508546 2022-03-04T13:22:39.074 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:39.075103 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-04T13:22:39.776 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 313 16 98626 98610 19.6879 28.25 0.0335329 0.0507841 2022-03-04T13:22:40.557 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:40.509020 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:22:40.776 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 314 16 98870 98854 19.6738 15.25 0.0415003 0.0507646 2022-03-04T13:22:41.777 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 315 16 99184 99168 19.6736 19.625 0.0203896 0.0508193 2022-03-04T13:22:42.566 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:42.566799 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:22:42.776 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 316 16 99266 99250 19.6276 5.125 0.0134232 0.0508083 2022-03-04T13:22:43.649 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:43.648410 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:22:43.649 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:43.648437 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:22:43.777 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 317 16 99515 99499 19.6148 15.5625 0.0827019 0.0509648 2022-03-04T13:22:44.678 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:44.679032 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-04T13:22:44.777 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 318 16 99727 99711 19.5947 13.25 0.0215985 0.0509681 2022-03-04T13:22:45.777 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 319 16 99769 99753 19.5415 2.625 0.0654238 0.0511501 2022-03-04T13:22:46.777 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:22:46.778556+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0511211 2022-03-04T13:22:46.778 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:22:46.778 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 320 16 100167 100151 19.5582 24.875 0.038807 0.0511211 2022-03-04T13:22:47.777 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 321 16 100508 100492 19.5637 21.3125 0.00767513 0.0511039 2022-03-04T13:22:48.022 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:48.023039 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-04T13:22:48.777 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 322 16 100927 100911 19.5842 26.1875 0.016777 0.0510533 2022-03-04T13:22:49.778 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 323 16 101318 101302 19.5992 24.4375 0.0398972 0.0510125 2022-03-04T13:22:50.591 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:50.590205 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:22:50.777 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 324 16 101752 101736 19.6225 27.125 0.0404377 0.0509515 2022-03-04T13:22:51.777 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 325 16 102124 102108 19.6336 23.25 0.0444729 0.050923 2022-03-04T13:22:52.778 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 326 15 102557 102542 19.6566 27.125 0.0646257 0.050865 2022-03-04T13:22:52.975 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:52.975876 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:22:53.074 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:53.075222 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:22:53.075 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:53.075243 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:22:53.682 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:53.682609 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-04T13:22:53.778 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 327 16 102901 102885 19.662 21.4375 0.0873787 0.0508494 2022-03-04T13:22:54.778 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 328 16 103177 103161 19.6547 17.25 0.0252731 0.0508691 2022-03-04T13:22:55.778 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 329 16 103549 103533 19.6656 23.25 0.0142445 0.0508388 2022-03-04T13:22:56.664 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:22:56.664771 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-04T13:22:56.778 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 330 16 103825 103809 19.6583 17.25 0.0159727 0.0508599 2022-03-04T13:22:57.778 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 331 16 104018 104002 19.6353 12.0625 0.0337457 0.0508289 2022-03-04T13:22:58.778 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 332 16 104130 104114 19.5972 7 0.0301915 0.0510183 2022-03-04T13:22:59.778 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 333 16 104587 104571 19.6242 28.5625 0.0230424 0.0509486 2022-03-04T13:23:00.779 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 334 16 104920 104904 19.6277 20.8125 0.0210961 0.0509391 2022-03-04T13:23:01.779 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 335 16 105343 105327 19.648 26.4375 0.052343 0.0508868 2022-03-04T13:23:01.831 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:01.832282 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:23:02.779 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 336 16 105742 105726 19.6638 24.9375 0.0618558 0.050845 2022-03-04T13:23:03.779 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 337 16 106126 106110 19.6766 24 0.113999 0.0508112 2022-03-04T13:23:04.168 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:04.162597 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:23:04.255 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:04.251116 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:23:04.255 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:04.251142 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:23:04.779 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 338 16 106537 106521 19.6944 25.6875 0.0139342 0.0507642 2022-03-04T13:23:04.858 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:04.857079 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-04T13:23:05.779 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 339 16 106805 106789 19.6857 16.75 0.112989 0.0507878 2022-03-04T13:23:06.779 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:23:06.780562+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.05075 2022-03-04T13:23:06.779 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:23:06.780 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 340 16 107202 107186 19.7008 24.8125 0.0440014 0.05075 2022-03-04T13:23:07.779 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 341 16 107615 107599 19.7187 25.8125 0.0401463 0.0507048 2022-03-04T13:23:08.122 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:08.123287 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-04T13:23:08.779 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 342 16 108050 108034 19.7405 27.1875 0.0135019 0.050645 2022-03-04T13:23:09.779 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 343 16 108306 108290 19.7296 16 0.00613328 0.0506067 2022-03-04T13:23:10.779 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 344 16 108707 108691 19.7451 25.0625 0.0326501 0.0506311 2022-03-04T13:23:11.780 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 345 16 108805 108789 19.7056 6.125 0.00586009 0.0506862 2022-03-04T13:23:12.780 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 346 16 109161 109145 19.713 22.25 0.0257176 0.0507197 2022-03-04T13:23:13.780 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 347 16 109552 109536 19.7266 24.4375 0.0126399 0.0506833 2022-03-04T13:23:14.780 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 348 16 110012 109996 19.7525 28.75 0.0332427 0.0506171 2022-03-04T13:23:15.780 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 349 16 110430 110414 19.7707 26.125 0.04296 0.0505702 2022-03-04T13:23:16.780 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 350 16 110840 110824 19.7875 25.625 0.0244361 0.050528 2022-03-04T13:23:17.780 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 351 16 111254 111238 19.8048 25.875 0.0129424 0.0504849 2022-03-04T13:23:18.376 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:18.371404 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:23:18.780 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 352 16 111688 111672 19.8256 27.125 0.0484355 0.0504313 2022-03-04T13:23:19.780 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 353 16 112088 112072 19.8402 25 0.0512925 0.0503938 2022-03-04T13:23:20.550 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:20.545098 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:23:20.664 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:20.664711 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:23:20.665 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:20.664738 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:23:20.780 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 354 16 112495 112479 19.856 25.4375 0.0827159 0.0503523 2022-03-04T13:23:21.509 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:21.509943 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-04T13:23:21.781 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 355 16 112723 112707 19.8402 14.25 0.0179835 0.050337 2022-03-04T13:23:22.781 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 356 16 112723 112707 19.7845 0 - 0.050337 2022-03-04T13:23:23.781 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 357 16 112903 112887 19.7606 5.625 0.0632601 0.0505959 2022-03-04T13:23:24.781 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 358 16 113277 113261 19.7707 23.375 0.0282271 0.0505712 2022-03-04T13:23:24.918 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:24.918911 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-04T13:23:25.781 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 359 16 113430 113414 19.7423 9.5625 0.0125433 0.0505575 2022-03-04T13:23:26.781 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:2022-03-04T13:23:26.782689+0000 min lat: 0.00139165 max lat: 12.194 avg lat: 0.0507307 2022-03-04T13:23:26.782 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-04T13:23:26.782 INFO:tasks.radosbench.radosbench.a.smithi173.stdout: 360 16 113445 113429 19.69 0.9375 0.0445342 0.0507307 2022-03-04T13:23:27.781 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Total time run: 360.065 2022-03-04T13:23:27.782 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Total writes made: 113445 2022-03-04T13:23:27.782 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Write size: 65536 2022-03-04T13:23:27.782 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Object size: 65536 2022-03-04T13:23:27.783 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Bandwidth (MB/sec): 19.6917 2022-03-04T13:23:27.783 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Stddev Bandwidth: 16.3378 2022-03-04T13:23:27.783 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Max bandwidth (MB/sec): 94.3125 2022-03-04T13:23:27.783 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Min bandwidth (MB/sec): 0 2022-03-04T13:23:27.784 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Average IOPS: 315 2022-03-04T13:23:27.784 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Stddev IOPS: 261.419 2022-03-04T13:23:27.784 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Max IOPS: 1509 2022-03-04T13:23:27.784 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Min IOPS: 0 2022-03-04T13:23:27.784 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Average Latency(s): 0.0507763 2022-03-04T13:23:27.785 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Stddev Latency(s): 0.324462 2022-03-04T13:23:27.785 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Max latency(s): 12.194 2022-03-04T13:23:27.785 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Min latency(s): 0.00139165 2022-03-04T13:23:27.814 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Cleaning up (deleting benchmark objects) 2022-03-04T13:23:45.422 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:45.421158 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:23:47.523 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:47.524542 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:23:47.680 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:47.674550 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:23:47.680 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:47.674581 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:23:48.362 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:48.362985 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-04T13:23:51.185 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:23:51.182625 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-04T13:24:32.156 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:24:32.155654 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:24:34.153 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:24:34.154694 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:24:34.931 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:24:34.931453 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:24:34.931 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:24:34.931480 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:24:35.629 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:24:35.630242 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-04T13:24:38.657 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:24:38.658025 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-04T13:26:00.587 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:26:00.587803 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:26:02.721 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:26:02.723122 I | ceph-object-controller: reconciling object store deployments 2022-03-04T13:26:03.015 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:26:03.015564 I | ceph-object-controller: ceph object store gateway service running at 10.101.7.1 2022-03-04T13:26:03.016 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:26:03.015587 I | ceph-object-controller: reconciling object store pools 2022-03-04T13:26:03.591 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:26:03.592114 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-04T13:26:07.249 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:26:07.250456 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-04T13:28:20.284 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Removed 113445 objects 2022-03-04T13:28:20.285 INFO:tasks.radosbench.radosbench.a.smithi173.stdout:Clean up completed and total clean up time :292.469 2022-03-04T13:28:20.813 INFO:tasks.rook.ceph_manager.ceph:removing pool_name unique_pool_0 2022-03-04T13:28:20.814 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph osd pool rm unique_pool_0 unique_pool_0 --yes-i-really-really-mean-it 2022-03-04T13:28:25.375 INFO:teuthology.orchestra.run.smithi173.stderr:pool 'unique_pool_0' removed 2022-03-04T13:28:25.392 DEBUG:teuthology.run_tasks:Unwinding manager install 2022-03-04T13:28:25.410 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits... 2022-03-04T13:28:25.411 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits 2022-03-04T13:28:25.422 DEBUG:teuthology.run_tasks:Unwinding manager rook 2022-03-04T13:28:25.729 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:28:26.435 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:28:26.436 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:21:14.000000Z", "last_refresh": "2022-03-04T13:28:26.318361Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:28:26.318361Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:28:26.318361Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:28:26.318361Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:28:26.318361Z", "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-04T13:28:26.318361Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_name": "rbd-mirror", "service_type": "rbd-mirror", "status": {"last_refresh": "2022-03-04T13:28:26.318361Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:28:26.318361Z", "running": 0, "size": 1}}] 2022-03-04T13:28:26.468 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch rm mds.foo 2022-03-04T13:28:27.005 INFO:teuthology.orchestra.run.smithi173.stdout:Removed cephfilesystems/foo 2022-03-04T13:28:27.026 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch rm rbd-mirror 2022-03-04T13:28:27.033 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:27.035387 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:28:27.586 INFO:teuthology.orchestra.run.smithi173.stdout:Removed cephrbdmirrors/default-rbd-mirror 2022-03-04T13:28:27.607 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:27.608785 I | ceph-spec: object "rook-ceph-rbd-mirror-a" matched on delete, reconciling 2022-03-04T13:28:27.613 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch rm rgw.foo 2022-03-04T13:28:28.185 INFO:teuthology.orchestra.run.smithi173.stdout:Removed cephobjectstores/foo 2022-03-04T13:28:28.206 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:28:28.274 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:28.275541 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-03-04T13:28:28.577 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:28.578876 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:28:30.016 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:30.017939 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-03-04T13:28:30.017 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:30.017971 I | op-mds: successfully deleted mds config for "mds.foo-a" in mon configuration database 2022-03-04T13:28:30.017 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:30.017978 I | cephclient: deleting ceph auth "mds.foo-a" 2022-03-04T13:28:30.875 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:28:30.876 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:21:14.000000Z", "last_refresh": "2022-03-04T13:28:29.832534Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:28:29.832534Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:28:29.832534Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:28:29.832534Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:28:29.832534Z", "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-04T13:28:29.832534Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:28:29.832534Z", "running": 0, "size": 1}}] 2022-03-04T13:28:32.378 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:32.379562 I | op-mds: successfully deleted mds CephX key for "mds.foo-a" 2022-03-04T13:28:32.799 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:32.801128 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-03-04T13:28:33.363 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:33.363563 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-04T13:28:33.356+0000 7fac18a20340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T13:28:33.364 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:28:33.356+0000 7fac18a20340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T13:28:33.364 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:28:33.356+0000 7fac18a20340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T13:28:33.365 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T13:28:33.365 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:33.363586 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-04T13:28:33.356+0000 7fac18a20340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T13:28:33.365 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:28:33.356+0000 7fac18a20340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T13:28:33.366 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:28:33.356+0000 7fac18a20340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T13:28:33.366 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T13:28:33.636 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:33.637753 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-03-04T13:28:33.637 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:33.637772 I | op-mds: successfully deleted mds config for "mds.foo-b" in mon configuration database 2022-03-04T13:28:33.637 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:33.637777 I | cephclient: deleting ceph auth "mds.foo-b" 2022-03-04T13:28:34.169 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:34.170675 I | op-mds: successfully deleted mds CephX key for "mds.foo-b" 2022-03-04T13:28:34.169 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:34.170706 I | ceph-file-controller: downing filesystem "foo" 2022-03-04T13:28:35.284 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:35.285599 I | ceph-file-controller: downed filesystem "foo" 2022-03-04T13:28:37.941 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:37.942520 I | cephclient: no images/snapshosts present in pool "foo-metadata" 2022-03-04T13:28:37.941 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:37.942538 I | cephclient: purging pool "foo-metadata" (id=9) 2022-03-04T13:28:40.895 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:28:41.658 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:28:41.658 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:21:14.000000Z", "last_refresh": "2022-03-04T13:28:41.539432Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:28:41.539432Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:28:41.539432Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:28:41.539432Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:28:41.539432Z", "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-04T13:28:41.539432Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:28:41.539432Z", "running": 0, "size": 1}}] 2022-03-04T13:28:42.606 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:42.607789 I | cephclient: purge completed for pool "foo-metadata" 2022-03-04T13:28:43.012 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:43.013670 I | cephclient: no images/snapshosts present in pool "foo-data0" 2022-03-04T13:28:43.012 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:43.013695 I | cephclient: purging pool "foo-data0" (id=10) 2022-03-04T13:28:44.908 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:44.910163 I | cephclient: purge completed for pool "foo-data0" 2022-03-04T13:28:44.909 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:44.910196 I | ceph-spec: removing finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-03-04T13:28:44.914 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:44.914429 E | ceph-file-controller: failed to reconcile failed to remove finalizer: failed to remove finalizer "cephfilesystem.ceph.rook.io" on "foo": Operation cannot be fulfilled on cephfilesystems.ceph.rook.io "foo": the object has been modified; please apply your changes to the latest version and try again 2022-03-04T13:28:44.921 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:44.923228 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:28:45.736 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:45.738126 I | ceph-spec: removing finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-03-04T13:28:45.768 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:45.770327 I | ceph-spec: object "rook-ceph-mds-foo-b-keyring" matched on delete, reconciling 2022-03-04T13:28:45.813 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:45.814980 I | ceph-spec: object "rook-ceph-mds-foo-a-keyring" matched on delete, reconciling 2022-03-04T13:28:45.818 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:45.815933 I | ceph-spec: object "rook-ceph-mds-foo-b" matched on delete, reconciling 2022-03-04T13:28:45.818 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:45.816460 I | ceph-spec: object "rook-ceph-mds-foo-a" matched on delete, reconciling 2022-03-04T13:28:50.228 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:50.229661 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi173": the object has been modified; please apply your changes to the latest version and try again 2022-03-04T13:28:51.093 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:51.094811 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:28:51.680 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:28:52.175 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:52.176129 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-04T13:28:52.168+0000 7f7683995340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T13:28:52.175 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:28:52.168+0000 7f7683995340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T13:28:52.176 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:28:52.168+0000 7f7683995340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T13:28:52.176 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T13:28:52.176 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:28:52.176154 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-04T13:28:52.168+0000 7f7683995340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T13:28:52.177 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:28:52.168+0000 7f7683995340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T13:28:52.177 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:28:52.168+0000 7f7683995340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T13:28:52.177 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T13:28:52.779 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:28:52.779 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:21:14.000000Z", "last_refresh": "2022-03-04T13:28:52.160250Z", "running": 2, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:28:52.160250Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:28:52.160250Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:28:52.160250Z", "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-04T13:28:52.160250Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:28:52.160250Z", "running": 0, "size": 1}}] 2022-03-04T13:29:02.802 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:29:03.914 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:29:03.914 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:21:14.000000Z", "last_refresh": "2022-03-04T13:29:03.467542Z", "running": 2, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:29:03.467542Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:29:03.467542Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:29:03.467542Z", "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-04T13:29:03.467542Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:29:03.467542Z", "running": 0, "size": 1}}] 2022-03-04T13:29:13.936 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:29:14.549 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:29:14.550 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:29:14.443519Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:29:14.443519Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:29:14.443519Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:29:14.443519Z", "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-04T13:29:14.443519Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:29:14.443519Z", "running": 0, "size": 1}}] 2022-03-04T13:29:24.573 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:29:25.226 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:29:25.227 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:29:25.102277Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:29:25.102277Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:29:25.102277Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:29:25.102277Z", "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-04T13:29:25.102277Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:29:25.102277Z", "running": 0, "size": 1}}] 2022-03-04T13:29:35.246 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:29:35.848 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:29:35.849 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:29:35.776993Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:29:35.776993Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:29:35.776993Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:29:35.776993Z", "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-04T13:29:35.776993Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:29:35.776993Z", "running": 0, "size": 1}}] 2022-03-04T13:29:45.870 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:29:46.482 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:29:46.483 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:29:46.369906Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:29:46.369906Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:29:46.369906Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:29:46.369906Z", "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-04T13:29:46.369906Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:29:46.369906Z", "running": 0, "size": 1}}] 2022-03-04T13:29:56.505 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:29:57.188 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:29:57.188 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:29:57.071065Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:29:57.071065Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:29:57.071065Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:29:57.071065Z", "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-04T13:29:57.071065Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:29:57.071065Z", "running": 0, "size": 1}}] 2022-03-04T13:30:07.208 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:30:08.020 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:30:08.021 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:30:07.946174Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:30:07.946174Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:30:07.946174Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:30:07.946174Z", "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-04T13:30:07.946174Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:30:07.946174Z", "running": 0, "size": 1}}] 2022-03-04T13:30:18.043 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:30:18.665 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:30:18.665 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:30:18.567173Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:30:18.567173Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:30:18.567173Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:30:18.567173Z", "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-04T13:30:18.567173Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:30:18.567173Z", "running": 0, "size": 1}}] 2022-03-04T13:30:28.691 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:30:29.363 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:30:29.364 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:30:29.226239Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:30:29.226239Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:30:29.226239Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:30:29.226239Z", "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-04T13:30:29.226239Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:30:29.226239Z", "running": 0, "size": 1}}] 2022-03-04T13:30:39.382 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:30:39.987 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:30:39.988 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:30:39.891625Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:30:39.891625Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:30:39.891625Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:30:39.891625Z", "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-04T13:30:39.891625Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:30:39.891625Z", "running": 0, "size": 1}}] 2022-03-04T13:30:50.009 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:30:50.640 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:30:50.640 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:30:50.546061Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:30:50.546061Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:30:50.546061Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:30:50.546061Z", "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-04T13:30:50.546061Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:30:50.546061Z", "running": 0, "size": 1}}] 2022-03-04T13:31:00.663 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:31:01.353 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:31:01.353 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:31:01.209578Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:31:01.209578Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:31:01.209578Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:31:01.209578Z", "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-04T13:31:01.209578Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:31:01.209578Z", "running": 0, "size": 1}}] 2022-03-04T13:31:11.374 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:31:11.999 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:31:11.999 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:31:11.910422Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:31:11.910422Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:31:11.910422Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:31:11.910422Z", "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-04T13:31:11.910422Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:31:11.910422Z", "running": 0, "size": 1}}] 2022-03-04T13:31:22.023 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:31:22.645 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:31:22.645 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:31:22.552578Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:31:22.552578Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:31:22.552578Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:31:22.552578Z", "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-04T13:31:22.552578Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:31:22.552578Z", "running": 0, "size": 1}}] 2022-03-04T13:31:32.670 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:31:33.292 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:31:33.293 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:31:33.196729Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:31:33.196729Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:31:33.196729Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:31:33.196729Z", "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-04T13:31:33.196729Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:31:33.196729Z", "running": 0, "size": 1}}] 2022-03-04T13:31:43.318 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:31:43.934 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:31:43.934 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:31:43.831958Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:31:43.831958Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:31:43.831958Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:31:43.831958Z", "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-04T13:31:43.831958Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:31:43.831958Z", "running": 0, "size": 1}}] 2022-03-04T13:31:53.956 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:31:54.669 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:31:54.669 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:31:54.537758Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:31:54.537758Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:31:54.537758Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:31:54.537758Z", "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-04T13:31:54.537758Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:31:54.537758Z", "running": 0, "size": 1}}] 2022-03-04T13:32:04.691 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:32:05.501 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:32:05.502 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:32:05.142333Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:32:05.142333Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:32:05.142333Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:32:05.142333Z", "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-04T13:32:05.142333Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:32:05.142333Z", "running": 0, "size": 1}}] 2022-03-04T13:32:15.523 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:32:16.142 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:32:16.142 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:32:16.049321Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:32:16.049321Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:32:16.049321Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:32:16.049321Z", "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-04T13:32:16.049321Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:32:16.049321Z", "running": 0, "size": 1}}] 2022-03-04T13:32:26.166 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:32:26.773 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:32:26.774 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:32:26.685467Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:32:26.685467Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:32:26.685467Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:32:26.685467Z", "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-04T13:32:26.685467Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:32:26.685467Z", "running": 0, "size": 1}}] 2022-03-04T13:32:36.797 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:32:37.436 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:32:37.436 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:32:37.347118Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:32:37.347118Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:32:37.347118Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:32:37.347118Z", "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-04T13:32:37.347118Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:32:37.347118Z", "running": 0, "size": 1}}] 2022-03-04T13:32:47.457 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:32:48.053 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:32:48.053 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:32:47.961094Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:32:47.961094Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:32:47.961094Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:32:47.961094Z", "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-04T13:32:47.961094Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:32:47.961094Z", "running": 0, "size": 1}}] 2022-03-04T13:32:58.079 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:32:58.686 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:32:58.686 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:32:58.598859Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:32:58.598859Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:32:58.598859Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:32:58.598859Z", "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-04T13:32:58.598859Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:32:58.598859Z", "running": 0, "size": 1}}] 2022-03-04T13:33:08.709 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:33:09.403 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:33:09.404 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:33:09.275836Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:33:09.275836Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:33:09.275836Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:33:09.275836Z", "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-04T13:33:09.275836Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:33:09.275836Z", "running": 0, "size": 1}}] 2022-03-04T13:33:19.425 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:33:20.059 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:33:20.059 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:33:19.979148Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:33:19.979148Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:33:19.979148Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:33:19.979148Z", "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-04T13:33:19.979148Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:33:19.979148Z", "running": 0, "size": 1}}] 2022-03-04T13:33:30.084 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:33:30.665 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:33:30.665 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:33:30.571282Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:33:30.571282Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:33:30.571282Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:33:30.571282Z", "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-04T13:33:30.571282Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:33:30.571282Z", "running": 0, "size": 1}}] 2022-03-04T13:33:40.684 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:33:41.303 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:33:41.304 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:33:41.205826Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:33:41.205826Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:33:41.205826Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:33:41.205826Z", "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-04T13:33:41.205826Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:33:41.205826Z", "running": 0, "size": 1}}] 2022-03-04T13:33:51.325 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:33:51.958 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:33:51.958 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:33:51.826976Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:33:51.826976Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:33:51.826976Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:33:51.826976Z", "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-04T13:33:51.826976Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:33:51.826976Z", "running": 0, "size": 1}}] 2022-03-04T13:34:01.981 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:34:02.631 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:34:02.632 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:34:02.542177Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:34:02.542177Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:34:02.542177Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:34:02.542177Z", "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-04T13:34:02.542177Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:34:02.542177Z", "running": 0, "size": 1}}] 2022-03-04T13:34:12.654 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:34:13.251 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:34:13.251 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:34:13.164383Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:34:13.164383Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:34:13.164383Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:34:13.164383Z", "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-04T13:34:13.164383Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:34:13.164383Z", "running": 0, "size": 1}}] 2022-03-04T13:34:23.274 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:34:23.999 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:34:23.999 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:34:23.881567Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:34:23.881567Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:34:23.881567Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:34:23.881567Z", "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-04T13:34:23.881567Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:34:23.881567Z", "running": 0, "size": 1}}] 2022-03-04T13:34:34.024 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:34:34.659 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:34:34.660 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:34:34.543224Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:34:34.543224Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:34:34.543224Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:34:34.543224Z", "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-04T13:34:34.543224Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:34:34.543224Z", "running": 0, "size": 1}}] 2022-03-04T13:34:44.684 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:34:45.343 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:34:45.344 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:34:45.243112Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:34:45.243112Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:34:45.243112Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:34:45.243112Z", "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-04T13:34:45.243112Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:34:45.243112Z", "running": 0, "size": 1}}] 2022-03-04T13:34:55.368 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:34:55.974 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:34:55.975 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:34:55.879011Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:34:55.879011Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:34:55.879011Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:34:55.879011Z", "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-04T13:34:55.879011Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:34:55.879011Z", "running": 0, "size": 1}}] 2022-03-04T13:35:05.999 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:35:06.660 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:35:06.660 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:35:06.545511Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:35:06.545511Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:35:06.545511Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:35:06.545511Z", "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-04T13:35:06.545511Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:35:06.545511Z", "running": 0, "size": 1}}] 2022-03-04T13:35:16.684 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:35:17.373 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:35:17.373 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:35:17.271906Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:35:17.271906Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:35:17.271906Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:35:17.271906Z", "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-04T13:35:17.271906Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:35:17.271906Z", "running": 0, "size": 1}}] 2022-03-04T13:35:27.396 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:35:28.015 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:35:28.015 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:35:27.921298Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:35:27.921298Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:35:27.921298Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:35:27.921298Z", "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-04T13:35:27.921298Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:35:27.921298Z", "running": 0, "size": 1}}] 2022-03-04T13:35:38.039 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:35:38.669 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:35:38.669 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:35:38.567605Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:35:38.567605Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:35:38.567605Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:35:38.567605Z", "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-04T13:35:38.567605Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:35:38.567605Z", "running": 0, "size": 1}}] 2022-03-04T13:35:48.694 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:35:49.292 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:35:49.293 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:35:49.205091Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:35:49.205091Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:35:49.205091Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:35:49.205091Z", "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-04T13:35:49.205091Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:35:49.205091Z", "running": 0, "size": 1}}] 2022-03-04T13:35:59.314 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:35:59.934 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:35:59.934 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:35:59.837691Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:35:59.837691Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:35:59.837691Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:35:59.837691Z", "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-04T13:35:59.837691Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:35:59.837691Z", "running": 0, "size": 1}}] 2022-03-04T13:36:09.957 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:36:10.583 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:36:10.584 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:36:10.492880Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:36:10.492880Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:36:10.492880Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:36:10.492880Z", "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-04T13:36:10.492880Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:36:10.492880Z", "running": 0, "size": 1}}] 2022-03-04T13:36:20.607 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:36:21.196 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:36:21.196 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:36:21.101646Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:36:21.101646Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:36:21.101646Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:36:21.101646Z", "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-04T13:36:21.101646Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:36:21.101646Z", "running": 0, "size": 1}}] 2022-03-04T13:36:31.217 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:36:31.854 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:36:31.854 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:36:31.764557Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:36:31.764557Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:36:31.764557Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:36:31.764557Z", "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-04T13:36:31.764557Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:36:31.764557Z", "running": 0, "size": 1}}] 2022-03-04T13:36:41.878 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:36:42.484 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:36:42.485 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:36:42.391957Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:36:42.391957Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:36:42.391957Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:36:42.391957Z", "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-04T13:36:42.391957Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:36:42.391957Z", "running": 0, "size": 1}}] 2022-03-04T13:36:52.506 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:36:53.129 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:36:53.129 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:36:53.043765Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:36:53.043765Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:36:53.043765Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:36:53.043765Z", "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-04T13:36:53.043765Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:36:53.043765Z", "running": 0, "size": 1}}] 2022-03-04T13:37:03.149 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:37:03.811 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:37:03.830 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:37:03.723201Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:37:03.723201Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:37:03.723201Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:37:03.723201Z", "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-04T13:37:03.723201Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:37:03.723201Z", "running": 0, "size": 1}}] 2022-03-04T13:37:13.837 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:37:14.503 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:37:14.503 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:37:14.357828Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:37:14.357828Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:37:14.357828Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:37:14.357828Z", "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-04T13:37:14.357828Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:37:14.357828Z", "running": 0, "size": 1}}] 2022-03-04T13:37:24.529 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:37:25.145 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:37:25.145 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:37:25.050642Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:37:25.050642Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:37:25.050642Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:37:25.050642Z", "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-04T13:37:25.050642Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:37:25.050642Z", "running": 0, "size": 1}}] 2022-03-04T13:37:35.171 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:37:35.785 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:37:35.785 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:37:35.692193Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:37:35.692193Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:37:35.692193Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:37:35.692193Z", "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-04T13:37:35.692193Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:37:35.692193Z", "running": 0, "size": 1}}] 2022-03-04T13:37:45.807 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:37:46.456 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:37:46.457 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:37:46.364540Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:37:46.364540Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:37:46.364540Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:37:46.364540Z", "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-04T13:37:46.364540Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:37:46.364540Z", "running": 0, "size": 1}}] 2022-03-04T13:37:56.476 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:37:57.059 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:37:57.060 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:37:56.970316Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:37:56.970316Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:37:56.970316Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:37:56.970316Z", "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-04T13:37:56.970316Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:37:56.970316Z", "running": 0, "size": 1}}] 2022-03-04T13:38:07.079 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:38:07.686 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:38:07.687 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:38:07.604654Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:38:07.604654Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:38:07.604654Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:38:07.604654Z", "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-04T13:38:07.604654Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:38:07.604654Z", "running": 0, "size": 1}}] 2022-03-04T13:38:17.706 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:38:18.341 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:38:18.341 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:38:18.229568Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:38:18.229568Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:38:18.229568Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:38:18.229568Z", "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-04T13:38:18.229568Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:38:18.229568Z", "running": 0, "size": 1}}] 2022-03-04T13:38:28.364 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:38:31.505 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:38:31.506 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:38:31.423498Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:38:31.423498Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:38:31.423498Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:38:31.423498Z", "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-04T13:38:31.423498Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:38:31.423498Z", "running": 0, "size": 1}}] 2022-03-04T13:38:41.525 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:38:42.144 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:38:42.144 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:38:42.023142Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:38:42.023142Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:38:42.023142Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:38:42.023142Z", "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-04T13:38:42.023142Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:38:42.023142Z", "running": 0, "size": 1}}] 2022-03-04T13:38:52.169 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:38:52.776 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:38:52.776 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:38:52.685544Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:38:52.685544Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:38:52.685544Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:38:52.685544Z", "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-04T13:38:52.685544Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:38:52.685544Z", "running": 0, "size": 1}}] 2022-03-04T13:39:02.800 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:39:03.426 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:39:03.426 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:39:03.329410Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:39:03.329410Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:39:03.329410Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:39:03.329410Z", "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-04T13:39:03.329410Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:39:03.329410Z", "running": 0, "size": 1}}] 2022-03-04T13:39:13.471 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:39:14.035 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:39:14.035 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:39:13.947645Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:39:13.947645Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:39:13.947645Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:39:13.947645Z", "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-04T13:39:13.947645Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:39:13.947645Z", "running": 0, "size": 1}}] 2022-03-04T13:39:24.058 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:39:24.674 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:39:24.675 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:39:24.584142Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:39:24.584142Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:39:24.584142Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:39:24.584142Z", "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-04T13:39:24.584142Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:39:24.584142Z", "running": 0, "size": 1}}] 2022-03-04T13:39:34.697 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:39:35.285 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:39:35.286 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:39:35.184707Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:39:35.184707Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:39:35.184707Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:39:35.184707Z", "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-04T13:39:35.184707Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:39:35.184707Z", "running": 0, "size": 1}}] 2022-03-04T13:39:45.306 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:39:45.955 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:39:45.955 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:39:45.868327Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:39:45.868327Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:39:45.868327Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:39:45.868327Z", "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-04T13:39:45.868327Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:39:45.868327Z", "running": 0, "size": 1}}] 2022-03-04T13:39:47.554 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:39:47.555849 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:39:48.142 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:39:48.143078 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-04T13:39:48.132+0000 7f903e960340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T13:39:48.142 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:39:48.132+0000 7f903e960340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T13:39:48.142 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:39:48.132+0000 7f903e960340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T13:39:48.143 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T13:39:48.143 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:39:48.143104 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-04T13:39:48.132+0000 7f903e960340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T13:39:48.143 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:39:48.132+0000 7f903e960340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T13:39:48.143 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:39:48.132+0000 7f903e960340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T13:39:48.144 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T13:39:55.975 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:39:56.582 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:39:56.582 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:39:56.492507Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:39:56.492507Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:39:56.492507Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:39:56.492507Z", "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-04T13:39:56.492507Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:39:56.492507Z", "running": 0, "size": 1}}] 2022-03-04T13:40:06.606 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:40:07.223 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:40:07.223 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:40:07.129365Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:40:07.129365Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:40:07.129365Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:40:07.129365Z", "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-04T13:40:07.129365Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:40:07.129365Z", "running": 0, "size": 1}}] 2022-03-04T13:40:17.247 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:40:17.823 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:40:17.823 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:40:17.722886Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:40:17.722886Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:40:17.722886Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:40:17.722886Z", "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-04T13:40:17.722886Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:40:17.722886Z", "running": 0, "size": 1}}] 2022-03-04T13:40:27.845 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:40:28.450 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:40:28.451 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:40:28.351028Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:40:28.351028Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:40:28.351028Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:40:28.351028Z", "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-04T13:40:28.351028Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:40:28.351028Z", "running": 0, "size": 1}}] 2022-03-04T13:40:38.474 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:40:39.121 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:40:39.121 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:40:38.985808Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:40:38.985808Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:40:38.985808Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:40:38.985808Z", "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-04T13:40:38.985808Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:40:38.985808Z", "running": 0, "size": 1}}] 2022-03-04T13:40:49.148 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:40:49.808 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:40:49.809 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:40:49.665610Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:40:49.665610Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:40:49.665610Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:40:49.665610Z", "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-04T13:40:49.665610Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:40:49.665610Z", "running": 0, "size": 1}}] 2022-03-04T13:40:59.833 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:41:00.431 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:41:00.431 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:41:00.343290Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:41:00.343290Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:41:00.343290Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:41:00.343290Z", "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-04T13:41:00.343290Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:41:00.343290Z", "running": 0, "size": 1}}] 2022-03-04T13:41:10.471 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:41:11.061 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:41:11.061 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:41:10.967797Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:41:10.967797Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:41:10.967797Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:41:10.967797Z", "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-04T13:41:10.967797Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:41:10.967797Z", "running": 0, "size": 1}}] 2022-03-04T13:41:21.082 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:41:21.672 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:41:21.672 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:41:21.576905Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:41:21.576905Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:41:21.576905Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:41:21.576905Z", "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-04T13:41:21.576905Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:41:21.576905Z", "running": 0, "size": 1}}] 2022-03-04T13:41:31.695 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:41:32.272 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:41:32.273 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:41:32.174068Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:41:32.174068Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:41:32.174068Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:41:32.174068Z", "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-04T13:41:32.174068Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:41:32.174068Z", "running": 0, "size": 1}}] 2022-03-04T13:41:42.297 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:41:42.896 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:41:42.897 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:41:42.797446Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:41:42.797446Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:41:42.797446Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:41:42.797446Z", "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-04T13:41:42.797446Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:41:42.797446Z", "running": 0, "size": 1}}] 2022-03-04T13:41:52.917 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:41:53.613 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:41:53.613 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:41:53.447105Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:41:53.447105Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:41:53.447105Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:41:53.447105Z", "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-04T13:41:53.447105Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:41:53.447105Z", "running": 0, "size": 1}}] 2022-03-04T13:42:03.633 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:42:04.273 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:42:04.273 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:42:04.160155Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:42:04.160155Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:42:04.160155Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:42:04.160155Z", "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-04T13:42:04.160155Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:42:04.160155Z", "running": 0, "size": 1}}] 2022-03-04T13:42:14.299 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:42:14.939 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:42:14.939 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:42:14.840311Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:42:14.840311Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:42:14.840311Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:42:14.840311Z", "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-04T13:42:14.840311Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:42:14.840311Z", "running": 0, "size": 1}}] 2022-03-04T13:42:24.963 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:42:25.531 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:42:25.531 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:42:25.434256Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:42:25.434256Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:42:25.434256Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:42:25.434256Z", "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-04T13:42:25.434256Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:42:25.434256Z", "running": 0, "size": 1}}] 2022-03-04T13:42:35.558 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:42:36.210 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:42:36.211 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:42:36.111148Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:42:36.111148Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:42:36.111148Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:42:36.111148Z", "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-04T13:42:36.111148Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:42:36.111148Z", "running": 0, "size": 1}}] 2022-03-04T13:42:46.233 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:42:46.892 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:42:46.892 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:42:46.766773Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:42:46.766773Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:42:46.766773Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:42:46.766773Z", "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-04T13:42:46.766773Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:42:46.766773Z", "running": 0, "size": 1}}] 2022-03-04T13:42:56.919 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:42:57.493 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:42:57.494 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:42:57.409389Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:42:57.409389Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:42:57.409389Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:42:57.409389Z", "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-04T13:42:57.409389Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:42:57.409389Z", "running": 0, "size": 1}}] 2022-03-04T13:43:07.517 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:43:08.115 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:43:08.115 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:43:08.026833Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:43:08.026833Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:43:08.026833Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:43:08.026833Z", "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-04T13:43:08.026833Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:43:08.026833Z", "running": 0, "size": 1}}] 2022-03-04T13:43:18.139 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:43:18.758 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:43:18.758 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:43:18.646200Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:43:18.646200Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:43:18.646200Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:43:18.646200Z", "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-04T13:43:18.646200Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:43:18.646200Z", "running": 0, "size": 1}}] 2022-03-04T13:43:28.783 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:43:29.560 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:43:29.560 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:43:29.370202Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:43:29.370202Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:43:29.370202Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:43:29.370202Z", "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-04T13:43:29.370202Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:43:29.370202Z", "running": 0, "size": 1}}] 2022-03-04T13:43:39.584 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:43:40.209 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:43:40.210 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:43:40.111383Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:43:40.111383Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:43:40.111383Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:43:40.111383Z", "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-04T13:43:40.111383Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:43:40.111383Z", "running": 0, "size": 1}}] 2022-03-04T13:43:50.230 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:43:50.865 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:43:50.865 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:43:50.760628Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:43:50.760628Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:43:50.760628Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:43:50.760628Z", "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-04T13:43:50.760628Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:43:50.760628Z", "running": 0, "size": 1}}] 2022-03-04T13:44:00.886 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:44:01.452 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:44:01.453 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:44:01.369950Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:44:01.369950Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:44:01.369950Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:44:01.369950Z", "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-04T13:44:01.369950Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:44:01.369950Z", "running": 0, "size": 1}}] 2022-03-04T13:44:11.476 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:44:12.109 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:44:12.109 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:44:12.018223Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:44:12.018223Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:44:12.018223Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:44:12.018223Z", "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-04T13:44:12.018223Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:44:12.018223Z", "running": 0, "size": 1}}] 2022-03-04T13:44:22.133 DEBUG:teuthology.orchestra.run.smithi173:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-vqdhk -- ceph orch ls -f json 2022-03-04T13:44:22.770 INFO:teuthology.orchestra.run.smithi173.stdout: 2022-03-04T13:44:22.770 INFO:teuthology.orchestra.run.smithi173.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:28:50.000000Z", "last_refresh": "2022-03-04T13:44:22.672216Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:49.000000Z", "last_refresh": "2022-03-04T13:44:22.672216Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:12:24.000000Z", "last_refresh": "2022-03-04T13:44:22.672216Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "02136b44099aa21b39a2f471b260c592ebd319aa1bdc1ad273f256c38251e15f", "container_image_name": "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "created": "2022-03-04T13:14:30.000000Z", "last_refresh": "2022-03-04T13:44:22.672216Z", "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-04T13:44:22.672216Z", "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:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", "last_refresh": "2022-03-04T13:44:22.672216Z", "running": 0, "size": 1}}] 2022-03-04T13:44:22.792 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/git.ceph.com_ceph-c_d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/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-04T13:44:22.793 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/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/git.ceph.com_ceph-c_d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/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-04T13:44:22.794 INFO:tasks.rook:Cleaning up config and client.admin keyring 2022-03-04T13:44:22.794 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2022-03-04T13:44:22.806 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/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/git.ceph.com_ceph-c_d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/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-04T13:44:22.807 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/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/git.ceph.com_ceph-c_d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/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-04T13:44:22.824 DEBUG:teuthology.orchestra.remote:smithi173:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-04T13:44:22.876 DEBUG:teuthology.orchestra.run.smithi173:> kubectl delete -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-03-04T13:44:22.941 INFO:teuthology.orchestra.run.smithi173.stdout:deployment.apps "rook-ceph-tools" deleted 2022-03-04T13:44:22.971 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/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/git.ceph.com_ceph-c_d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/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-04T13:44:22.972 DEBUG:teuthology.orchestra.run.smithi173:> kubectl delete -f cluster.yaml 2022-03-04T13:44:23.091 INFO:teuthology.orchestra.run.smithi173.stdout:cephcluster.ceph.rook.io "rook-ceph" deleted 2022-03-04T13:44:23.093 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:44:23.094958 I | ceph-cluster-controller: CR "rook-ceph" is going be deleted, cancelling any ongoing orchestration 2022-03-04T13:44:23.436 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:44:23.427964 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:44:23.696 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:44:23.697654 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:44:23.697 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:44:23.697681 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-04T13:44:33.913 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:44:33.914064 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:44:33.925 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:44:33.926644 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:44:44.146 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:44:44.147643 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:44:44.158 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:44:44.159620 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:44:54.378 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:44:54.379796 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:44:54.396 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:44:54.397740 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:45:04.636 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:45:04.638231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:45:04.654 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:45:04.656370 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:45:14.876 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:45:14.877613 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:45:14.887 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:45:14.889446 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:45:25.112 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:45:25.113592 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:45:25.120 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:45:25.121839 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:45:35.345 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:45:35.347048 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:45:35.358 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:45:35.360341 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:45:45.585 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:45:45.586629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:45:45.597 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:45:45.599260 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:45:55.819 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:45:55.820570 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:45:55.832 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:45:55.833790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:46:06.062 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:46:06.063574 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:46:06.075 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:46:06.077091 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:46:16.302 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:46:16.303611 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:46:16.314 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:46:16.315725 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:46:26.551 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:46:26.552921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:46:26.562 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:46:26.564400 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:46:36.779 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:46:36.781154 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:46:36.794 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:46:36.795937 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:46:47.060 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:46:47.061597 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:46:47.073 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:46:47.075220 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:46:57.328 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:46:57.329825 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:46:57.343 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:46:57.345696 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:47:07.564 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:47:07.566420 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:47:07.576 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:47:07.577757 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:47:17.803 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:47:17.804194 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:47:17.814 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:47:17.815923 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:47:28.035 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:47:28.036226 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:47:28.047 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:47:28.048750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:47:38.271 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:47:38.272672 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:47:38.284 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:47:38.285931 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:47:48.504 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:47:48.505348 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:47:48.515 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:47:48.516771 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:47:58.737 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:47:58.738460 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:47:58.749 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:47:58.750630 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:48:08.974 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:48:08.974272 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:48:08.985 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:48:08.986900 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:48:19.205 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:48:19.207199 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:48:19.260 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:48:19.261667 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:48:29.479 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:48:29.481242 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:48:29.492 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:48:29.494568 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:48:39.715 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:48:39.717171 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:48:39.725 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:48:39.728182 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:48:49.944 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:48:49.946959 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:48:49.976 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:48:49.979087 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:49:00.213 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:49:00.215499 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:49:00.224 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:49:00.226811 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:49:10.438 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:49:10.441537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:49:10.457 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:49:10.455040 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:49:20.667 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:49:20.670034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:49:20.677 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:49:20.681103 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:49:30.901 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:49:30.904474 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:49:30.936 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:49:30.939075 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:49:41.157 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:49:41.160947 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:49:41.172 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:49:41.175790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:49:51.396 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:49:51.399593 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:49:51.407 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:49:51.411598 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:50:01.624 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:50:01.627797 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:50:01.636 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:50:01.639887 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:50:11.865 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:50:11.869570 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:50:11.876 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:50:11.880588 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:50:22.099 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:50:22.103109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:50:22.134 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:50:22.138025 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:50:32.369 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:50:32.368171 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:50:32.377 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:50:32.382027 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:50:42.617 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:50:42.621686 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:50:42.628 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:50:42.633498 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:50:52.847 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:50:52.852315 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:50:52.861 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:50:52.865997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:51:03.092 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:51:03.097100 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:51:03.106 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:51:03.109470 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:51:13.326 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:51:13.330848 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:51:13.388 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:51:13.393084 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:51:23.601 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:51:23.606834 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:51:23.609 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:51:23.614487 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:51:33.832 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:51:33.837437 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:51:33.844 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:51:33.849531 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:51:44.068 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:51:44.073489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:51:44.081 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:51:44.086433 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:51:54.303 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:51:54.308782 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:51:54.315 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:51:54.320929 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:52:04.539 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:52:04.545569 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:52:04.554 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:52:04.560187 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:52:14.785 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:52:14.791682 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:52:14.798 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:52:14.801466 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:52:25.015 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:52:25.021509 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:52:25.026 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:52:25.032303 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:52:35.246 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:52:35.252971 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:52:35.259 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:52:35.265866 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:52:45.347 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:52:45.353536 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-04 13:52:45.345687988 +0000 UTC m=+2498.228160239 LastTransitionTime:2022-03-04 13:12:59 +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-04T13:52:45.473 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:52:45.479863 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:52:45.487 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:52:45.494060 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:52:55.733 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:52:55.739314 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:52:55.744 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:52:55.750959 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:53:05.965 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:53:05.971559 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:53:05.978 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:53:05.985226 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:53:16.199 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:53:16.205882 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:53:16.209 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:53:16.215935 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:53:26.432 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:53:26.439380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:53:26.442 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:53:26.449933 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:53:36.662 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:53:36.669758 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:53:36.673 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:53:36.681022 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:53:46.892 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:53:46.899732 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:53:46.903 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:53:46.911024 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:53:57.123 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:53:57.130450 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:53:57.136 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:53:57.143281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:54:07.359 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:54:07.366777 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:54:07.372 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:54:07.380393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:54:17.593 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:54:17.601083 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:54:17.606 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:54:17.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-04T13:54:27.834 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:54:27.841688 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:54:27.853 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:54:27.861477 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:54:38.091 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:54:38.098665 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:54:38.104 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:54:38.110578 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:54:48.362 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:54:48.370563 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:54:48.374 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:54:48.382283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:54:58.595 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:54:58.603851 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:54:58.606 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:54:58.614617 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:55:08.830 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:55:08.838441 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:55:08.843 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:55:08.851467 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:55:19.065 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:55:19.073831 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:55:19.078 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:55:19.086601 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:55:29.295 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:55:29.303722 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:55:29.303 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:55:29.312335 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:55:39.533 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:55:39.541387 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:55:39.545 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:55:39.553512 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:55:49.764 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:55:49.773250 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:55:49.776 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:55:49.785088 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:56:00.035 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:00.044466 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:56:00.043 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:00.052799 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:56:10.266 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:10.274857 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:56:10.275 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:10.283997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:56:20.491 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:20.500234 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:56:20.501 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:20.510382 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:56:28.144 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:28.153518 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T13:56:28.755 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:28.763938 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-04T13:56:28.756+0000 7f38d5942340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T13:56:28.756 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:56:28.756+0000 7f38d5942340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T13:56:28.756 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:56:28.756+0000 7f38d5942340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T13:56:28.756 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T13:56:28.757 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:28.763967 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-04T13:56:28.756+0000 7f38d5942340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T13:56:28.757 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:56:28.756+0000 7f38d5942340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T13:56:28.757 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T13:56:28.756+0000 7f38d5942340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T13:56:28.757 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T13:56:30.721 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:30.730048 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:56:30.733 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:30.742504 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:56:40.954 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:40.963809 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:56:40.969 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:40.978869 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:56:51.211 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:51.219866 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:56:51.272 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:56:51.281522 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:57:01.490 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:57:01.499743 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:57:01.502 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:57:01.511642 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:57:11.726 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:57:11.735545 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:57:11.739 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:57:11.749120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:57:21.962 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:57:21.971918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:57:21.976 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:57:21.985485 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:57:32.199 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:57:32.207979 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:57:32.211 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:57:32.220052 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:57:42.430 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:57:42.440375 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:57:42.442 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:57:42.452255 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:57:52.662 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:57:52.671883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:57:52.675 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:57:52.686042 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:58:02.901 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:58:02.908750 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:58:02.917 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:58:02.925188 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:58:13.133 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:58:13.143721 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:58:13.147 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:58:13.157687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:58:23.369 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:58:23.378901 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:58:23.382 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:58:23.391997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:58:33.599 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:58:33.607096 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:58:33.610 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:58:33.618381 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:58:43.833 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:58:43.841996 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:58:43.843 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:58:43.853841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:58:54.090 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:58:54.100263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:58:54.100 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:58:54.109650 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:59:04.318 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:59:04.328837 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:59:04.330 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:59:04.340571 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:59:14.552 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:59:14.563032 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:59:14.563 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:59:14.574044 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:59:24.784 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:59:24.795254 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:59:24.792 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:59:24.803160 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:59:35.012 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:59:35.022318 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:59:35.024 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:59:35.032863 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:59:45.245 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:59:45.254880 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:59:45.257 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:59:45.267599 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:59:55.477 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:59:55.488455 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T13:59:55.491 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 13:59:55.501446 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:00:05.735 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:00:05.746562 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:00:05.754 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:00:05.765059 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:00:15.983 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:00:15.987911 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:00:15.987 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:00:15.998605 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:00:26.208 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:00:26.218877 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:00:26.221 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:00:26.233275 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:00:36.448 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:00:36.459101 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:00:36.462 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:00:36.474073 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:00:46.681 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:00:46.692506 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:00:46.692 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:00:46.703885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:00:56.948 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:00:56.959778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:00:56.971 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:00:56.976446 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:01:07.183 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:01:07.193990 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:01:07.195 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:01:07.206863 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:01:17.416 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:01:17.427958 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:01:17.425 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:01:17.437012 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:01:27.690 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:01:27.702004 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:01:27.704 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:01:27.716232 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:01:37.928 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:01:37.940164 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:01:37.941 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:01:37.953024 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:01:48.165 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:01:48.177186 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:01:48.178 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:01:48.190924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:01:58.430 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:01:58.442180 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:01:58.443 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:01:58.454730 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:02:08.669 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:02:08.681024 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:02:08.683 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:02:08.695170 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:02:18.904 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:02:18.916236 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:02:18.929 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:02:18.940769 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:02:29.148 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:02:29.160383 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:02:29.202 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:02:29.214670 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:02:39.428 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:02:39.440454 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:02:39.440 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:02:39.452471 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:02:49.662 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:02:49.674074 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:02:49.674 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:02:49.687130 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:02:59.897 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:02:59.909164 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:02:59.908 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:02:59.921405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:03:10.127 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:03:10.139946 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:03:10.142 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:03:10.154370 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:03:20.362 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:03:20.375112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:03:20.375 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:03:20.388341 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:03:30.601 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:03:30.614326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:03:30.612 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:03:30.625253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:03:40.830 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:03:40.842496 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:03:40.838 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:03:40.851317 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:03:51.063 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:03:51.075703 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:03:51.108 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:03:51.121577 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:04:01.335 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:04:01.348245 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:04:01.353 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:04:01.365157 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:04:11.572 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:04:11.585082 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:04:11.584 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:04:11.597270 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:04:21.803 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:04:21.816238 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:04:21.811 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:04:21.824908 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:04:32.052 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:04:32.064965 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:04:32.067 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:04:32.080150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:04:42.309 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:04:42.322078 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:04:42.320 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:04:42.333554 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:04:52.538 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:04:52.551054 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:04:52.549 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:04:52.562981 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:05:02.769 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:05:02.782928 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:05:02.781 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:05:02.794905 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:05:13.003 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:05:13.017447 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:05:13.012 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:05:13.026209 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:05:23.243 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:05:23.256802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:05:23.254 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:05:23.267927 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:05:33.476 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:05:33.489936 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:05:33.488 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:05:33.501624 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:05:43.709 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:05:43.722682 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:05:43.721 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:05:43.735379 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:05:53.937 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:05:53.951172 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:05:53.951 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:05:53.965565 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:06:04.173 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:06:04.187422 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:06:04.186 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:06:04.200041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:06:14.402 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:06:14.416394 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:06:14.415 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:06:14.429965 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:06:24.641 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:06:24.654870 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:06:24.655 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:06:24.669174 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:06:34.882 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:06:34.895217 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:06:34.893 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:06:34.907760 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:06:45.123 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:06:45.137035 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:06:45.136 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:06:45.150691 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:06:55.378 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:06:55.392587 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:06:55.389 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:06:55.403837 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:07:05.618 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:07:05.632924 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:07:05.632 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:07:05.647086 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:07:15.853 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:07:15.867508 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:07:15.866 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:07:15.880887 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:07:26.086 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:07:26.100414 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:07:26.097 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:07:26.112308 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:07:36.318 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:07:36.332479 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:07:36.328 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:07:36.343410 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:07:46.549 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:07:46.563415 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:07:46.558 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:07:46.573643 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:07:56.774 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:07:56.789005 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:07:56.787 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:07:56.802401 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:08:07.004 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:08:07.018447 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:08:07.016 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:08:07.031500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:08:17.237 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:08:17.251668 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:08:17.247 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:08:17.262321 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:08:27.469 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:08:27.484387 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:08:27.478 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:08:27.493751 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:08:37.693 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:08:37.708024 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:08:37.705 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:08:37.720611 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:08:47.923 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:08:47.938040 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:08:47.934 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:08:47.950229 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:08:58.153 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:08:58.168034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:08:58.166 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:08:58.181976 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:09:08.407 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:09:08.422260 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:09:08.421 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:09:08.435130 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:09:18.640 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:09:18.655207 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:09:18.660 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:09:18.675530 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:09:28.918 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:09:28.933541 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:09:28.930 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:09:28.946226 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:09:39.152 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:09:39.167235 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:09:39.166 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:09:39.182009 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:09:49.386 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:09:49.401380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:09:49.400 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:09:49.414998 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:09:59.617 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:09:59.632614 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:09:59.633 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:09:59.644048 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:10:09.852 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:10:09.867298 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:10:09.862 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:10:09.878586 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:10:20.083 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:10:20.098987 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:10:20.096 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:10:20.111837 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:10:30.320 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:10:30.335506 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:10:30.332 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:10:30.347646 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:10:40.556 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:10:40.571694 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:10:40.569 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:10:40.584698 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:10:50.797 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:10:50.813108 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:10:50.810 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:10:50.825346 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:11:01.024 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:11:01.039662 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:11:01.035 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:11:01.051558 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:11:01.141 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:11:01.156431 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-04 14:11:01.148177201 +0000 UTC m=+3594.030649445 LastTransitionTime:2022-03-04 13:12:59 +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-04T14:11:11.270 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:11:11.286510 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:11:11.280 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:11:11.295672 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:11:21.498 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:11:21.514089 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:11:21.509 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:11:21.525653 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:11:31.730 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:11:31.745653 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:11:31.744 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:11:31.759921 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:11:41.965 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:11:41.980354 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:11:41.977 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:11:41.993204 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:11:52.220 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:11:52.236451 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:11:52.232 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:11:52.248663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:12:02.451 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:12:02.467235 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:12:02.464 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:12:02.480601 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:12:12.689 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:12:12.703668 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:12:12.699 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:12:12.715594 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:12:22.934 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:12:22.950332 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:12:22.946 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:12:22.962693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:12:33.170 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:12:33.185685 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:12:33.181 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:12:33.197797 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:12:43.447 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:12:43.463291 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:12:43.458 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:12:43.474369 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:12:53.695 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:12:53.711908 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:12:53.708 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:12:53.724504 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:13:03.929 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:03.945073 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:13:03.940 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:03.956523 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:13:08.754 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:08.770528 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T14:13:09.426 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:09.441302 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-04T14:13:09.429+0000 7f010d475340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T14:13:09.426 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T14:13:09.429+0000 7f010d475340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T14:13:09.426 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T14:13:09.429+0000 7f010d475340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T14:13:09.427 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T14:13:09.427 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:09.441330 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-04T14:13:09.429+0000 7f010d475340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T14:13:09.427 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T14:13:09.429+0000 7f010d475340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T14:13:09.427 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T14:13:09.429+0000 7f010d475340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T14:13:09.428 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T14:13:14.159 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:14.175309 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:13:14.170 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:14.187122 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:13:24.434 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:24.450351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:13:24.445 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:24.461922 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:13:34.665 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:34.681130 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:13:34.681 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:34.696293 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:13:44.903 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:44.919997 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:13:44.942 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:44.959109 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:13:55.167 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:55.183256 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:13:55.180 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:13:55.195307 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:14:05.452 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:14:05.468686 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:14:05.466 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:14:05.481703 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:14:15.686 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:14:15.702614 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:14:15.700 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:14:15.716731 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:14:25.927 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:14:25.943908 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:14:25.937 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:14:25.954178 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:14:36.157 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:14:36.174053 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:14:36.175 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:14:36.188987 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:14:46.399 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:14:46.415332 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:14:46.410 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:14:46.427264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:14:56.635 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:14:56.651585 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:14:56.649 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:14:56.666104 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:15:06.877 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:15:06.893709 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:15:06.886 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:15:06.903788 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:15:17.188 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:15:17.204570 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:15:17.200 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:15:17.217181 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:15:27.421 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:15:27.437973 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:15:27.433 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:15:27.450917 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:15:37.655 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:15:37.671932 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:15:37.667 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:15:37.683934 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:15:47.893 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:15:47.909948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:15:47.903 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:15:47.920531 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:15:58.140 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:15:58.156836 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:15:58.152 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:15:58.169005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:16:08.374 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:16:08.390556 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:16:08.386 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:16:08.403053 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:16:18.639 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:16:18.655556 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:16:18.650 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:16:18.667586 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:16:28.868 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:16:28.885833 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:16:28.879 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:16:28.896324 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:16:39.110 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:16:39.127018 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:16:39.119 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:16:39.136482 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:16:49.367 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:16:49.384026 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:16:49.381 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:16:49.398185 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:16:59.599 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:16:59.615478 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:16:59.611 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:16:59.628033 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:17:09.829 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:17:09.846338 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:17:09.841 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:17:09.858511 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:17:20.060 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:17:20.077453 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:17:20.073 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:17:20.090388 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:17:30.291 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:17:30.309032 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:17:30.302 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:17:30.319958 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:17:40.523 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:17:40.540710 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:17:40.539 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:17:40.555628 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:17:50.760 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:17:50.777957 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:17:50.809 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:17:50.826546 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:18:01.056 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:18:01.074393 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:18:01.068 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:18:01.085539 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:18:11.287 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:18:11.304192 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:18:11.300 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:18:11.317989 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:18:21.527 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:18:21.544257 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:18:21.541 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:18:21.558293 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:18:31.778 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:18:31.795489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:18:31.788 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:18:31.806251 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:18:42.024 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:18:42.041405 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:18:42.035 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:18:42.052956 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:18:52.258 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:18:52.275326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:18:52.273 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:18:52.291392 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:19:02.496 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:19:02.513499 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:19:02.509 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:19:02.526606 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:19:12.729 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:19:12.746620 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:19:12.742 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:19:12.759313 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:19:22.962 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:19:22.979555 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:19:22.975 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:19:22.993436 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:19:33.195 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:19:33.212552 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:19:33.207 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:19:33.224553 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:19:43.430 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:19:43.448042 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:19:43.443 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:19:43.461393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:19:53.688 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:19:53.705650 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:19:53.712 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:19:53.730334 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:20:03.936 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:20:03.953796 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:20:03.970 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:20:03.988730 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:20:14.232 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:20:14.249961 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:20:14.244 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:20:14.261900 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:20:24.463 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:20:24.479868 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:20:24.479 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:20:24.493330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:20:34.694 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:20:34.711581 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:20:34.706 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:20:34.724412 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:20:44.936 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:20:44.954378 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:20:44.947 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:20:44.966092 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:20:55.168 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:20:55.186609 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:20:55.178 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:20:55.195934 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:21:05.443 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:21:05.461034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:21:05.456 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:21:05.473967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:21:15.676 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:21:15.694616 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:21:15.689 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:21:15.707136 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:21:25.907 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:21:25.925321 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:21:25.921 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:21:25.938281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:21:36.142 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:21:36.160048 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:21:36.156 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:21:36.173977 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:21:46.380 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:21:46.398332 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:21:46.394 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:21:46.411916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:21:56.617 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:21:56.633895 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:21:56.629 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:21:56.646943 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:22:06.850 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:22:06.867696 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:22:06.863 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:22:06.881419 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:22:17.091 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:22:17.108482 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:22:17.103 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:22:17.121718 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:22:27.322 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:22:27.340123 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:22:27.340 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:22:27.357651 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:22:37.569 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:22:37.587093 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:22:37.584 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:22:37.599491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:22:47.800 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:22:47.818675 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:22:47.813 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:22:47.831634 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:22:58.035 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:22:58.053415 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:22:58.046 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:22:58.064507 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:23:08.271 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:23:08.289299 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:23:08.285 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:23:08.303268 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:23:18.513 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:23:18.531224 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:23:18.525 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:23:18.544096 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:23:28.744 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:23:28.762472 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:23:28.757 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:23:28.776195 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:23:38.980 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:23:38.998804 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:23:38.994 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:23:39.011152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:23:49.213 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:23:49.231403 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:23:49.225 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:23:49.244160 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:23:59.449 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:23:59.467604 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:23:59.461 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:23:59.479999 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:24:09.684 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:24:09.702200 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:24:09.695 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:24:09.714132 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:24:19.915 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:24:19.933655 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:24:19.929 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:24:19.947714 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:24:30.155 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:24:30.174012 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:24:30.166 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:24:30.185129 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:24:40.388 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:24:40.406292 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:24:40.400 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:24:40.418922 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:24:50.618 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:24:50.637365 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:24:50.628 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:24:50.646903 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:25:00.880 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:25:00.898932 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:25:00.892 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:25:00.910667 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:25:11.114 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:25:11.132289 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:25:11.125 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:25:11.144344 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:25:21.348 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:25:21.366877 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:25:21.360 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:25:21.378208 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:25:31.580 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:25:31.598158 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:25:31.592 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:25:31.610785 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:25:41.812 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:25:41.830484 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:25:41.824 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:25:41.843347 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:25:52.065 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:25:52.084587 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:25:52.079 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:25:52.097485 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:26:02.304 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:26:02.322495 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:26:02.317 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:26:02.336224 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:26:12.543 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:26:12.562537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:26:12.556 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:26:12.574491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:26:22.777 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:26:22.796138 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:26:22.791 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:26:22.810790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:26:33.014 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:26:33.031328 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:26:33.025 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:26:33.045094 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:26:43.248 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:26:43.267166 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:26:43.261 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:26:43.280865 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:26:53.495 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:26:53.514097 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:26:53.505 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:26:53.525174 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:27:03.761 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:27:03.779704 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:27:03.773 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:27:03.792340 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:27:13.993 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:27:14.012021 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:27:14.006 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:27:14.025496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:27:24.229 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:27:24.247814 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:27:24.240 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:27:24.259971 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:27:34.454 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:27:34.473513 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:27:34.465 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:27:34.484374 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:27:44.685 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:27:44.704748 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:27:44.698 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:27:44.717945 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:27:54.919 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:27:54.938398 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:27:54.927 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:27:54.946783 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:28:05.149 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:28:05.168915 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:28:05.165 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:28:05.182047 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:28:15.383 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:28:15.402467 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:28:15.395 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:28:15.414610 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:28:25.616 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:28:25.635084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:28:25.630 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:28:25.649920 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:28:35.855 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:28:35.874419 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:28:35.865 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:28:35.885607 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:28:46.086 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:28:46.105367 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:28:46.130 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:28:46.149248 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:28:56.402 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:28:56.421204 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:28:56.411 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:28:56.431099 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:29:06.642 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:06.662048 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:29:06.653 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:06.672791 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:29:16.881 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:16.900489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:29:16.893 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:16.912966 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:29:16.946 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:16.966306 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-04 14:29:16.957576519 +0000 UTC m=+4689.840048791 LastTransitionTime:2022-03-04 13:12:59 +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-04T14:29:27.111 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:27.131033 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:29:27.124 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:27.143839 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:29:37.341 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:37.360361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:29:37.351 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:37.371395 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:29:47.572 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:47.591541 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:29:47.587 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:47.607320 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:29:49.431 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:49.450966 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T14:29:50.049 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:50.068888 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-04T14:29:50.057+0000 7f361c994340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T14:29:50.050 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T14:29:50.057+0000 7f361c994340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T14:29:50.050 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T14:29:50.057+0000 7f361c994340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T14:29:50.050 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T14:29:50.050 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:50.068923 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-04T14:29:50.057+0000 7f361c994340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T14:29:50.051 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T14:29:50.057+0000 7f361c994340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T14:29:50.051 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T14:29:50.057+0000 7f361c994340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T14:29:50.051 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T14:29:57.812 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:57.831530 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:29:57.824 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:29:57.844151 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:30:08.048 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:30:08.067986 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:30:08.060 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:30:08.079960 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:30:18.280 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:30:18.299569 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:30:18.291 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:30:18.311224 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:30:28.517 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:30:28.537357 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:30:28.530 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:30:28.550217 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:30:38.751 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:30:38.770558 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:30:38.763 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:30:38.783164 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:30:48.985 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:30:49.004967 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:30:48.999 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:30:49.019305 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:30:59.230 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:30:59.250100 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:30:59.243 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:30:59.263309 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:31:09.467 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:31:09.487134 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:31:09.481 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:31:09.499417 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:31:19.698 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:31:19.717942 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:31:19.710 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:31:19.730894 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:31:29.935 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:31:29.955257 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:31:29.948 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:31:29.968537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:31:40.169 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:31:40.189076 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:31:40.182 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:31:40.202358 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:31:50.397 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:31:50.417334 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:31:50.419 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:31:50.435315 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:32:00.635 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:32:00.655201 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:32:00.648 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:32:00.668267 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:32:10.868 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:32:10.888416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:32:10.879 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:32:10.900268 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:32:21.096 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:32:21.116197 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:32:21.107 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:32:21.127453 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:32:31.330 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:32:31.350926 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:32:31.340 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:32:31.360931 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:32:41.560 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:32:41.580363 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:32:41.572 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:32:41.593257 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:32:51.790 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:32:51.810635 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:32:51.804 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:32:51.824725 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:33:02.017 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:33:02.037705 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:33:02.036 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:33:02.057256 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:33:12.253 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:33:12.274091 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:33:12.265 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:33:12.286067 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:33:22.482 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:33:22.502705 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:33:22.493 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:33:22.514176 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:33:32.713 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:33:32.733639 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:33:32.726 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:33:32.747038 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:33:42.951 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:33:42.971682 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:33:42.960 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:33:42.981552 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:33:53.187 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:33:53.207675 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:33:53.204 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:33:53.225270 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:34:03.429 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:34:03.449895 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:34:03.444 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:34:03.463657 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:34:13.723 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:34:13.743685 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:34:13.737 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:34:13.757351 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:34:23.958 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:34:23.979525 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:34:23.970 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:34:23.991511 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:34:34.192 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:34:34.212425 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:34:34.202 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:34:34.223578 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:34:44.427 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:34:44.447892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:34:44.442 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:34:44.463647 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:34:54.674 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:34:54.694784 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:34:54.688 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:34:54.708923 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:35:04.914 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:35:04.927423 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:35:04.918 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:35:04.939589 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:35:15.144 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:35:15.165263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:35:15.157 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:35:15.178895 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:35:25.381 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:35:25.402048 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:35:25.393 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:35:25.414762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:35:35.621 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:35:35.641956 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:35:35.632 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:35:35.653885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:35:45.858 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:35:45.879079 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:35:45.866 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:35:45.888148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:35:56.083 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:35:56.103894 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:35:56.091 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:35:56.112739 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:36:06.310 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:36:06.330938 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:36:06.369 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:36:06.390617 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:36:16.592 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:36:16.613733 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:36:16.604 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:36:16.625771 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:36:26.824 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:36:26.845581 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:36:26.835 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:36:26.857256 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:36:37.058 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:36:37.079374 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:36:37.070 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:36:37.091449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:36:47.294 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:36:47.315311 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:36:47.311 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:36:47.328755 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:36:57.549 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:36:57.570877 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:36:57.558 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:36:57.580206 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:37:07.781 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:37:07.802903 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:37:07.793 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:37:07.815325 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:37:18.013 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:37:18.034904 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:37:18.025 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:37:18.046847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:37:28.245 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:37:28.265886 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:37:28.252 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:37:28.274294 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:37:38.474 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:37:38.495341 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:37:38.482 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:37:38.504232 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:37:48.700 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:37:48.722473 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:37:48.715 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:37:48.736886 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:37:58.937 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:37:58.958842 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:37:58.953 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:37:58.975106 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:38:09.181 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:38:09.202761 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:38:09.196 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:38:09.217949 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:38:19.445 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:38:19.467209 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:38:19.458 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:38:19.480647 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:38:29.682 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:38:29.704004 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:38:29.696 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:38:29.717997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:38:39.918 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:38:39.940304 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:38:39.933 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:38:39.953806 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:38:50.148 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:38:50.169621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:38:50.159 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:38:50.181374 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:39:00.384 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:39:00.405658 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:39:00.397 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:39:00.419024 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:39:10.616 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:39:10.638264 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:39:10.629 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:39:10.651022 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:39:20.855 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:39:20.876873 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:39:20.866 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:39:20.888981 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:39:31.093 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:39:31.114910 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:39:31.104 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:39:31.126412 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:39:41.328 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:39:41.350452 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:39:41.337 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:39:41.359511 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:39:51.589 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:39:51.610786 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:39:51.601 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:39:51.624171 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:40:01.822 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:40:01.844745 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:40:01.833 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:40:01.856130 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:40:12.061 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:40:12.083084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:40:12.070 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:40:12.092504 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:40:22.290 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:40:22.312305 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:40:22.302 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:40:22.324433 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:40:32.524 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:40:32.546285 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:40:32.536 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:40:32.559252 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:40:42.755 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:40:42.777020 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:40:42.807 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:40:42.830011 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:40:53.026 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:40:53.048620 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:40:53.037 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:40:53.060386 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:41:03.255 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:41:03.277963 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:41:03.268 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:41:03.291136 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:41:13.487 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:41:13.508491 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:41:13.500 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:41:13.522123 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:41:23.717 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:41:23.739907 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:41:23.730 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:41:23.752548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:41:33.956 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:41:33.978372 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:41:33.972 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:41:33.994794 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:41:44.232 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:41:44.254571 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:41:44.242 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:41:44.265173 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:41:54.465 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:41:54.487273 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:41:54.477 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:41:54.500166 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:42:04.703 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:42:04.725688 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:42:04.716 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:42:04.739402 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:42:14.936 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:42:14.958585 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:42:14.948 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:42:14.971185 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:42:25.163 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:42:25.186256 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:42:25.173 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:42:25.196280 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:42:35.401 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:42:35.423681 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:42:35.413 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:42:35.436583 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:42:45.661 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:42:45.684506 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:42:45.673 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:42:45.696948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:42:55.909 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:42:55.932361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:42:55.925 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:42:55.948061 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:43:06.192 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:43:06.214751 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:43:06.201 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:43:06.225109 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:43:16.425 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:43:16.447741 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:43:16.438 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:43:16.460481 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:43:26.667 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:43:26.689690 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:43:26.679 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:43:26.701643 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:43:36.903 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:43:36.926494 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:43:36.921 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:43:36.942112 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:43:47.141 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:43:47.163926 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:43:47.154 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:43:47.177801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:43:57.370 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:43:57.393409 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:43:57.382 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:43:57.405396 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:44:07.630 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:44:07.653897 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:44:07.642 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:44:07.665663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:44:17.861 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:44:17.884061 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:44:17.870 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:44:17.894398 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:44:28.090 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:44:28.113090 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:44:28.105 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:44:28.128436 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:44:28.105 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:44:28.128485 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-04T14:44:38.328 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:44:38.351737 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:44:38.399 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:44:38.422869 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:44:48.644 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:44:48.667496 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:44:48.653 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:44:48.676731 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:44:58.872 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:44:58.896050 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:44:58.886 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:44:58.910176 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:45:09.106 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:45:09.129157 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:45:09.134 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:45:09.157501 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:45:19.375 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:45:19.398493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:45:19.390 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:45:19.414276 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:45:29.653 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:45:29.676730 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:45:29.664 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:45:29.688429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:45:39.901 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:45:39.924990 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:45:39.913 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:45:39.936697 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:45:50.133 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:45:50.157190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:45:50.146 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:45:50.169846 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:46:00.368 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:00.391823 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:46:00.379 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:00.403308 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:46:10.599 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:10.623641 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:46:10.608 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:10.633005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:46:20.828 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:20.852324 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:46:20.840 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:20.864852 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:46:30.053 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:30.077053 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T14:46:30.669 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:30.693106 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-04T14:46:30.682+0000 7fb51bcb6340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T14:46:30.670 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T14:46:30.682+0000 7fb51bcb6340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T14:46:30.670 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T14:46:30.682+0000 7fb51bcb6340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T14:46:30.670 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T14:46:30.671 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:30.693131 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-04T14:46:30.682+0000 7fb51bcb6340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T14:46:30.671 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T14:46:30.682+0000 7fb51bcb6340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T14:46:30.671 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T14:46:30.682+0000 7fb51bcb6340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T14:46:30.671 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T14:46:31.091 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:31.114474 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:46:31.099 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:31.123886 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:46:41.323 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:41.344607 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:46:41.333 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:41.356920 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:46:51.578 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:51.601008 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:46:51.593 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:46:51.614173 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:47:01.815 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:47:01.838571 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:47:01.861 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:47:01.884414 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:47:12.079 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:47:12.102920 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:47:12.093 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:47:12.117276 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:47:22.317 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:47:22.341740 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:47:22.331 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:47:22.353944 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:47:32.630 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:47:32.653779 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:47:32.642 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:47:32.666432 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:47:32.745 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:47:32.769657 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-04 14:47:32.759337331 +0000 UTC m=+5785.641809577 LastTransitionTime:2022-03-04 13:12:59 +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-04T14:47:42.875 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:47:42.894226 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:47:42.881 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:47:42.905417 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:47:53.106 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:47:53.128132 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:47:53.112 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:47:53.136916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:48:03.354 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:48:03.379167 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:48:03.366 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:48:03.390557 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:48:13.580 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:48:13.604721 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:48:13.591 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:48:13.615957 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:48:23.812 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:48:23.836843 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:48:23.822 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:48:23.847022 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:48:34.170 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:48:34.195002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:48:34.179 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:48:34.203548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:48:44.394 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:48:44.418662 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:48:44.405 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:48:44.429702 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:48:54.650 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:48:54.675120 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:48:54.663 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:48:54.688100 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:49:04.880 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:49:04.904738 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:49:04.890 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:49:04.915193 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:49:15.150 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:49:15.174493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:49:15.165 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:49:15.190360 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:49:25.383 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:49:25.408085 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:49:25.393 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:49:25.417912 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:49:35.609 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:49:35.634178 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:49:35.621 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:49:35.645885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:49:45.844 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:49:45.868590 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:49:45.856 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:49:45.881280 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:49:56.077 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:49:56.102600 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:49:56.092 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:49:56.117710 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:50:06.317 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:50:06.342422 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:50:06.329 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:50:06.354457 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:50:16.583 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:50:16.608329 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:50:16.593 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:50:16.617513 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:50:26.814 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:50:26.838801 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:50:26.826 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:50:26.851240 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:50:37.050 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:50:37.074946 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:50:37.062 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:50:37.087529 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:50:47.286 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:50:47.311392 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:50:47.304 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:50:47.328197 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:50:57.525 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:50:57.550578 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:50:57.536 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:50:57.562125 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:51:07.758 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:51:07.783325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:51:07.771 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:51:07.796252 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:51:17.994 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:51:18.018700 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:51:18.005 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:51:18.031133 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:51:28.228 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:51:28.253447 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:51:28.242 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:51:28.267489 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:51:38.467 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:51:38.492959 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:51:38.479 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:51:38.505235 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:51:48.697 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:51:48.723194 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:51:48.711 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:51:48.736697 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:51:58.934 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:51:58.959995 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:51:58.945 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:51:58.971050 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:52:09.169 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:52:09.193977 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:52:09.243 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:52:09.266018 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:52:19.461 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:52:19.487123 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:52:19.473 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:52:19.499360 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:52:29.695 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:52:29.721107 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:52:29.709 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:52:29.734706 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:52:39.942 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:52:39.967497 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:52:39.954 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:52:39.979917 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:52:50.182 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:52:50.207604 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:52:50.196 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:52:50.222017 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:53:00.418 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:53:00.444395 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:53:00.434 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:53:00.453860 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:53:10.647 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:53:10.672797 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:53:10.661 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:53:10.687066 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:53:20.881 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:53:20.907204 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:53:20.895 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:53:20.921590 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:53:31.114 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:53:31.139918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:53:31.125 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:53:31.151481 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:53:41.362 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:53:41.387606 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:53:41.372 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:53:41.397757 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:53:51.614 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:53:51.639874 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:53:51.625 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:53:51.651355 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:54:01.878 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:54:01.903845 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:54:01.889 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:54:01.915592 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:54:12.142 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:54:12.168572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:54:12.154 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:54:12.179732 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:54:22.379 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:54:22.401160 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:54:22.387 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:54:22.413023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:54:32.608 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:54:32.634112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:54:32.620 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:54:32.645276 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:54:42.841 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:54:42.867409 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:54:42.854 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:54:42.881236 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:54:53.083 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:54:53.109084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:54:53.094 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:54:53.120865 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:55:03.325 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:55:03.351564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:55:03.336 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:55:03.362943 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:55:13.563 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:55:13.589402 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:55:13.571 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:55:13.598148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:55:23.792 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:55:23.818824 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:55:23.806 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:55:23.832546 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:55:34.028 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:55:34.054778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:55:34.038 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:55:34.065136 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:55:44.261 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:55:44.287431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:55:44.273 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:55:44.299668 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:55:54.502 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:55:54.528276 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:55:54.514 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:55:54.540523 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:56:04.751 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:56:04.777027 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:56:04.762 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:56:04.789294 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:56:15.000 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:56:15.025476 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:56:15.018 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:56:15.040024 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:56:25.236 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:56:25.261781 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:56:25.250 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:56:25.276088 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:56:35.474 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:56:35.499889 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:56:35.500 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:56:35.526700 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:56:45.722 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:56:45.747760 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:56:45.735 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:56:45.761383 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:56:55.953 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:56:55.978737 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:56:55.967 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:56:55.992642 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:57:06.187 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:57:06.212802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:57:06.248 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:57:06.273544 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:57:16.500 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:57:16.525858 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:57:16.513 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:57:16.538734 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:57:26.736 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:57:26.760801 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:57:26.748 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:57:26.774108 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:57:36.971 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:57:36.995176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:57:36.985 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:57:37.010465 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:57:47.202 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:57:47.227059 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:57:47.215 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:57:47.240060 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:57:57.443 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:57:57.467324 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:57:57.454 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:57:57.478031 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:58:07.670 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:58:07.693891 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:58:07.682 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:58:07.706686 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:58:17.913 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:58:17.937076 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:58:17.927 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:58:17.951158 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:58:28.147 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:58:28.171355 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:58:28.159 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:58:28.184000 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:58:38.384 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:58:38.407802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:58:38.392 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:58:38.416586 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:58:48.614 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:58:48.637841 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:58:48.626 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:58:48.649829 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:58:58.851 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:58:58.874270 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:58:58.863 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:58:58.886566 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:59:09.122 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:59:09.145434 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:59:09.134 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:59:09.158288 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:59:19.359 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:59:19.382795 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:59:19.369 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:59:19.393188 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:59:29.598 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:59:29.621112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:59:29.610 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:59:29.633739 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:59:39.839 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:59:39.862162 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:59:39.852 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:59:39.875195 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:59:50.072 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:59:50.094585 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T14:59:50.082 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 14:59:50.105402 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:00:00.324 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:00:00.346975 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:00:00.339 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:00:00.362090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:00:10.595 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:00:10.617946 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:00:10.604 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:00:10.627196 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:00:20.829 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:00:20.850271 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:00:20.838 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:00:20.861236 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:00:31.106 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:00:31.128003 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:00:31.115 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:00:31.137445 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:00:41.341 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:00:41.363889 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:00:41.350 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:00:41.373199 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:00:51.566 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:00:51.588288 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:00:51.579 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:00:51.601689 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:01:01.818 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:01:01.839667 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:01:01.830 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:01:01.852360 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:01:12.049 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:01:12.071246 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:01:12.063 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:01:12.085327 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:01:22.281 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:01:22.303359 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:01:22.294 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:01:22.315577 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:01:32.512 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:01:32.534297 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:01:32.525 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:01:32.547793 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:01:42.757 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:01:42.778305 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:01:42.765 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:01:42.786728 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:01:52.985 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:01:53.006485 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:01:52.999 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:01:53.019774 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:02:03.219 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:02:03.240227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:02:03.231 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:02:03.252678 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:02:13.451 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:02:13.472752 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:02:13.464 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:02:13.485261 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:02:23.719 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:02:23.740451 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:02:23.731 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:02:23.752876 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:02:33.961 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:02:33.982061 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:02:33.976 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:02:33.998018 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:02:44.196 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:02:44.216230 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:02:44.259 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:02:44.275393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:02:54.481 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:02:54.501576 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:02:54.492 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:02:54.513662 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:03:04.716 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:04.736502 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:03:04.726 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:04.746772 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:03:10.686 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:10.706659 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T15:03:11.333 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:11.353709 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-04T15:03:11.346+0000 7fc8931ae340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T15:03:11.334 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:03:11.346+0000 7fc8931ae340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T15:03:11.334 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:03:11.346+0000 7fc8931ae340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T15:03:11.334 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T15:03:11.335 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:11.353737 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-04T15:03:11.346+0000 7fc8931ae340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T15:03:11.335 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:03:11.346+0000 7fc8931ae340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T15:03:11.335 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:03:11.346+0000 7fc8931ae340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T15:03:11.335 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T15:03:14.954 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:14.975097 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:03:14.967 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:14.988656 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:03:25.191 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:25.211423 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:03:25.409 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:25.223350 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:03:35.437 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:35.456515 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:03:35.448 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:35.468193 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:03:45.670 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:45.690224 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:03:45.682 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:45.701059 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:03:55.904 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:55.923906 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:03:55.917 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:03:55.936742 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:04:06.143 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:04:06.162891 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:04:06.196 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:04:06.216416 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:04:16.422 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:04:16.442568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:04:16.466 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:04:16.485564 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:04:26.685 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:04:26.705327 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:04:26.701 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:04:26.721575 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:04:36.921 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:04:36.941303 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:04:36.932 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:04:36.952382 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:04:47.149 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:04:47.169594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:04:47.161 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:04:47.181063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:04:47.388 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:04:47.408451 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-04 15:04:47.381981525 +0000 UTC m=+6820.264453770 LastTransitionTime:2022-03-04 13:12:59 +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-04T15:04:57.375 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:04:57.394867 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:04:57.386 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:04:57.406077 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:05:07.615 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:05:07.634717 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:05:07.624 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:05:07.644557 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:05:17.845 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:05:17.864891 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:05:17.857 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:05:17.877204 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:05:28.076 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:05:28.095321 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:05:28.089 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:05:28.108134 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:05:38.312 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:05:38.332079 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:05:38.353 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:05:38.373381 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:05:48.581 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:05:48.600206 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:05:48.591 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:05:48.611053 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:05:58.813 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:05:58.831893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:05:58.824 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:05:58.843816 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:06:09.050 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:06:09.069118 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:06:09.062 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:06:09.081694 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:06:19.293 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:06:19.311767 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:06:19.307 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:06:19.326970 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:06:29.543 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:06:29.562130 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:06:29.550 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:06:29.569660 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:06:39.774 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:06:39.793352 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:06:39.787 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:06:39.806674 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:06:50.009 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:06:50.028214 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:06:50.021 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:06:50.040243 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:07:00.244 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:07:00.263340 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:07:00.256 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:07:00.275884 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:07:10.478 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:07:10.495827 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:07:10.489 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:07:10.508082 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:07:20.712 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:07:20.731476 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:07:20.724 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:07:20.743694 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:07:30.951 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:07:30.969651 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:07:30.962 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:07:30.981544 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:07:41.215 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:07:41.234498 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:07:41.229 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:07:41.248606 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:07:51.453 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:07:51.471791 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:07:51.465 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:07:51.483930 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:08:01.687 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:08:01.705588 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:08:01.699 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:08:01.717955 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:08:11.971 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:08:11.989524 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:08:11.982 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:08:12.001727 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:08:22.203 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:08:22.221512 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:08:22.217 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:08:22.234446 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:08:32.479 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:08:32.498280 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:08:32.525 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:08:32.544203 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:08:42.757 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:08:42.775235 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:08:42.824 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:08:42.842774 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:08:53.057 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:08:53.075964 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:08:53.070 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:08:53.088578 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:09:03.313 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:09:03.331911 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:09:03.323 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:09:03.341753 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:09:13.539 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:09:13.557996 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:09:13.549 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:09:13.567780 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:09:23.769 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:09:23.787574 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:09:23.812 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:09:23.831120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:09:34.033 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:09:34.051122 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:09:34.044 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:09:34.062500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:09:44.264 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:09:44.282448 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:09:44.277 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:09:44.295662 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:09:54.584 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:09:54.601854 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:09:54.598 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:09:54.616333 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:10:04.816 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:10:04.834624 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:10:04.829 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:10:04.848105 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:10:15.054 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:10:15.072118 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:10:15.066 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:10:15.084598 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:10:25.290 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:10:25.308478 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:10:25.302 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:10:25.320716 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:10:35.524 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:10:35.542387 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:10:35.535 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:10:35.553488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:10:45.750 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:10:45.768004 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:10:45.762 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:10:45.780236 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:10:55.979 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:10:55.996951 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:10:55.992 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:10:56.010752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:11:06.214 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:11:06.232594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:11:06.227 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:11:06.245484 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:11:16.451 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:11:16.468932 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:11:16.463 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:11:16.481750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:11:26.691 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:11:26.709357 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:11:26.704 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:11:26.722765 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:11:36.930 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:11:36.948557 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:11:36.942 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:11:36.960136 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:11:47.164 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:11:47.182395 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:11:47.173 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:11:47.191473 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:11:57.392 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:11:57.409621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:11:57.434 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:11:57.452081 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:12:07.659 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:12:07.676885 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:12:07.671 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:12:07.689368 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:12:17.896 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:12:17.914198 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:12:17.907 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:12:17.924892 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:12:28.149 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:12:28.166512 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:12:28.161 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:12:28.178952 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:12:38.380 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:12:38.398345 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:12:38.420 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:12:38.438541 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:12:48.704 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:12:48.721559 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:12:48.715 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:12:48.733199 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:12:58.963 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:12:58.979567 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:12:58.970 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:12:58.987924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:13:09.187 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:13:09.204002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:13:09.198 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:13:09.216332 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:13:19.421 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:13:19.438791 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:13:19.431 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:13:19.447620 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:13:29.655 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:13:29.667005 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:13:29.660 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:13:29.678209 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:13:39.879 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:13:39.896173 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:13:39.891 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:13:39.908483 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:13:50.113 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:13:50.130568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:13:50.126 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:13:50.141869 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:14:00.348 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:14:00.365770 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:14:00.387 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:14:00.404880 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:14:10.624 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:14:10.642071 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:14:10.634 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:14:10.651521 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:14:20.894 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:14:20.911578 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:14:20.905 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:14:20.923295 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:14:31.127 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:14:31.144547 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:14:31.141 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:14:31.153561 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:14:41.356 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:14:41.373326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:14:41.367 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:14:41.384895 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:14:51.592 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:14:51.609502 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:14:51.605 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:14:51.622681 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:15:01.836 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:15:01.853477 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:15:01.849 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:15:01.866910 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:15:12.073 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:15:12.090689 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:15:12.087 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:15:12.104737 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:15:22.309 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:15:22.326238 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:15:22.319 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:15:22.336996 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:15:32.545 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:15:32.562324 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:15:32.556 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:15:32.573798 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:15:42.782 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:15:42.798764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:15:42.793 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:15:42.811125 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:15:53.032 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:15:53.047064 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:15:53.062 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:15:53.079983 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:16:03.293 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:16:03.309652 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:16:03.306 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:16:03.322442 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:16:13.533 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:16:13.549874 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:16:13.546 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:16:13.564094 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:16:23.779 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:16:23.795499 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:16:23.811 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:16:23.828141 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:16:34.026 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:16:34.043294 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:16:34.083 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:16:34.100126 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:16:44.379 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:16:44.396171 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:16:44.392 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:16:44.408898 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:16:54.612 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:16:54.628985 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:16:54.624 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:16:54.641209 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:17:04.842 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:17:04.858928 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:17:04.853 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:17:04.870207 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:17:15.072 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:17:15.088711 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:17:15.080 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:17:15.097333 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:17:25.303 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:17:25.319223 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:17:25.316 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:17:25.332889 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:17:35.540 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:17:35.556486 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:17:35.552 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:17:35.568982 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:17:45.776 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:17:45.792685 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:17:45.788 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:17:45.805328 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:17:56.017 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:17:56.033843 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:17:56.028 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:17:56.045562 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:18:06.252 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:18:06.268738 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:18:06.264 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:18:06.281312 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:18:16.498 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:18:16.514159 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:18:16.509 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:18:16.526191 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:18:26.729 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:18:26.745392 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:18:26.740 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:18:26.757638 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:18:36.992 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:18:37.008800 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:18:37.001 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:18:37.017899 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:18:47.221 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:18:47.238444 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:18:47.233 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:18:47.250201 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:18:57.526 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:18:57.543076 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:18:57.537 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:18:57.554358 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:19:07.755 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:07.771095 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:19:07.763 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:07.780406 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:19:17.985 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:18.001296 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:19:17.997 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:18.014501 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:19:28.218 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:28.234450 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:19:28.231 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:28.247925 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:19:38.451 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:38.467579 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:19:38.464 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:38.481199 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:19:48.686 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:48.701946 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:19:48.698 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:48.715516 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:19:51.347 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:51.363995 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T15:19:51.969 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:51.985508 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-04T15:19:51.978+0000 7f0c396ca340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T15:19:51.970 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:19:51.978+0000 7f0c396ca340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T15:19:51.970 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:19:51.978+0000 7f0c396ca340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T15:19:51.970 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T15:19:51.970 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:51.985538 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-04T15:19:51.978+0000 7f0c396ca340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T15:19:51.971 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:19:51.978+0000 7f0c396ca340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T15:19:51.971 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:19:51.978+0000 7f0c396ca340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T15:19:51.971 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T15:19:58.918 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:58.934304 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:19:58.932 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:19:58.949263 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:20:09.164 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:20:09.180327 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:20:09.176 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:20:09.192787 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:20:19.406 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:20:19.422490 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:20:19.420 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:20:19.437134 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:20:29.648 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:20:29.664296 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:20:29.664 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:20:29.680549 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:20:39.960 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:20:39.976403 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:20:39.970 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:20:39.986762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:20:50.200 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:20:50.216007 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:20:50.212 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:20:50.228325 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:21:00.457 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:21:00.473799 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:21:00.468 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:21:00.484908 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:21:10.689 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:21:10.705691 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:21:10.700 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:21:10.717100 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:21:20.924 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:21:20.939993 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:21:20.936 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:21:20.952357 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:21:31.160 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:21:31.176860 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:21:31.178 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:21:31.192549 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:21:41.395 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:21:41.411568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:21:41.405 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:21:41.421752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:21:51.627 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:21:51.642826 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:21:51.646 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:21:51.662471 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:22:01.867 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:22:01.882998 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:22:01.878 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:22:01.895058 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:22:12.101 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:22:12.117886 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:22:12.116 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:22:12.132559 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:22:22.338 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:22:22.354854 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:22:22.353 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:22:22.369576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:22:32.582 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:22:32.598628 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:22:32.594 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:22:32.610621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:22:42.818 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:22:42.834576 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:22:42.830 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:22:42.845907 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:22:53.061 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:22:53.077364 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:22:53.106 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:22:53.122322 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:23:03.165 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:23:03.182031 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-04 15:23:03.176006456 +0000 UTC m=+7916.058478709 LastTransitionTime:2022-03-04 13:12:59 +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-04T15:23:03.322 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:23:03.338775 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:23:03.337 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:23:03.353996 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:23:13.560 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:23:13.576318 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:23:13.570 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:23:13.585334 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:23:23.798 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:23:23.813834 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:23:23.810 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:23:23.825691 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:23:34.028 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:23:34.043728 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:23:34.041 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:23:34.057258 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:23:44.261 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:23:44.277489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:23:44.274 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:23:44.290657 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:23:54.496 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:23:54.511784 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:23:54.509 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:23:54.525698 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:24:04.733 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:24:04.749493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:24:04.745 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:24:04.761363 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:24:14.962 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:24:14.978004 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:24:14.973 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:24:14.989873 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:24:25.221 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:24:25.237861 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:24:25.230 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:24:25.246259 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:24:35.450 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:24:35.466036 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:24:35.460 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:24:35.476955 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:24:45.676 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:24:45.692283 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:24:45.686 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:24:45.702938 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:24:55.913 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:24:55.921608 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:24:55.974 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:24:55.990371 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:25:06.193 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:25:06.209377 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:25:06.205 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:25:06.221250 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:25:16.448 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:25:16.464272 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:25:16.459 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:25:16.475640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:25:26.679 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:25:26.695075 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:25:26.689 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:25:26.705506 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:25:36.909 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:25:36.924795 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:25:36.922 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:25:36.938227 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:25:47.142 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:25:47.157948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:25:47.155 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:25:47.171459 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:25:57.377 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:25:57.393342 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:25:57.389 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:25:57.405139 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:26:07.630 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:26:07.645889 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:26:07.643 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:26:07.659120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:26:17.864 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:26:17.879837 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:26:17.875 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:26:17.891163 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:26:28.097 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:26:28.112698 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:26:28.109 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:26:28.124249 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:26:38.333 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:26:38.348759 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:26:38.346 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:26:38.361059 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:26:48.569 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:26:48.584565 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:26:48.581 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:26:48.596943 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:26:58.801 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:26:58.816746 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:26:58.814 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:26:58.830001 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:27:09.035 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:27:09.051214 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:27:09.047 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:27:09.063552 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:27:19.285 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:27:19.300791 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:27:19.321 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:27:19.337236 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:27:29.608 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:27:29.623901 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:27:29.622 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:27:29.637987 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:27:39.848 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:27:39.863282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:27:39.860 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:27:39.876137 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:27:50.082 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:27:50.097584 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:27:50.094 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:27:50.110520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:28:00.315 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:28:00.330525 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:28:00.327 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:28:00.343546 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:28:10.555 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:28:10.571655 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:28:10.566 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:28:10.582780 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:28:20.787 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:28:20.802949 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:28:20.801 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:28:20.817700 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:28:31.029 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:28:31.045411 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:28:31.038 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:28:31.054029 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:28:41.254 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:28:41.269824 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:28:41.271 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:28:41.287415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:28:51.492 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:28:51.507282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:28:51.504 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:28:51.520365 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:29:01.754 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:29:01.769632 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:29:01.765 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:29:01.781147 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:29:11.985 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:29:12.000990 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:29:12.053 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:29:12.069334 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:29:22.267 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:29:22.283242 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:29:22.282 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:29:22.297818 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:29:32.516 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:29:32.531509 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:29:32.524 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:29:32.539928 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:29:42.744 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:29:42.759328 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:29:42.754 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:29:42.769767 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:29:52.979 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:29:52.994259 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:29:52.992 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:29:53.007890 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:30:03.217 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:30:03.232773 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:30:03.229 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:30:03.244907 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:30:13.453 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:30:13.468416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:30:13.464 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:30:13.480038 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:30:23.687 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:30:23.702920 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:30:23.704 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:30:23.715654 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:30:33.935 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:30:33.949905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:30:33.946 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:30:33.961044 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:30:44.170 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:30:44.184879 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:30:44.182 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:30:44.197155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:30:54.403 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:30:54.417879 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:30:54.415 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:30:54.429929 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:31:04.646 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:31:04.660771 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:31:04.658 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:31:04.672461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:31:14.879 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:31:14.892758 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:31:14.891 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:31:14.905093 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:31:25.117 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:31:25.130862 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:31:25.128 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:31:25.142142 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:31:35.365 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:31:35.378449 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:31:35.380 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:31:35.393543 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:31:45.597 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:31:45.609702 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:31:45.658 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:31:45.671280 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:31:55.956 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:31:55.969111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:31:55.970 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:31:55.982822 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:32:06.199 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:32:06.211098 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:32:06.213 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:32:06.225762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:32:16.440 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:32:16.451774 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:32:16.451 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:32:16.463677 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:32:26.692 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:32:26.704301 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:32:26.706 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:32:26.718149 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:32:36.924 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:32:36.935712 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:32:36.935 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:32:36.947488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:32:47.156 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:32:47.167827 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:32:47.237 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:32:47.248516 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:32:57.457 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:32:57.468193 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:32:57.511 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:32:57.522533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:33:07.769 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:33:07.779623 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:33:07.781 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:33:07.792620 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:33:18.027 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:33:18.037608 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:33:18.040 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:33:18.050996 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:33:28.261 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:33:28.271519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:33:28.274 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:33:28.284559 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:33:38.508 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:33:38.517976 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:33:38.518 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:33:38.528101 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:33:48.740 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:33:48.750243 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:33:48.752 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:33:48.761795 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:33:58.971 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:33:58.980016 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:33:58.983 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:33:58.993227 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:34:09.205 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:34:09.214577 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:34:09.219 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:34:09.228192 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:34:19.440 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:34:19.448642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:34:19.451 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:34:19.460422 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:34:29.683 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:34:29.691461 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:34:29.695 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:34:29.704044 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:34:39.919 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:34:39.927270 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:34:39.931 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:34:39.940330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:34:50.149 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:34:50.157912 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:34:50.161 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:34:50.169656 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:35:00.383 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:35:00.390751 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:35:00.395 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:35:00.403229 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:35:10.614 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:35:10.621954 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:35:10.622 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:35:10.630584 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:35:20.857 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:35:20.864429 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:35:20.868 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:35:20.876119 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:35:31.088 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:35:31.095619 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:35:31.099 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:35:31.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-04T15:35:41.322 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:35:41.328685 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:35:41.333 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:35:41.340491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:35:51.552 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:35:51.559571 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:35:51.562 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:35:51.568876 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:36:01.796 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:01.803305 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:36:01.810 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:01.817758 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:36:12.045 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:12.052146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:36:12.097 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:12.104410 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:36:22.331 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:22.337550 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:36:22.345 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:22.351707 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:36:31.995 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:32.001912 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T15:36:32.562 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:32.568355 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:36:32.573 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:32.580381 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:36:32.605 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:32.611351 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-04T15:36:32.602+0000 7f0550858340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T15:36:32.605 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:36:32.602+0000 7f0550858340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T15:36:32.606 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:36:32.602+0000 7f0550858340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T15:36:32.606 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T15:36:32.606 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:32.611377 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-04T15:36:32.602+0000 7f0550858340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T15:36:32.606 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:36:32.602+0000 7f0550858340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T15:36:32.607 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:36:32.602+0000 7f0550858340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T15:36:32.607 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T15:36:42.792 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:42.797679 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:36:42.803 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:42.810129 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:36:53.023 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:53.029133 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:36:53.037 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:36:53.042074 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:37:03.288 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:37:03.294372 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:37:03.306 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:37:03.312311 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:37:13.526 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:37:13.531172 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:37:13.537 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:37:13.542885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:37:23.757 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:37:23.762821 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:37:23.769 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:37:23.774971 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:37:33.989 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:37:33.994259 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:37:33.998 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:37:34.003876 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:37:44.217 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:37:44.222533 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:37:44.230 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:37:44.235911 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:37:54.454 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:37:54.458905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:37:54.466 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:37:54.471456 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:38:04.691 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:38:04.695227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:38:04.702 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:38:04.707046 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:38:14.937 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:38:14.941459 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:38:14.947 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:38:14.951888 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:38:25.186 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:38:25.190276 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:38:25.195 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:38:25.199847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:38:35.415 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:38:35.419014 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:38:35.428 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:38:35.432477 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:38:45.649 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:38:45.653064 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:38:45.664 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:38:45.668948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:38:55.888 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:38:55.891594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:38:55.899 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:38:55.903236 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:39:06.121 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:39:06.124725 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:39:06.136 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:39:06.138344 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:39:16.354 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:39:16.358116 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:39:16.365 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:39:16.369049 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:39:26.587 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:39:26.590376 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:39:26.600 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:39:26.603456 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:39:36.824 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:39:36.827345 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:39:36.836 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:39:36.839993 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:39:47.060 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:39:47.063783 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:39:47.081 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:39:47.076492 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:39:57.294 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:39:57.297743 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:39:57.307 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:39:57.310222 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:40:07.537 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:40:07.540460 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:40:07.550 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:40:07.553562 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:40:17.764 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:40:17.767229 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:40:17.774 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:40:17.777919 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:40:18.020 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:40:18.023671 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-04 15:40:18.01309104 +0000 UTC m=+8950.895563329 LastTransitionTime:2022-03-04 13:12:59 +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-04T15:40:28.001 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:40:28.004340 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:40:28.014 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:40:28.017540 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:40:38.239 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:40:38.242181 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:40:38.251 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:40:38.254104 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:40:48.476 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:40:48.477949 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:40:48.495 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:40:48.498103 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:40:58.715 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:40:58.717349 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:40:58.726 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:40:58.728583 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:41:08.944 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:41:08.946925 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:41:08.956 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:41:08.958727 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:41:19.178 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:41:19.180034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:41:19.190 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:41:19.192186 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:41:29.410 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:41:29.411595 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:41:29.421 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:41:29.423600 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:41:39.645 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:41:39.646282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:41:39.657 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:41:39.658722 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:41:49.878 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:41:49.879594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:41:49.890 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:41:49.891999 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:42:00.112 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:42:00.113127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:42:00.126 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:42:00.127744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:42:10.350 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:42:10.351175 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:42:10.361 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:42:10.362791 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:42:20.585 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:42:20.586679 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:42:20.595 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:42:20.597649 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:42:30.821 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:42:30.822028 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:42:30.833 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:42:30.834615 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:42:41.054 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:42:41.054799 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:42:41.066 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:42:41.067244 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:42:51.290 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:42:51.291602 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:42:51.303 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:42:51.304512 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:43:01.532 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:43:01.533216 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:43:01.546 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:43:01.546971 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:43:11.786 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:43:11.786916 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:43:11.796 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:43:11.797142 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:43:22.043 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:43:22.043829 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:43:22.056 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:43:22.056626 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:43:32.289 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:43:32.290005 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:43:32.298 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:43:32.299571 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:43:42.515 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:43:42.515935 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:43:42.563 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:43:42.559771 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:43:52.777 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:43:52.778015 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:43:52.789 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:43:52.790237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:44:03.016 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:44:03.016147 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:44:03.027 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:44:03.027431 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:44:13.252 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:44:13.252347 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:44:13.264 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:44:13.265179 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:44:23.485 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:44:23.485154 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:44:23.498 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:44:23.498452 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:44:33.731 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:44:33.730768 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:44:33.744 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:44:33.743567 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:44:33.744 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:44:33.743599 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-04T15:44:43.964 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:44:43.964163 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:44:43.976 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:44:43.976133 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:44:54.196 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:44:54.195227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:44:54.205 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:44:54.205380 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:45:04.448 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:45:04.447745 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:45:04.462 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:45:04.461983 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:45:14.691 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:45:14.690994 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:45:14.704 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:45:14.703066 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:45:24.921 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:45:24.921118 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:45:24.932 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:45:24.931666 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:45:35.158 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:45:35.157242 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:45:35.170 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:45:35.170067 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:45:45.395 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:45:45.394610 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:45:45.408 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:45:45.408020 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:45:55.628 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:45:55.627540 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:45:55.641 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:45:55.640408 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:46:05.860 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:46:05.859128 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:46:05.872 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:46:05.871793 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:46:16.094 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:46:16.093686 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:46:16.106 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:46:16.105495 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:46:26.327 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:46:26.325546 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:46:26.339 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:46:26.338778 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:46:36.563 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:46:36.562003 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:46:36.575 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:46:36.574558 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:46:46.799 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:46:46.796893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:46:46.811 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:46:46.810233 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:46:57.034 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:46:57.032933 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:46:57.080 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:46:57.079132 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:47:07.302 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:47:07.300992 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:47:07.319 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:47:07.317809 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:47:17.547 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:47:17.545440 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:47:17.556 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:47:17.555336 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:47:27.775 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:47:27.773467 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:47:27.787 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:47:27.786013 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:47:38.015 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:47:38.013785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:47:38.027 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:47:38.026588 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:47:48.292 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:47:48.290890 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:47:48.303 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:47:48.299121 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:47:58.544 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:47:58.542584 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:47:58.553 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:47:58.551667 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:48:08.809 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:48:08.807462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:48:08.823 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:48:08.820472 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:48:19.043 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:48:19.041408 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:48:19.053 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:48:19.051734 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:48:29.274 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:48:29.272405 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:48:29.286 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:48:29.284318 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:48:39.507 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:48:39.505687 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:48:39.519 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:48:39.517906 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:48:49.740 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:48:49.738603 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:48:49.752 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:48:49.750228 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:48:59.995 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:48:59.993285 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:49:00.010 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:49:00.007262 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:49:10.228 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:49:10.226458 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:49:10.241 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:49:10.238094 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:49:20.497 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:49:20.495389 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:49:20.511 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:49:20.509295 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:49:30.742 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:49:30.739572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:49:30.753 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:49:30.750905 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:49:40.972 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:49:40.969476 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:49:40.984 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:49:40.982013 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:49:51.203 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:49:51.200458 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:49:51.216 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:49:51.214392 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:50:01.431 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:50:01.429289 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:50:01.445 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:50:01.442326 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:50:11.699 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:50:11.696679 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:50:11.713 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:50:11.710160 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:50:21.931 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:50:21.928582 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:50:21.945 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:50:21.943023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:50:32.166 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:50:32.163871 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:50:32.181 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:50:32.178405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:50:42.399 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:50:42.396182 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:50:42.411 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:50:42.408691 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:50:52.638 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:50:52.635497 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:50:52.651 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:50:52.649179 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:51:02.875 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:51:02.872270 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:51:02.887 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:51:02.884868 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:51:13.231 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:51:13.228193 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:51:13.243 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:51:13.239568 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:51:23.474 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:51:23.471567 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:51:23.483 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:51:23.480549 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:51:33.710 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:51:33.707107 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:51:33.722 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:51:33.717395 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:51:43.944 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:51:43.941327 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:51:43.952 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:51:43.949533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:51:54.179 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:51:54.176252 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:51:54.191 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:51:54.188549 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:52:04.413 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:52:04.410109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:52:04.439 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:52:04.433532 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:52:14.939 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:52:14.936435 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:52:14.952 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:52:14.949661 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:52:25.180 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:52:25.176333 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:52:25.195 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:52:25.192343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:52:35.433 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:52:35.429537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:52:35.444 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:52:35.441010 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:52:45.995 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:52:45.991403 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:52:46.021 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:52:46.017868 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:52:56.256 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:52:56.252629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:52:56.266 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:52:56.262759 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:53:06.483 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:06.480122 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:53:06.491 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:06.488191 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:53:12.622 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:12.618984 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T15:53:13.226 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:13.222427 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-04T15:53:13.214+0000 7f17a480f340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T15:53:13.226 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:53:13.214+0000 7f17a480f340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T15:53:13.227 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:53:13.214+0000 7f17a480f340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T15:53:13.227 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T15:53:13.227 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:13.222451 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-04T15:53:13.214+0000 7f17a480f340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T15:53:13.227 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:53:13.214+0000 7f17a480f340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T15:53:13.228 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T15:53:13.214+0000 7f17a480f340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T15:53:13.228 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T15:53:16.709 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:16.705870 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:53:16.721 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:16.718386 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:53:26.941 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:26.937695 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:53:26.953 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:26.950416 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:53:37.176 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:37.172909 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:53:37.246 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:37.243296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:53:47.482 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:47.474552 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:53:47.495 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:47.491552 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:53:57.749 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:57.745307 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:53:57.763 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:53:57.759469 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:54:07.986 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:54:07.982306 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:54:07.998 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:54:07.994428 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:54:18.219 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:54:18.215234 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:54:18.231 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:54:18.227615 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:54:28.452 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:54:28.448107 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:54:28.464 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:54:28.460241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:54:38.685 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:54:38.681401 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:54:38.698 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:54:38.694909 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:54:48.924 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:54:48.920175 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:54:48.935 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:54:48.931645 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:54:59.161 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:54:59.157509 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:54:59.175 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:54:59.170701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:55:09.405 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:55:09.400758 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:55:09.418 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:55:09.413885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:55:19.671 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:55:19.667246 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:55:19.683 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:55:19.679064 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:55:29.906 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:55:29.901935 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:55:29.918 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:55:29.914397 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:55:40.133 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:55:40.129278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:55:40.146 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:55:40.142413 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:55:50.369 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:55:50.364942 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:55:50.381 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:55:50.377461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:56:00.603 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:56:00.598640 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:56:00.615 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:56:00.610924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:56:10.840 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:56:10.835733 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:56:10.852 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:56:10.848226 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:56:21.073 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:56:21.069325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:56:21.119 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:56:21.115081 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:56:31.339 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:56:31.333935 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:56:31.350 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:56:31.346286 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:56:41.570 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:56:41.564008 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:56:41.581 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:56:41.577337 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:56:51.840 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:56:51.835239 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:56:51.852 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:56:51.848159 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:57:02.072 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:57:02.067857 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:57:02.083 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:57:02.078848 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:57:12.300 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:57:12.295072 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:57:12.330 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:57:12.325586 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:57:22.547 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:57:22.542971 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:57:22.561 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:57:22.556859 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:57:32.644 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:57:32.639590 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-04 15:57:32.633054074 +0000 UTC m=+9985.515526324 LastTransitionTime:2022-03-04 13:12:59 +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-04T15:57:32.778 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:57:32.773941 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:57:32.790 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:57:32.786101 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:57:43.011 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:57:43.006865 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:57:43.025 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:57:43.021136 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:57:53.246 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:57:53.241123 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:57:53.258 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:57:53.253494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:58:03.481 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:58:03.476431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:58:03.493 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:58:03.488638 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:58:13.712 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:58:13.707582 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:58:13.726 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:58:13.721067 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:58:23.950 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:58:23.944992 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:58:23.962 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:58:23.957381 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:58:34.184 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:58:34.179576 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:58:34.196 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:58:34.191416 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:58:44.422 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:58:44.417256 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:58:44.438 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:58:44.432697 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:58:54.658 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:58:54.653010 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:58:54.670 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:58:54.665475 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:59:04.902 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:59:04.896644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:59:04.913 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:59:04.908696 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:59:15.132 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:59:15.126405 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:59:15.145 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:59:15.140218 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:59:25.366 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:59:25.361007 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:59:25.379 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:59:25.374823 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:59:35.606 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:59:35.601137 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:59:35.619 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:59:35.613992 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:59:45.852 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:59:45.846504 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:59:45.860 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:59:45.855456 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:59:56.089 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:59:56.084227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T15:59:56.100 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 15:59:56.095747 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:00:06.352 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:00:06.346891 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:00:06.362 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:00:06.356528 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:00:16.587 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:00:16.581272 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:00:16.598 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:00:16.593613 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:00:26.815 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:00:26.809551 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:00:26.860 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:00:26.855130 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:00:37.079 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:00:37.073275 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:00:37.126 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:00:37.120404 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:00:47.364 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:00:47.359033 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:00:47.425 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:00:47.419684 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:00:57.671 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:00:57.665680 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:00:57.681 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:00:57.676204 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:01:07.936 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:01:07.930524 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:01:07.947 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:01:07.942211 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:01:18.166 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:01:18.160924 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:01:18.174 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:01:18.169310 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:01:28.437 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:01:28.431740 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:01:28.450 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:01:28.445191 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:01:38.672 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:01:38.666137 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:01:38.684 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:01:38.678302 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:01:48.904 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:01:48.898546 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:01:48.916 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:01:48.910386 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:01:59.139 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:01:59.133344 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:01:59.153 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:01:59.147564 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:02:09.373 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:02:09.367839 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:02:09.382 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:02:09.376601 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:02:19.623 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:02:19.617642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:02:19.637 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:02:19.631236 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:02:29.872 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:02:29.866352 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:02:29.884 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:02:29.878449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:02:40.103 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:02:40.097585 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:02:40.113 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:02:40.107188 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:02:50.335 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:02:50.329463 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:02:50.348 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:02:50.342546 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:03:00.579 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:03:00.573055 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:03:00.591 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:03:00.585477 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:03:10.813 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:03:10.807222 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:03:10.852 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:03:10.845913 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:03:21.076 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:03:21.069451 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:03:21.135 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:03:21.129614 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:03:31.367 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:03:31.361172 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:03:31.374 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:03:31.368742 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:03:41.593 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:03:41.586652 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:03:41.635 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:03:41.629050 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:03:51.908 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:03:51.902445 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:03:51.917 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:03:51.911240 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:04:02.140 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:04:02.133709 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:04:02.147 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:04:02.141695 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:04:12.370 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:04:12.363989 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:04:12.417 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:04:12.410551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:04:22.785 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:04:22.778666 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:04:22.795 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:04:22.789170 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:04:33.014 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:04:33.007603 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:04:33.028 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:04:33.022384 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:04:43.251 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:04:43.244846 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:04:43.263 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:04:43.257652 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:04:53.483 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:04:53.477071 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:04:53.526 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:04:53.520255 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:05:03.763 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:05:03.757383 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:05:03.771 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:05:03.765880 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:05:13.989 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:05:13.983331 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:05:13.999 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:05:13.993377 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:05:24.218 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:05:24.212101 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:05:24.229 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:05:24.223372 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:05:34.505 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:05:34.499511 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:05:34.518 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:05:34.512252 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:05:44.749 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:05:44.743945 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:05:44.760 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:05:44.754149 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:05:54.999 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:05:54.993723 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:05:55.011 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:05:55.006527 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:06:05.238 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:06:05.232386 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:06:05.322 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:06:05.316258 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:06:15.544 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:06:15.538953 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:06:15.555 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:06:15.549652 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:06:25.775 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:06:25.769921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:06:25.789 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:06:25.783437 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:06:36.006 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:06:36.000753 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:06:36.018 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:06:36.012953 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:06:46.237 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:06:46.231832 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:06:46.245 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:06:46.240179 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:06:56.469 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:06:56.463688 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:06:56.481 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:06:56.476637 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:07:06.705 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:07:06.700464 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:07:06.717 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:07:06.711959 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:07:16.940 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:07:16.935345 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:07:16.952 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:07:16.947110 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:07:27.173 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:07:27.168574 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:07:27.184 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:07:27.179912 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:07:37.410 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:07:37.405074 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:07:37.423 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:07:37.418672 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:07:47.648 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:07:47.642888 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:07:47.661 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:07:47.655608 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:07:57.883 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:07:57.877926 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:07:57.895 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:07:57.890969 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:08:08.118 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:08:08.113676 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:08:08.129 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:08:08.124233 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:08:18.370 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:08:18.365538 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:08:18.383 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:08:18.378396 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:08:28.608 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:08:28.603599 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:08:28.628 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:08:28.623384 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:08:38.849 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:08:38.845046 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:08:38.862 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:08:38.857766 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:08:49.086 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:08:49.082337 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:08:49.097 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:08:49.093128 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:08:59.350 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:08:59.345645 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:08:59.363 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:08:59.358362 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:09:09.599 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:09:09.595293 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:09:09.638 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:09:09.634391 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:09:19.881 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:09:19.876973 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:09:19.924 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:09:19.919738 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:09:30.147 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:09:30.142607 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:09:30.156 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:09:30.152023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:09:40.372 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:09:40.368116 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:09:40.383 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:09:40.379237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:09:50.604 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:09:50.600467 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:09:50.614 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:09:50.611052 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:09:53.276 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:09:53.272886 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T16:09:53.917 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:09:53.912410 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-04T16:09:53.903+0000 7f0517be3340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T16:09:53.917 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:09:53.903+0000 7f0517be3340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T16:09:53.917 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:09:53.903+0000 7f0517be3340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T16:09:53.918 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T16:09:53.918 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:09:53.912437 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-04T16:09:53.903+0000 7f0517be3340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T16:09:53.918 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:09:53.903+0000 7f0517be3340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T16:09:53.918 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:09:53.903+0000 7f0517be3340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T16:09:53.919 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T16:10:00.837 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:10:00.832518 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:10:00.848 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:10:00.844967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:10:11.072 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:10:11.068170 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:10:11.085 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:10:11.081412 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:10:21.306 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:10:21.302387 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:10:21.318 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:10:21.315007 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:10:31.537 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:10:31.533413 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:10:31.549 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:10:31.545874 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:10:41.781 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:10:41.777007 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:10:41.790 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:10:41.786913 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:10:52.009 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:10:52.005103 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:10:52.018 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:10:52.014823 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:11:02.289 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:11:02.284976 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:11:02.306 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:11:02.302675 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:11:12.536 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:11:12.527974 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:11:12.544 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:11:12.541315 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:11:22.775 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:11:22.770892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:11:22.785 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:11:22.781729 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:11:33.007 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:11:33.003717 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:11:33.021 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:11:33.018187 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:11:43.248 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:11:43.245088 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:11:43.261 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:11:43.257413 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:11:53.478 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:11:53.475032 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:11:53.493 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:11:53.490546 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:12:03.718 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:12:03.715001 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:12:03.732 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:12:03.728534 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:12:13.961 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:12:13.957373 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:12:13.975 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:12:13.971693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:12:24.199 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:12:24.195922 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:12:24.213 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:12:24.210127 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:12:34.447 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:12:34.443980 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:12:34.463 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:12:34.459930 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:12:44.679 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:12:44.675781 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:12:44.690 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:12:44.687678 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:12:54.938 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:12:54.935386 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:12:54.947 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:12:54.944185 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:13:05.168 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:13:05.164739 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:13:05.180 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:13:05.176964 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:13:15.401 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:13:15.397547 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:13:15.487 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:13:15.483135 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:13:25.706 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:13:25.702975 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:13:25.721 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:13:25.717724 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:13:35.943 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:13:35.939459 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:13:35.953 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:13:35.950568 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:13:46.174 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:13:46.170990 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:13:46.185 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:13:46.182490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:13:56.410 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:13:56.406477 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:13:56.422 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:13:56.419020 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:14:06.646 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:14:06.643312 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:14:06.656 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:14:06.652878 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:14:16.881 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:14:16.878127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:14:16.892 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:14:16.889694 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:14:27.120 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:14:27.116785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:14:27.132 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:14:27.129594 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:14:37.358 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:14:37.354749 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:14:37.375 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:14:37.371082 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:14:47.592 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:14:47.589092 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:14:47.603 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:14:47.600428 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:14:47.806 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:14:47.803232 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-04 16:14:47.792996962 +0000 UTC m=+11020.675469241 LastTransitionTime:2022-03-04 13:12:59 +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-04T16:14:57.827 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:14:57.823811 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:14:57.873 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:14:57.870425 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:15:08.093 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:15:08.090383 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:15:08.105 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:15:08.102895 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:15:18.326 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:15:18.323219 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:15:18.337 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:15:18.334936 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:15:28.559 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:15:28.556706 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:15:28.570 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:15:28.567530 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:15:38.785 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:15:38.782353 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:15:38.798 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:15:38.795232 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:15:49.035 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:15:49.031905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:15:49.047 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:15:49.044282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:15:59.268 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:15:59.265700 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:15:59.284 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:15:59.281638 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:16:09.503 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:16:09.500526 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:16:09.524 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:16:09.521398 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:16:19.744 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:16:19.741411 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:16:19.757 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:16:19.754782 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:16:29.981 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:16:29.978489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:16:29.995 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:16:29.992397 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:16:40.229 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:16:40.225900 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:16:40.239 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:16:40.236377 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:16:50.486 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:16:50.482954 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:16:50.499 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:16:50.496517 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:17:00.719 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:17:00.716211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:17:00.731 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:17:00.729039 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:17:10.964 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:17:10.961875 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:17:10.980 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:17:10.977448 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:17:21.203 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:17:21.200482 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:17:21.270 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:17:21.266403 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:17:31.523 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:17:31.520490 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:17:31.535 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:17:31.532919 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:17:41.998 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:17:41.995395 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:17:42.006 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:17:42.004162 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:17:52.233 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:17:52.230455 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:17:52.246 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:17:52.243456 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:18:02.465 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:18:02.462795 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:18:02.476 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:18:02.473885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:18:12.710 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:18:12.706998 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:18:12.724 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:18:12.721592 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:18:22.946 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:18:22.943385 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:18:22.960 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:18:22.957812 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:18:33.179 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:18:33.176224 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:18:33.196 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:18:33.193544 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:18:43.412 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:18:43.409614 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:18:43.425 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:18:43.422557 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:18:53.645 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:18:53.642546 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:18:53.659 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:18:53.657362 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:19:03.882 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:19:03.879089 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:19:03.895 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:19:03.893219 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:19:14.120 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:19:14.116920 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:19:14.131 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:19:14.128702 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:19:24.356 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:19:24.353204 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:19:24.368 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:19:24.365839 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:19:34.593 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:19:34.589969 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:19:34.633 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:19:34.631201 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:19:44.860 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:19:44.857245 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:19:44.871 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:19:44.869343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:19:55.102 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:19:55.099245 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:19:55.110 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:19:55.108025 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:20:05.341 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:20:05.338439 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:20:05.352 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:20:05.349582 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:20:15.575 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:20:15.572140 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:20:15.585 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:20:15.582359 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:20:25.838 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:20:25.832651 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:20:25.868 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:20:25.865291 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:20:36.084 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:20:36.081270 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:20:36.096 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:20:36.093252 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:20:46.317 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:20:46.314405 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:20:46.329 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:20:46.326750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:20:56.563 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:20:56.560493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:20:56.582 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:20:56.579872 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:21:06.800 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:21:06.797479 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:21:06.812 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:21:06.810542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:21:17.067 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:21:17.064368 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:21:17.079 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:21:17.077022 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:21:27.300 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:21:27.297924 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:21:27.322 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:21:27.319655 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:21:37.543 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:21:37.541186 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:21:37.553 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:21:37.550658 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:21:47.769 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:21:47.766547 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:21:47.782 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:21:47.779754 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:21:58.003 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:21:58.000243 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:21:58.017 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:21:58.014528 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:22:08.239 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:22:08.235668 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:22:08.253 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:22:08.249240 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:22:18.471 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:22:18.468454 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:22:18.483 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:22:18.480533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:22:28.709 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:22:28.706827 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:22:28.722 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:22:28.720402 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:22:38.944 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:22:38.941924 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:22:38.956 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:22:38.953663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:22:49.177 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:22:49.174833 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:22:49.189 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:22:49.187503 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:22:59.415 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:22:59.412628 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:22:59.428 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:22:59.425709 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:23:09.658 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:23:09.655967 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:23:09.669 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:23:09.667093 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:23:19.891 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:23:19.887869 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:23:19.904 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:23:19.902192 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:23:30.129 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:23:30.126460 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:23:30.141 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:23:30.138451 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:23:40.397 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:23:40.394323 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:23:40.410 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:23:40.408219 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:23:50.660 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:23:50.657588 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:23:50.673 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:23:50.670722 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:24:00.897 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:24:00.894829 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:24:00.910 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:24:00.907756 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:24:11.130 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:24:11.127254 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:24:11.141 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:24:11.138600 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:24:21.369 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:24:21.367174 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:24:21.382 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:24:21.379543 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:24:31.608 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:24:31.605013 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:24:31.634 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:24:31.632197 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:24:41.850 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:24:41.847695 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:24:41.862 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:24:41.859334 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:24:52.082 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:24:52.080140 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:24:52.091 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:24:52.088378 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:25:02.305 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:25:02.303159 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:25:02.317 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:25:02.315178 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:25:12.579 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:25:12.576586 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:25:12.591 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:25:12.589249 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:25:22.849 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:25:22.846703 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:25:22.862 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:25:22.860105 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:25:33.082 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:25:33.080004 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:25:33.094 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:25:33.091587 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:25:43.314 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:25:43.311962 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:25:43.326 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:25:43.323858 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:25:53.584 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:25:53.581265 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:25:53.595 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:25:53.592393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:26:03.814 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:03.811286 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:26:03.826 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:03.823899 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:26:14.048 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:14.045509 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:26:14.060 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:14.058166 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:26:24.281 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:24.278827 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:26:24.295 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:24.291789 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:26:33.923 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:33.920478 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T16:26:34.514 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:34.511546 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:26:34.523 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:34.520431 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:26:34.531 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:34.528898 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-04T16:26:34.519+0000 7fc321d67340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T16:26:34.532 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:26:34.519+0000 7fc321d67340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T16:26:34.532 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:26:34.519+0000 7fc321d67340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T16:26:34.532 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T16:26:34.532 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:34.528921 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-04T16:26:34.519+0000 7fc321d67340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T16:26:34.533 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:26:34.519+0000 7fc321d67340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T16:26:34.533 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:26:34.519+0000 7fc321d67340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T16:26:34.533 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T16:26:44.745 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:44.742340 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:26:44.758 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:44.755216 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:26:54.979 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:54.975984 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:26:54.993 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:26:54.990359 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:27:05.218 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:27:05.215525 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:27:05.231 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:27:05.229430 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:27:15.457 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:27:15.454513 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:27:15.470 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:27:15.467273 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:27:25.690 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:27:25.687455 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:27:25.703 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:27:25.696776 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:27:35.926 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:27:35.923623 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:27:35.935 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:27:35.932687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:27:46.156 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:27:46.153740 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:27:46.170 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:27:46.167360 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:27:56.437 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:27:56.434836 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:27:56.452 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:27:56.449833 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:28:06.689 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:28:06.686039 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:28:06.703 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:28:06.700691 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:28:16.930 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:28:16.926922 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:28:16.942 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:28:16.939226 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:28:27.162 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:28:27.159360 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:28:27.174 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:28:27.171915 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:28:37.404 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:28:37.401395 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:28:37.414 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:28:37.412093 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:28:47.629 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:28:47.626444 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:28:47.641 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:28:47.639024 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:28:57.913 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:28:57.909819 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:28:57.925 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:28:57.923050 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:29:08.170 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:29:08.167926 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:29:08.182 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:29:08.179643 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:29:18.399 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:29:18.396911 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:29:18.412 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:29:18.409286 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:29:28.650 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:29:28.647146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:29:28.662 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:29:28.659805 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:29:38.883 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:29:38.880127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:29:38.900 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:29:38.897938 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:29:49.155 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:29:49.152342 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:29:49.166 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:29:49.163411 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:29:59.405 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:29:59.401939 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:29:59.419 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:29:59.415581 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:30:09.641 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:30:09.638871 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:30:09.657 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:30:09.650858 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:30:19.889 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:30:19.885669 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:30:19.903 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:30:19.900440 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:30:30.123 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:30:30.120887 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:30:30.132 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:30:30.130195 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:30:40.358 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:30:40.355593 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:30:40.371 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:30:40.368397 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:30:50.593 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:30:50.590145 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:30:50.606 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:30:50.603467 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:31:00.829 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:31:00.825770 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:31:00.840 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:31:00.838161 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:31:11.062 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:31:11.058979 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:31:11.074 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:31:11.071615 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:31:21.299 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:31:21.295953 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:31:21.313 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:31:21.310205 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:31:31.537 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:31:31.534520 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:31:31.550 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:31:31.547088 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:31:41.773 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:31:41.770339 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:31:41.785 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:31:41.782728 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:31:52.027 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:31:52.024085 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:31:52.038 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:31:52.036092 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:32:02.259 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:32:02.256550 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:32:02.270 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:32:02.267715 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:32:12.494 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:32:12.491432 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:32:12.503 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:32:12.501124 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:32:22.734 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:32:22.730931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:32:22.777 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:32:22.774802 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:32:33.011 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:32:33.007928 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:32:33.023 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:32:33.020774 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:32:43.260 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:32:43.257109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:32:43.272 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:32:43.269960 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:32:53.495 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:32:53.491729 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:32:53.502 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:32:53.499942 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:33:03.629 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:33:03.625789 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-04 16:33:03.600898297 +0000 UTC m=+12116.483370524 LastTransitionTime:2022-03-04 13:12:59 +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-04T16:33:03.719 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:33:03.716601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:33:03.770 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:33:03.767771 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:33:14.031 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:33:14.028395 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:33:14.044 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:33:14.040967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:33:24.264 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:33:24.261283 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:33:24.276 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:33:24.273963 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:33:34.498 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:33:34.494734 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:33:34.510 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:33:34.507149 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:33:44.733 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:33:44.729651 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:33:44.744 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:33:44.741540 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:33:54.967 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:33:54.964280 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:33:54.980 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:33:54.977220 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:34:05.202 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:34:05.199387 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:34:05.215 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:34:05.211883 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:34:15.432 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:34:15.428533 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:34:15.444 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:34:15.441536 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:34:25.666 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:34:25.663320 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:34:25.725 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:34:25.721148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:34:35.944 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:34:35.941089 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:34:35.958 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:34:35.955221 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:34:46.174 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:34:46.171209 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:34:46.186 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:34:46.182787 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:34:56.407 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:34:56.403753 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:34:56.419 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:34:56.416700 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:35:06.643 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:35:06.639398 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:35:06.654 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:35:06.651026 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:35:16.873 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:35:16.869608 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:35:16.887 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:35:16.883681 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:35:27.107 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:35:27.103893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:35:27.120 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:35:27.117669 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:35:37.342 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:35:37.338974 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:35:37.356 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:35:37.353204 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:35:47.579 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:35:47.576179 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:35:47.591 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:35:47.587147 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:35:57.824 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:35:57.820368 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:35:57.840 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:35:57.837390 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:36:08.065 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:36:08.061328 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:36:08.078 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:36:08.073731 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:36:18.304 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:36:18.300370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:36:18.316 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:36:18.313229 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:36:28.548 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:36:28.544708 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:36:28.557 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:36:28.553535 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:36:38.778 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:36:38.774620 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:36:38.792 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:36:38.787916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:36:49.012 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:36:49.008618 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:36:49.022 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:36:49.019419 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:36:59.237 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:36:59.233636 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:36:59.250 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:36:59.246997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:37:09.471 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:37:09.468122 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:37:09.485 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:37:09.482116 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:37:19.712 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:37:19.707480 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:37:19.724 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:37:19.720674 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:37:29.955 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:37:29.951267 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:37:29.968 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:37:29.965311 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:37:40.190 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:37:40.186299 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:37:40.203 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:37:40.199845 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:37:50.423 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:37:50.420080 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:37:50.434 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:37:50.431281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:38:00.660 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:38:00.655336 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:38:00.670 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:38:00.667300 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:38:10.891 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:38:10.887007 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:38:10.906 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:38:10.902098 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:38:21.124 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:38:21.120234 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:38:21.140 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:38:21.136308 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:38:31.362 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:38:31.358315 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:38:31.372 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:38:31.368769 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:38:41.589 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:38:41.584704 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:38:41.600 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:38:41.596546 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:38:51.824 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:38:51.820272 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:38:51.835 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:38:51.832206 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:39:02.057 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:39:02.054225 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:39:02.070 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:39:02.067514 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:39:12.295 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:39:12.291964 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:39:12.311 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:39:12.307449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:39:22.585 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:39:22.582046 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:39:22.594 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:39:22.591256 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:39:32.824 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:39:32.821257 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:39:32.843 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:39:32.837805 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:39:43.061 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:39:43.055598 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:39:43.072 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:39:43.069430 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:39:53.297 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:39:53.294038 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:39:53.310 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:39:53.307253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:40:03.536 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:40:03.533424 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:40:03.547 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:40:03.543318 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:40:13.769 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:40:13.765811 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:40:13.784 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:40:13.781279 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:40:24.009 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:40:24.005950 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:40:24.020 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:40:24.017156 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:40:34.251 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:40:34.247893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:40:34.265 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:40:34.262050 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:40:44.493 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:40:44.489922 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:40:44.504 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:40:44.501788 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:40:54.729 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:40:54.725536 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:40:54.742 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:40:54.740004 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:41:04.991 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:41:04.988196 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:41:05.004 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:41:05.001542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:41:15.222 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:41:15.218770 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:41:15.234 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:41:15.231793 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:41:25.500 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:41:25.497254 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:41:25.557 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:41:25.554762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:41:35.778 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:41:35.775141 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:41:35.789 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:41:35.786947 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:41:46.012 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:41:46.009981 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:41:46.025 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:41:46.022551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:41:56.248 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:41:56.245672 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:41:56.260 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:41:56.257872 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:42:06.480 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:42:06.477971 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:42:06.492 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:42:06.489997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:42:16.710 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:42:16.707968 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:42:16.723 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:42:16.721156 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:42:26.945 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:42:26.942457 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:42:26.958 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:42:26.956129 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:42:37.180 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:42:37.177560 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:42:37.190 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:42:37.188502 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:42:47.410 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:42:47.408280 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:42:47.421 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:42:47.419734 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:42:57.641 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:42:57.639249 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:42:57.654 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:42:57.652326 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:43:07.879 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:07.876353 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:43:07.889 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:07.887276 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:43:14.540 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:14.538364 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T16:43:15.152 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:15.148702 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-04T16:43:15.140+0000 7f020fdf3340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T16:43:15.153 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:43:15.140+0000 7f020fdf3340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T16:43:15.153 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:43:15.140+0000 7f020fdf3340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T16:43:15.154 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T16:43:15.154 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:15.148726 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-04T16:43:15.140+0000 7f020fdf3340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T16:43:15.155 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:43:15.140+0000 7f020fdf3340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T16:43:15.155 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:43:15.140+0000 7f020fdf3340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T16:43:15.156 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T16:43:18.115 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:18.112725 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:43:18.127 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:18.124943 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:43:28.356 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:28.353836 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:43:28.367 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:28.365049 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:43:38.593 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:38.590483 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:43:38.604 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:38.602665 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:43:48.830 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:48.828413 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:43:48.842 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:48.840743 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:43:59.066 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:59.064078 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:43:59.077 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:43:59.075744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:44:09.310 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:44:09.307769 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:44:09.319 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:44:09.317223 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:44:19.545 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:44:19.543465 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:44:19.557 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:44:19.555782 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:44:29.774 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:44:29.772392 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:44:29.784 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:44:29.782159 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:44:40.004 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:44:40.002381 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:44:40.018 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:44:40.016515 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:44:40.019 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:44:40.016546 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-04T16:44:50.239 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:44:50.236859 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:44:50.251 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:44:50.249204 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:45:00.476 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:45:00.474445 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:45:00.488 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:45:00.486886 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:45:10.705 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:45:10.703389 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:45:10.718 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:45:10.716757 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:45:20.938 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:45:20.936124 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:45:20.987 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:45:20.985717 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:45:31.206 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:45:31.204029 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:45:31.215 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:45:31.213968 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:45:41.436 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:45:41.434063 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:45:41.448 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:45:41.446391 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:45:51.668 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:45:51.666946 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:45:51.680 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:45:51.678134 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:46:01.898 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:46:01.896177 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:46:01.911 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:46:01.909339 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:46:12.137 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:46:12.135040 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:46:12.148 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:46:12.146862 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:46:22.373 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:46:22.371014 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:46:22.385 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:46:22.383630 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:46:32.616 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:46:32.614204 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:46:32.653 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:46:32.650787 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:46:42.874 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:46:42.871297 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:46:42.919 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:46:42.916175 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:46:53.175 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:46:53.173773 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:46:53.188 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:46:53.187331 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:47:03.409 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:47:03.406960 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:47:03.509 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:47:03.421487 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:47:13.651 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:47:13.649524 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:47:13.663 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:47:13.661825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:47:23.884 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:47:23.882728 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:47:23.899 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:47:23.897266 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:47:34.124 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:47:34.123085 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:47:34.135 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:47:34.133701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:47:44.359 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:47:44.358049 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:47:44.373 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:47:44.371659 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:47:54.598 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:47:54.596237 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:47:54.609 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:47:54.608240 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:48:04.835 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:48:04.833991 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:48:04.847 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:48:04.846371 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:48:15.086 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:48:15.084233 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:48:15.096 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:48:15.095268 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:48:25.326 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:48:25.323864 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:48:25.338 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:48:25.336658 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:48:35.569 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:48:35.567854 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:48:35.623 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:48:35.622049 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:48:45.846 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:48:45.844682 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:48:45.858 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:48:45.856794 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:48:56.086 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:48:56.084278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:48:56.133 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:48:56.132232 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:49:06.349 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:49:06.347588 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:49:06.360 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:49:06.359349 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:49:16.605 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:49:16.604324 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:49:16.615 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:49:16.613864 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:49:26.859 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:49:26.857970 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:49:26.903 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:49:26.901364 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:49:37.137 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:49:37.135804 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:49:37.151 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:49:37.149914 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:49:47.372 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:49:47.370248 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:49:47.383 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:49:47.381970 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:49:57.600 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:49:57.598867 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:49:57.613 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:49:57.612026 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:50:07.833 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:50:07.831777 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:50:07.845 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:50:07.844039 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:50:18.068 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:50:18.067067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:50:18.079 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:50:18.078220 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:50:18.339 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:50:18.337835 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-04 16:50:18.327793654 +0000 UTC m=+13151.210265961 LastTransitionTime:2022-03-04 13:12:59 +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-04T16:50:28.304 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:50:28.303223 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:50:28.318 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:50:28.316764 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:50:38.545 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:50:38.543174 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:50:38.556 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:50:38.554883 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:50:48.773 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:50:48.771779 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:50:48.822 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:50:48.821511 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:50:59.038 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:50:59.036694 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:50:59.080 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:50:59.079090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:51:09.343 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:51:09.341628 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:51:09.356 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:51:09.354127 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:51:19.576 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:51:19.574685 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:51:19.587 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:51:19.586011 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:51:29.809 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:51:29.808007 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:51:29.824 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:51:29.823383 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:51:40.054 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:51:40.053233 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:51:40.067 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:51:40.066384 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:51:50.289 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:51:50.287726 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:51:50.301 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:51:50.300771 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:52:00.523 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:52:00.521925 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:52:00.538 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:52:00.537024 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:52:10.764 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:52:10.763073 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:52:10.776 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:52:10.774147 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:52:20.999 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:52:20.997586 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:52:21.011 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:52:21.009958 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:52:31.233 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:52:31.231805 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:52:31.245 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:52:31.244248 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:52:41.468 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:52:41.467749 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:52:41.479 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:52:41.478623 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:52:51.707 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:52:51.706230 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:52:51.720 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:52:51.719241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:53:02.005 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:53:02.004288 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:53:02.018 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:53:02.017215 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:53:12.233 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:53:12.231782 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:53:12.244 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:53:12.243358 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:53:22.464 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:53:22.463331 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:53:22.474 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:53:22.474032 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:53:32.693 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:53:32.692433 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:53:32.705 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:53:32.704638 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:53:42.957 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:53:42.955887 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:53:42.966 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:53:42.965170 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:53:53.205 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:53:53.204500 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:53:53.219 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:53:53.218047 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:54:03.488 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:54:03.486637 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:54:03.501 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:54:03.500607 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:54:13.723 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:54:13.722356 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:54:13.736 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:54:13.736019 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:54:23.955 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:54:23.954162 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:54:23.970 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:54:23.969183 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:54:34.190 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:54:34.189332 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:54:34.203 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:54:34.202839 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:54:44.426 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:54:44.425082 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:54:44.436 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:54:44.435366 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:54:54.659 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:54:54.658310 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:54:54.671 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:54:54.670961 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:55:04.896 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:55:04.894832 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:55:04.930 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:55:04.930041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:55:15.160 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:55:15.159062 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:55:15.177 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:55:15.176491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:55:25.410 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:55:25.408665 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:55:25.420 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:55:25.419930 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:55:35.642 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:55:35.641059 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:55:35.657 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:55:35.656962 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:55:45.881 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:55:45.880510 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:55:45.894 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:55:45.893669 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:55:56.112 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:55:56.111460 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:55:56.124 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:55:56.123461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:56:06.352 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:56:06.350781 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:56:06.364 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:56:06.363805 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:56:16.594 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:56:16.592923 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:56:16.610 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:56:16.609175 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:56:26.837 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:56:26.836461 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:56:26.845 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:56:26.844945 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:56:37.066 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:56:37.065006 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:56:37.079 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:56:37.078917 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:56:47.309 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:56:47.308127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:56:47.322 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:56:47.321931 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:56:57.544 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:56:57.543859 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:56:57.556 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:56:57.555803 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:57:07.792 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:57:07.791392 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:57:07.803 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:57:07.802276 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:57:18.019 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:57:18.018155 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:57:18.031 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:57:18.030558 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:57:28.249 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:57:28.248514 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:57:28.262 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:57:28.261865 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:57:38.484 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:57:38.483093 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:57:38.522 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:57:38.521058 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:57:48.755 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:57:48.754392 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:57:48.768 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:57:48.767951 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:57:58.985 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:57:58.984369 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:57:58.997 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:57:58.996674 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:58:09.218 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:58:09.217352 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:58:09.229 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:58:09.228968 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:58:19.450 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:58:19.448977 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:58:19.463 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:58:19.462197 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:58:29.690 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:58:29.689177 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:58:29.702 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:58:29.701580 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:58:39.921 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:58:39.920592 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:58:39.931 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:58:39.930312 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:58:50.154 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:58:50.151573 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:58:50.160 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:58:50.159607 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:59:00.382 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:00.381555 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:59:00.395 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:00.394955 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:59:10.628 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:10.627803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:59:10.639 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:10.639276 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:59:20.861 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:20.860490 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:59:20.876 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:20.875234 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:59:31.095 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:31.094076 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:59:31.109 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:31.106426 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:59:41.332 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:41.331746 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:59:41.343 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:41.342521 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:59:51.572 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:51.571292 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:59:51.585 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:51.584268 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T16:59:55.156 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:55.155237 I | op-mon: parsing mon endpoints: a=10.98.110.56:6789 2022-03-04T16:59:55.737 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:55.735714 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-04T16:59:55.728+0000 7fdf4739a340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T16:59:55.737 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:59:55.728+0000 7fdf4739a340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T16:59:55.738 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:59:55.728+0000 7fdf4739a340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T16:59:55.738 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T16:59:55.738 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 16:59:55.735742 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-04T16:59:55.728+0000 7fdf4739a340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-04T16:59:55.738 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:59:55.728+0000 7fdf4739a340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-04T16:59:55.739 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04T16:59:55.728+0000 7fdf4739a340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-04T16:59:55.739 INFO:tasks.rook.operator.smithi173.stdout:couldn't init storage provider. : exit status 5 2022-03-04T17:00:01.815 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:00:01.813883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:00:01.834 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:00:01.831125 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:00:12.060 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:00:12.059541 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:00:12.074 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:00:12.073058 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:00:22.300 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:00:22.299051 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:00:22.312 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:00:22.311697 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:00:32.607 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:00:32.605874 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:00:32.620 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:00:32.619823 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:00:42.897 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:00:42.896625 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:00:42.906 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:00:42.905930 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:00:53.125 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:00:53.123937 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:00:53.137 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:00:53.136478 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:01:03.363 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:01:03.362555 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:01:03.375 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:01:03.374337 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:01:13.712 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:01:13.711921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:01:13.722 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:01:13.721777 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:01:23.939 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:01:23.938172 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:01:23.988 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:01:23.987972 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:01:34.225 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:01:34.224402 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:01:34.233 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:01:34.232741 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:01:44.455 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:01:44.454428 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:01:44.467 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:01:44.466796 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:01:54.714 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:01:54.712933 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:01:54.729 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:01:54.728636 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:02:04.943 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:02:04.942556 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:02:04.973 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:02:04.973324 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:02:15.192 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:02:15.190983 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:02:15.204 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:02:15.203643 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:02:25.446 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:02:25.444962 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:02:25.456 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:02:25.455704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:02:35.677 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:02:35.676493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:02:35.688 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:02:35.686882 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:02:45.911 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:02:45.909837 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:02:45.925 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:02:45.924254 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:02:56.145 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:02:56.143934 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:02:56.161 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:02:56.159956 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:03:06.386 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:03:06.385717 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:03:06.400 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:03:06.398793 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:03:16.618 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:03:16.617132 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:03:16.629 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:03:16.628654 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:03:26.850 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:03:26.848927 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:03:26.861 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:03:26.860516 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:03:37.085 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:03:37.084058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:03:37.099 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:03:37.098512 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:03:47.326 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:03:47.325224 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:03:47.341 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:03:47.340593 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:03:57.561 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:03:57.560018 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:03:57.570 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:03:57.569267 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:04:07.793 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:04:07.792518 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:04:07.805 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:04:07.804250 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:04:18.033 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:04:18.031875 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:04:18.055 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:04:18.054230 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:04:28.274 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:04:28.273675 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:04:28.286 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:04:28.285825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:04:38.507 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:04:38.505767 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:04:38.519 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:04:38.517690 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:04:48.741 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:04:48.740738 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:04:48.751 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:04:48.750657 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:04:58.975 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:04:58.974096 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:04:58.987 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:04:58.986316 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:05:09.225 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:05:09.224727 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:05:09.234 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:05:09.233977 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:05:19.483 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:05:19.481742 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:05:19.508 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:05:19.503936 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:05:29.759 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:05:29.758408 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:05:29.773 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:05:29.771800 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:05:39.990 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:05:39.988765 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:05:40.058 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:05:40.056708 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:05:50.279 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:05:50.277802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:05:50.292 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:05:50.291440 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:06:00.638 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:06:00.634019 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:06:00.644 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:06:00.644017 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:06:10.869 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:06:10.867402 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:06:10.877 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:06:10.877166 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:06:21.095 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:06:21.094224 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:06:21.109 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:06:21.108161 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:06:31.330 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:06:31.329781 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:06:31.343 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:06:31.341846 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:06:41.561 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:06:41.560174 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:06:41.569 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:06:41.569322 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:06:51.791 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:06:51.789895 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:06:52.331 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:06:51.802201 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:07:02.028 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:07:02.027686 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:07:02.179 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:07:02.178315 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:07:12.448 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:07:12.447110 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:07:12.461 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:07:12.459742 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:07:22.692 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:07:22.691594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:07:22.703 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:07:22.702334 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:07:32.920 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:07:32.919465 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:07:32.932 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:07:32.931752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:07:33.102 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:07:33.101462 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-04 17:07:33.095999275 +0000 UTC m=+14185.978471557 LastTransitionTime:2022-03-04 13:12:59 +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-04T17:07:43.181 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:07:43.180130 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:07:43.193 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:07:43.192415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:07:53.413 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:07:53.411887 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:07:53.426 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:07:53.425754 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:08:03.679 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:08:03.678623 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:08:03.687 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:08:03.687035 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:08:13.908 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:08:13.906942 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:08:13.919 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:08:13.919004 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:08:24.148 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:08:24.147387 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:08:24.162 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:08:24.161577 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:08:34.380 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:08:34.378908 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:08:34.391 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:08:34.390699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:08:44.637 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:08:44.636200 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:08:44.649 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:08:44.648421 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:08:54.881 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:08:54.880382 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:08:54.890 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:08:54.889440 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:09:05.113 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:09:05.112073 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:09:05.125 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:09:05.124327 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:09:15.367 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:09:15.365999 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:09:15.378 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:09:15.377824 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:09:25.767 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:09:25.765910 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:09:25.780 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:09:25.779515 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:09:36.051 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:09:36.049867 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:09:36.064 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:09:36.063592 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:09:46.323 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:09:46.322255 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:09:46.335 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:09:46.334301 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:09:56.551 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:09:56.550803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:09:56.564 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:09:56.563366 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:10:06.792 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:10:06.790913 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:10:06.803 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:10:06.802083 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:10:17.025 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:10:17.024096 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:10:17.036 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:10:17.035912 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:10:27.275 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:10:27.274364 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:10:27.287 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:10:27.286305 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:10:37.562 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:10:37.560578 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:10:37.572 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:10:37.571289 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:10:47.791 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:10:47.790274 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:10:47.806 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:10:47.804168 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:10:58.031 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:10:58.030536 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:10:58.051 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:10:58.041078 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:11:08.258 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:11:08.257438 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T17:11:08.270 INFO:tasks.rook.operator.smithi173.stdout:2022-03-04 17:11:08.269048 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-04T19:33:05.172 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2022-03-04T19:33:05.184 DEBUG:teuthology.task.console_log:Killing console logger for smithi173 2022-03-04T19:33:05.187 DEBUG:teuthology.exit:Finished running handlers