2022-03-06T00:10:40.869 INFO:root:teuthology version: 1.1.0-eeaeee38 2022-03-06T00:10:40.871 DEBUG:teuthology.run:Teuthology command: teuthology --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} --owner scheduled_ozeneva@teuthology --name ozeneva-2022-03-06_00:00:14-rados-wip-omri-tracing-compiled-distro-basic-smithi --archive /home/teuthworker/archive/ozeneva-2022-03-06_00:00:14-rados-wip-omri-tracing-compiled-distro-basic-smithi/6723219 -- /home/teuthworker/archive/ozeneva-2022-03-06_00:00:14-rados-wip-omri-tracing-compiled-distro-basic-smithi/6723219/orig.config.yaml 2022-03-06T00:10:40.913 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2022-03-06T00:10:40.977 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/ozeneva-2022-03-06_00:00:14-rados-wip-omri-tracing-compiled-distro-basic-smithi/6723219 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: '6723219' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: ozeneva-2022-03-06_00:00:14-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: 50 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: smithi123.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDncvMnJwpWW5V9u7XtQ7xjlzEUpjHPwkKgMCb9jlgIjUFB9R1sFon8DtJP5xvGA1IQmzDx7XCYjeqWO/gdqa/f77Nbkjh81Q2Di2Lh03l+u1403ZpvxkqlcXjARSy70EEOMMG8KYSlTiiV+3m36NbtRkSD3OOy4s2Gvh5FnGmNcpn86B8UxHK0/ayzayFRMo7Ll5voOsBUsi7+Y7jc8Fb/U9K9LNj3cYLp0CpANivztwgXbXgmhWdxnn65PeDsM9zgJT8rREgMrktpX5E3GEw/6aU0yuImcdzYmB9gMX51tPXCyxt0vK7OLgB40AeH2dgVxKbX2iUMXeoN3NXhAvrLTYIGsTdIDb5S+pEn8sRI0ydAG52gqvoWLZ5aOokvB+Xdf2YPL5t0sYhT/eD0ESmVKwVaDMVDgOCDvtg18R8UilN2+fo36e2eNl0Kw9q9BP2iDcPeG2H6G8sRrCd19QJGwv8US8NoW54QGrknnNs5FAgKhxZHNFq9iQKLoNeQCi0= 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-06_00:00:14 tube: smithi user: ozeneva verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.22301 2022-03-06T00:10:40.978 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-06T00:10:40.979 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/qa/tasks 2022-03-06T00:10:40.979 INFO:teuthology.run_tasks:Running task internal.check_packages... 2022-03-06T00:10:40.981 INFO:teuthology.task.internal:Checking packages... 2022-03-06T00:10:41.003 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'd0dc2fbbf3f64a2d513e2355b245d0ea9728ff97' 2022-03-06T00:10:41.004 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2022-03-06T00:10:41.004 INFO:teuthology.packaging:ref: None 2022-03-06T00:10:41.005 INFO:teuthology.packaging:tag: None 2022-03-06T00:10:41.005 INFO:teuthology.packaging:branch: wip-omri-tracing-compiled 2022-03-06T00:10:41.005 INFO:teuthology.packaging:sha1: d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97 2022-03-06T00:10:41.006 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-06T00:10:41.188 INFO:teuthology.task.internal:Found packages for ceph version 17.0.0-10974-gd0dc2fbb-1focal 2022-03-06T00:10:41.188 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2022-03-06T00:10:41.214 INFO:teuthology.task.internal:no buildpackages task found 2022-03-06T00:10:41.214 INFO:teuthology.run_tasks:Running task internal.save_config... 2022-03-06T00:10:41.226 INFO:teuthology.task.internal:Saving configuration 2022-03-06T00:10:41.240 INFO:teuthology.run_tasks:Running task internal.check_lock... 2022-03-06T00:10:41.246 INFO:teuthology.task.internal.check_lock:Checking locks... 2022-03-06T00:10:41.271 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi123.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/ozeneva-2022-03-06_00:00:14-rados-wip-omri-tracing-compiled-distro-basic-smithi/6723219', '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-06 00:05:25.490374', 'locked_by': 'scheduled_ozeneva@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK7E9SdLlX35felEpkmdaE0OMxSTvbaRADSssUyOSnLe'} 2022-03-06T00:10:41.271 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2022-03-06T00:10:41.280 INFO:teuthology.task.internal:roles: ubuntu@smithi123.front.sepia.ceph.com - ['host.a', 'client.a'] 2022-03-06T00:10:41.281 INFO:teuthology.run_tasks:Running task console_log... 2022-03-06T00:10:41.325 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fdef8eb3950>, signals=[15]) 2022-03-06T00:10:41.326 INFO:teuthology.run_tasks:Running task internal.connect... 2022-03-06T00:10:41.338 INFO:teuthology.task.internal:Opening connections... 2022-03-06T00:10:41.338 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi123.front.sepia.ceph.com 2022-03-06T00:10:41.341 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-06T00:10:41.399 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2022-03-06T00:10:41.413 DEBUG:teuthology.orchestra.run.smithi123:> uname -m 2022-03-06T00:10:41.522 INFO:teuthology.orchestra.run.smithi123.stdout:x86_64 2022-03-06T00:10:41.523 DEBUG:teuthology.orchestra.run.smithi123:> cat /etc/os-release 2022-03-06T00:10:41.571 INFO:teuthology.orchestra.run.smithi123.stdout:NAME="Ubuntu" 2022-03-06T00:10:41.572 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION="20.04.3 LTS (Focal Fossa)" 2022-03-06T00:10:41.572 INFO:teuthology.orchestra.run.smithi123.stdout:ID=ubuntu 2022-03-06T00:10:41.572 INFO:teuthology.orchestra.run.smithi123.stdout:ID_LIKE=debian 2022-03-06T00:10:41.572 INFO:teuthology.orchestra.run.smithi123.stdout:PRETTY_NAME="Ubuntu 20.04.3 LTS" 2022-03-06T00:10:41.573 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION_ID="20.04" 2022-03-06T00:10:41.573 INFO:teuthology.orchestra.run.smithi123.stdout:HOME_URL="https://www.ubuntu.com/" 2022-03-06T00:10:41.573 INFO:teuthology.orchestra.run.smithi123.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2022-03-06T00:10:41.573 INFO:teuthology.orchestra.run.smithi123.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2022-03-06T00:10:41.573 INFO:teuthology.orchestra.run.smithi123.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2022-03-06T00:10:41.574 INFO:teuthology.orchestra.run.smithi123.stdout:VERSION_CODENAME=focal 2022-03-06T00:10:41.574 INFO:teuthology.orchestra.run.smithi123.stdout:UBUNTU_CODENAME=focal 2022-03-06T00:10:41.575 INFO:teuthology.lock.ops:Updating smithi123.front.sepia.ceph.com on lock server 2022-03-06T00:10:41.633 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2022-03-06T00:10:41.647 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2022-03-06T00:10:41.667 INFO:teuthology.task.internal:Checking for old test directory... 2022-03-06T00:10:41.667 DEBUG:teuthology.orchestra.run.smithi123:> test '!' -e /home/ubuntu/cephtest 2022-03-06T00:10:41.673 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2022-03-06T00:10:41.680 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2022-03-06T00:10:41.681 DEBUG:teuthology.orchestra.run.smithi123:> test -z $(ls -A /var/lib/ceph) 2022-03-06T00:10:41.689 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2022-03-06T00:10:41.731 INFO:teuthology.run_tasks:Running task kernel... 2022-03-06T00:10:41.745 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2022-03-06T00:10:41.746 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2022-03-06T00:10:41.746 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.a': {'hwe': True}} 2022-03-06T00:10:41.747 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2022-03-06T00:10:41.747 DEBUG:teuthology.orchestra.run.smithi123:> uname -r 2022-03-06T00:10:41.755 INFO:teuthology.orchestra.run.smithi123.stdout:5.4.0-97-generic 2022-03-06T00:10:41.755 INFO:teuthology.task.kernel:Running kernel on smithi123: 5.4.0-97-generic 2022-03-06T00:10:41.756 DEBUG:teuthology.orchestra.run.smithi123:> sudo apt-get clean 2022-03-06T00:10:41.842 DEBUG:teuthology.orchestra.run.smithi123:> sudo apt-get update 2022-03-06T00:10:41.993 INFO:teuthology.orchestra.run.smithi123.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-03-06T00:10:42.102 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-06T00:10:42.191 INFO:teuthology.orchestra.run.smithi123.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-03-06T00:10:42.303 INFO:teuthology.orchestra.run.smithi123.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [387 kB] 2022-03-06T00:10:42.383 INFO:teuthology.orchestra.run.smithi123.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,275 kB] 2022-03-06T00:10:42.424 INFO:teuthology.orchestra.run.smithi123.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [224 kB] 2022-03-06T00:10:42.426 INFO:teuthology.orchestra.run.smithi123.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [9,740 B] 2022-03-06T00:10:42.427 INFO:teuthology.orchestra.run.smithi123.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [21.7 kB] 2022-03-06T00:10:42.428 INFO:teuthology.orchestra.run.smithi123.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [773 kB] 2022-03-06T00:10:42.437 INFO:teuthology.orchestra.run.smithi123.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [110 kB] 2022-03-06T00:10:42.438 INFO:teuthology.orchestra.run.smithi123.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [504 B] 2022-03-06T00:10:42.438 INFO:teuthology.orchestra.run.smithi123.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [680 kB] 2022-03-06T00:10:42.446 INFO:teuthology.orchestra.run.smithi123.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [536 kB] 2022-03-06T00:10:42.452 INFO:teuthology.orchestra.run.smithi123.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [117 kB] 2022-03-06T00:10:42.453 INFO:teuthology.orchestra.run.smithi123.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [13.2 kB] 2022-03-06T00:10:42.468 INFO:teuthology.orchestra.run.smithi123.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] 2022-03-06T00:10:42.468 INFO:teuthology.orchestra.run.smithi123.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,180 B] 2022-03-06T00:10:42.469 INFO:teuthology.orchestra.run.smithi123.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,196 B] 2022-03-06T00:10:42.469 INFO:teuthology.orchestra.run.smithi123.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [500 B] 2022-03-06T00:10:42.531 INFO:teuthology.orchestra.run.smithi123.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-03-06T00:10:42.657 INFO:teuthology.orchestra.run.smithi123.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1,608 kB] 2022-03-06T00:10:43.025 INFO:teuthology.orchestra.run.smithi123.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [610 kB] 2022-03-06T00:10:43.038 INFO:teuthology.orchestra.run.smithi123.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [308 kB] 2022-03-06T00:10:43.044 INFO:teuthology.orchestra.run.smithi123.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [14.8 kB] 2022-03-06T00:10:43.044 INFO:teuthology.orchestra.run.smithi123.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [23.1 kB] 2022-03-06T00:10:43.044 INFO:teuthology.orchestra.run.smithi123.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [827 kB] 2022-03-06T00:10:43.108 INFO:teuthology.orchestra.run.smithi123.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [118 kB] 2022-03-06T00:10:43.111 INFO:teuthology.orchestra.run.smithi123.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [500 B] 2022-03-06T00:10:43.111 INFO:teuthology.orchestra.run.smithi123.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [905 kB] 2022-03-06T00:10:43.144 INFO:teuthology.orchestra.run.smithi123.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [669 kB] 2022-03-06T00:10:43.160 INFO:teuthology.orchestra.run.smithi123.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [201 kB] 2022-03-06T00:10:43.164 INFO:teuthology.orchestra.run.smithi123.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [20.2 kB] 2022-03-06T00:10:43.194 INFO:teuthology.orchestra.run.smithi123.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,432 B] 2022-03-06T00:10:43.195 INFO:teuthology.orchestra.run.smithi123.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [23.7 kB] 2022-03-06T00:10:43.195 INFO:teuthology.orchestra.run.smithi123.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,312 B] 2022-03-06T00:10:43.196 INFO:teuthology.orchestra.run.smithi123.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [580 B] 2022-03-06T00:10:43.196 INFO:teuthology.orchestra.run.smithi123.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [34.8 kB] 2022-03-06T00:10:43.209 INFO:teuthology.orchestra.run.smithi123.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [42.2 kB] 2022-03-06T00:10:43.291 INFO:teuthology.orchestra.run.smithi123.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main Translation-en [10.1 kB] 2022-03-06T00:10:43.293 INFO:teuthology.orchestra.run.smithi123.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [12.9 kB] 2022-03-06T00:10:43.296 INFO:teuthology.orchestra.run.smithi123.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [22.7 kB] 2022-03-06T00:10:43.299 INFO:teuthology.orchestra.run.smithi123.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [15.4 kB] 2022-03-06T00:10:43.301 INFO:teuthology.orchestra.run.smithi123.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [804 B] 2022-03-06T00:10:45.661 INFO:teuthology.orchestra.run.smithi123.stdout:Fetched 10.0 MB in 2s (6,113 kB/s) 2022-03-06T00:10:46.755 INFO:teuthology.orchestra.run.smithi123.stdout:Reading package lists... 2022-03-06T00:10:46.777 DEBUG:teuthology.orchestra.run.smithi123:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-03-06T00:10:46.846 INFO:teuthology.orchestra.run.smithi123.stdout:Reading package lists... 2022-03-06T00:10:46.997 INFO:teuthology.orchestra.run.smithi123.stdout:Building dependency tree... 2022-03-06T00:10:46.998 INFO:teuthology.orchestra.run.smithi123.stdout:Reading state information... 2022-03-06T00:10:47.128 INFO:teuthology.orchestra.run.smithi123.stdout:The following additional packages will be installed: 2022-03-06T00:10:47.128 INFO:teuthology.orchestra.run.smithi123.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-03-06T00:10:47.128 INFO:teuthology.orchestra.run.smithi123.stdout: libusbmuxd6 linux-image-5.13.0-30-generic linux-modules-5.13.0-30-generic 2022-03-06T00:10:47.128 INFO:teuthology.orchestra.run.smithi123.stdout: linux-modules-extra-5.13.0-30-generic thermald upower usbmuxd 2022-03-06T00:10:47.129 INFO:teuthology.orchestra.run.smithi123.stdout:Suggested packages: 2022-03-06T00:10:47.129 INFO:teuthology.orchestra.run.smithi123.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.13-source-5.13.0 2022-03-06T00:10:47.129 INFO:teuthology.orchestra.run.smithi123.stdout: linux-hwe-5.13-tools linux-headers-5.13.0-30-generic 2022-03-06T00:10:47.166 INFO:teuthology.orchestra.run.smithi123.stdout:The following NEW packages will be installed: 2022-03-06T00:10:47.166 INFO:teuthology.orchestra.run.smithi123.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-03-06T00:10:47.167 INFO:teuthology.orchestra.run.smithi123.stdout: libusbmuxd6 linux-image-5.13.0-30-generic linux-image-generic-hwe-20.04 2022-03-06T00:10:47.167 INFO:teuthology.orchestra.run.smithi123.stdout: linux-modules-5.13.0-30-generic linux-modules-extra-5.13.0-30-generic 2022-03-06T00:10:47.168 INFO:teuthology.orchestra.run.smithi123.stdout: thermald upower usbmuxd 2022-03-06T00:10:47.348 INFO:teuthology.orchestra.run.smithi123.stdout:0 upgraded, 13 newly installed, 0 to remove and 73 not upgraded. 2022-03-06T00:10:47.349 INFO:teuthology.orchestra.run.smithi123.stdout:Need to get 80.1 MB of archives. 2022-03-06T00:10:47.349 INFO:teuthology.orchestra.run.smithi123.stdout:After this operation, 409 MB of additional disk space will be used. 2022-03-06T00:10:47.349 INFO:teuthology.orchestra.run.smithi123.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2022-03-06T00:10:47.619 INFO:teuthology.orchestra.run.smithi123.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2022-03-06T00:10:47.650 INFO:teuthology.orchestra.run.smithi123.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2022-03-06T00:10:47.651 INFO:teuthology.orchestra.run.smithi123.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2022-03-06T00:10:47.741 INFO:teuthology.orchestra.run.smithi123.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2022-03-06T00:10:47.743 INFO:teuthology.orchestra.run.smithi123.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-06T00:10:48.590 INFO:teuthology.orchestra.run.smithi123.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-06T00:10:48.860 INFO:teuthology.orchestra.run.smithi123.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-06T00:10:50.852 INFO:teuthology.orchestra.run.smithi123.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-06T00:10:50.853 INFO:teuthology.orchestra.run.smithi123.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-06T00:10:50.853 INFO:teuthology.orchestra.run.smithi123.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2022-03-06T00:10:50.859 INFO:teuthology.orchestra.run.smithi123.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2022-03-06T00:10:50.861 INFO:teuthology.orchestra.run.smithi123.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2022-03-06T00:10:51.265 INFO:teuthology.orchestra.run.smithi123.stdout:Fetched 80.1 MB in 4s (21.7 MB/s) 2022-03-06T00:10:51.456 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2022-03-06T00:10:52.882 INFO:teuthology.orchestra.run.smithi123.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-06T00:10:52.887 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2022-03-06T00:10:52.995 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-03-06T00:10:53.348 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libplist3:amd64. 2022-03-06T00:10:53.362 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2022-03-06T00:10:53.406 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2022-03-06T00:10:53.734 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2022-03-06T00:10:53.747 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2022-03-06T00:10:53.775 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2022-03-06T00:10:54.112 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2022-03-06T00:10:54.126 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2022-03-06T00:10:54.170 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-03-06T00:10:54.489 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libupower-glib3:amd64. 2022-03-06T00:10:54.502 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2022-03-06T00:10:54.548 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2022-03-06T00:10:54.859 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package linux-modules-5.13.0-30-generic. 2022-03-06T00:10:54.875 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../05-linux-modules-5.13.0-30-generic_5.13.0-30.33~20.04.1_amd64.deb ... 2022-03-06T00:10:54.909 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking linux-modules-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-06T00:10:57.092 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package linux-image-5.13.0-30-generic. 2022-03-06T00:10:57.106 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../06-linux-image-5.13.0-30-generic_5.13.0-30.33~20.04.1_amd64.deb ... 2022-03-06T00:10:57.227 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-06T00:10:57.687 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package linux-modules-extra-5.13.0-30-generic. 2022-03-06T00:10:57.700 INFO:teuthology.orchestra.run.smithi123.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-06T00:10:57.745 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking linux-modules-extra-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-06T00:11:03.384 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2022-03-06T00:11:03.402 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.13.0.30.33~20.04.17_amd64.deb ... 2022-03-06T00:11:03.468 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking linux-image-generic-hwe-20.04 (5.13.0.30.33~20.04.17) ... 2022-03-06T00:11:03.787 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libevdev2:amd64. 2022-03-06T00:11:03.802 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.1_amd64.deb ... 2022-03-06T00:11:03.845 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-03-06T00:11:04.170 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package thermald. 2022-03-06T00:11:04.184 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2022-03-06T00:11:04.228 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2022-03-06T00:11:04.758 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package upower. 2022-03-06T00:11:04.771 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2022-03-06T00:11:04.818 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking upower (0.99.11-1build2) ... 2022-03-06T00:11:05.273 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package usbmuxd. 2022-03-06T00:11:05.286 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2022-03-06T00:11:05.333 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-03-06T00:11:05.623 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2022-03-06T00:11:05.748 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-03-06T00:11:05.874 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2022-03-06T00:11:06.000 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2022-03-06T00:11:06.117 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-03-06T00:11:06.235 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-03-06T00:11:06.353 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up upower (0.99.11-1build2) ... 2022-03-06T00:11:06.786 INFO:teuthology.orchestra.run.smithi123.stdout:upower.service is a disabled or a static unit, not starting it. 2022-03-06T00:11:06.838 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-03-06T00:11:07.013 INFO:teuthology.orchestra.run.smithi123.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2022-03-06T00:11:07.023 INFO:teuthology.orchestra.run.smithi123.stdout:Adding system user `usbmux' (UID 114) ... 2022-03-06T00:11:07.024 INFO:teuthology.orchestra.run.smithi123.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2022-03-06T00:11:07.479 INFO:teuthology.orchestra.run.smithi123.stdout:Not creating home directory `/var/lib/usbmux'. 2022-03-06T00:11:07.691 INFO:teuthology.orchestra.run.smithi123.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2022-03-06T00:11:07.733 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2022-03-06T00:11:08.038 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2022-03-06T00:11:08.038 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2022-03-06T00:11:08.522 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-06T00:11:09.778 INFO:teuthology.orchestra.run.smithi123.stdout:I: /boot/vmlinuz is now a symlink to vmlinuz-5.13.0-30-generic 2022-03-06T00:11:09.779 INFO:teuthology.orchestra.run.smithi123.stdout:I: /boot/initrd.img is now a symlink to initrd.img-5.13.0-30-generic 2022-03-06T00:11:09.932 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up linux-modules-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-06T00:11:11.258 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up linux-modules-extra-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-06T00:11:12.567 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up linux-image-generic-hwe-20.04 (5.13.0.30.33~20.04.17) ... 2022-03-06T00:11:12.904 INFO:teuthology.orchestra.run.smithi123.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-03-06T00:11:17.282 INFO:teuthology.orchestra.run.smithi123.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-03-06T00:11:17.951 INFO:teuthology.orchestra.run.smithi123.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-03-06T00:11:18.051 INFO:teuthology.orchestra.run.smithi123.stdout:Processing triggers for linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-06T00:11:18.241 INFO:teuthology.orchestra.run.smithi123.stdout:/etc/kernel/postinst.d/initramfs-tools: 2022-03-06T00:11:18.241 INFO:teuthology.orchestra.run.smithi123.stdout:update-initramfs: Generating /boot/initrd.img-5.13.0-30-generic 2022-03-06T00:11:41.653 INFO:teuthology.orchestra.run.smithi123.stdout:/etc/kernel/postinst.d/zz-update-grub: 2022-03-06T00:11:41.654 INFO:teuthology.orchestra.run.smithi123.stdout:Sourcing file `/etc/default/grub' 2022-03-06T00:11:41.659 INFO:teuthology.orchestra.run.smithi123.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-03-06T00:11:41.690 INFO:teuthology.orchestra.run.smithi123.stdout:Generating grub configuration file ... 2022-03-06T00:11:41.963 INFO:teuthology.orchestra.run.smithi123.stdout:Found linux image: /boot/vmlinuz-5.13.0-30-generic 2022-03-06T00:11:41.994 INFO:teuthology.orchestra.run.smithi123.stdout:Found initrd image: /boot/initrd.img-5.13.0-30-generic 2022-03-06T00:11:42.357 INFO:teuthology.orchestra.run.smithi123.stdout:Found linux image: /boot/vmlinuz-5.4.0-97-generic 2022-03-06T00:11:42.369 INFO:teuthology.orchestra.run.smithi123.stdout:Found initrd image: /boot/initrd.img-5.4.0-97-generic 2022-03-06T00:11:44.948 INFO:teuthology.orchestra.run.smithi123.stdout:done 2022-03-06T00:11:45.303 DEBUG:teuthology.orchestra.run.smithi123:> dpkg -s linux-image-generic-hwe-20.04 2022-03-06T00:11:45.336 INFO:teuthology.orchestra.run.smithi123.stdout:Package: linux-image-generic-hwe-20.04 2022-03-06T00:11:45.337 INFO:teuthology.orchestra.run.smithi123.stdout:Status: install ok installed 2022-03-06T00:11:45.337 INFO:teuthology.orchestra.run.smithi123.stdout:Priority: optional 2022-03-06T00:11:45.338 INFO:teuthology.orchestra.run.smithi123.stdout:Section: kernel 2022-03-06T00:11:45.338 INFO:teuthology.orchestra.run.smithi123.stdout:Installed-Size: 19 2022-03-06T00:11:45.338 INFO:teuthology.orchestra.run.smithi123.stdout:Maintainer: Ubuntu Kernel Team 2022-03-06T00:11:45.338 INFO:teuthology.orchestra.run.smithi123.stdout:Architecture: amd64 2022-03-06T00:11:45.339 INFO:teuthology.orchestra.run.smithi123.stdout:Source: linux-meta-hwe-5.13 2022-03-06T00:11:45.339 INFO:teuthology.orchestra.run.smithi123.stdout:Version: 5.13.0.30.33~20.04.17 2022-03-06T00:11:45.339 INFO:teuthology.orchestra.run.smithi123.stdout:Provides: virtualbox-guest-modules (= 5.13.0-30), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.6-1ubuntu2) 2022-03-06T00:11:45.339 INFO:teuthology.orchestra.run.smithi123.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-06T00:11:45.339 INFO:teuthology.orchestra.run.smithi123.stdout:Recommends: thermald 2022-03-06T00:11:45.340 INFO:teuthology.orchestra.run.smithi123.stdout:Description: Generic Linux kernel image 2022-03-06T00:11:45.340 INFO:teuthology.orchestra.run.smithi123.stdout: This package will always depend on the latest generic kernel image 2022-03-06T00:11:45.340 INFO:teuthology.orchestra.run.smithi123.stdout: available. 2022-03-06T00:11:45.341 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-97-generic Expected: 5.13.0-30-generic 2022-03-06T00:11:45.341 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2022-03-06T00:11:45.342 DEBUG:teuthology.task.kernel:src is distro, skipping download 2022-03-06T00:11:45.343 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2022-03-06T00:11:45.343 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi123.front.sepia.ceph.com, path=None, version=distro) 2022-03-06T00:11:45.343 DEBUG:teuthology.orchestra.run.smithi123:> sudo apt-get clean 2022-03-06T00:11:45.403 DEBUG:teuthology.orchestra.run.smithi123:> sudo apt-get update 2022-03-06T00:11:45.546 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-06T00:11:45.658 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-06T00:11:45.741 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-06T00:11:45.823 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-06T00:11:47.074 INFO:teuthology.orchestra.run.smithi123.stdout:Reading package lists... 2022-03-06T00:11:47.097 DEBUG:teuthology.orchestra.run.smithi123:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-03-06T00:11:47.163 INFO:teuthology.orchestra.run.smithi123.stdout:Reading package lists... 2022-03-06T00:11:47.334 INFO:teuthology.orchestra.run.smithi123.stdout:Building dependency tree... 2022-03-06T00:11:47.335 INFO:teuthology.orchestra.run.smithi123.stdout:Reading state information... 2022-03-06T00:11:47.520 INFO:teuthology.orchestra.run.smithi123.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.13.0.30.33~20.04.17). 2022-03-06T00:11:47.520 INFO:teuthology.orchestra.run.smithi123.stdout:0 upgraded, 0 newly installed, 0 to remove and 73 not upgraded. 2022-03-06T00:11:47.522 DEBUG:teuthology.orchestra.run.smithi123:> dpkg -s linux-image-generic-hwe-20.04 2022-03-06T00:11:47.543 INFO:teuthology.orchestra.run.smithi123.stdout:Package: linux-image-generic-hwe-20.04 2022-03-06T00:11:47.544 INFO:teuthology.orchestra.run.smithi123.stdout:Status: install ok installed 2022-03-06T00:11:47.545 INFO:teuthology.orchestra.run.smithi123.stdout:Priority: optional 2022-03-06T00:11:47.545 INFO:teuthology.orchestra.run.smithi123.stdout:Section: kernel 2022-03-06T00:11:47.545 INFO:teuthology.orchestra.run.smithi123.stdout:Installed-Size: 19 2022-03-06T00:11:47.546 INFO:teuthology.orchestra.run.smithi123.stdout:Maintainer: Ubuntu Kernel Team 2022-03-06T00:11:47.546 INFO:teuthology.orchestra.run.smithi123.stdout:Architecture: amd64 2022-03-06T00:11:47.547 INFO:teuthology.orchestra.run.smithi123.stdout:Source: linux-meta-hwe-5.13 2022-03-06T00:11:47.547 INFO:teuthology.orchestra.run.smithi123.stdout:Version: 5.13.0.30.33~20.04.17 2022-03-06T00:11:47.548 INFO:teuthology.orchestra.run.smithi123.stdout:Provides: virtualbox-guest-modules (= 5.13.0-30), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.6-1ubuntu2) 2022-03-06T00:11:47.548 INFO:teuthology.orchestra.run.smithi123.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-06T00:11:47.549 INFO:teuthology.orchestra.run.smithi123.stdout:Recommends: thermald 2022-03-06T00:11:47.549 INFO:teuthology.orchestra.run.smithi123.stdout:Description: Generic Linux kernel image 2022-03-06T00:11:47.549 INFO:teuthology.orchestra.run.smithi123.stdout: This package will always depend on the latest generic kernel image 2022-03-06T00:11:47.550 INFO:teuthology.orchestra.run.smithi123.stdout: available. 2022-03-06T00:11:47.551 DEBUG:teuthology.orchestra.run.smithi123:> mktemp 2022-03-06T00:11:47.557 INFO:teuthology.orchestra.run.smithi123.stdout:/tmp/tmp.F90gl1ld7z 2022-03-06T00:11:47.558 DEBUG:teuthology.orchestra.run.smithi123:> sudo cp /boot/grub/grub.cfg /tmp/tmp.F90gl1ld7z 2022-03-06T00:11:47.574 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod 0666 /tmp/tmp.F90gl1ld7z 2022-03-06T00:11:47.655 DEBUG:teuthology.orchestra.remote:smithi123:/tmp/tmp.F90gl1ld7z is 8KB 2022-03-06T00:11:47.671 DEBUG:teuthology.orchestra.run.smithi123:> rm -fr /tmp/tmp.F90gl1ld7z 2022-03-06T00:11:47.679 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2022-03-06T00:11:47.735 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:11:47.736 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/grub.d/01_ceph_kernel 2022-03-06T00:11:47.736 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2022-03-06T00:11:47.771 INFO:teuthology.task.kernel:Distro Kernel Version: 5.13.0-30-generic 2022-03-06T00:11:47.772 DEBUG:teuthology.orchestra.run.smithi123:> sudo update-grub 2022-03-06T00:11:48.778 INFO:teuthology.orchestra.run.smithi123.stderr:Sourcing file `/etc/default/grub' 2022-03-06T00:11:48.780 INFO:teuthology.orchestra.run.smithi123.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-03-06T00:11:48.789 INFO:teuthology.orchestra.run.smithi123.stderr:Generating grub configuration file ... 2022-03-06T00:11:49.029 INFO:teuthology.orchestra.run.smithi123.stderr:Found linux image: /boot/vmlinuz-5.13.0-30-generic 2022-03-06T00:11:49.043 INFO:teuthology.orchestra.run.smithi123.stderr:Found initrd image: /boot/initrd.img-5.13.0-30-generic 2022-03-06T00:11:49.392 INFO:teuthology.orchestra.run.smithi123.stderr:Found linux image: /boot/vmlinuz-5.4.0-97-generic 2022-03-06T00:11:49.403 INFO:teuthology.orchestra.run.smithi123.stderr:Found initrd image: /boot/initrd.img-5.4.0-97-generic 2022-03-06T00:11:51.053 INFO:teuthology.orchestra.run.smithi123.stderr:done 2022-03-06T00:11:51.057 DEBUG:teuthology.orchestra.run.smithi123:> sudo shutdown -r now 2022-03-06T00:12:21.089 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2022-03-06T00:12:21.090 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2022-03-06T00:12:21.091 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-06T00:12:39.499 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.123 2022-03-06T00:13:09.526 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2022-03-06T00:13:09.528 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-06T00:13:12.591 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.123 2022-03-06T00:13:42.619 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2022-03-06T00:13:42.621 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-06T00:13:42.930 DEBUG:teuthology.orchestra.run.smithi123:> true 2022-03-06T00:13:43.407 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi123.front.sepia.ceph.com' 2022-03-06T00:13:43.407 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.13.0-30-generic"... 2022-03-06T00:13:43.408 DEBUG:teuthology.orchestra.run.smithi123:> uname -r 2022-03-06T00:13:43.413 INFO:teuthology.orchestra.run.smithi123.stdout:5.13.0-30-generic 2022-03-06T00:13:43.413 DEBUG:teuthology.task.kernel:current kernel version is 5.13.0-30-generic vs 5.13.0-30-generic 2022-03-06T00:13:43.413 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2022-03-06T00:13:43.413 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2022-03-06T00:13:44.414 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2022-03-06T00:13:44.415 DEBUG:teuthology.orchestra.run.smithi123:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2022-03-06T00:13:44.478 INFO:teuthology.orchestra.run.smithi123.stdout:ttyS1 2022-03-06T00:13:44.508 DEBUG:teuthology.parallel:result is None 2022-03-06T00:13:44.508 INFO:teuthology.run_tasks:Running task internal.base... 2022-03-06T00:13:44.548 INFO:teuthology.task.internal:Creating test directory... 2022-03-06T00:13:44.549 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2022-03-06T00:13:44.557 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2022-03-06T00:13:44.574 INFO:teuthology.run_tasks:Running task internal.archive... 2022-03-06T00:13:44.592 INFO:teuthology.task.internal:Creating archive directory... 2022-03-06T00:13:44.593 DEBUG:teuthology.orchestra.run.smithi123:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2022-03-06T00:13:44.620 INFO:teuthology.run_tasks:Running task internal.coredump... 2022-03-06T00:13:44.634 INFO:teuthology.task.internal:Enabling coredump saving... 2022-03-06T00:13:44.635 DEBUG:teuthology.orchestra.run.smithi123:> 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-06T00:13:44.681 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-03-06T00:13:44.690 INFO:teuthology.orchestra.run.smithi123.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-03-06T00:13:44.691 INFO:teuthology.run_tasks:Running task internal.sudo... 2022-03-06T00:13:44.784 INFO:teuthology.task.internal:Configuring sudo... 2022-03-06T00:13:44.784 DEBUG:teuthology.orchestra.run.smithi123:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2022-03-06T00:13:44.802 INFO:teuthology.run_tasks:Running task internal.syslog... 2022-03-06T00:13:44.827 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2022-03-06T00:13:44.828 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2022-03-06T00:13:44.851 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2022-03-06T00:13:44.859 DEBUG:teuthology.orchestra.run.smithi123:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2022-03-06T00:13:44.866 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:13:44.867 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2022-03-06T00:13:44.891 DEBUG:teuthology.orchestra.run.smithi123:> sudo service rsyslog restart 2022-03-06T00:13:44.939 INFO:teuthology.run_tasks:Running task internal.timer... 2022-03-06T00:13:44.953 INFO:teuthology.task.internal:Starting timer... 2022-03-06T00:13:44.954 INFO:teuthology.run_tasks:Running task pcp... 2022-03-06T00:13:45.009 INFO:teuthology.run_tasks:Running task selinux... 2022-03-06T00:13:45.047 DEBUG:teuthology.task.selinux:Excluding smithi123: OS 'ubuntu' does not support SELinux 2022-03-06T00:13:45.048 DEBUG:teuthology.task.selinux:Getting current SELinux state 2022-03-06T00:13:45.048 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2022-03-06T00:13:45.048 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2022-03-06T00:13:45.049 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2022-03-06T00:13:45.067 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master was just updated or references a specific commit; assuming it is current 2022-03-06T00:13:45.067 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master to origin/master 2022-03-06T00:13:45.104 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-06T00:13:45.106 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi123.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml 2022-03-06T00:16:45.116 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi123.front.sepia.ceph.com')] 2022-03-06T00:16:45.118 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi123.front.sepia.ceph.com' 2022-03-06T00:16:45.120 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi123.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-06T00:16:45.170 DEBUG:teuthology.orchestra.run.smithi123:> true 2022-03-06T00:16:45.289 INFO:teuthology.run_tasks:Running task clock... 2022-03-06T00:16:45.377 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2022-03-06T00:16:45.378 INFO:teuthology.orchestra.run:Running command with timeout 360 2022-03-06T00:16:45.381 DEBUG:teuthology.orchestra.run.smithi123:> 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-06T00:16:45.417 INFO:teuthology.orchestra.run.smithi123.stdout: 6 Mar 00:16:45 ntpd[9026]: ntpd 4.2.8p12@1.3728-o (1): Starting 2022-03-06T00:16:45.417 INFO:teuthology.orchestra.run.smithi123.stdout: 6 Mar 00:16:45 ntpd[9026]: Command line: ntpd -gq 2022-03-06T00:16:45.418 INFO:teuthology.orchestra.run.smithi123.stdout: 6 Mar 00:16:45 ntpd[9026]: proto: precision = 0.093 usec (-23) 2022-03-06T00:16:45.418 INFO:teuthology.orchestra.run.smithi123.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-03-06T00:16:45.419 INFO:teuthology.orchestra.run.smithi123.stdout: 6 Mar 00:16:45 ntpd[9026]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-03-06T00:16:45.419 INFO:teuthology.orchestra.run.smithi123.stderr:restrict ::: KOD does nothing without LIMITED. 2022-03-06T00:16:45.421 INFO:teuthology.orchestra.run.smithi123.stdout: 6 Mar 00:16:45 ntpd[9026]: restrict ::: KOD does nothing without LIMITED. 2022-03-06T00:16:45.421 INFO:teuthology.orchestra.run.smithi123.stdout: 6 Mar 00:16:45 ntpd[9026]: Listen and drop on 0 v6wildcard [::]:123 2022-03-06T00:16:45.421 INFO:teuthology.orchestra.run.smithi123.stdout: 6 Mar 00:16:45 ntpd[9026]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2022-03-06T00:16:45.421 INFO:teuthology.orchestra.run.smithi123.stdout: 6 Mar 00:16:45 ntpd[9026]: Listen normally on 2 lo 127.0.0.1:123 2022-03-06T00:16:45.422 INFO:teuthology.orchestra.run.smithi123.stdout: 6 Mar 00:16:45 ntpd[9026]: Listen normally on 3 enp3s0f1 172.21.15.123:123 2022-03-06T00:16:45.422 INFO:teuthology.orchestra.run.smithi123.stdout: 6 Mar 00:16:45 ntpd[9026]: Listen normally on 4 lo [::1]:123 2022-03-06T00:16:45.422 INFO:teuthology.orchestra.run.smithi123.stdout: 6 Mar 00:16:45 ntpd[9026]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d3f1%5]:123 2022-03-06T00:16:45.423 INFO:teuthology.orchestra.run.smithi123.stdout: 6 Mar 00:16:45 ntpd[9026]: Listening on routing socket on fd #22 for interface updates 2022-03-06T00:16:46.418 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:46 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:46.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:46 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:46.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:46 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:46.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:46 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:46.420 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:46 ntpd[9026]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-06T00:16:46.420 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:46 ntpd[9026]: can't open /var/log/ntpstats/peerstats.20220306: Permission denied 2022-03-06T00:16:48.418 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:48 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:48.418 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:48 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:48.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:48 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:48.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:48 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:48.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:48 ntpd[9026]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-06T00:16:48.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:48 ntpd[9026]: can't open /var/log/ntpstats/peerstats.20220306: Permission denied 2022-03-06T00:16:49.418 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:49 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:49.418 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:49 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:49.418 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:49 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:49.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:49 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:49.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:49 ntpd[9026]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-06T00:16:49.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:49 ntpd[9026]: can't open /var/log/ntpstats/peerstats.20220306: Permission denied 2022-03-06T00:16:50.422 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:50.422 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:50.422 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:50.423 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:50.423 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:50.423 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:50.423 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:50.423 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:50.424 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-06T00:16:50.424 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: can't open /var/log/ntpstats/peerstats.20220306: Permission denied 2022-03-06T00:16:50.424 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:50.424 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:50.425 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-06T00:16:50.425 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: can't open /var/log/ntpstats/peerstats.20220306: Permission denied 2022-03-06T00:16:50.425 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:50.425 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:50.425 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-06T00:16:50.426 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:50 ntpd[9026]: can't open /var/log/ntpstats/peerstats.20220306: Permission denied 2022-03-06T00:16:51.418 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:51 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:51.418 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:51 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:51.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:51 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:51.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:51 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:51.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:51 ntpd[9026]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-06T00:16:51.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:51 ntpd[9026]: can't open /var/log/ntpstats/peerstats.20220306: Permission denied 2022-03-06T00:16:52.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:52.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:52.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:52.419 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:52.420 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:52.420 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:52.420 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:52.420 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:52.421 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-06T00:16:52.421 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: can't open /var/log/ntpstats/peerstats.20220306: Permission denied 2022-03-06T00:16:52.421 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-06T00:16:52.421 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: can't open /var/log/ntpstats/rawstats.20220306: Permission denied 2022-03-06T00:16:52.421 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-06T00:16:52.422 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: can't open /var/log/ntpstats/peerstats.20220306: Permission denied 2022-03-06T00:16:52.422 INFO:teuthology.orchestra.run.smithi123.stdout: 6 Mar 00:16:52 ntpd[9026]: ntpd: time set -0.126562 s 2022-03-06T00:16:52.423 INFO:teuthology.orchestra.run.smithi123.stdout:ntpd: time set -0.126562s 2022-03-06T00:16:52.423 INFO:teuthology.orchestra.run.smithi123.stderr: 6 Mar 00:16:52 ntpd[9026]: can't open /var/log/ntpstats/loopstats.20220306: Permission denied 2022-03-06T00:16:52.557 INFO:teuthology.orchestra.run.smithi123.stdout: remote refid st t when poll reach delay offset jitter 2022-03-06T00:16:52.557 INFO:teuthology.orchestra.run.smithi123.stdout:============================================================================== 2022-03-06T00:16:52.557 INFO:teuthology.orchestra.run.smithi123.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-06T00:16:52.557 INFO:teuthology.orchestra.run.smithi123.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-06T00:16:52.558 INFO:teuthology.orchestra.run.smithi123.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-06T00:16:52.558 INFO:teuthology.orchestra.run.smithi123.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-06T00:16:52.559 INFO:teuthology.run_tasks:Running task kubeadm... 2022-03-06T00:16:52.588 INFO:tasks.kubeadm:Kubeadm start 2022-03-06T00:16:52.588 INFO:tasks.kubeadm:Config: {'pod_network': 'flannel', 'version': '1.21'} 2022-03-06T00:16:52.589 DEBUG:teuthology.orchestra.run.smithi123:> 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-06T00:16:52.620 INFO:teuthology.orchestra.run.smithi123.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2022-03-06T00:16:52.624 INFO:teuthology.orchestra.run.smithi123.stdout:net.bridge.bridge-nf-call-iptables = 1 2022-03-06T00:16:52.629 INFO:teuthology.orchestra.run.smithi123.stdout:net.ipv4.ip_forward = 1 2022-03-06T00:16:52.719 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:16:52.720 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2022-03-06T00:16:52.735 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:16:52.735 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/docker/daemon.json 2022-03-06T00:16:52.744 DEBUG:teuthology.orchestra.run.smithi123:> sudo systemctl restart docker || true 2022-03-06T00:16:53.693 INFO:tasks.kubeadm:Identifying pod subnet 2022-03-06T00:16:53.700 INFO:tasks.kubeadm:172.21.15.123 is in 172.21.0.0/20 at pos 3962 2022-03-06T00:16:53.717 INFO:tasks.kubeadm:Pod subnet: 10.251.208.0/21 2022-03-06T00:16:53.717 INFO:tasks.kubeadm:Installing kube{adm,ctl,let} 2022-03-06T00:16:53.718 DEBUG:teuthology.orchestra.run.smithi123:> 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-06T00:16:53.745 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:16:53.746 INFO:teuthology.orchestra.run.smithi123.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-06T00:16:53.746 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:16:53.966 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-06T00:16:54.021 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-06T00:16:54.137 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-06T00:16:54.224 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-06T00:16:55.459 INFO:teuthology.orchestra.run.smithi123.stdout:Reading package lists... 2022-03-06T00:16:55.630 INFO:teuthology.orchestra.run.smithi123.stdout:Building dependency tree... 2022-03-06T00:16:55.631 INFO:teuthology.orchestra.run.smithi123.stdout:Reading state information... 2022-03-06T00:16:55.727 INFO:teuthology.orchestra.run.smithi123.stdout:66 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-03-06T00:16:55.749 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:16:55.750 INFO:teuthology.orchestra.run.smithi123.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-06T00:16:55.750 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:16:55.798 INFO:teuthology.orchestra.run.smithi123.stdout:Reading package lists... 2022-03-06T00:16:55.957 INFO:teuthology.orchestra.run.smithi123.stdout:Building dependency tree... 2022-03-06T00:16:55.958 INFO:teuthology.orchestra.run.smithi123.stdout:Reading state information... 2022-03-06T00:16:56.116 INFO:teuthology.orchestra.run.smithi123.stdout:ca-certificates is already the newest version (20210119~20.04.2). 2022-03-06T00:16:56.116 INFO:teuthology.orchestra.run.smithi123.stdout:curl is already the newest version (7.68.0-1ubuntu2.7). 2022-03-06T00:16:56.116 INFO:teuthology.orchestra.run.smithi123.stdout:The following NEW packages will be installed: 2022-03-06T00:16:56.117 INFO:teuthology.orchestra.run.smithi123.stdout: apt-transport-https 2022-03-06T00:16:56.344 INFO:teuthology.orchestra.run.smithi123.stdout:0 upgraded, 1 newly installed, 0 to remove and 66 not upgraded. 2022-03-06T00:16:56.344 INFO:teuthology.orchestra.run.smithi123.stdout:Need to get 4,680 B of archives. 2022-03-06T00:16:56.344 INFO:teuthology.orchestra.run.smithi123.stdout:After this operation, 162 kB of additional disk space will be used. 2022-03-06T00:16:56.345 INFO:teuthology.orchestra.run.smithi123.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4,680 B] 2022-03-06T00:16:56.571 INFO:teuthology.orchestra.run.smithi123.stderr:debconf: unable to initialize frontend: Dialog 2022-03-06T00:16:56.572 INFO:teuthology.orchestra.run.smithi123.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-03-06T00:16:56.572 INFO:teuthology.orchestra.run.smithi123.stderr:debconf: falling back to frontend: Readline 2022-03-06T00:16:56.596 INFO:teuthology.orchestra.run.smithi123.stderr:debconf: unable to initialize frontend: Readline 2022-03-06T00:16:56.597 INFO:teuthology.orchestra.run.smithi123.stderr:debconf: (This frontend requires a controlling tty.) 2022-03-06T00:16:56.597 INFO:teuthology.orchestra.run.smithi123.stderr:debconf: falling back to frontend: Teletype 2022-03-06T00:16:56.603 INFO:teuthology.orchestra.run.smithi123.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-03-06T00:16:56.650 INFO:teuthology.orchestra.run.smithi123.stdout:Fetched 4,680 B in 0s (21.3 kB/s) 2022-03-06T00:16:56.753 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package apt-transport-https. 2022-03-06T00:16:56.797 INFO:teuthology.orchestra.run.smithi123.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-06T00:16:56.800 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 2022-03-06T00:16:56.843 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking apt-transport-https (2.0.6) ... 2022-03-06T00:16:57.115 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up apt-transport-https (2.0.6) ... 2022-03-06T00:16:57.620 INFO:teuthology.orchestra.run.smithi123.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2022-03-06T00:16:57.631 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:16:57.631 INFO:teuthology.orchestra.run.smithi123.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-06T00:16:57.632 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:16:57.889 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-06T00:16:57.890 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-06T00:16:57.959 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-06T00:16:58.041 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-06T00:16:58.291 INFO:teuthology.orchestra.run.smithi123.stdout:Get:1 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9,383 B] 2022-03-06T00:16:58.541 INFO:teuthology.orchestra.run.smithi123.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 Packages [53.9 kB] 2022-03-06T00:16:58.683 INFO:teuthology.orchestra.run.smithi123.stdout:Fetched 63.3 kB in 1s (70.1 kB/s) 2022-03-06T00:16:59.521 INFO:teuthology.orchestra.run.smithi123.stdout:Reading package lists... 2022-03-06T00:16:59.688 INFO:teuthology.orchestra.run.smithi123.stdout:Building dependency tree... 2022-03-06T00:16:59.689 INFO:teuthology.orchestra.run.smithi123.stdout:Reading state information... 2022-03-06T00:16:59.778 INFO:teuthology.orchestra.run.smithi123.stdout:66 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-03-06T00:16:59.795 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:16:59.796 INFO:teuthology.orchestra.run.smithi123.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-06T00:16:59.796 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:16:59.849 INFO:teuthology.orchestra.run.smithi123.stdout:Reading package lists... 2022-03-06T00:17:00.026 INFO:teuthology.orchestra.run.smithi123.stdout:Building dependency tree... 2022-03-06T00:17:00.026 INFO:teuthology.orchestra.run.smithi123.stdout:Reading state information... 2022-03-06T00:17:00.164 INFO:teuthology.orchestra.run.smithi123.stdout:bridge-utils is already the newest version (1.6-2ubuntu1). 2022-03-06T00:17:00.165 INFO:teuthology.orchestra.run.smithi123.stdout:bridge-utils set to manually installed. 2022-03-06T00:17:00.165 INFO:teuthology.orchestra.run.smithi123.stdout:The following additional packages will be installed: 2022-03-06T00:17:00.166 INFO:teuthology.orchestra.run.smithi123.stdout: conntrack cri-tools ebtables kubernetes-cni socat 2022-03-06T00:17:00.166 INFO:teuthology.orchestra.run.smithi123.stdout:Suggested packages: 2022-03-06T00:17:00.166 INFO:teuthology.orchestra.run.smithi123.stdout: nftables 2022-03-06T00:17:00.214 INFO:teuthology.orchestra.run.smithi123.stdout:The following NEW packages will be installed: 2022-03-06T00:17:00.214 INFO:teuthology.orchestra.run.smithi123.stdout: conntrack cri-tools ebtables kubeadm kubectl kubelet kubernetes-cni socat 2022-03-06T00:17:00.414 INFO:teuthology.orchestra.run.smithi123.stdout:0 upgraded, 8 newly installed, 0 to remove and 66 not upgraded. 2022-03-06T00:17:00.414 INFO:teuthology.orchestra.run.smithi123.stdout:Need to get 73.6 MB of archives. 2022-03-06T00:17:00.414 INFO:teuthology.orchestra.run.smithi123.stdout:After this operation, 321 MB of additional disk space will be used. 2022-03-06T00:17:00.415 INFO:teuthology.orchestra.run.smithi123.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-03-06T00:17:00.479 INFO:teuthology.orchestra.run.smithi123.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-06T00:17:00.603 INFO:teuthology.orchestra.run.smithi123.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-03-06T00:17:00.727 INFO:teuthology.orchestra.run.smithi123.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-03-06T00:17:00.816 INFO:teuthology.orchestra.run.smithi123.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-06T00:17:01.501 INFO:teuthology.orchestra.run.smithi123.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubelet amd64 1.23.4-00 [19.5 MB] 2022-03-06T00:17:02.598 INFO:teuthology.orchestra.run.smithi123.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubectl amd64 1.23.4-00 [8,927 kB] 2022-03-06T00:17:02.796 INFO:teuthology.orchestra.run.smithi123.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubeadm amd64 1.23.4-00 [8,583 kB] 2022-03-06T00:17:03.199 INFO:teuthology.orchestra.run.smithi123.stderr:debconf: unable to initialize frontend: Dialog 2022-03-06T00:17:03.200 INFO:teuthology.orchestra.run.smithi123.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-03-06T00:17:03.200 INFO:teuthology.orchestra.run.smithi123.stderr:debconf: falling back to frontend: Readline 2022-03-06T00:17:03.208 INFO:teuthology.orchestra.run.smithi123.stderr:debconf: unable to initialize frontend: Readline 2022-03-06T00:17:03.208 INFO:teuthology.orchestra.run.smithi123.stderr:debconf: (This frontend requires a controlling tty.) 2022-03-06T00:17:03.208 INFO:teuthology.orchestra.run.smithi123.stderr:debconf: falling back to frontend: Teletype 2022-03-06T00:17:03.214 INFO:teuthology.orchestra.run.smithi123.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-03-06T00:17:03.265 INFO:teuthology.orchestra.run.smithi123.stdout:Fetched 73.6 MB in 3s (26.7 MB/s) 2022-03-06T00:17:03.359 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package conntrack. 2022-03-06T00:17:03.403 INFO:teuthology.orchestra.run.smithi123.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-06T00:17:03.406 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../0-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-03-06T00:17:03.449 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking conntrack (1:1.4.5-2) ... 2022-03-06T00:17:03.768 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package cri-tools. 2022-03-06T00:17:03.781 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../1-cri-tools_1.19.0-00_amd64.deb ... 2022-03-06T00:17:03.818 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking cri-tools (1.19.0-00) ... 2022-03-06T00:17:04.813 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ebtables. 2022-03-06T00:17:04.828 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../2-ebtables_2.0.11-3build1_amd64.deb ... 2022-03-06T00:17:04.879 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ebtables (2.0.11-3build1) ... 2022-03-06T00:17:05.140 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package kubernetes-cni. 2022-03-06T00:17:05.154 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../3-kubernetes-cni_0.8.7-00_amd64.deb ... 2022-03-06T00:17:05.198 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking kubernetes-cni (0.8.7-00) ... 2022-03-06T00:17:06.651 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package socat. 2022-03-06T00:17:06.663 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../4-socat_1.7.3.3-2_amd64.deb ... 2022-03-06T00:17:06.701 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking socat (1.7.3.3-2) ... 2022-03-06T00:17:07.117 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package kubelet. 2022-03-06T00:17:07.130 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../5-kubelet_1.23.4-00_amd64.deb ... 2022-03-06T00:17:07.175 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking kubelet (1.23.4-00) ... 2022-03-06T00:17:09.561 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package kubectl. 2022-03-06T00:17:09.574 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../6-kubectl_1.23.4-00_amd64.deb ... 2022-03-06T00:17:09.611 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking kubectl (1.23.4-00) ... 2022-03-06T00:17:10.780 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package kubeadm. 2022-03-06T00:17:10.794 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../7-kubeadm_1.23.4-00_amd64.deb ... 2022-03-06T00:17:10.838 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking kubeadm (1.23.4-00) ... 2022-03-06T00:17:11.977 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up conntrack (1:1.4.5-2) ... 2022-03-06T00:17:12.103 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up kubectl (1.23.4-00) ... 2022-03-06T00:17:12.212 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ebtables (2.0.11-3build1) ... 2022-03-06T00:17:13.010 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up socat (1.7.3.3-2) ... 2022-03-06T00:17:13.128 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up cri-tools (1.19.0-00) ... 2022-03-06T00:17:13.229 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up kubernetes-cni (0.8.7-00) ... 2022-03-06T00:17:13.346 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up kubelet (1.23.4-00) ... 2022-03-06T00:17:13.569 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/kubelet.service -> /lib/systemd/system/kubelet.service. 2022-03-06T00:17:14.048 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up kubeadm (1.23.4-00) ... 2022-03-06T00:17:14.424 INFO:teuthology.orchestra.run.smithi123.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-03-06T00:17:15.289 DEBUG:teuthology.orchestra.run.smithi123:> sudo systemctl enable --now kubelet && sudo kubeadm config images pull 2022-03-06T00:17:28.867 INFO:teuthology.orchestra.run.smithi123.stdout:[config/images] Pulled k8s.gcr.io/kube-apiserver:v1.23.4 2022-03-06T00:17:31.853 INFO:teuthology.orchestra.run.smithi123.stdout:[config/images] Pulled k8s.gcr.io/kube-controller-manager:v1.23.4 2022-03-06T00:17:34.067 INFO:teuthology.orchestra.run.smithi123.stdout:[config/images] Pulled k8s.gcr.io/kube-scheduler:v1.23.4 2022-03-06T00:17:37.408 INFO:teuthology.orchestra.run.smithi123.stdout:[config/images] Pulled k8s.gcr.io/kube-proxy:v1.23.4 2022-03-06T00:17:38.800 INFO:teuthology.orchestra.run.smithi123.stdout:[config/images] Pulled k8s.gcr.io/pause:3.6 2022-03-06T00:17:44.273 INFO:teuthology.orchestra.run.smithi123.stdout:[config/images] Pulled k8s.gcr.io/etcd:3.5.1-0 2022-03-06T00:17:46.181 INFO:teuthology.orchestra.run.smithi123.stdout:[config/images] Pulled k8s.gcr.io/coredns/coredns:v1.8.6 2022-03-06T00:17:46.185 INFO:tasks.kubeadm:Token: abcdef.r3u971u8tj5hie2g 2022-03-06T00:17:46.185 INFO:tasks.kubeadm:Remotes: {Remote(name='ubuntu@smithi123.front.sepia.ceph.com'): '172.21.15.123'} 2022-03-06T00:17:46.186 DEBUG:teuthology.orchestra.run.smithi123:> sudo kubeadm init --node-name smithi123 --token abcdef.r3u971u8tj5hie2g --pod-network-cidr 10.251.208.0/21 2022-03-06T00:17:46.381 INFO:teuthology.orchestra.run.smithi123.stdout:[init] Using Kubernetes version: v1.23.4 2022-03-06T00:17:46.382 INFO:teuthology.orchestra.run.smithi123.stdout:[preflight] Running pre-flight checks 2022-03-06T00:17:46.771 INFO:teuthology.orchestra.run.smithi123.stdout:[preflight] Pulling images required for setting up a Kubernetes cluster 2022-03-06T00:17:46.771 INFO:teuthology.orchestra.run.smithi123.stdout:[preflight] This might take a minute or two, depending on the speed of your internet connection 2022-03-06T00:17:46.772 INFO:teuthology.orchestra.run.smithi123.stdout:[preflight] You can also perform this action in beforehand using 'kubeadm config images pull' 2022-03-06T00:17:47.095 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] Using certificateDir folder "/etc/kubernetes/pki" 2022-03-06T00:17:47.338 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] Generating "ca" certificate and key 2022-03-06T00:17:47.500 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] Generating "apiserver" certificate and key 2022-03-06T00:17:47.501 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] apiserver serving cert is signed for DNS names [kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local smithi123] and IPs [10.96.0.1 172.21.15.123] 2022-03-06T00:17:47.870 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] Generating "apiserver-kubelet-client" certificate and key 2022-03-06T00:17:48.034 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] Generating "front-proxy-ca" certificate and key 2022-03-06T00:17:48.265 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] Generating "front-proxy-client" certificate and key 2022-03-06T00:17:48.347 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] Generating "etcd/ca" certificate and key 2022-03-06T00:17:48.565 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] Generating "etcd/server" certificate and key 2022-03-06T00:17:48.565 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] etcd/server serving cert is signed for DNS names [localhost smithi123] and IPs [172.21.15.123 127.0.0.1 ::1] 2022-03-06T00:17:48.622 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] Generating "etcd/peer" certificate and key 2022-03-06T00:17:48.622 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] etcd/peer serving cert is signed for DNS names [localhost smithi123] and IPs [172.21.15.123 127.0.0.1 ::1] 2022-03-06T00:17:48.709 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] Generating "etcd/healthcheck-client" certificate and key 2022-03-06T00:17:48.894 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] Generating "apiserver-etcd-client" certificate and key 2022-03-06T00:17:49.011 INFO:teuthology.orchestra.run.smithi123.stdout:[certs] Generating "sa" key and public key 2022-03-06T00:17:49.011 INFO:teuthology.orchestra.run.smithi123.stdout:[kubeconfig] Using kubeconfig folder "/etc/kubernetes" 2022-03-06T00:17:49.263 INFO:teuthology.orchestra.run.smithi123.stdout:[kubeconfig] Writing "admin.conf" kubeconfig file 2022-03-06T00:17:49.507 INFO:teuthology.orchestra.run.smithi123.stdout:[kubeconfig] Writing "kubelet.conf" kubeconfig file 2022-03-06T00:17:49.758 INFO:teuthology.orchestra.run.smithi123.stdout:[kubeconfig] Writing "controller-manager.conf" kubeconfig file 2022-03-06T00:17:50.040 INFO:teuthology.orchestra.run.smithi123.stdout:[kubeconfig] Writing "scheduler.conf" kubeconfig file 2022-03-06T00:17:50.053 INFO:teuthology.orchestra.run.smithi123.stdout:[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" 2022-03-06T00:17:50.054 INFO:teuthology.orchestra.run.smithi123.stdout:[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" 2022-03-06T00:17:50.055 INFO:teuthology.orchestra.run.smithi123.stdout:[kubelet-start] Starting the kubelet 2022-03-06T00:17:50.248 INFO:teuthology.orchestra.run.smithi123.stdout:[control-plane] Using manifest folder "/etc/kubernetes/manifests" 2022-03-06T00:17:50.249 INFO:teuthology.orchestra.run.smithi123.stdout:[control-plane] Creating static Pod manifest for "kube-apiserver" 2022-03-06T00:17:50.253 INFO:teuthology.orchestra.run.smithi123.stdout:[control-plane] Creating static Pod manifest for "kube-controller-manager" 2022-03-06T00:17:50.253 INFO:teuthology.orchestra.run.smithi123.stdout:[control-plane] Creating static Pod manifest for "kube-scheduler" 2022-03-06T00:17:50.254 INFO:teuthology.orchestra.run.smithi123.stdout:[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests" 2022-03-06T00:17:50.255 INFO:teuthology.orchestra.run.smithi123.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-06T00:18:06.758 INFO:teuthology.orchestra.run.smithi123.stdout:[apiclient] All control plane components are healthy after 16.503756 seconds 2022-03-06T00:18:06.759 INFO:teuthology.orchestra.run.smithi123.stdout:[upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace 2022-03-06T00:18:06.823 INFO:teuthology.orchestra.run.smithi123.stdout:[kubelet] Creating a ConfigMap "kubelet-config-1.23" in namespace kube-system with the configuration for the kubelets in the cluster 2022-03-06T00:18:06.824 INFO:teuthology.orchestra.run.smithi123.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-06T00:18:07.377 INFO:teuthology.orchestra.run.smithi123.stdout:[upload-certs] Skipping phase. Please see --upload-certs 2022-03-06T00:18:07.378 INFO:teuthology.orchestra.run.smithi123.stdout:[mark-control-plane] Marking the node smithi123 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-06T00:18:07.378 INFO:teuthology.orchestra.run.smithi123.stdout:[mark-control-plane] Marking the node smithi123 as control-plane by adding the taints [node-role.kubernetes.io/master:NoSchedule] 2022-03-06T00:18:07.889 INFO:teuthology.orchestra.run.smithi123.stdout:[bootstrap-token] Using token: abcdef.r3u971u8tj5hie2g 2022-03-06T00:18:07.889 INFO:teuthology.orchestra.run.smithi123.stdout:[bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles 2022-03-06T00:18:07.914 INFO:teuthology.orchestra.run.smithi123.stdout:[bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to get nodes 2022-03-06T00:18:07.930 INFO:teuthology.orchestra.run.smithi123.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-06T00:18:07.953 INFO:teuthology.orchestra.run.smithi123.stdout:[bootstrap-token] configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token 2022-03-06T00:18:07.964 INFO:teuthology.orchestra.run.smithi123.stdout:[bootstrap-token] configured RBAC rules to allow certificate rotation for all node client certificates in the cluster 2022-03-06T00:18:07.972 INFO:teuthology.orchestra.run.smithi123.stdout:[bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace 2022-03-06T00:18:08.079 INFO:teuthology.orchestra.run.smithi123.stdout:[kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key 2022-03-06T00:18:08.497 INFO:teuthology.orchestra.run.smithi123.stdout:[addons] Applied essential addon: CoreDNS 2022-03-06T00:18:08.590 INFO:teuthology.orchestra.run.smithi123.stdout:[addons] Applied essential addon: kube-proxy 2022-03-06T00:18:08.591 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:18:08.591 INFO:teuthology.orchestra.run.smithi123.stdout:Your Kubernetes control-plane has initialized successfully! 2022-03-06T00:18:08.591 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:18:08.592 INFO:teuthology.orchestra.run.smithi123.stdout:To start using your cluster, you need to run the following as a regular user: 2022-03-06T00:18:08.592 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:18:08.592 INFO:teuthology.orchestra.run.smithi123.stdout: mkdir -p $HOME/.kube 2022-03-06T00:18:08.592 INFO:teuthology.orchestra.run.smithi123.stdout: sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config 2022-03-06T00:18:08.592 INFO:teuthology.orchestra.run.smithi123.stdout: sudo chown $(id -u):$(id -g) $HOME/.kube/config 2022-03-06T00:18:08.593 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:18:08.593 INFO:teuthology.orchestra.run.smithi123.stdout:Alternatively, if you are the root user, you can run: 2022-03-06T00:18:08.593 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:18:08.593 INFO:teuthology.orchestra.run.smithi123.stdout: export KUBECONFIG=/etc/kubernetes/admin.conf 2022-03-06T00:18:08.594 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:18:08.594 INFO:teuthology.orchestra.run.smithi123.stdout:You should now deploy a pod network to the cluster. 2022-03-06T00:18:08.594 INFO:teuthology.orchestra.run.smithi123.stdout:Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: 2022-03-06T00:18:08.594 INFO:teuthology.orchestra.run.smithi123.stdout: https://kubernetes.io/docs/concepts/cluster-administration/addons/ 2022-03-06T00:18:08.595 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:18:08.595 INFO:teuthology.orchestra.run.smithi123.stdout:Then you can join any number of worker nodes by running the following on each as root: 2022-03-06T00:18:08.595 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:18:08.595 INFO:teuthology.orchestra.run.smithi123.stdout:kubeadm join 172.21.15.123:6443 --token abcdef.r3u971u8tj5hie2g \ 2022-03-06T00:18:08.595 INFO:teuthology.orchestra.run.smithi123.stdout: --discovery-token-ca-cert-hash sha256:44490af1a4b5e3d7d84607d338e12a1bdddcc8096c340df0ad1e59e69627f725 2022-03-06T00:18:08.597 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:18:08.597 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/etc/kubernetes/admin.conf of=/dev/stdout 2022-03-06T00:18:08.635 INFO:tasks.kubeadm:Setting up kubectl 2022-03-06T00:18:08.635 DEBUG:teuthology.orchestra.run.smithi123:> mkdir -p .kube && sudo mkdir -p /root/.kube 2022-03-06T00:18:08.673 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:18:08.675 DEBUG:teuthology.orchestra.run.smithi123:> dd of=.kube/config 2022-03-06T00:18:08.746 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:18:08.747 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/root/.kube/config 2022-03-06T00:18:08.788 DEBUG:teuthology.orchestra.run.smithi123:> curl https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml 2022-03-06T00:18:08.870 INFO:teuthology.orchestra.run.smithi123.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2022-03-06T00:18:08.870 INFO:teuthology.orchestra.run.smithi123.stderr: Dload Upload Total Spent Left Speed 2022-03-06T00:18:09.032 INFO:teuthology.orchestra.run.smithi123.stdout:--- 2022-03-06T00:18:09.032 INFO:teuthology.orchestra.run.smithi123.stdout:apiVersion: policy/v1beta1 2022-03-06T00:18:09.032 INFO:teuthology.orchestra.run.smithi123.stdout:kind: PodSecurityPolicy 2022-03-06T00:18:09.033 INFO:teuthology.orchestra.run.smithi123.stdout:metadata: 2022-03-06T00:18:09.033 INFO:teuthology.orchestra.run.smithi123.stdout: name: psp.flannel.unprivileged 2022-03-06T00:18:09.034 INFO:teuthology.orchestra.run.smithi123.stdout: annotations: 2022-03-06T00:18:09.034 INFO:teuthology.orchestra.run.smithi123.stdout: seccomp.security.alpha.kubernetes.io/allowedProfileNames: docker/default 2022-03-06T00:18:09.034 INFO:teuthology.orchestra.run.smithi123.stdout: seccomp.security.alpha.kubernetes.io/defaultProfileName: docker/default 2022-03-06T00:18:09.035 INFO:teuthology.orchestra.run.smithi123.stdout: apparmor.security.beta.kubernetes.io/allowedProfileNames: runtime/default 2022-03-06T00:18:09.035 INFO:teuthology.orchestra.run.smithi123.stdout: apparmor.security.beta.kubernetes.io/defaultProfileName: runtime/default 2022-03-06T00:18:09.035 INFO:teuthology.orchestra.run.smithi123.stdout:spec: 2022-03-06T00:18:09.035 INFO:teuthology.orchestra.run.smithi123.stdout: privileged: false 2022-03-06T00:18:09.036 INFO:teuthology.orchestra.run.smithi123.stdout: volumes: 2022-03-06T00:18:09.036 INFO:teuthology.orchestra.run.smithi123.stdout: - configMap 2022-03-06T00:18:09.036 INFO:teuthology.orchestra.run.smithi123.stdout: - secret 2022-03-06T00:18:09.036 INFO:teuthology.orchestra.run.smithi123.stdout: - emptyDir 2022-03-06T00:18:09.037 INFO:teuthology.orchestra.run.smithi123.stdout: - hostPath 2022-03-06T00:18:09.037 INFO:teuthology.orchestra.run.smithi123.stdout: allowedHostPaths: 2022-03-06T00:18:09.037 INFO:teuthology.orchestra.run.smithi123.stdout: - pathPrefix: "/etc/cni/net.d" 2022-03-06T00:18:09.037 INFO:teuthology.orchestra.run.smithi123.stdout: - pathPrefix: "/etc/kube-flannel" 2022-03-06T00:18:09.038 INFO:teuthology.orchestra.run.smithi123.stdout: - pathPrefix: "/run/flannel" 2022-03-06T00:18:09.038 INFO:teuthology.orchestra.run.smithi123.stdout: readOnlyRootFilesystem: false 2022-03-06T00:18:09.038 INFO:teuthology.orchestra.run.smithi123.stdout: # Users and groups 2022-03-06T00:18:09.039 INFO:teuthology.orchestra.run.smithi123.stdout: runAsUser: 2022-03-06T00:18:09.039 INFO:teuthology.orchestra.run.smithi123.stdout: rule: RunAsAny 2022-03-06T00:18:09.039 INFO:teuthology.orchestra.run.smithi123.stdout: supplementalGroups: 2022-03-06T00:18:09.039 INFO:teuthology.orchestra.run.smithi123.stdout: rule: RunAsAny 2022-03-06T00:18:09.040 INFO:teuthology.orchestra.run.smithi123.stdout: fsGroup: 2022-03-06T00:18:09.041 INFO:teuthology.orchestra.run.smithi123.stdout: rule: RunAsAny 2022-03-06T00:18:09.041 INFO:teuthology.orchestra.run.smithi123.stdout: # Privilege Escalation 2022-03-06T00:18:09.041 INFO:teuthology.orchestra.run.smithi123.stdout: allowPrivilegeEscalation: false 2022-03-06T00:18:09.041 INFO:teuthology.orchestra.run.smithi123.stdout: defaultAllowPrivilegeEscalation: false 2022-03-06T00:18:09.042 INFO:teuthology.orchestra.run.smithi123.stdout: # Capabilities 2022-03-06T00:18:09.042 INFO:teuthology.orchestra.run.smithi123.stdout: allowedCapabilities: ['NET_ADMIN', 'NET_RAW'] 2022-03-06T00:18:09.042 INFO:teuthology.orchestra.run.smithi123.stdout: defaultAddCapabilities: [] 2022-03-06T00:18:09.042 INFO:teuthology.orchestra.run.smithi123.stdout: requiredDropCapabilities: [] 2022-03-06T00:18:09.043 INFO:teuthology.orchestra.run.smithi123.stdout: # Host namespaces 2022-03-06T00:18:09.044 INFO:teuthology.orchestra.run.smithi123.stdout: hostPID: false 2022-03-06T00:18:09.044 INFO:teuthology.orchestra.run.smithi123.stdout: hostIPC: false 2022-03-06T00:18:09.045 INFO:teuthology.orchestra.run.smithi123.stdout: hostNetwork: true 2022-03-06T00:18:09.045 INFO:teuthology.orchestra.run.smithi123.stdout: hostPorts: 2022-03-06T00:18:09.045 INFO:teuthology.orchestra.run.smithi123.stdout: - min: 0 2022-03-06T00:18:09.046 INFO:teuthology.orchestra.run.smithi123.stdout: max: 65535 2022-03-06T00:18:09.046 INFO:teuthology.orchestra.run.smithi123.stdout: # SELinux 2022-03-06T00:18:09.046 INFO:teuthology.orchestra.run.smithi123.stdout: seLinux: 2022-03-06T00:18:09.047 INFO:teuthology.orchestra.run.smithi123.stdout: # SELinux is unused in CaaSP 2022-03-06T00:18:09.047 INFO:teuthology.orchestra.run.smithi123.stdout: rule: 'RunAsAny' 2022-03-06T00:18:09.047 INFO:teuthology.orchestra.run.smithi123.stdout:--- 2022-03-06T00:18:09.048 INFO:teuthology.orchestra.run.smithi123.stdout:kind: ClusterRole 2022-03-06T00:18:09.048 INFO:teuthology.orchestra.run.smithi123.stdout:apiVersion: rbac.authorization.k8s.io/v1 2022-03-06T00:18:09.049 INFO:teuthology.orchestra.run.smithi123.stdout:metadata: 2022-03-06T00:18:09.049 INFO:teuthology.orchestra.run.smithi123.stdout: name: flannel 2022-03-06T00:18:09.049 INFO:teuthology.orchestra.run.smithi123.stdout:rules: 2022-03-06T00:18:09.050 INFO:teuthology.orchestra.run.smithi123.stdout:- apiGroups: ['extensions'] 2022-03-06T00:18:09.050 INFO:teuthology.orchestra.run.smithi123.stdout: resources: ['podsecuritypolicies'] 2022-03-06T00:18:09.050 INFO:teuthology.orchestra.run.smithi123.stdout: verbs: ['use'] 2022-03-06T00:18:09.050 INFO:teuthology.orchestra.run.smithi123.stdout: resourceNames: ['psp.flannel.unprivileged'] 2022-03-06T00:18:09.051 INFO:teuthology.orchestra.run.smithi123.stdout:- apiGroups: 2022-03-06T00:18:09.052 INFO:teuthology.orchestra.run.smithi123.stdout: - "" 2022-03-06T00:18:09.052 INFO:teuthology.orchestra.run.smithi123.stdout: resources: 2022-03-06T00:18:09.052 INFO:teuthology.orchestra.run.smithi123.stdout: - pods 2022-03-06T00:18:09.053 INFO:teuthology.orchestra.run.smithi123.stdout: verbs: 2022-03-06T00:18:09.053 INFO:teuthology.orchestra.run.smithi123.stdout: - get 2022-03-06T00:18:09.053 INFO:teuthology.orchestra.run.smithi123.stdout:- apiGroups: 2022-03-06T00:18:09.053 INFO:teuthology.orchestra.run.smithi123.stdout: - "" 2022-03-06T00:18:09.054 INFO:teuthology.orchestra.run.smithi123.stdout: resources: 2022-03-06T00:18:09.054 INFO:teuthology.orchestra.run.smithi123.stdout: - nodes 2022-03-06T00:18:09.054 INFO:teuthology.orchestra.run.smithi123.stdout: verbs: 2022-03-06T00:18:09.054 INFO:teuthology.orchestra.run.smithi123.stdout: - list 2022-03-06T00:18:09.055 INFO:teuthology.orchestra.run.smithi123.stdout: - watch 2022-03-06T00:18:09.055 INFO:teuthology.orchestra.run.smithi123.stdout:- apiGroups: 2022-03-06T00:18:09.055 INFO:teuthology.orchestra.run.smithi123.stdout: - "" 2022-03-06T00:18:09.055 INFO:teuthology.orchestra.run.smithi123.stdout: resources: 2022-03-06T00:18:09.056 INFO:teuthology.orchestra.run.smithi123.stdout: - nodes/status 2022-03-06T00:18:09.056 INFO:teuthology.orchestra.run.smithi123.stdout: verbs: 2022-03-06T00:18:09.056 INFO:teuthology.orchestra.run.smithi123.stdout: - patch 2022-03-06T00:18:09.056 INFO:teuthology.orchestra.run.smithi123.stdout:--- 2022-03-06T00:18:09.057 INFO:teuthology.orchestra.run.smithi123.stdout:kind: ClusterRoleBinding 2022-03-06T00:18:09.057 INFO:teuthology.orchestra.run.smithi123.stdout:apiVersion: rbac.authorization.k8s.io/v1 2022-03-06T00:18:09.057 INFO:teuthology.orchestra.run.smithi123.stdout:metadata: 2022-03-06T00:18:09.057 INFO:teuthology.orchestra.run.smithi123.stdout: name: flannel 2022-03-06T00:18:09.057 INFO:teuthology.orchestra.run.smithi123.stdout:roleRef: 2022-03-06T00:18:09.058 INFO:teuthology.orchestra.run.smithi123.stdout: apiGroup: rbac.authorization.k8s.io 2022-03-06T00:18:09.058 INFO:teuthology.orchestra.run.smithi123.stdout: kind: ClusterRole 2022-03-06T00:18:09.058 INFO:teuthology.orchestra.run.smithi123.stdout: name: flannel 2022-03-06T00:18:09.058 INFO:teuthology.orchestra.run.smithi123.stdout:subjects: 2022-03-06T00:18:09.059 INFO:teuthology.orchestra.run.smithi123.stdout:- kind: ServiceAccount 2022-03-06T00:18:09.059 INFO:teuthology.orchestra.run.smithi123.stdout: name: flannel 2022-03-06T00:18:09.059 INFO:teuthology.orchestra.run.smithi123.stdout: namespace: kube-system 2022-03-06T00:18:09.059 INFO:teuthology.orchestra.run.smithi123.stdout:--- 2022-03-06T00:18:09.060 INFO:teuthology.orchestra.run.smithi123.stdout:apiVersion: v1 2022-03-06T00:18:09.060 INFO:teuthology.orchestra.run.smithi123.stdout:kind: ServiceAccount 2022-03-06T00:18:09.060 INFO:teuthology.orchestra.run.smithi123.stdout:metadata: 2022-03-06T00:18:09.060 INFO:teuthology.orchestra.run.smithi123.stdout: name: flannel 2022-03-06T00:18:09.060 INFO:teuthology.orchestra.run.smithi123.stdout: namespace: kube-system 2022-03-06T00:18:09.061 INFO:teuthology.orchestra.run.smithi123.stdout:--- 2022-03-06T00:18:09.061 INFO:teuthology.orchestra.run.smithi123.stdout:kind: ConfigMap 2022-03-06T00:18:09.061 INFO:teuthology.orchestra.run.smithi123.stdout:apiVersion: v1 2022-03-06T00:18:09.062 INFO:teuthology.orchestra.run.smithi123.stdout:metadata: 2022-03-06T00:18:09.062 INFO:teuthology.orchestra.run.smithi123.stdout: name: kube-flannel-cfg 2022-03-06T00:18:09.062 INFO:teuthology.orchestra.run.smithi123.stdout: namespace: kube-system 2022-03-06T00:18:09.062 INFO:teuthology.orchestra.run.smithi123.stdout: labels: 2022-03-06T00:18:09.063 INFO:teuthology.orchestra.run.smithi123.stdout: tier: node 2022-03-06T00:18:09.063 INFO:teuthology.orchestra.run.smithi123.stdout: app: flannel 2022-03-06T00:18:09.063 INFO:teuthology.orchestra.run.smithi123.stdout:data: 2022-03-06T00:18:09.063 INFO:teuthology.orchestra.run.smithi123.stdout: cni-conf.json: | 2022-03-06T00:18:09.064 INFO:teuthology.orchestra.run.smithi123.stdout: { 2022-03-06T00:18:09.064 INFO:teuthology.orchestra.run.smithi123.stdout: "name": "cbr0", 2022-03-06T00:18:09.064 INFO:teuthology.orchestra.run.smithi123.stdout: "cniVersion": "0.3.1", 2022-03-06T00:18:09.064 INFO:teuthology.orchestra.run.smithi123.stdout: "plugins": [ 2022-03-06T00:18:09.064 INFO:teuthology.orchestra.run.smithi123.stdout: { 2022-03-06T00:18:09.065 INFO:teuthology.orchestra.run.smithi123.stdout: "type": "flannel", 2022-03-06T00:18:09.065 INFO:teuthology.orchestra.run.smithi123.stdout: "delegate": { 2022-03-06T00:18:09.065 INFO:teuthology.orchestra.run.smithi123.stdout: "hairpinMode": true, 2022-03-06T00:18:09.065 INFO:teuthology.orchestra.run.smithi123.stdout: "isDefaultGateway": true 2022-03-06T00:18:09.066 INFO:teuthology.orchestra.run.smithi123.stdout: } 2022-03-06T00:18:09.066 INFO:teuthology.orchestra.run.smithi123.stdout: }, 2022-03-06T00:18:09.066 INFO:teuthology.orchestra.run.smithi123.stdout: { 2022-03-06T00:18:09.066 INFO:teuthology.orchestra.run.smithi123.stdout: "type": "portmap", 2022-03-06T00:18:09.066 INFO:teuthology.orchestra.run.smithi123.stdout: "capabilities": { 2022-03-06T00:18:09.067 INFO:teuthology.orchestra.run.smithi123.stdout: "portMappings": true 2022-03-06T00:18:09.067 INFO:teuthology.orchestra.run.smithi123.stdout: } 2022-03-06T00:18:09.067 INFO:teuthology.orchestra.run.smithi123.stdout: } 2022-03-06T00:18:09.067 INFO:teuthology.orchestra.run.smithi123.stdout: ] 2022-03-06T00:18:09.068 INFO:teuthology.orchestra.run.smithi123.stdout: } 2022-03-06T00:18:09.068 INFO:teuthology.orchestra.run.smithi123.stdout: net-conf.json: | 2022-03-06T00:18:09.068 INFO:teuthology.orchestra.run.smithi123.stdout: { 2022-03-06T00:18:09.068 INFO:teuthology.orchestra.run.smithi123.stdout: "Network": "10.244.0.0/16", 2022-03-06T00:18:09.069 INFO:teuthology.orchestra.run.smithi123.stdout: "Backend": { 2022-03-06T00:18:09.069 INFO:teuthology.orchestra.run.smithi123.stdout: "Type": "vxlan" 2022-03-06T00:18:09.069 INFO:teuthology.orchestra.run.smithi123.stdout: } 2022-03-06T00:18:09.069 INFO:teuthology.orchestra.run.smithi123.stdout: } 2022-03-06T00:18:09.069 INFO:teuthology.orchestra.run.smithi123.stdout:--- 2022-03-06T00:18:09.070 INFO:teuthology.orchestra.run.smithi123.stdout:apiVersion: apps/v1 2022-03-06T00:18:09.070 INFO:teuthology.orchestra.run.smithi123.stdout:kind: DaemonSet 2022-03-06T00:18:09.070 INFO:teuthology.orchestra.run.smithi123.stdout:metadata: 2022-03-06T00:18:09.070 INFO:teuthology.orchestra.run.smithi123.stdout: name: kube-flannel-ds 2022-03-06T00:18:09.071 INFO:teuthology.orchestra.run.smithi123.stdout: namespace: kube-system 2022-03-06T00:18:09.071 INFO:teuthology.orchestra.run.smithi123.stdout: labels: 2022-03-06T00:18:09.071 INFO:teuthology.orchestra.run.smithi123.stdout: tier: node 2022-03-06T00:18:09.071 INFO:teuthology.orchestra.run.smithi123.stdout: app: flannel 2022-03-06T00:18:09.072 INFO:teuthology.orchestra.run.smithi123.stdout:spec: 2022-03-06T00:18:09.072 INFO:teuthology.orchestra.run.smithi123.stdout: selector: 2022-03-06T00:18:09.072 INFO:teuthology.orchestra.run.smithi123.stdout: matchLabels: 2022-03-06T00:18:09.072 INFO:teuthology.orchestra.run.smithi123.stdout: app: flannel 2022-03-06T00:18:09.072 INFO:teuthology.orchestra.run.smithi123.stdout: template: 2022-03-06T00:18:09.073 INFO:teuthology.orchestra.run.smithi123.stdout: metadata: 2022-03-06T00:18:09.073 INFO:teuthology.orchestra.run.smithi123.stdout: labels: 2022-03-06T00:18:09.073 INFO:teuthology.orchestra.run.smithi123.stdout: tier: node 2022-03-06T00:18:09.073 INFO:teuthology.orchestra.run.smithi123.stdout: app: flannel 2022-03-06T00:18:09.074 INFO:teuthology.orchestra.run.smithi123.stdout: spec: 2022-03-06T00:18:09.074 INFO:teuthology.orchestra.run.smithi123.stdout: affinity: 2022-03-06T00:18:09.074 INFO:teuthology.orchestra.run.smithi123.stdout: nodeAffinity: 2022-03-06T00:18:09.074 INFO:teuthology.orchestra.run.smithi123.stdout: requiredDuringSchedulingIgnoredDuringExecution: 2022-03-06T00:18:09.075 INFO:teuthology.orchestra.run.smithi123.stdout: nodeSelectorTerms: 2022-03-06T00:18:09.075 INFO:teuthology.orchestra.run.smithi123.stdout: - matchExpressions: 2022-03-06T00:18:09.075 INFO:teuthology.orchestra.run.smithi123.stdout: - key: kubernetes.io/os 2022-03-06T00:18:09.075 INFO:teuthology.orchestra.run.smithi123.stdout: operator: In 2022-03-06T00:18:09.075 INFO:teuthology.orchestra.run.smithi123.stdout: values: 2022-03-06T00:18:09.076 INFO:teuthology.orchestra.run.smithi123.stdout: - linux 2022-03-06T00:18:09.076 INFO:teuthology.orchestra.run.smithi123.stdout: hostNetwork: true 2022-03-06T00:18:09.076 INFO:teuthology.orchestra.run.smithi123.stdout: priorityClassName: system-node-critical 2022-03-06T00:18:09.076 INFO:teuthology.orchestra.run.smithi123.stdout: tolerations: 2022-03-06T00:18:09.077 INFO:teuthology.orchestra.run.smithi123.stdout: - operator: Exists 2022-03-06T00:18:09.077 INFO:teuthology.orchestra.run.smithi123.stdout: effect: NoSchedule 2022-03-06T00:18:09.077 INFO:teuthology.orchestra.run.smithi123.stdout: serviceAccountName: flannel 2022-03-06T00:18:09.077 INFO:teuthology.orchestra.run.smithi123.stdout: initContainers: 2022-03-06T00:18:09.077 INFO:teuthology.orchestra.run.smithi123.stdout: - name: install-cni-plugin 2022-03-06T00:18:09.078 INFO:teuthology.orchestra.run.smithi123.stdout: #image: flannelcni/flannel-cni-plugin:v1.0.1 for ppc64le and mips64le (dockerhub limitations may apply) 2022-03-06T00:18:09.078 INFO:teuthology.orchestra.run.smithi123.stdout: image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.0.1 2022-03-06T00:18:09.078 INFO:teuthology.orchestra.run.smithi123.stdout: command: 2022-03-06T00:18:09.078 INFO:teuthology.orchestra.run.smithi123.stdout: - cp 2022-03-06T00:18:09.079 INFO:teuthology.orchestra.run.smithi123.stdout: args: 2022-03-06T00:18:09.079 INFO:teuthology.orchestra.run.smithi123.stdout: - -f 2022-03-06T00:18:09.079 INFO:teuthology.orchestra.run.smithi123.stdout: - /flannel 2022-03-06T00:18:09.079 INFO:teuthology.orchestra.run.smithi123.stdout: - /opt/cni/bin/flannel 2022-03-06T00:18:09.079 INFO:teuthology.orchestra.run.smithi123.stdout: volumeMounts: 2022-03-06T00:18:09.080 INFO:teuthology.orchestra.run.smithi123.stdout: - name: cni-plugin 2022-03-06T00:18:09.080 INFO:teuthology.orchestra.run.smithi123.stdout: mountPath: /opt/cni/bin 2022-03-06T00:18:09.080 INFO:teuthology.orchestra.run.smithi123.stdout: - name: install-cni 2022-03-06T00:18:09.080 INFO:teuthology.orchestra.run.smithi123.stdout: #image: flannelcni/flannel:v0.16.3 for ppc64le and mips64le (dockerhub limitations may apply) 2022-03-06T00:18:09.081 INFO:teuthology.orchestra.run.smithi123.stdout: image: rancher/mirrored-flannelcni-flannel:v0.16.3 2022-03-06T00:18:09.081 INFO:teuthology.orchestra.run.smithi123.stdout: command: 2022-03-06T00:18:09.081 INFO:teuthology.orchestra.run.smithi123.stdout: - cp 2022-03-06T00:18:09.081 INFO:teuthology.orchestra.run.smithi123.stdout: args: 2022-03-06T00:18:09.082 INFO:teuthology.orchestra.run.smithi123.stdout: - -f 2022-03-06T00:18:09.082 INFO:teuthology.orchestra.run.smithi123.stdout: - /etc/kube-flannel/cni-conf.json 2022-03-06T00:18:09.083 INFO:teuthology.orchestra.run.smithi123.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5692 100 5692 0 0 34707 0 --:--:-- --:--:-- --:--:-- 34707 2022-03-06T00:18:09.084 INFO:teuthology.orchestra.run.smithi123.stdout: - /etc/cni/net.d/10-flannel.conflist 2022-03-06T00:18:09.084 INFO:teuthology.orchestra.run.smithi123.stdout: volumeMounts: 2022-03-06T00:18:09.084 INFO:teuthology.orchestra.run.smithi123.stdout: - name: cni 2022-03-06T00:18:09.085 INFO:teuthology.orchestra.run.smithi123.stdout: mountPath: /etc/cni/net.d 2022-03-06T00:18:09.085 INFO:teuthology.orchestra.run.smithi123.stdout: - name: flannel-cfg 2022-03-06T00:18:09.085 INFO:teuthology.orchestra.run.smithi123.stdout: mountPath: /etc/kube-flannel/ 2022-03-06T00:18:09.085 INFO:teuthology.orchestra.run.smithi123.stdout: containers: 2022-03-06T00:18:09.086 INFO:teuthology.orchestra.run.smithi123.stdout: - name: kube-flannel 2022-03-06T00:18:09.086 INFO:teuthology.orchestra.run.smithi123.stdout: #image: flannelcni/flannel:v0.16.3 for ppc64le and mips64le (dockerhub limitations may apply) 2022-03-06T00:18:09.086 INFO:teuthology.orchestra.run.smithi123.stdout: image: rancher/mirrored-flannelcni-flannel:v0.16.3 2022-03-06T00:18:09.086 INFO:teuthology.orchestra.run.smithi123.stdout: command: 2022-03-06T00:18:09.087 INFO:teuthology.orchestra.run.smithi123.stdout: - /opt/bin/flanneld 2022-03-06T00:18:09.087 INFO:teuthology.orchestra.run.smithi123.stdout: args: 2022-03-06T00:18:09.087 INFO:teuthology.orchestra.run.smithi123.stdout: - --ip-masq 2022-03-06T00:18:09.087 INFO:teuthology.orchestra.run.smithi123.stdout: - --kube-subnet-mgr 2022-03-06T00:18:09.087 INFO:teuthology.orchestra.run.smithi123.stdout: resources: 2022-03-06T00:18:09.088 INFO:teuthology.orchestra.run.smithi123.stdout: requests: 2022-03-06T00:18:09.088 INFO:teuthology.orchestra.run.smithi123.stdout: cpu: "100m" 2022-03-06T00:18:09.088 INFO:teuthology.orchestra.run.smithi123.stdout: memory: "50Mi" 2022-03-06T00:18:09.088 INFO:teuthology.orchestra.run.smithi123.stdout: limits: 2022-03-06T00:18:09.089 INFO:teuthology.orchestra.run.smithi123.stdout: cpu: "100m" 2022-03-06T00:18:09.089 INFO:teuthology.orchestra.run.smithi123.stdout: memory: "50Mi" 2022-03-06T00:18:09.089 INFO:teuthology.orchestra.run.smithi123.stdout: securityContext: 2022-03-06T00:18:09.089 INFO:teuthology.orchestra.run.smithi123.stdout: privileged: false 2022-03-06T00:18:09.089 INFO:teuthology.orchestra.run.smithi123.stdout: capabilities: 2022-03-06T00:18:09.090 INFO:teuthology.orchestra.run.smithi123.stdout: add: ["NET_ADMIN", "NET_RAW"] 2022-03-06T00:18:09.090 INFO:teuthology.orchestra.run.smithi123.stdout: env: 2022-03-06T00:18:09.090 INFO:teuthology.orchestra.run.smithi123.stdout: - name: POD_NAME 2022-03-06T00:18:09.090 INFO:teuthology.orchestra.run.smithi123.stdout: valueFrom: 2022-03-06T00:18:09.091 INFO:teuthology.orchestra.run.smithi123.stdout: fieldRef: 2022-03-06T00:18:09.091 INFO:teuthology.orchestra.run.smithi123.stdout: fieldPath: metadata.name 2022-03-06T00:18:09.091 INFO:teuthology.orchestra.run.smithi123.stdout: - name: POD_NAMESPACE 2022-03-06T00:18:09.091 INFO:teuthology.orchestra.run.smithi123.stdout: valueFrom: 2022-03-06T00:18:09.092 INFO:teuthology.orchestra.run.smithi123.stdout: fieldRef: 2022-03-06T00:18:09.092 INFO:teuthology.orchestra.run.smithi123.stdout: fieldPath: metadata.namespace 2022-03-06T00:18:09.092 INFO:teuthology.orchestra.run.smithi123.stdout: volumeMounts: 2022-03-06T00:18:09.092 INFO:teuthology.orchestra.run.smithi123.stdout: - name: run 2022-03-06T00:18:09.092 INFO:teuthology.orchestra.run.smithi123.stdout: mountPath: /run/flannel 2022-03-06T00:18:09.093 INFO:teuthology.orchestra.run.smithi123.stdout: - name: flannel-cfg 2022-03-06T00:18:09.093 INFO:teuthology.orchestra.run.smithi123.stdout: mountPath: /etc/kube-flannel/ 2022-03-06T00:18:09.093 INFO:teuthology.orchestra.run.smithi123.stdout: - name: xtables-lock 2022-03-06T00:18:09.093 INFO:teuthology.orchestra.run.smithi123.stdout: mountPath: /run/xtables.lock 2022-03-06T00:18:09.094 INFO:teuthology.orchestra.run.smithi123.stdout: volumes: 2022-03-06T00:18:09.094 INFO:teuthology.orchestra.run.smithi123.stdout: - name: run 2022-03-06T00:18:09.094 INFO:teuthology.orchestra.run.smithi123.stdout: hostPath: 2022-03-06T00:18:09.094 INFO:teuthology.orchestra.run.smithi123.stdout: path: /run/flannel 2022-03-06T00:18:09.094 INFO:teuthology.orchestra.run.smithi123.stdout: - name: cni-plugin 2022-03-06T00:18:09.095 INFO:teuthology.orchestra.run.smithi123.stdout: hostPath: 2022-03-06T00:18:09.095 INFO:teuthology.orchestra.run.smithi123.stdout: path: /opt/cni/bin 2022-03-06T00:18:09.095 INFO:teuthology.orchestra.run.smithi123.stdout: - name: cni 2022-03-06T00:18:09.095 INFO:teuthology.orchestra.run.smithi123.stdout: hostPath: 2022-03-06T00:18:09.096 INFO:teuthology.orchestra.run.smithi123.stdout: path: /etc/cni/net.d 2022-03-06T00:18:09.096 INFO:teuthology.orchestra.run.smithi123.stdout: - name: flannel-cfg 2022-03-06T00:18:09.096 INFO:teuthology.orchestra.run.smithi123.stdout: configMap: 2022-03-06T00:18:09.096 INFO:teuthology.orchestra.run.smithi123.stdout: name: kube-flannel-cfg 2022-03-06T00:18:09.097 INFO:teuthology.orchestra.run.smithi123.stdout: - name: xtables-lock 2022-03-06T00:18:09.097 INFO:teuthology.orchestra.run.smithi123.stdout: hostPath: 2022-03-06T00:18:09.097 INFO:teuthology.orchestra.run.smithi123.stdout: path: /run/xtables.lock 2022-03-06T00:18:09.097 INFO:teuthology.orchestra.run.smithi123.stdout: type: FileOrCreate 2022-03-06T00:18:09.124 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-06T00:18:09.125 INFO:tasks.kubeadm:Now {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'kube-flannel-cfg', 'namespace': 'kube-system', 'labels': {'tier': 'node', 'app': 'flannel'}}, 'data': {'cni-conf.json': '{\n "name": "cbr0",\n "cniVersion": "0.3.1",\n "plugins": [\n {\n "type": "flannel",\n "delegate": {\n "hairpinMode": true,\n "isDefaultGateway": true\n }\n },\n {\n "type": "portmap",\n "capabilities": {\n "portMappings": true\n }\n }\n ]\n}\n', 'net-conf.json': '{\n "Network": "10.251.208.0/21",\n "Backend": {\n "Type": "vxlan"\n }\n}\n'}} 2022-03-06T00:18:09.138 DEBUG:tasks.kubeadm:Flannel: apiVersion: policy/v1beta1 kind: PodSecurityPolicy metadata: annotations: apparmor.security.beta.kubernetes.io/allowedProfileNames: runtime/default apparmor.security.beta.kubernetes.io/defaultProfileName: runtime/default seccomp.security.alpha.kubernetes.io/allowedProfileNames: docker/default seccomp.security.alpha.kubernetes.io/defaultProfileName: docker/default name: psp.flannel.unprivileged spec: allowPrivilegeEscalation: false allowedCapabilities: - NET_ADMIN - NET_RAW allowedHostPaths: - pathPrefix: /etc/cni/net.d - pathPrefix: /etc/kube-flannel - pathPrefix: /run/flannel defaultAddCapabilities: [] defaultAllowPrivilegeEscalation: false fsGroup: rule: RunAsAny hostIPC: false hostNetwork: true hostPID: false hostPorts: - max: 65535 min: 0 privileged: false readOnlyRootFilesystem: false requiredDropCapabilities: [] runAsUser: rule: RunAsAny seLinux: rule: RunAsAny supplementalGroups: rule: RunAsAny volumes: - configMap - secret - emptyDir - hostPath --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: flannel rules: - apiGroups: - extensions resourceNames: - psp.flannel.unprivileged resources: - podsecuritypolicies verbs: - use - apiGroups: - '' resources: - pods verbs: - get - apiGroups: - '' resources: - nodes verbs: - list - watch - apiGroups: - '' resources: - nodes/status verbs: - patch --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: flannel roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: flannel subjects: - kind: ServiceAccount name: flannel namespace: kube-system --- apiVersion: v1 kind: ServiceAccount metadata: name: flannel namespace: kube-system --- apiVersion: v1 data: cni-conf.json: "{\n \"name\": \"cbr0\",\n \"cniVersion\": \"0.3.1\",\n \"plugins\"\ : [\n {\n \"type\": \"flannel\",\n \"delegate\": {\n \"hairpinMode\"\ : true,\n \"isDefaultGateway\": true\n }\n },\n {\n \"\ type\": \"portmap\",\n \"capabilities\": {\n \"portMappings\": true\n\ \ }\n }\n ]\n}\n" net-conf.json: "{\n \"Network\": \"10.251.208.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-06T00:18:09.139 DEBUG:teuthology.orchestra.run.smithi123:> kubectl apply -f - 2022-03-06T00:18:11.637 INFO:teuthology.orchestra.run.smithi123.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-03-06T00:18:11.643 INFO:teuthology.orchestra.run.smithi123.stdout:podsecuritypolicy.policy/psp.flannel.unprivileged created 2022-03-06T00:18:11.682 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrole.rbac.authorization.k8s.io/flannel created 2022-03-06T00:18:11.691 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/flannel created 2022-03-06T00:18:11.701 INFO:teuthology.orchestra.run.smithi123.stdout:serviceaccount/flannel created 2022-03-06T00:18:11.751 INFO:teuthology.orchestra.run.smithi123.stdout:configmap/kube-flannel-cfg created 2022-03-06T00:18:11.848 INFO:teuthology.orchestra.run.smithi123.stdout:daemonset.apps/kube-flannel-ds created 2022-03-06T00:18:11.852 INFO:tasks.kubeadm:Scanning for scratch devices 2022-03-06T00:18:11.852 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:18:11.853 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/scratch_devs of=/dev/stdout 2022-03-06T00:18:11.859 INFO:tasks.kubeadm:Scratch devices on smithi123: ['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2022-03-06T00:18:11.860 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 2022-03-06T00:18:11.886 INFO:teuthology.orchestra.run.smithi123.stderr:10+0 records in 2022-03-06T00:18:11.886 INFO:teuthology.orchestra.run.smithi123.stderr:10+0 records out 2022-03-06T00:18:11.886 INFO:teuthology.orchestra.run.smithi123.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0170967 s, 613 MB/s 2022-03-06T00:18:11.888 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 2022-03-06T00:18:11.957 INFO:teuthology.orchestra.run.smithi123.stderr:10+0 records in 2022-03-06T00:18:11.958 INFO:teuthology.orchestra.run.smithi123.stderr:10+0 records out 2022-03-06T00:18:11.958 INFO:teuthology.orchestra.run.smithi123.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0148929 s, 704 MB/s 2022-03-06T00:18:11.959 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 2022-03-06T00:18:11.984 INFO:teuthology.orchestra.run.smithi123.stderr:10+0 records in 2022-03-06T00:18:11.984 INFO:teuthology.orchestra.run.smithi123.stderr:10+0 records out 2022-03-06T00:18:11.984 INFO:teuthology.orchestra.run.smithi123.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0133416 s, 786 MB/s 2022-03-06T00:18:11.985 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 2022-03-06T00:18:12.014 INFO:teuthology.orchestra.run.smithi123.stderr:10+0 records in 2022-03-06T00:18:12.015 INFO:teuthology.orchestra.run.smithi123.stderr:10+0 records out 2022-03-06T00:18:12.015 INFO:teuthology.orchestra.run.smithi123.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0153115 s, 685 MB/s 2022-03-06T00:18:12.022 INFO:tasks.kubeadm:Creating PVs + StorageClass 2022-03-06T00:18:12.023 DEBUG:tasks.kubeadm:apiVersion: v1 kind: PersistentVolume metadata: name: smithi123-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: - smithi123 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi123-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: - smithi123 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi123-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: - smithi123 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi123-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: - smithi123 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-06T00:18:12.023 DEBUG:teuthology.orchestra.run.smithi123:> kubectl create -f - 2022-03-06T00:18:12.256 INFO:teuthology.orchestra.run.smithi123.stdout:persistentvolume/smithi123-lv-1 created 2022-03-06T00:18:12.263 INFO:teuthology.orchestra.run.smithi123.stdout:persistentvolume/smithi123-lv-2 created 2022-03-06T00:18:12.295 INFO:teuthology.orchestra.run.smithi123.stdout:persistentvolume/smithi123-lv-3 created 2022-03-06T00:18:12.299 INFO:teuthology.orchestra.run.smithi123.stdout:persistentvolume/smithi123-lv-4 created 2022-03-06T00:18:12.305 INFO:teuthology.orchestra.run.smithi123.stdout:storageclass.storage.k8s.io/scratch created 2022-03-06T00:18:12.316 DEBUG:teuthology.orchestra.run.smithi123:> kubectl taint node smithi123 node-role.kubernetes.io/master- || true 2022-03-06T00:18:12.389 INFO:teuthology.orchestra.run.smithi123.stdout:node/smithi123 untainted 2022-03-06T00:18:12.392 INFO:tasks.kubeadm:Kubeadm complete, yielding 2022-03-06T00:18:12.392 INFO:teuthology.run_tasks:Running task nvme_loop... 2022-03-06T00:18:12.410 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2022-03-06T00:18:12.411 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:18:12.411 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/scratch_devs of=/dev/stdout 2022-03-06T00:18:12.416 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-06T00:18:12.417 DEBUG:teuthology.orchestra.run.smithi123:> 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-06T00:18:12.469 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2022-03-06T00:18:12.469 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-06T00:18:12.469 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 5h/5d Inode: 502 Links: 1 2022-03-06T00:18:12.470 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-06T00:18:12.470 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2022-03-06 00:18:11.893479236 +0000 2022-03-06T00:18:12.470 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2022-03-06 00:18:11.893479236 +0000 2022-03-06T00:18:12.470 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2022-03-06 00:18:11.893479236 +0000 2022-03-06T00:18:12.471 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2022-03-06T00:18:12.479 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2022-03-06T00:18:12.479 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2022-03-06T00:18:12.479 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000583076 s, 878 kB/s 2022-03-06T00:18:12.483 DEBUG:teuthology.orchestra.run.smithi123:> 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-06T00:18:12.490 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2022-03-06T00:18:12.490 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-06T00:18:12.490 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 5h/5d Inode: 507 Links: 1 2022-03-06T00:18:12.491 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-06T00:18:12.491 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2022-03-06 00:18:11.965479234 +0000 2022-03-06T00:18:12.491 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2022-03-06 00:18:11.961479234 +0000 2022-03-06T00:18:12.492 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2022-03-06 00:18:11.961479234 +0000 2022-03-06T00:18:12.492 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2022-03-06T00:18:12.498 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2022-03-06T00:18:12.498 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2022-03-06T00:18:12.499 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000551508 s, 928 kB/s 2022-03-06T00:18:12.503 DEBUG:teuthology.orchestra.run.smithi123:> 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-06T00:18:12.509 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2022-03-06T00:18:12.510 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-06T00:18:12.510 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 5h/5d Inode: 512 Links: 1 2022-03-06T00:18:12.510 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-06T00:18:12.510 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2022-03-06 00:18:11.985479234 +0000 2022-03-06T00:18:12.511 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2022-03-06 00:18:11.985479234 +0000 2022-03-06T00:18:12.511 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2022-03-06 00:18:11.985479234 +0000 2022-03-06T00:18:12.511 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2022-03-06T00:18:12.517 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2022-03-06T00:18:12.517 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2022-03-06T00:18:12.517 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000475294 s, 1.1 MB/s 2022-03-06T00:18:12.521 DEBUG:teuthology.orchestra.run.smithi123:> 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-06T00:18:12.569 INFO:teuthology.orchestra.run.smithi123.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2022-03-06T00:18:12.569 INFO:teuthology.orchestra.run.smithi123.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-06T00:18:12.570 INFO:teuthology.orchestra.run.smithi123.stdout:Device: 5h/5d Inode: 518 Links: 1 2022-03-06T00:18:12.570 INFO:teuthology.orchestra.run.smithi123.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-06T00:18:12.570 INFO:teuthology.orchestra.run.smithi123.stdout:Access: 2022-03-06 00:18:12.017479233 +0000 2022-03-06T00:18:12.571 INFO:teuthology.orchestra.run.smithi123.stdout:Modify: 2022-03-06 00:18:12.017479233 +0000 2022-03-06T00:18:12.571 INFO:teuthology.orchestra.run.smithi123.stdout:Change: 2022-03-06 00:18:12.017479233 +0000 2022-03-06T00:18:12.571 INFO:teuthology.orchestra.run.smithi123.stdout: Birth: - 2022-03-06T00:18:12.578 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records in 2022-03-06T00:18:12.579 INFO:teuthology.orchestra.run.smithi123.stderr:1+0 records out 2022-03-06T00:18:12.579 INFO:teuthology.orchestra.run.smithi123.stderr:512 bytes copied, 0.000489549 s, 1.0 MB/s 2022-03-06T00:18:12.583 DEBUG:teuthology.orchestra.run.smithi123:> 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-06T00:18:12.670 INFO:teuthology.orchestra.run.smithi123.stdout:loop 2022-03-06T00:18:12.671 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_1... 2022-03-06T00:18:12.672 DEBUG:teuthology.orchestra.run.smithi123:> 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-06T00:18:12.693 INFO:teuthology.orchestra.run.smithi123.stdout:1 2022-03-06T00:18:12.723 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_11 2022-03-06T00:18:12.743 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_2... 2022-03-06T00:18:12.743 DEBUG:teuthology.orchestra.run.smithi123:> 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-06T00:18:12.765 INFO:teuthology.orchestra.run.smithi123.stdout:1 2022-03-06T00:18:12.791 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_21 2022-03-06T00:18:12.813 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_3... 2022-03-06T00:18:12.813 DEBUG:teuthology.orchestra.run.smithi123:> 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-06T00:18:12.879 INFO:teuthology.orchestra.run.smithi123.stdout:1 2022-03-06T00:18:12.901 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_31 2022-03-06T00:18:12.920 INFO:tasks.nvme_loop:Connecting nvme_loop smithi123:/dev/vg_nvme/lv_4... 2022-03-06T00:18:12.921 DEBUG:teuthology.orchestra.run.smithi123:> 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-06T00:18:12.941 INFO:teuthology.orchestra.run.smithi123.stdout:1 2022-03-06T00:18:12.965 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_41 2022-03-06T00:18:12.990 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:18:12.991 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/scratch_devs of=/dev/stdout 2022-03-06T00:18:12.997 DEBUG:teuthology.orchestra.run.smithi123:> sudo nvme list 2022-03-06T00:18:13.052 INFO:teuthology.orchestra.run.smithi123.stdout:Node SN Model Namespace Usage Format FW Rev 2022-03-06T00:18:13.052 INFO:teuthology.orchestra.run.smithi123.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2022-03-06T00:18:13.053 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme0n1 PHFT620400YK400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV10171 2022-03-06T00:18:13.053 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme1n1 a8873fc1a951b6f9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-06T00:18:13.053 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme2n1 ffa3b96be641647c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-06T00:18:13.053 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme3n1 a32ff9a21ca775de Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-06T00:18:13.053 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/nvme4n1 6fa2455cdf4dce2e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-06T00:18:13.054 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2022-03-06T00:18:13.055 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:18:13.055 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/scratch_devs 2022-03-06T00:18:13.069 INFO:teuthology.run_tasks:Running task rook... 2022-03-06T00:18:13.147 INFO:tasks.rook:Rook start 2022-03-06T00:18:13.148 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-06T00:18:13.148 INFO:tasks.rook:Ceph image is quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97 2022-03-06T00:18:13.148 INFO:tasks.rook:Cloning https://github.com/rook/rook branch v1.7.2 2022-03-06T00:18:13.149 DEBUG:teuthology.orchestra.run.smithi123:> rm -rf rook && git clone --single-branch --branch v1.7.2 https://github.com/rook/rook rook 2022-03-06T00:18:13.158 INFO:teuthology.orchestra.run.smithi123.stderr:Cloning into 'rook'... 2022-03-06T00:18:15.960 INFO:teuthology.orchestra.run.smithi123.stderr:Note: switching to '1784489964d2e417b6050c7edc8f626b5cca49f5'. 2022-03-06T00:18:15.960 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:18:15.961 INFO:teuthology.orchestra.run.smithi123.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2022-03-06T00:18:15.961 INFO:teuthology.orchestra.run.smithi123.stderr:changes and commit them, and you can discard any commits you make in this 2022-03-06T00:18:15.962 INFO:teuthology.orchestra.run.smithi123.stderr:state without impacting any branches by switching back to a branch. 2022-03-06T00:18:15.962 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:18:15.963 INFO:teuthology.orchestra.run.smithi123.stderr:If you want to create a new branch to retain commits you create, you may 2022-03-06T00:18:15.963 INFO:teuthology.orchestra.run.smithi123.stderr:do so (now or later) by using -c with the switch command. Example: 2022-03-06T00:18:15.963 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:18:15.964 INFO:teuthology.orchestra.run.smithi123.stderr: git switch -c 2022-03-06T00:18:15.964 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:18:15.965 INFO:teuthology.orchestra.run.smithi123.stderr:Or undo this operation with: 2022-03-06T00:18:15.965 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:18:15.965 INFO:teuthology.orchestra.run.smithi123.stderr: git switch - 2022-03-06T00:18:15.966 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:18:15.966 INFO:teuthology.orchestra.run.smithi123.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2022-03-06T00:18:15.966 INFO:teuthology.orchestra.run.smithi123.stderr: 2022-03-06T00:18:16.061 INFO:tasks.rook:/home/teuthworker 2022-03-06T00:18:16.062 DEBUG:teuthology.orchestra.run.smithi123:> PATH=/sbin:/usr/sbin ip addr show 2022-03-06T00:18:16.068 INFO:teuthology.orchestra.run.smithi123.stdout:1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 2022-03-06T00:18:16.068 INFO:teuthology.orchestra.run.smithi123.stdout: link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2022-03-06T00:18:16.069 INFO:teuthology.orchestra.run.smithi123.stdout: inet 127.0.0.1/8 scope host lo 2022-03-06T00:18:16.069 INFO:teuthology.orchestra.run.smithi123.stdout: valid_lft forever preferred_lft forever 2022-03-06T00:18:16.070 INFO:teuthology.orchestra.run.smithi123.stdout: inet6 ::1/128 scope host 2022-03-06T00:18:16.070 INFO:teuthology.orchestra.run.smithi123.stdout: valid_lft forever preferred_lft forever 2022-03-06T00:18:16.071 INFO:teuthology.orchestra.run.smithi123.stdout:2: eno1: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-03-06T00:18:16.071 INFO:teuthology.orchestra.run.smithi123.stdout: link/ether 0c:c4:7a:d8:da:6c brd ff:ff:ff:ff:ff:ff 2022-03-06T00:18:16.072 INFO:teuthology.orchestra.run.smithi123.stdout: altname enp7s0f0 2022-03-06T00:18:16.072 INFO:teuthology.orchestra.run.smithi123.stdout:3: eno2: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-03-06T00:18:16.072 INFO:teuthology.orchestra.run.smithi123.stdout: link/ether 0c:c4:7a:d8:da:6d brd ff:ff:ff:ff:ff:ff 2022-03-06T00:18:16.073 INFO:teuthology.orchestra.run.smithi123.stdout: altname enp7s0f1 2022-03-06T00:18:16.073 INFO:teuthology.orchestra.run.smithi123.stdout:4: enp3s0f0: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-03-06T00:18:16.073 INFO:teuthology.orchestra.run.smithi123.stdout: link/ether 0c:c4:7a:8f:d3:f0 brd ff:ff:ff:ff:ff:ff 2022-03-06T00:18:16.073 INFO:teuthology.orchestra.run.smithi123.stdout:5: enp3s0f1: mtu 1500 qdisc mq state UP group default qlen 1000 2022-03-06T00:18:16.073 INFO:teuthology.orchestra.run.smithi123.stdout: link/ether 0c:c4:7a:8f:d3:f1 brd ff:ff:ff:ff:ff:ff 2022-03-06T00:18:16.074 INFO:teuthology.orchestra.run.smithi123.stdout: inet 172.21.15.123/20 brd 172.21.15.255 scope global dynamic enp3s0f1 2022-03-06T00:18:16.074 INFO:teuthology.orchestra.run.smithi123.stdout: valid_lft 42914sec preferred_lft 42914sec 2022-03-06T00:18:16.074 INFO:teuthology.orchestra.run.smithi123.stdout: inet6 fe80::ec4:7aff:fe8f:d3f1/64 scope link 2022-03-06T00:18:16.074 INFO:teuthology.orchestra.run.smithi123.stdout: valid_lft forever preferred_lft forever 2022-03-06T00:18:16.075 INFO:teuthology.orchestra.run.smithi123.stdout:6: docker0: mtu 1500 qdisc noqueue state DOWN group default 2022-03-06T00:18:16.075 INFO:teuthology.orchestra.run.smithi123.stdout: link/ether 02:42:83:ae:a9:c7 brd ff:ff:ff:ff:ff:ff 2022-03-06T00:18:16.075 INFO:teuthology.orchestra.run.smithi123.stdout: inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0 2022-03-06T00:18:16.075 INFO:teuthology.orchestra.run.smithi123.stdout: valid_lft forever preferred_lft forever 2022-03-06T00:18:16.077 DEBUG:teuthology.orchestra.run.smithi123:> which systemctl 2022-03-06T00:18:16.116 INFO:teuthology.orchestra.run.smithi123.stdout:/usr/bin/systemctl 2022-03-06T00:18:16.117 DEBUG:teuthology.orchestra.run.smithi123:> test -f /run/.containerenv -o -f /.dockerenv 2022-03-06T00:18:16.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-03-06T00:18:16.122 DEBUG:teuthology.orchestra.run.smithi123:> true 2022-03-06T00:18:16.152 DEBUG:teuthology.orchestra.run.smithi123:> sudo lsb_release -is 2022-03-06T00:18:16.218 INFO:teuthology.orchestra.run.smithi123.stdout:Ubuntu 2022-03-06T00:18:16.224 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-06T00:18:16.224 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-06T00:18:16.246 DEBUG:teuthology.orchestra.remote:smithi123:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-06T00:18:16.259 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:18:16.260 DEBUG:teuthology.orchestra.run.smithi123:> dd if=rook/cluster/examples/kubernetes/ceph/operator.yaml of=/dev/stdout 2022-03-06T00:18:16.269 INFO:tasks.rook:Patching operator to use image rook/ceph:v1.7.2 2022-03-06T00:18:16.315 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:18:16.316 DEBUG:teuthology.orchestra.run.smithi123:> dd of=operator.yaml 2022-03-06T00:18:16.324 INFO:tasks.rook:Deploying operator 2022-03-06T00:18:16.343 DEBUG:teuthology.orchestra.remote:smithi123:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-06T00:18:16.381 DEBUG:teuthology.orchestra.remote:smithi123:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-06T00:18:16.396 DEBUG:teuthology.orchestra.run.smithi123:> kubectl create -f rook/cluster/examples/kubernetes/ceph/crds.yaml -f rook/cluster/examples/kubernetes/ceph/common.yaml -f operator.yaml 2022-03-06T00:18:16.637 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/cephblockpools.ceph.rook.io created 2022-03-06T00:18:16.663 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/cephclients.ceph.rook.io created 2022-03-06T00:18:16.817 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/cephclusters.ceph.rook.io created 2022-03-06T00:18:16.838 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystemmirrors.ceph.rook.io created 2022-03-06T00:18:16.880 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystems.ceph.rook.io created 2022-03-06T00:18:16.966 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/cephnfses.ceph.rook.io created 2022-03-06T00:18:16.987 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectrealms.ceph.rook.io created 2022-03-06T00:18:17.035 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstores.ceph.rook.io created 2022-03-06T00:18:17.120 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstoreusers.ceph.rook.io created 2022-03-06T00:18:17.125 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzonegroups.ceph.rook.io created 2022-03-06T00:18:17.156 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzones.ceph.rook.io created 2022-03-06T00:18:17.185 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/cephrbdmirrors.ceph.rook.io created 2022-03-06T00:18:17.208 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/objectbucketclaims.objectbucket.io created 2022-03-06T00:18:17.297 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/objectbuckets.objectbucket.io created 2022-03-06T00:18:17.342 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplicationclasses.replication.storage.openshift.io created 2022-03-06T00:18:17.372 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplications.replication.storage.openshift.io created 2022-03-06T00:18:17.462 INFO:teuthology.orchestra.run.smithi123.stdout:customresourcedefinition.apiextensions.k8s.io/volumes.rook.io created 2022-03-06T00:18:17.496 INFO:teuthology.orchestra.run.smithi123.stdout:namespace/rook-ceph created 2022-03-06T00:18:17.521 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-03-06T00:18:17.546 INFO:teuthology.orchestra.run.smithi123.stdout:serviceaccount/rook-ceph-admission-controller created 2022-03-06T00:18:17.604 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-admission-controller-role created 2022-03-06T00:18:17.608 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-admission-controller-rolebinding created 2022-03-06T00:18:17.612 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-03-06T00:18:17.619 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-06T00:18:17.646 INFO:teuthology.orchestra.run.smithi123.stdout:role.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-06T00:18:17.671 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-global created 2022-03-06T00:18:17.678 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-03-06T00:18:17.686 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-03-06T00:18:17.695 INFO:teuthology.orchestra.run.smithi123.stdout:serviceaccount/rook-ceph-system created 2022-03-06T00:18:17.703 INFO:teuthology.orchestra.run.smithi123.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-06T00:18:17.754 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-06T00:18:17.780 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-global created 2022-03-06T00:18:17.805 INFO:teuthology.orchestra.run.smithi123.stdout:serviceaccount/rook-ceph-osd created 2022-03-06T00:18:17.811 INFO:teuthology.orchestra.run.smithi123.stdout:serviceaccount/rook-ceph-mgr created 2022-03-06T00:18:17.820 INFO:teuthology.orchestra.run.smithi123.stdout:serviceaccount/rook-ceph-cmd-reporter created 2022-03-06T00:18:17.828 INFO:teuthology.orchestra.run.smithi123.stdout:role.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-06T00:18:17.897 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-06T00:18:17.911 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-03-06T00:18:17.938 INFO:teuthology.orchestra.run.smithi123.stdout:role.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-03-06T00:18:17.944 INFO:teuthology.orchestra.run.smithi123.stdout:role.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-03-06T00:18:17.972 INFO:teuthology.orchestra.run.smithi123.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-03-06T00:18:17.978 INFO:teuthology.orchestra.run.smithi123.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-06T00:18:17.986 INFO:teuthology.orchestra.run.smithi123.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-03-06T00:18:17.996 INFO:teuthology.orchestra.run.smithi123.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-03-06T00:18:18.027 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-03-06T00:18:18.031 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-06T00:18:18.063 INFO:teuthology.orchestra.run.smithi123.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-03-06T00:18:18.070 INFO:teuthology.orchestra.run.smithi123.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-03-06T00:18:18.071 INFO:teuthology.orchestra.run.smithi123.stdout:podsecuritypolicy.policy/00-rook-privileged created 2022-03-06T00:18:18.078 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrole.rbac.authorization.k8s.io/psp:rook created 2022-03-06T00:18:18.086 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system-psp created 2022-03-06T00:18:18.095 INFO:teuthology.orchestra.run.smithi123.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-default-psp created 2022-03-06T00:18:18.103 INFO:teuthology.orchestra.run.smithi123.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd-psp created 2022-03-06T00:18:18.161 INFO:teuthology.orchestra.run.smithi123.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-psp created 2022-03-06T00:18:18.164 INFO:teuthology.orchestra.run.smithi123.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter-psp created 2022-03-06T00:18:18.170 INFO:teuthology.orchestra.run.smithi123.stdout:serviceaccount/rook-csi-cephfs-plugin-sa created 2022-03-06T00:18:18.178 INFO:teuthology.orchestra.run.smithi123.stdout:serviceaccount/rook-csi-cephfs-provisioner-sa created 2022-03-06T00:18:18.188 INFO:teuthology.orchestra.run.smithi123.stdout:role.rbac.authorization.k8s.io/cephfs-external-provisioner-cfg created 2022-03-06T00:18:18.213 INFO:teuthology.orchestra.run.smithi123.stdout:rolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role-cfg created 2022-03-06T00:18:18.220 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-03-06T00:18:18.228 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-external-provisioner-runner created 2022-03-06T00:18:18.255 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-plugin-sa-psp created 2022-03-06T00:18:18.286 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-provisioner-sa-psp created 2022-03-06T00:18:18.290 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-03-06T00:18:18.295 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role created 2022-03-06T00:18:18.322 INFO:teuthology.orchestra.run.smithi123.stdout:serviceaccount/rook-csi-rbd-plugin-sa created 2022-03-06T00:18:18.328 INFO:teuthology.orchestra.run.smithi123.stdout:serviceaccount/rook-csi-rbd-provisioner-sa created 2022-03-06T00:18:18.355 INFO:teuthology.orchestra.run.smithi123.stdout:role.rbac.authorization.k8s.io/rbd-external-provisioner-cfg created 2022-03-06T00:18:18.362 INFO:teuthology.orchestra.run.smithi123.stdout:rolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role-cfg created 2022-03-06T00:18:18.439 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrole.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-03-06T00:18:18.454 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrole.rbac.authorization.k8s.io/rbd-external-provisioner-runner created 2022-03-06T00:18:18.480 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-plugin-sa-psp created 2022-03-06T00:18:18.506 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-provisioner-sa-psp created 2022-03-06T00:18:18.512 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-03-06T00:18:18.520 INFO:teuthology.orchestra.run.smithi123.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role created 2022-03-06T00:18:18.528 INFO:teuthology.orchestra.run.smithi123.stdout:role.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-03-06T00:18:18.602 INFO:teuthology.orchestra.run.smithi123.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-03-06T00:18:18.630 INFO:teuthology.orchestra.run.smithi123.stdout:serviceaccount/rook-ceph-purge-osd created 2022-03-06T00:18:18.637 INFO:teuthology.orchestra.run.smithi123.stdout:configmap/rook-ceph-operator-config created 2022-03-06T00:18:18.645 INFO:teuthology.orchestra.run.smithi123.stdout:deployment.apps/rook-ceph-operator created 2022-03-06T00:18:18.651 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-06T00:18:18.736 INFO:teuthology.orchestra.run.smithi123.stderr:No resources found in rook-ceph namespace. 2022-03-06T00:18:28.741 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-06T00:18:28.854 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:18:28.855 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-operator-6b496c8959-w77wb 0/1 Pending 0 6s 2022-03-06T00:18:38.858 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-06T00:18:38.923 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:18:38.923 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-operator-6b496c8959-w77wb 0/1 Pending 0 16s 2022-03-06T00:18:48.926 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-06T00:18:48.988 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:18:48.989 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-operator-6b496c8959-w77wb 0/1 ContainerCreating 0 26s 2022-03-06T00:18:58.992 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-06T00:18:59.060 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:18:59.060 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-operator-6b496c8959-w77wb 0/1 ContainerCreating 0 37s 2022-03-06T00:19:09.063 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-06T00:19:09.672 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:19:09.672 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-operator-6b496c8959-w77wb 0/1 ContainerCreating 0 47s 2022-03-06T00:19:19.675 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-06T00:19:19.747 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:19:19.748 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-operator-6b496c8959-w77wb 1/1 Running 0 57s 2022-03-06T00:19:19.750 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph logs -f rook-ceph-operator-6b496c8959-w77wb 2022-03-06T00:19:19.759 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:19:19.759 DEBUG:teuthology.orchestra.run.smithi123:> dd if=/scratch_devs of=/dev/stdout 2022-03-06T00:19:19.768 INFO:tasks.rook: override: [global] osd crush chooseleaf type = 0 2022-03-06T00:19:19.769 INFO:tasks.rook: override: [mgr] debug mgr = 20 2022-03-06T00:19:19.769 INFO:tasks.rook: override: [mgr] debug ms = 1 2022-03-06T00:19:19.769 INFO:tasks.rook: override: [mon] debug mon = 20 2022-03-06T00:19:19.770 INFO:tasks.rook: override: [mon] debug ms = 1 2022-03-06T00:19:19.770 INFO:tasks.rook: override: [mon] debug paxos = 20 2022-03-06T00:19:19.770 INFO:tasks.rook: override: [osd] debug ms = 1 2022-03-06T00:19:19.771 INFO:tasks.rook: override: [osd] debug osd = 20 2022-03-06T00:19:19.771 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-06T00:19:19.774 DEBUG:teuthology.orchestra.run.smithi123:> kubectl create -f - 2022-03-06T00:19:19.847 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.354372 I | rookcmd: starting Rook v1.7.2 with arguments '/usr/local/bin/rook ceph operator' 2022-03-06T00:19:19.848 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.354484 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-06T00:19:19.848 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.354489 I | cephcmd: starting Rook-Ceph operator 2022-03-06T00:19:19.848 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.516488 I | cephcmd: base ceph version inside the rook operator image is "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)" 2022-03-06T00:19:19.848 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.522725 I | op-k8sutil: ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS="15" (configmap) 2022-03-06T00:19:19.849 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.524679 I | op-k8sutil: ROOK_ENABLE_DISCOVERY_DAEMON="false" (configmap) 2022-03-06T00:19:19.849 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.527576 I | operator: looking for secret "rook-ceph-admission-controller" 2022-03-06T00:19:19.849 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.529135 I | operator: secret "rook-ceph-admission-controller" not found. proceeding without the admission controller 2022-03-06T00:19:19.849 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.531640 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-03-06T00:19:19.850 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.531654 I | operator: watching all namespaces for ceph cluster CRs 2022-03-06T00:19:19.850 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.531749 I | operator: setting up the controller-runtime manager 2022-03-06T00:19:19.850 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.534407 I | ceph-cluster-controller: ConfigMap "rook-ceph-operator-config" changes detected. Updating configurations 2022-03-06T00:19:19.850 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.537405 I | op-k8sutil: ROOK_LOG_LEVEL="INFO" (configmap) 2022-03-06T00:19:19.851 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.839121 I | ceph-cluster-controller: successfully started 2022-03-06T00:19:19.851 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.839226 I | ceph-cluster-controller: enabling hotplug orchestration 2022-03-06T00:19:19.851 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.839255 I | ceph-crashcollector-controller: successfully started 2022-03-06T00:19:19.851 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.839376 I | ceph-block-pool-controller: successfully started 2022-03-06T00:19:19.852 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.839479 I | ceph-object-store-user-controller: successfully started 2022-03-06T00:19:19.852 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.839587 I | ceph-object-realm-controller: successfully started 2022-03-06T00:19:19.852 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.839660 I | ceph-object-zonegroup-controller: successfully started 2022-03-06T00:19:19.852 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.839738 I | ceph-object-zone-controller: successfully started 2022-03-06T00:19:19.853 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.839925 I | ceph-object-controller: successfully started 2022-03-06T00:19:19.854 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.840076 I | ceph-file-controller: successfully started 2022-03-06T00:19:19.854 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.840177 I | ceph-nfs-controller: successfully started 2022-03-06T00:19:19.854 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.840276 I | ceph-rbd-mirror-controller: successfully started 2022-03-06T00:19:19.855 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.840400 I | ceph-client-controller: successfully started 2022-03-06T00:19:19.855 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.840491 I | ceph-filesystem-mirror-controller: successfully started 2022-03-06T00:19:19.855 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:12.841703 I | operator: starting the controller-runtime manager 2022-03-06T00:19:20.660 INFO:teuthology.orchestra.run.smithi123.stdout:configmap/rook-config-override created 2022-03-06T00:19:21.307 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-06T00:19:21.308 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:19:21.308 DEBUG:teuthology.orchestra.run.smithi123:> dd of=cluster.yaml 2022-03-06T00:19:21.316 DEBUG:teuthology.orchestra.run.smithi123:> kubectl create -f cluster.yaml 2022-03-06T00:19:23.550 INFO:teuthology.orchestra.run.smithi123.stdout:cephcluster.ceph.rook.io/rook-ceph created 2022-03-06T00:19:23.559 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.560749 I | clusterdisruption-controller: create event from ceph cluster CR 2022-03-06T00:19:23.559 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.560839 I | ceph-spec: adding finalizer "cephcluster.ceph.rook.io" on "rook-ceph" 2022-03-06T00:19:23.573 DEBUG:teuthology.orchestra.remote:smithi123:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-06T00:19:23.582 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.584189 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-06T00:19:23.584 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.584832 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-06T00:19:23.585 INFO:tasks.rook.operator.smithi123.stdout:   ... // 3 identical fields 2022-03-06T00:19:23.585 INFO:tasks.rook.operator.smithi123.stdout:   Labels: nil, 2022-03-06T00:19:23.585 INFO:tasks.rook.operator.smithi123.stdout:   Placement: nil, 2022-03-06T00:19:23.585 INFO:tasks.rook.operator.smithi123.stdout:   Network: v1.NetworkSpec{ 2022-03-06T00:19:23.586 INFO:tasks.rook.operator.smithi123.stdout:   Provider: "", 2022-03-06T00:19:23.586 INFO:tasks.rook.operator.smithi123.stdout:   Selectors: nil, 2022-03-06T00:19:23.587 INFO:tasks.rook.operator.smithi123.stdout:   HostNetwork: false, 2022-03-06T00:19:23.588 INFO:tasks.rook.operator.smithi123.stdout:-  IPFamily: "", 2022-03-06T00:19:23.588 INFO:tasks.rook.operator.smithi123.stdout:+  IPFamily: "IPv4", 2022-03-06T00:19:23.588 INFO:tasks.rook.operator.smithi123.stdout:   DualStack: false, 2022-03-06T00:19:23.588 INFO:tasks.rook.operator.smithi123.stdout:   }, 2022-03-06T00:19:23.588 INFO:tasks.rook.operator.smithi123.stdout:   Resources: nil, 2022-03-06T00:19:23.589 INFO:tasks.rook.operator.smithi123.stdout:   PriorityClassNames: nil, 2022-03-06T00:19:23.589 INFO:tasks.rook.operator.smithi123.stdout:   ... // 16 identical fields 2022-03-06T00:19:23.589 INFO:tasks.rook.operator.smithi123.stdout:  } 2022-03-06T00:19:23.590 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.590805 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-03-06T00:19:23.590 DEBUG:teuthology.orchestra.run.smithi123:> kubectl create -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-03-06T00:19:23.618 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.620404 I | ceph-csi: successfully created csi config map "rook-ceph-csi-config" 2022-03-06T00:19:23.621 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.622918 I | op-k8sutil: ROOK_CSI_ENABLE_RBD="true" (configmap) 2022-03-06T00:19:23.621 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.622942 I | ceph-cluster-controller: clusterInfo not yet found, must be a new cluster 2022-03-06T00:19:23.625 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.625886 I | op-k8sutil: ROOK_CSI_ENABLE_CEPHFS="true" (configmap) 2022-03-06T00:19:23.628 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.627929 I | op-k8sutil: ROOK_CSI_ALLOW_UNSUPPORTED_VERSION="false" (configmap) 2022-03-06T00:19:23.629 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.630294 I | op-k8sutil: ROOK_CSI_ENABLE_GRPC_METRICS="false" (configmap) 2022-03-06T00:19:23.631 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.632521 I | op-k8sutil: CSI_ENABLE_HOST_NETWORK="true" (default) 2022-03-06T00:19:23.633 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.634335 I | op-k8sutil: ROOK_CSI_CEPH_IMAGE="quay.io/cephcsi/cephcsi:v3.4.0" (default) 2022-03-06T00:19:23.635 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.638009 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-06T00:19:23.801 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:23.803539 I | op-k8sutil: ROOK_CSI_REGISTRAR_IMAGE="k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0" (default) 2022-03-06T00:19:23.853 INFO:teuthology.orchestra.run.smithi123.stdout:deployment.apps/rook-ceph-tools created 2022-03-06T00:19:23.857 INFO:tasks.rook:Waiting for tools container to start 2022-03-06T00:19:23.858 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:19:23.968 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:19:23.968 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 0/1 Pending 0 0s 2022-03-06T00:19:24.206 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:24.208509 I | op-k8sutil: ROOK_CSI_PROVISIONER_IMAGE="k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2" (default) 2022-03-06T00:19:24.586 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:24.588919 I | op-k8sutil: ROOK_CSI_ATTACHER_IMAGE="k8s.gcr.io/sig-storage/csi-attacher:v3.2.1" (default) 2022-03-06T00:19:24.877 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:24.879981 I | op-k8sutil: ROOK_CSI_SNAPSHOTTER_IMAGE="k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1" (default) 2022-03-06T00:19:24.986 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:24.988696 I | op-k8sutil: ROOK_CSI_KUBELET_DIR_PATH="/var/lib/kubelet" (default) 2022-03-06T00:19:25.196 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:25.199169 I | op-k8sutil: CSI_VOLUME_REPLICATION_IMAGE="quay.io/csiaddons/volumereplication-operator:v0.1.0" (default) 2022-03-06T00:19:25.387 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:25.388595 I | op-k8sutil: ROOK_CSI_CEPHFS_POD_LABELS="" (default) 2022-03-06T00:19:25.587 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:25.589525 I | op-k8sutil: ROOK_CSI_RBD_POD_LABELS="" (default) 2022-03-06T00:19:25.587 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:25.589556 I | ceph-csi: detecting the ceph csi image version for image "quay.io/cephcsi/cephcsi:v3.4.0" 2022-03-06T00:19:25.787 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:19:25.789702 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-03-06T00:19:28.971 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:19:29.132 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:19:29.133 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 0/1 ContainerCreating 0 6s 2022-03-06T00:19:34.135 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:19:34.232 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:19:34.233 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 0/1 ContainerCreating 0 11s 2022-03-06T00:19:39.235 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:19:39.294 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:19:39.295 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 0/1 ContainerCreating 0 16s 2022-03-06T00:19:44.297 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:19:44.365 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:19:44.365 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 0/1 ContainerCreating 0 21s 2022-03-06T00:19:49.368 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:19:49.706 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:19:49.706 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 0/1 ContainerCreating 0 26s 2022-03-06T00:19:54.708 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:19:54.775 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:19:54.776 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 0/1 ContainerCreating 0 31s 2022-03-06T00:19:59.778 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:19:59.858 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:19:59.858 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 0/1 ContainerCreating 0 36s 2022-03-06T00:20:00.413 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:00.414115 I | ceph-csi: Detected ceph CSI image version: "v3.4.0" 2022-03-06T00:20:00.415 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:00.417853 I | op-k8sutil: CSI_FORCE_CEPHFS_KERNEL_CLIENT="true" (configmap) 2022-03-06T00:20:00.850 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:00.853337 I | op-k8sutil: CSI_CEPHFS_GRPC_METRICS_PORT="9091" (default) 2022-03-06T00:20:00.935 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:00.938418 I | op-k8sutil: CSI_CEPHFS_LIVENESS_METRICS_PORT="9081" (default) 2022-03-06T00:20:01.024 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:01.027996 I | op-k8sutil: CSI_RBD_GRPC_METRICS_PORT="9090" (default) 2022-03-06T00:20:01.077 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:01.079519 I | op-k8sutil: CSI_RBD_LIVENESS_METRICS_PORT="9080" (default) 2022-03-06T00:20:01.100 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:01.103883 I | op-k8sutil: CSI_PLUGIN_PRIORITY_CLASSNAME="" (default) 2022-03-06T00:20:01.103 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:01.104915 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-06T00:20:01.104 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:01.104932 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-06T00:20:01.104 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:01.104943 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-06T00:20:01.216 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:01.217590 I | op-k8sutil: CSI_PROVISIONER_PRIORITY_CLASSNAME="" (default) 2022-03-06T00:20:01.217 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:01.218099 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-06T00:20:01.380 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:01.383723 I | op-k8sutil: CSI_ENABLE_OMAP_GENERATOR="false" (default) 2022-03-06T00:20:01.453 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:01.456989 I | op-k8sutil: CSI_ENABLE_RBD_SNAPSHOTTER="true" (configmap) 2022-03-06T00:20:01.475 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:01.478487 I | op-k8sutil: CSI_ENABLE_CEPHFS_SNAPSHOTTER="true" (configmap) 2022-03-06T00:20:01.590 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:01.593894 I | op-mon: start running mons 2022-03-06T00:20:01.663 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:01.666745 I | op-k8sutil: CSI_ENABLE_VOLUME_REPLICATION="false" (configmap) 2022-03-06T00:20:02.079 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:02.083281 I | op-k8sutil: CSI_CEPHFS_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-03-06T00:20:02.128 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:02.132199 I | op-mon: creating mon secrets for a new cluster 2022-03-06T00:20:02.263 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:02.266984 I | op-k8sutil: CSI_RBD_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-03-06T00:20:02.263 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:02.267007 I | ceph-csi: Kubernetes version is 1.23 2022-03-06T00:20:02.666 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:02.669135 I | op-k8sutil: ROOK_CSI_RESIZER_IMAGE="k8s.gcr.io/sig-storage/csi-resizer:v1.2.0" (default) 2022-03-06T00:20:03.064 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:03.067246 I | op-k8sutil: CSI_LOG_LEVEL="" (default) 2022-03-06T00:20:03.264 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:03.267408 I | op-mon: existing maxMonID not found or failed to load. configmaps "rook-ceph-mon-endpoints" not found 2022-03-06T00:20:03.666 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:03.669436 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-06T00:20:03.864 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:03.867672 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-03-06T00:20:04.264 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:04.267916 I | op-k8sutil: CSI_PROVISIONER_NODE_AFFINITY="" (default) 2022-03-06T00:20:04.664 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:04.668013 I | op-k8sutil: CSI_PLUGIN_TOLERATIONS="" (default) 2022-03-06T00:20:04.864 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:20:04.930 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:20:04.930 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 0/1 ContainerCreating 0 41s 2022-03-06T00:20:05.078 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:05.081465 I | op-k8sutil: CSI_PLUGIN_NODE_AFFINITY="" (default) 2022-03-06T00:20:05.264 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:05.268054 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:20:05.265 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:05.268298 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:20:05.464 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:05.467828 I | op-k8sutil: CSI_RBD_PLUGIN_TOLERATIONS="" (default) 2022-03-06T00:20:05.864 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:05.867531 I | op-k8sutil: CSI_RBD_PLUGIN_NODE_AFFINITY="" (default) 2022-03-06T00:20:06.264 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:06.268140 I | op-k8sutil: CSI_RBD_PLUGIN_RESOURCE="" (default) 2022-03-06T00:20:06.665 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:06.668501 I | op-k8sutil: CSI_RBD_PROVISIONER_TOLERATIONS="" (default) 2022-03-06T00:20:07.101 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:07.104797 I | op-k8sutil: CSI_RBD_PROVISIONER_NODE_AFFINITY="" (default) 2022-03-06T00:20:07.463 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:07.466833 I | op-k8sutil: CSI_RBD_PROVISIONER_RESOURCE="" (default) 2022-03-06T00:20:07.480 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:07.483838 I | ceph-csi: successfully started CSI Ceph RBD driver 2022-03-06T00:20:07.677 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:07.681069 I | op-mon: targeting the mon count 1 2022-03-06T00:20:07.837 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:07.840760 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-03-06T00:20:07.841 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:07.841162 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-06T00:20:08.388 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:08.391812 I | op-k8sutil: CSI_CEPHFS_PLUGIN_TOLERATIONS="" (default) 2022-03-06T00:20:08.463 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:08.466066 I | op-mon: parsing mon endpoints: 2022-03-06T00:20:08.463 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:08.466085 W | op-mon: ignoring invalid monitor 2022-03-06T00:20:08.470 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:08.474099 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-06T00:20:08.663 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:08.666898 I | op-k8sutil: CSI_CEPHFS_PLUGIN_NODE_AFFINITY="" (default) 2022-03-06T00:20:09.196 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:09.199361 I | op-k8sutil: CSI_CEPHFS_PLUGIN_RESOURCE="" (default) 2022-03-06T00:20:09.816 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:09.819132 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_TOLERATIONS="" (default) 2022-03-06T00:20:09.932 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:20:10.061 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:20:10.062 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 0/1 ContainerCreating 0 47s 2022-03-06T00:20:10.144 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:10.063283 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_NODE_AFFINITY="" (default) 2022-03-06T00:20:10.680 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:10.682428 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_RESOURCE="" (default) 2022-03-06T00:20:10.694 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:10.694910 I | ceph-csi: successfully started CSI CephFS driver 2022-03-06T00:20:11.287 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:11.288802 I | op-k8sutil: CSI_RBD_FSGROUPPOLICY="ReadWriteOnceWithFSType" (configmap) 2022-03-06T00:20:11.919 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:11.921291 I | ceph-csi: CSIDriver object created for driver "rook-ceph.rbd.csi.ceph.com" 2022-03-06T00:20:12.095 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:12.096990 I | op-k8sutil: CSI_CEPHFS_FSGROUPPOLICY="None" (configmap) 2022-03-06T00:20:12.172 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:12.173642 I | ceph-csi: CSIDriver object created for driver "rook-ceph.cephfs.csi.ceph.com" 2022-03-06T00:20:15.064 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:20:15.117 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:20:15.118 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 0/1 ContainerCreating 0 52s 2022-03-06T00:20:20.120 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:20:20.439 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:20:20.439 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 0/1 ContainerCreating 0 57s 2022-03-06T00:20:22.511 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:22.508381 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-06T00:20:22.512 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:22.508404 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-06T00:20:22.512 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:22.508412 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-06T00:20:23.130 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:23.128442 I | op-mon: parsing mon endpoints: 2022-03-06T00:20:23.131 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:23.128485 W | op-mon: ignoring invalid monitor 2022-03-06T00:20:23.274 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:23.272275 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:20:23.277 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:23.272522 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:20:23.401 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:23.399205 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-06T00:20:23.401 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T00:20:23.395+0000 7fcda3fff700 -1 failed for service _ceph-mon._tcp 2022-03-06T00:20:23.402 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T00:20:23.395+0000 7fcda3fff700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-03-06T00:20:23.402 INFO:tasks.rook.operator.smithi123.stdout:[errno 2] RADOS object not found (error connecting to the cluster): exit status 1 2022-03-06T00:20:23.402 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:23.399228 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-06T00:20:23.663 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:23.660426 I | op-mon: start running mons 2022-03-06T00:20:23.702 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:23.701115 I | op-mon: parsing mon endpoints: 2022-03-06T00:20:23.703 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:23.701131 W | op-mon: ignoring invalid monitor 2022-03-06T00:20:23.964 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:23.962753 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-06T00:20:23.984 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:23.983107 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:20:23.987 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:23.984797 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:20:24.533 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:24.531562 I | op-mon: targeting the mon count 1 2022-03-06T00:20:24.538 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:24.536923 I | op-mon: sched-mon: created canary deployment rook-ceph-mon-a-canary 2022-03-06T00:20:24.913 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:24.912093 I | op-mon: sched-mon: waiting for canary pod creation rook-ceph-mon-a-canary 2022-03-06T00:20:25.441 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:20:25.502 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:20:25.502 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 0/1 ContainerCreating 0 62s 2022-03-06T00:20:30.020 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:30.018448 I | op-mon: sched-mon: canary monitor deployment rook-ceph-mon-a-canary scheduled to smithi123 2022-03-06T00:20:30.020 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:30.018466 I | op-mon: assignmon: mon a assigned to node smithi123 2022-03-06T00:20:30.023 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:30.021147 I | op-mon: cleaning up canary monitor deployment "rook-ceph-mon-a-canary" 2022-03-06T00:20:30.027 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:30.026308 I | op-mon: creating mon a 2022-03-06T00:20:30.311 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:30.309675 I | op-mon: mon "a" endpoint is [v2:10.101.239.187:3300,v1:10.101.239.187:6789] 2022-03-06T00:20:30.517 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:20:30.961 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:20:30.962 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 0/1 ContainerCreating 0 67s 2022-03-06T00:20:30.966 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:30.964216 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.101.239.187:6789"]}] data:a=10.101.239.187:6789 mapping:{"node":{"a":{"Name":"smithi123","Hostname":"smithi123","Address":"172.21.15.123"}}} maxMonId:-1] 2022-03-06T00:20:30.966 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:30.964327 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-03-06T00:20:30.966 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:30.964476 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-03-06T00:20:31.603 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:31.601467 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:20:31.603 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:31.601682 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:20:32.038 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:32.036815 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-06T00:20:32.122 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:32.120910 I | op-mon: updating maxMonID from -1 to 0 after committing mon "a" 2022-03-06T00:20:32.780 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:32.779417 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.101.239.187:6789"]}] data:a=10.101.239.187:6789 mapping:{"node":{"a":{"Name":"smithi123","Hostname":"smithi123","Address":"172.21.15.123"}}} maxMonId:0] 2022-03-06T00:20:32.781 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:32.779442 I | op-mon: waiting for mon quorum with [a] 2022-03-06T00:20:33.058 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:33.056414 I | op-mon: mons running: [a] 2022-03-06T00:20:35.966 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-06T00:20:36.107 INFO:teuthology.orchestra.run.smithi123.stdout:NAME READY STATUS RESTARTS AGE 2022-03-06T00:20:36.107 INFO:teuthology.orchestra.run.smithi123.stdout:rook-ceph-tools-7677f7f4b9-b8zfv 1/1 Running 0 73s 2022-03-06T00:20:36.109 INFO:tasks.rook:Waiting for mgr/rook orchestrator to be available 2022-03-06T00:20:36.109 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch status -f json 2022-03-06T00:20:36.426 INFO:teuthology.orchestra.run.smithi123.stderr:unable to get monitor info from DNS SRV with service name: ceph-mon 2022-03-06T00:20:36.427 INFO:teuthology.orchestra.run.smithi123.stderr:2022-03-06T00:20:36.423+0000 7fa9c9bff700 -1 failed for service _ceph-mon._tcp 2022-03-06T00:20:36.427 INFO:teuthology.orchestra.run.smithi123.stderr:2022-03-06T00:20:36.423+0000 7fa9c9bff700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-03-06T00:20:36.427 INFO:teuthology.orchestra.run.smithi123.stderr:[errno 2] RADOS object not found (error connecting to the cluster) 2022-03-06T00:20:36.430 INFO:teuthology.orchestra.run.smithi123.stderr:command terminated with exit code 1 2022-03-06T00:20:36.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-03-06T00:20:46.305 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:46.304673 I | op-mon: Monitors in quorum: [a] 2022-03-06T00:20:46.306 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:46.304700 I | op-mon: mons created: 1 2022-03-06T00:20:46.433 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch status -f json 2022-03-06T00:20:46.541 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:46.539811 I | op-mon: waiting for mon quorum with [a] 2022-03-06T00:20:46.576 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:46.543665 I | op-mon: mons running: [a] 2022-03-06T00:20:46.767 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:46.765631 I | op-mon: Monitors in quorum: [a] 2022-03-06T00:20:46.767 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:46.765670 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-06T00:20:46.876 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:20:46.877 INFO:teuthology.orchestra.run.smithi123.stderr:no valid command found; 10 closest matches: 2022-03-06T00:20:46.877 INFO:teuthology.orchestra.run.smithi123.stderr:pg stat 2022-03-06T00:20:46.878 INFO:teuthology.orchestra.run.smithi123.stderr:pg getmap 2022-03-06T00:20:46.878 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-03-06T00:20:46.878 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-03-06T00:20:46.878 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump_pools_json 2022-03-06T00:20:46.879 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls-by-pool [...] 2022-03-06T00:20:46.879 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls-by-primary [] [...] 2022-03-06T00:20:46.879 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls-by-osd [] [...] 2022-03-06T00:20:46.879 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls [] [...] 2022-03-06T00:20:46.879 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-03-06T00:20:46.880 INFO:teuthology.orchestra.run.smithi123.stderr:Error EINVAL: invalid command 2022-03-06T00:20:46.880 INFO:teuthology.orchestra.run.smithi123.stderr:command terminated with exit code 22 2022-03-06T00:20:46.882 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-03-06T00:20:47.036 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:47.035162 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-06T00:20:47.037 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:47.035215 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-06T00:20:47.336 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:47.334930 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-06T00:20:47.336 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:47.334965 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-06T00:20:47.596 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:47.595094 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-06T00:20:47.597 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:47.595128 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-06T00:20:47.854 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:47.852658 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-06T00:20:47.854 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:47.852694 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-06T00:20:48.118 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:48.116916 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-06T00:20:48.118 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:48.116944 I | op-config: deleting "log file" option from the mon configuration database 2022-03-06T00:20:48.360 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:48.359125 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-06T00:20:48.360 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:48.359152 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-06T00:20:48.639 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:48.637846 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-06T00:20:48.897 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:48.896528 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-06T00:20:49.159 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:49.158189 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-06T00:20:49.609 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:49.608120 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-06T00:20:49.609 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:49.608141 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-06T00:20:49.900 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:49.899132 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-06T00:20:50.116 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:50.115328 I | cephclient: successfully enabled msgr2 protocol 2022-03-06T00:20:50.117 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:50.115365 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-06T00:20:50.117 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:50.115378 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-06T00:20:50.414 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:50.412992 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-06T00:20:50.513 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:50.512348 I | op-mgr: start running mgr 2022-03-06T00:20:50.514 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:50.512380 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-06T00:20:51.164 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:51.163098 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi123": the object has been modified; please apply your changes to the latest version and try again 2022-03-06T00:20:56.883 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch status -f json 2022-03-06T00:20:57.431 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:20:57.432 INFO:teuthology.orchestra.run.smithi123.stderr:no valid command found; 10 closest matches: 2022-03-06T00:20:57.432 INFO:teuthology.orchestra.run.smithi123.stderr:pg stat 2022-03-06T00:20:57.432 INFO:teuthology.orchestra.run.smithi123.stderr:pg getmap 2022-03-06T00:20:57.432 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-03-06T00:20:57.433 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-03-06T00:20:57.433 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump_pools_json 2022-03-06T00:20:57.433 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls-by-pool [...] 2022-03-06T00:20:57.433 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls-by-primary [] [...] 2022-03-06T00:20:57.434 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls-by-osd [] [...] 2022-03-06T00:20:57.434 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls [] [...] 2022-03-06T00:20:57.434 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-03-06T00:20:57.434 INFO:teuthology.orchestra.run.smithi123.stderr:Error EINVAL: invalid command 2022-03-06T00:20:57.435 INFO:teuthology.orchestra.run.smithi123.stderr:command terminated with exit code 22 2022-03-06T00:20:57.436 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-03-06T00:20:59.940 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:59.939503 I | op-k8sutil: finished waiting for updated deployment "rook-ceph-mgr-a" 2022-03-06T00:20:59.943 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:59.943232 I | op-mgr: setting services to point to mgr "a" 2022-03-06T00:20:59.998 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:59.997138 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-06T00:21:00.001 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:59.997907 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-06T00:21:00.001 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:20:59.997926 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-06T00:21:00.025 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.024430 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-06T00:21:00.032 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.028014 I | op-osd: no storageClassDeviceSets defined to configure OSDs on PVCs 2022-03-06T00:21:00.032 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.028040 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-06T00:21:00.032 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.028046 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-06T00:21:00.341 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.340842 W | cephclient: failed to enable mgr module "rook". trying again... 2022-03-06T00:21:00.353 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.352588 I | op-mgr: successful modules: dashboard 2022-03-06T00:21:00.357 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.357106 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-06T00:21:00.358 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.357125 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-06T00:21:00.365 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.364721 I | ceph-cluster-controller: enabling ceph mon monitoring goroutine for cluster "rook-ceph" 2022-03-06T00:21:00.365 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.364796 I | ceph-cluster-controller: enabling ceph osd monitoring goroutine for cluster "rook-ceph" 2022-03-06T00:21:00.366 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.364822 I | ceph-cluster-controller: enabling ceph status monitoring goroutine for cluster "rook-ceph" 2022-03-06T00:21:00.448 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.447301 I | op-k8sutil: ROOK_OBC_WATCH_OPERATOR_NAMESPACE="true" (configmap) 2022-03-06T00:21:00.448 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.447462 I | op-bucket-prov: ceph bucket provisioner launched watching for provisioner "rook-ceph.ceph.rook.io/bucket" 2022-03-06T00:21:00.451 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.448759 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Normal:ReconcileSucceeded:successfully configured CephCluster "rook-ceph/rook-ceph" 2022-03-06T00:21:00.452 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.448871 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-06T00:21:00.452 INFO:tasks.rook.operator.smithi123.stdout:I0306 00:21:00.448889 7 manager.go:118] objectbucket.io/provisioner-manager "msg"="starting provisioner" "name"="rook-ceph.ceph.rook.io/bucket" 2022-03-06T00:21:00.476 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.474983 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:21:00.486 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.485618 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-06T00:21:00.886 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:00.885253 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-06T00:21:01.560 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:01.559307 I | op-mgr: successful modules: prometheus 2022-03-06T00:21:06.006 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:06.004521 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-06T00:21:06.006 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:06.004545 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-06T00:21:06.007 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:06.004564 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-06T00:21:06.101 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:06.100584 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:21:06.206 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:06.203708 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:21:06.209 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:06.208295 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:21:06.223 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:06.222809 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-06T00:21:06.353 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:06.352617 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-06T00:21:06.436 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:06.435870 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-06T00:21:06.680 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:06.676598 I | op-mon: start running mons 2022-03-06T00:21:06.987 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:06.987171 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:21:07.158 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:07.157968 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.101.239.187:6789"]}] data:a=10.101.239.187:6789 mapping:{"node":{"a":{"Name":"smithi123","Hostname":"smithi123","Address":"172.21.15.123"}}} maxMonId:0] 2022-03-06T00:21:07.165 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:07.165176 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:21:07.168 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:07.165349 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:21:07.437 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch status -f json 2022-03-06T00:21:07.605 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:07.604415 I | cephclient: command failed for set rook backend. trying again... 2022-03-06T00:21:07.642 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:07.641542 I | op-mon: targeting the mon count 1 2022-03-06T00:21:07.645 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:07.645234 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-06T00:21:07.861 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:07.860551 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-06T00:21:07.861 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:07.860595 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-06T00:21:07.882 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:21:07.883 INFO:teuthology.orchestra.run.smithi123.stderr:no valid command found; 10 closest matches: 2022-03-06T00:21:07.883 INFO:teuthology.orchestra.run.smithi123.stderr:pg stat 2022-03-06T00:21:07.883 INFO:teuthology.orchestra.run.smithi123.stderr:pg getmap 2022-03-06T00:21:07.884 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-03-06T00:21:07.884 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-03-06T00:21:07.884 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump_pools_json 2022-03-06T00:21:07.884 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls-by-pool [...] 2022-03-06T00:21:07.885 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls-by-primary [] [...] 2022-03-06T00:21:07.885 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls-by-osd [] [...] 2022-03-06T00:21:07.885 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls [] [...] 2022-03-06T00:21:07.885 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-03-06T00:21:07.885 INFO:teuthology.orchestra.run.smithi123.stderr:Error EINVAL: invalid command 2022-03-06T00:21:07.886 INFO:teuthology.orchestra.run.smithi123.stderr:command terminated with exit code 22 2022-03-06T00:21:07.887 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-03-06T00:21:08.069 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:08.068877 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-06T00:21:08.070 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:08.068902 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-06T00:21:08.347 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:08.346343 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-06T00:21:08.347 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:08.346389 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-06T00:21:08.557 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:08.557114 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-06T00:21:08.558 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:08.557135 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-06T00:21:08.770 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:08.769780 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-06T00:21:08.770 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:08.769798 I | op-config: deleting "log file" option from the mon configuration database 2022-03-06T00:21:08.986 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:08.985972 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-06T00:21:08.987 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:08.985997 I | op-mon: checking for basic quorum with existing mons 2022-03-06T00:21:09.097 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:09.097391 I | op-mon: mon "a" endpoint is [v2:10.101.239.187:3300,v1:10.101.239.187:6789] 2022-03-06T00:21:09.124 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:09.124102 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.101.239.187:6789"]}] data:a=10.101.239.187:6789 mapping:{"node":{"a":{"Name":"smithi123","Hostname":"smithi123","Address":"172.21.15.123"}}} maxMonId:0] 2022-03-06T00:21:09.642 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:09.641792 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:21:09.645 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:09.642084 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:21:10.054 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:10.053182 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-06T00:21:10.061 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:10.061200 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-06T00:21:10.061 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:10.061222 I | op-mon: waiting for mon quorum with [a] 2022-03-06T00:21:10.245 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:10.244785 I | op-mon: mons running: [a] 2022-03-06T00:21:10.456 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:10.455374 I | op-mon: Monitors in quorum: [a] 2022-03-06T00:21:10.456 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:10.455401 I | op-mon: mons created: 1 2022-03-06T00:21:10.768 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:10.768199 I | op-mon: waiting for mon quorum with [a] 2022-03-06T00:21:10.774 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:10.773933 I | op-mon: mons running: [a] 2022-03-06T00:21:10.990 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:10.989966 I | op-mon: Monitors in quorum: [a] 2022-03-06T00:21:10.991 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:10.990006 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-06T00:21:11.295 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:11.294851 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-06T00:21:11.520 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:11.518787 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-06T00:21:11.667 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:11.666408 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-06T00:21:11.791 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:11.790999 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-06T00:21:12.079 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:12.079316 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-06T00:21:12.080 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:12.079337 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-06T00:21:12.442 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:12.441841 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-06T00:21:12.738 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:12.737219 I | cephclient: successfully enabled msgr2 protocol 2022-03-06T00:21:12.738 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:12.737254 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-06T00:21:12.738 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:12.737266 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-06T00:21:12.890 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:12.889743 I | cephclient: command failed for set rook backend. trying again... 2022-03-06T00:21:12.980 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:12.980290 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-06T00:21:13.017 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:13.016745 I | op-mgr: start running mgr 2022-03-06T00:21:13.018 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:13.016775 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-06T00:21:13.491 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:13.491280 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-06T00:21:13.499 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:13.498976 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-06T00:21:13.502 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:13.501686 I | op-mgr: setting services to point to mgr "a" 2022-03-06T00:21:14.252 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:14.250790 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-06T00:21:14.253 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:14.250822 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-06T00:21:14.253 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:14.250838 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-06T00:21:14.276 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:14.276207 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-06T00:21:14.440 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:14.439657 I | op-osd: no storageClassDeviceSets defined to configure OSDs on PVCs 2022-03-06T00:21:14.441 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:14.439680 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-06T00:21:14.441 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:14.439685 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-06T00:21:15.055 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:15.054633 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-06T00:21:15.055 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:15.054660 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-06T00:21:15.248 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:15.248074 I | op-mgr: successful modules: prometheus 2022-03-06T00:21:15.252 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:15.251528 I | op-mgr: successful modules: dashboard 2022-03-06T00:21:15.258 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:15.257995 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-06T00:21:15.533 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:15.532741 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-06T00:21:16.556 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:16.555884 I | cephclient: command failed for set rook backend. trying again... 2022-03-06T00:21:16.954 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:16.953917 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-06T00:21:17.888 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch status -f json 2022-03-06T00:21:18.196 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:18.196242 I | cephclient: command failed for set rook backend. trying again... 2022-03-06T00:21:18.303 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:21:18.303 INFO:teuthology.orchestra.run.smithi123.stderr:no valid command found; 10 closest matches: 2022-03-06T00:21:18.304 INFO:teuthology.orchestra.run.smithi123.stderr:pg stat 2022-03-06T00:21:18.304 INFO:teuthology.orchestra.run.smithi123.stderr:pg getmap 2022-03-06T00:21:18.304 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-03-06T00:21:18.305 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-03-06T00:21:18.305 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump_pools_json 2022-03-06T00:21:18.305 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls-by-pool [...] 2022-03-06T00:21:18.305 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls-by-primary [] [...] 2022-03-06T00:21:18.306 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls-by-osd [] [...] 2022-03-06T00:21:18.306 INFO:teuthology.orchestra.run.smithi123.stderr:pg ls [] [...] 2022-03-06T00:21:18.306 INFO:teuthology.orchestra.run.smithi123.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-03-06T00:21:18.307 INFO:teuthology.orchestra.run.smithi123.stderr:Error EINVAL: invalid command 2022-03-06T00:21:18.308 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-03-06T00:21:18.309 INFO:teuthology.orchestra.run.smithi123.stderr:command terminated with exit code 22 2022-03-06T00:21:20.945 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:20.945364 I | op-mgr: successful modules: balancer 2022-03-06T00:21:21.982 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:21.982475 I | cephclient: action set rook backend succeeded on attempt 1 2022-03-06T00:21:21.983 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:21.982503 I | op-mgr: successful modules: orchestrator modules 2022-03-06T00:21:22.294 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:22.294338 I | op-mgr: successful modules: balancer 2022-03-06T00:21:23.557 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:23.556662 I | cephclient: action set rook backend succeeded on attempt 3 2022-03-06T00:21:23.557 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:23.556698 I | op-mgr: successful modules: orchestrator modules 2022-03-06T00:21:28.310 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch status -f json 2022-03-06T00:21:28.872 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:21:28.872 INFO:teuthology.orchestra.run.smithi123.stdout:{"available": true, "backend": "rook"} 2022-03-06T00:21:28.896 INFO:tasks.rook: mgr/rook orchestrator is active 2022-03-06T00:21:28.896 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph config set mgr mgr/rook/storage_class scratch 2022-03-06T00:21:29.488 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch apply osd --all-available-devices 2022-03-06T00:21:30.142 INFO:teuthology.orchestra.run.smithi123.stdout:['Success'] 2022-03-06T00:21:30.148 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:30.143543 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-06T00:21:30.149 INFO:tasks.rook.operator.smithi123.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", AllowUnsupported: true}, 2022-03-06T00:21:30.149 INFO:tasks.rook.operator.smithi123.stdout:   Storage: v1.StorageScopeSpec{ 2022-03-06T00:21:30.150 INFO:tasks.rook.operator.smithi123.stdout:   ... // 3 identical fields 2022-03-06T00:21:30.150 INFO:tasks.rook.operator.smithi123.stdout:   Config: nil, 2022-03-06T00:21:30.151 INFO:tasks.rook.operator.smithi123.stdout:   Selection: {}, 2022-03-06T00:21:30.151 INFO:tasks.rook.operator.smithi123.stdout:-  StorageClassDeviceSets: nil, 2022-03-06T00:21:30.152 INFO:tasks.rook.operator.smithi123.stdout:+  StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-03-06T00:21:30.152 INFO:tasks.rook.operator.smithi123.stdout:+  { 2022-03-06T00:21:30.153 INFO:tasks.rook.operator.smithi123.stdout:+  Name: "smithi123-lv-1", 2022-03-06T00:21:30.153 INFO:tasks.rook.operator.smithi123.stdout:+  Count: 1, 2022-03-06T00:21:30.154 INFO:tasks.rook.operator.smithi123.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-06T00:21:30.154 INFO:tasks.rook.operator.smithi123.stdout:+  }, 2022-03-06T00:21:30.154 INFO:tasks.rook.operator.smithi123.stdout:+  { 2022-03-06T00:21:30.155 INFO:tasks.rook.operator.smithi123.stdout:+  Name: "smithi123-lv-2", 2022-03-06T00:21:30.155 INFO:tasks.rook.operator.smithi123.stdout:+  Count: 1, 2022-03-06T00:21:30.156 INFO:tasks.rook.operator.smithi123.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-06T00:21:30.156 INFO:tasks.rook.operator.smithi123.stdout:+  }, 2022-03-06T00:21:30.157 INFO:tasks.rook.operator.smithi123.stdout:+  { 2022-03-06T00:21:30.157 INFO:tasks.rook.operator.smithi123.stdout:+  Name: "smithi123-lv-3", 2022-03-06T00:21:30.158 INFO:tasks.rook.operator.smithi123.stdout:+  Count: 1, 2022-03-06T00:21:30.158 INFO:tasks.rook.operator.smithi123.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-06T00:21:30.159 INFO:tasks.rook.operator.smithi123.stdout:+  }, 2022-03-06T00:21:30.159 INFO:tasks.rook.operator.smithi123.stdout:+  { 2022-03-06T00:21:30.160 INFO:tasks.rook.operator.smithi123.stdout:+  Name: "smithi123-lv-4", 2022-03-06T00:21:30.160 INFO:tasks.rook.operator.smithi123.stdout:+  Count: 1, 2022-03-06T00:21:30.160 INFO:tasks.rook.operator.smithi123.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-06T00:21:30.161 INFO:tasks.rook.operator.smithi123.stdout:+  }, 2022-03-06T00:21:30.161 INFO:tasks.rook.operator.smithi123.stdout:+  }, 2022-03-06T00:21:30.162 INFO:tasks.rook.operator.smithi123.stdout:   }, 2022-03-06T00:21:30.162 INFO:tasks.rook.operator.smithi123.stdout:   Annotations: nil, 2022-03-06T00:21:30.163 INFO:tasks.rook.operator.smithi123.stdout:   Labels: nil, 2022-03-06T00:21:30.163 INFO:tasks.rook.operator.smithi123.stdout:   ... // 20 identical fields 2022-03-06T00:21:30.164 INFO:tasks.rook.operator.smithi123.stdout:  } 2022-03-06T00:21:30.164 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:30.143635 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-06T00:21:30.166 INFO:tasks.rook:Waiting for 4 OSDs 2022-03-06T00:21:30.167 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd stat -f json 2022-03-06T00:21:30.182 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:30.182452 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:21:30.198 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:30.197078 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-06T00:21:30.765 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:21:30.784 INFO:teuthology.orchestra.run.smithi123.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-06T00:21:30.784 INFO:tasks.rook: have 0/4 OSDs 2022-03-06T00:21:35.333 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:35.333230 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-06T00:21:35.334 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:35.333258 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-06T00:21:35.334 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:35.333272 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-06T00:21:35.376 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:35.376691 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:21:35.672 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:35.667587 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:21:35.673 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:35.669149 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:21:36.059 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:36.059305 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-06T00:21:36.156 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:36.156284 I | op-mon: start running mons 2022-03-06T00:21:36.187 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:36.187479 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:21:36.208 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:36.208304 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.101.239.187:6789"]}] data:a=10.101.239.187:6789 mapping:{"node":{"a":{"Name":"smithi123","Hostname":"smithi123","Address":"172.21.15.123"}}} maxMonId:0] 2022-03-06T00:21:36.215 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:36.215837 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:21:36.216 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:36.216008 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:21:37.240 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:37.240319 I | op-mon: targeting the mon count 1 2022-03-06T00:21:37.254 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:37.254745 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-03-06T00:21:38.255 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:38.255394 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-06T00:21:38.261 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:38.261563 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:21:38.275 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:38.275654 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-06T00:21:38.349 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:38.348745 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-03-06T00:21:38.358 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:38.358846 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-03-06T00:21:40.367 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:40.367569 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-03-06T00:21:40.785 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd stat -f json 2022-03-06T00:21:41.269 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:21:41.286 INFO:teuthology.orchestra.run.smithi123.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-06T00:21:41.287 INFO:tasks.rook: have 0/4 OSDs 2022-03-06T00:21:45.869 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:45.869881 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-06T00:21:45.870 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:45.869900 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-06T00:21:45.870 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:45.869909 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-06T00:21:45.926 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:45.924901 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:21:46.296 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:46.296749 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:21:46.297 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:46.296963 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:21:46.739 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:46.739698 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-06T00:21:46.844 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:46.844312 I | op-mon: start running mons 2022-03-06T00:21:46.880 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:46.880219 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:21:46.915 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:46.915465 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.101.239.187:6789"]}] data:a=10.101.239.187:6789 mapping:{"node":{"a":{"Name":"smithi123","Hostname":"smithi123","Address":"172.21.15.123"}}} maxMonId:0] 2022-03-06T00:21:46.923 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:46.923537 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:21:46.923 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:46.923746 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:21:47.766 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:47.766331 I | op-mon: targeting the mon count 1 2022-03-06T00:21:47.770 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:47.770278 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-06T00:21:48.118 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:48.118222 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-06T00:21:48.118 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:48.118258 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-06T00:21:48.440 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:48.440786 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-06T00:21:48.441 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:48.440819 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-06T00:21:48.790 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:48.790269 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-06T00:21:48.790 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:48.790289 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-06T00:21:49.122 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:49.122167 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-06T00:21:49.122 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:49.122200 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-06T00:21:49.448 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:49.448347 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-06T00:21:49.449 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:49.448369 I | op-config: deleting "log file" option from the mon configuration database 2022-03-06T00:21:49.795 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:49.795320 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-06T00:21:49.795 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:49.795351 I | op-mon: checking for basic quorum with existing mons 2022-03-06T00:21:49.938 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:49.938754 I | op-mon: mon "a" endpoint is [v2:10.101.239.187:3300,v1:10.101.239.187:6789] 2022-03-06T00:21:50.064 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:50.064597 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.101.239.187:6789"]}] data:a=10.101.239.187:6789 mapping:{"node":{"a":{"Name":"smithi123","Hostname":"smithi123","Address":"172.21.15.123"}}} maxMonId:0] 2022-03-06T00:21:50.070 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:50.071287 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:21:50.071 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:50.071465 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:21:50.210 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:50.210228 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-06T00:21:50.217 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:50.218158 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-06T00:21:50.218 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:50.218180 I | op-mon: waiting for mon quorum with [a] 2022-03-06T00:21:50.405 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:50.404535 I | op-mon: mons running: [a] 2022-03-06T00:21:50.809 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:50.809658 I | op-mon: Monitors in quorum: [a] 2022-03-06T00:21:50.809 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:50.809686 I | op-mon: mons created: 1 2022-03-06T00:21:51.214 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:51.213562 I | op-mon: waiting for mon quorum with [a] 2022-03-06T00:21:51.223 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:51.224282 I | op-mon: mons running: [a] 2022-03-06T00:21:51.288 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd stat -f json 2022-03-06T00:21:51.645 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:51.645679 I | op-mon: Monitors in quorum: [a] 2022-03-06T00:21:51.645 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:51.645718 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-06T00:21:51.779 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:21:51.798 INFO:teuthology.orchestra.run.smithi123.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-06T00:21:51.798 INFO:tasks.rook: have 0/4 OSDs 2022-03-06T00:21:52.080 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:52.081283 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-06T00:21:52.510 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:52.509955 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-06T00:21:52.923 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:52.924182 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-06T00:21:53.366 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:53.366880 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-06T00:21:53.367 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:53.366909 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-06T00:21:53.779 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:53.780227 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-06T00:21:54.209 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:54.209639 I | cephclient: successfully enabled msgr2 protocol 2022-03-06T00:21:54.209 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:54.209671 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-06T00:21:54.210 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:54.209677 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-06T00:21:54.622 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:54.622366 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-06T00:21:54.642 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:54.642889 I | op-mgr: start running mgr 2022-03-06T00:21:54.642 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:54.642927 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-06T00:21:55.132 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:55.132299 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-06T00:21:55.140 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:55.141136 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-06T00:21:55.143 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:55.143580 I | op-mgr: setting services to point to mgr "a" 2022-03-06T00:21:55.261 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:55.261519 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-06T00:21:55.261 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:55.261568 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-06T00:21:55.267 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:55.266551 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-06T00:21:55.347 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:55.348451 I | op-osd: creating 1 new PVCs for device set "smithi123-lv-1" 2022-03-06T00:21:55.550 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:55.550569 I | op-osd: successfully provisioned PVC "smithi123-lv-1-data-05ncgx" 2022-03-06T00:21:55.550 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:55.550599 I | op-osd: creating 1 new PVCs for device set "smithi123-lv-2" 2022-03-06T00:21:55.750 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:55.750272 I | op-osd: successfully provisioned PVC "smithi123-lv-2-data-082j9r" 2022-03-06T00:21:55.750 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:55.750311 I | op-osd: creating 1 new PVCs for device set "smithi123-lv-3" 2022-03-06T00:21:55.950 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:55.950556 I | op-osd: successfully provisioned PVC "smithi123-lv-3-data-0z7ltc" 2022-03-06T00:21:55.951 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:55.950611 I | op-osd: creating 1 new PVCs for device set "smithi123-lv-4" 2022-03-06T00:21:56.115 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:56.115714 I | op-mgr: successful modules: prometheus 2022-03-06T00:21:56.118 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:56.116693 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-06T00:21:56.118 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:56.117212 I | op-mgr: successful modules: dashboard 2022-03-06T00:21:56.147 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:56.147928 I | op-osd: successfully provisioned PVC "smithi123-lv-4-data-0t7swh" 2022-03-06T00:21:56.158 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:56.158857 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-1-data-05ncgx" 2022-03-06T00:21:56.562 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:56.563227 I | op-osd: started OSD provisioning job for PVC "smithi123-lv-1-data-05ncgx" 2022-03-06T00:21:56.563 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:56.563249 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-2-data-082j9r" 2022-03-06T00:21:56.655 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:56.655698 I | op-mgr: successful modules: balancer 2022-03-06T00:21:56.966 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:56.967299 I | op-osd: started OSD provisioning job for PVC "smithi123-lv-2-data-082j9r" 2022-03-06T00:21:56.967 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:56.967331 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-3-data-0z7ltc" 2022-03-06T00:21:57.919 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:57.919855 I | op-osd: started OSD provisioning job for PVC "smithi123-lv-3-data-0z7ltc" 2022-03-06T00:21:57.919 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:57.919887 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-4-data-0t7swh" 2022-03-06T00:21:58.424 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:58.425244 I | op-mgr: successful modules: orchestrator modules 2022-03-06T00:21:58.642 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:58.639130 I | op-osd: started OSD provisioning job for PVC "smithi123-lv-4-data-0t7swh" 2022-03-06T00:21:58.642 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:58.639167 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-06T00:21:58.642 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:58.639176 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-06T00:21:58.836 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:58.836261 I | op-osd: OSD orchestration status for PVC smithi123-lv-1-data-05ncgx is "starting" 2022-03-06T00:21:58.839 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:58.837238 I | op-osd: OSD orchestration status for PVC smithi123-lv-2-data-082j9r is "starting" 2022-03-06T00:21:58.839 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:58.837614 I | op-osd: OSD orchestration status for PVC smithi123-lv-3-data-0z7ltc is "starting" 2022-03-06T00:21:58.839 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:21:58.837713 I | op-osd: OSD orchestration status for PVC smithi123-lv-4-data-0t7swh is "starting" 2022-03-06T00:22:01.799 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd stat -f json 2022-03-06T00:22:02.579 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:22:02.596 INFO:teuthology.orchestra.run.smithi123.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-06T00:22:02.596 INFO:tasks.rook: have 0/4 OSDs 2022-03-06T00:22:10.586 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:10.586120 I | op-osd: OSD orchestration status for node smithi123-lv-1-data-05ncgx is "orchestrating" 2022-03-06T00:22:11.359 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:11.360033 I | op-osd: OSD orchestration status for PVC smithi123-lv-1-data-05ncgx is "orchestrating" 2022-03-06T00:22:12.598 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd stat -f json 2022-03-06T00:22:12.822 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:12.823375 I | op-osd: OSD orchestration status for node smithi123-lv-3-data-0z7ltc is "orchestrating" 2022-03-06T00:22:12.973 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:12.973725 I | op-osd: OSD orchestration status for node smithi123-lv-2-data-082j9r is "orchestrating" 2022-03-06T00:22:13.080 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:22:13.100 INFO:teuthology.orchestra.run.smithi123.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-06T00:22:13.101 INFO:tasks.rook: have 0/4 OSDs 2022-03-06T00:22:13.283 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:13.284352 I | op-osd: OSD orchestration status for PVC smithi123-lv-3-data-0z7ltc is "orchestrating" 2022-03-06T00:22:13.376 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:13.374457 I | op-osd: OSD orchestration status for PVC smithi123-lv-2-data-082j9r is "orchestrating" 2022-03-06T00:22:17.836 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:17.836789 I | op-osd: OSD orchestration status for PVC smithi123-lv-1-data-05ncgx is "completed" 2022-03-06T00:22:17.836 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:17.836811 I | op-osd: creating OSD 0 on PVC "smithi123-lv-1-data-05ncgx" 2022-03-06T00:22:17.836 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:17.836819 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-1-data-05ncgx" 2022-03-06T00:22:19.908 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:19.908496 I | op-osd: OSD orchestration status for PVC smithi123-lv-3-data-0z7ltc is "completed" 2022-03-06T00:22:19.909 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:19.908598 I | op-osd: creating OSD 1 on PVC "smithi123-lv-3-data-0z7ltc" 2022-03-06T00:22:19.910 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:19.908630 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-3-data-0z7ltc" 2022-03-06T00:22:22.220 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:22.220705 I | op-osd: OSD orchestration status for PVC smithi123-lv-2-data-082j9r is "completed" 2022-03-06T00:22:22.223 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:22.221761 I | op-osd: creating OSD 2 on PVC "smithi123-lv-2-data-082j9r" 2022-03-06T00:22:22.224 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:22.221845 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-2-data-082j9r" 2022-03-06T00:22:22.680 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:22.681956 I | op-osd: OSD orchestration status for node smithi123-lv-4-data-0t7swh is "orchestrating" 2022-03-06T00:22:22.970 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:22.969493 I | op-osd: OSD orchestration status for PVC smithi123-lv-4-data-0t7swh is "orchestrating" 2022-03-06T00:22:23.102 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd stat -f json 2022-03-06T00:22:24.654 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:22:24.682 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":9,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1646526134,"num_remapped_pgs":0} 2022-03-06T00:22:24.683 INFO:tasks.rook: have 0/4 OSDs 2022-03-06T00:22:30.692 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:30.693443 I | op-osd: OSD orchestration status for PVC smithi123-lv-4-data-0t7swh is "completed" 2022-03-06T00:22:30.692 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:30.693471 I | op-osd: creating OSD 3 on PVC "smithi123-lv-4-data-0t7swh" 2022-03-06T00:22:30.693 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:30.693480 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-4-data-0t7swh" 2022-03-06T00:22:32.364 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:32.345986 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-06T00:22:32.364 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:22:32.346006 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-06T00:22:34.684 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd stat -f json 2022-03-06T00:22:35.277 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:22:35.293 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":10,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1646526144,"num_remapped_pgs":0} 2022-03-06T00:22:35.294 INFO:tasks.rook: have 0/4 OSDs 2022-03-06T00:22:45.295 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd stat -f json 2022-03-06T00:22:45.788 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:22:45.811 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":10,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1646526144,"num_remapped_pgs":0} 2022-03-06T00:22:45.812 INFO:tasks.rook: have 0/4 OSDs 2022-03-06T00:22:55.813 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd stat -f json 2022-03-06T00:22:56.402 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:22:56.420 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":14,"num_osds":4,"num_up_osds":1,"osd_up_since":1646526175,"num_in_osds":4,"osd_in_since":1646526144,"num_remapped_pgs":0} 2022-03-06T00:22:56.420 INFO:tasks.rook: have 1/4 OSDs 2022-03-06T00:23:06.422 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd stat -f json 2022-03-06T00:23:06.957 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:23:06.976 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":20,"num_osds":4,"num_up_osds":4,"osd_up_since":1646526181,"num_in_osds":4,"osd_in_since":1646526144,"num_remapped_pgs":0} 2022-03-06T00:23:06.976 INFO:tasks.rook:Distributing ceph config and client.admin keyring 2022-03-06T00:23:06.977 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- cat /etc/ceph/ceph.conf 2022-03-06T00:23:07.155 INFO:teuthology.orchestra.run.smithi123.stdout:[global] 2022-03-06T00:23:07.155 INFO:teuthology.orchestra.run.smithi123.stdout:mon_host = 10.101.239.187:6789 2022-03-06T00:23:07.156 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:23:07.156 INFO:teuthology.orchestra.run.smithi123.stdout:[client.admin] 2022-03-06T00:23:07.157 INFO:teuthology.orchestra.run.smithi123.stdout:keyring = /etc/ceph/keyring 2022-03-06T00:23:07.158 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- cat /etc/ceph/keyring 2022-03-06T00:23:07.368 INFO:teuthology.orchestra.run.smithi123.stdout:[client.admin] 2022-03-06T00:23:07.368 INFO:teuthology.orchestra.run.smithi123.stdout:key = AQAy/iNiJD3MBxAAsUBdbFAUGS3zFxoW5CbMQA== 2022-03-06T00:23:07.373 DEBUG:teuthology.orchestra.run.smithi123:> sudo mkdir -p /etc/ceph 2022-03-06T00:23:07.387 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:23:07.387 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/ceph/ceph.conf 2022-03-06T00:23:07.399 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:23:07.399 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/ceph/keyring 2022-03-06T00:23:07.457 INFO:tasks.rook:Setting up client nodes... 2022-03-06T00:23:07.458 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph auth get-or-create client.a mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2022-03-06T00:23:08.075 INFO:teuthology.orchestra.run.smithi123.stdout:[client.a] 2022-03-06T00:23:08.075 INFO:teuthology.orchestra.run.smithi123.stdout: key = AQDs/iNioVBGAhAAueGUM31pQa6q0/wzG7fmCw== 2022-03-06T00:23:08.098 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:23:08.098 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/ceph/ceph.client.a.keyring 2022-03-06T00:23:08.099 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod 0644 /etc/ceph/ceph.client.a.keyring 2022-03-06T00:23:08.120 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd dump --format=json 2022-03-06T00:23:08.639 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:23:08.640 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":20,"fsid":"1b49a032-255d-4b98-bc09-282fd9315974","created":"2022-03-06T00:20:44.756330+0000","modified":"2022-03-06T00:23:03.216058+0000","last_up_change":"2022-03-06T00:23:01.991194+0000","last_in_change":"2022-03-06T00:22:24.905346+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":7,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":4,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2022-03-06T00:23:00.938973+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"on","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"20","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"41eb7d8b-1571-414b-98a7-3dd87f689815","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.23:6800","nonce":2782769406},{"type":"v1","addr":"10.251.208.23:6801","nonce":2782769406}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.23:6802","nonce":2782769406},{"type":"v1","addr":"10.251.208.23:6803","nonce":2782769406}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.23:6806","nonce":2782769406},{"type":"v1","addr":"10.251.208.23:6807","nonce":2782769406}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.23:6804","nonce":2782769406},{"type":"v1","addr":"10.251.208.23:6805","nonce":2782769406}]},"public_addr":"10.251.208.23:6801/2782769406","cluster_addr":"10.251.208.23:6803/2782769406","heartbeat_back_addr":"10.251.208.23:6807/2782769406","heartbeat_front_addr":"10.251.208.23:6805/2782769406","state":["exists","up"]},{"osd":1,"uuid":"8c7e0fdf-33f8-4098-b85d-8d364618d666","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.24:6800","nonce":3719278335},{"type":"v1","addr":"10.251.208.24:6801","nonce":3719278335}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.24:6802","nonce":3719278335},{"type":"v1","addr":"10.251.208.24:6803","nonce":3719278335}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.24:6806","nonce":3719278335},{"type":"v1","addr":"10.251.208.24:6807","nonce":3719278335}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.24:6804","nonce":3719278335},{"type":"v1","addr":"10.251.208.24:6805","nonce":3719278335}]},"public_addr":"10.251.208.24:6801/3719278335","cluster_addr":"10.251.208.24:6803/3719278335","heartbeat_back_addr":"10.251.208.24:6807/3719278335","heartbeat_front_addr":"10.251.208.24:6805/3719278335","state":["exists","up"]},{"osd":2,"uuid":"5d80eb64-354f-493a-8489-c685364a8f1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.25:6800","nonce":725537748},{"type":"v1","addr":"10.251.208.25:6801","nonce":725537748}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.25:6802","nonce":725537748},{"type":"v1","addr":"10.251.208.25:6803","nonce":725537748}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.25:6806","nonce":725537748},{"type":"v1","addr":"10.251.208.25:6807","nonce":725537748}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.25:6804","nonce":725537748},{"type":"v1","addr":"10.251.208.25:6805","nonce":725537748}]},"public_addr":"10.251.208.25:6801/725537748","cluster_addr":"10.251.208.25:6803/725537748","heartbeat_back_addr":"10.251.208.25:6807/725537748","heartbeat_front_addr":"10.251.208.25:6805/725537748","state":["exists","up"]},{"osd":3,"uuid":"3bb3b092-c315-4497-a545-4e5355157141","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.251.208.26:6800","nonce":1909947247},{"type":"v1","addr":"10.251.208.26:6801","nonce":1909947247}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.26:6802","nonce":1909947247},{"type":"v1","addr":"10.251.208.26:6803","nonce":1909947247}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.26:6806","nonce":1909947247},{"type":"v1","addr":"10.251.208.26:6807","nonce":1909947247}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.26:6804","nonce":1909947247},{"type":"v1","addr":"10.251.208.26:6805","nonce":1909947247}]},"public_addr":"10.251.208.26:6801/1909947247","cluster_addr":"10.251.208.26:6803/1909947247","heartbeat_back_addr":"10.251.208.26:6807/1909947247","heartbeat_front_addr":"10.251.208.26:6805/1909947247","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-06T00:22:52.809298+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-06T00:22:56.426796+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-06T00:22:56.406569+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-06T00:22:59.549241+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-06T00:23:08.662 INFO:tasks.rook.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2022-03-06T00:23:00.938973+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'on', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '20', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2022-03-06T00:23:08.662 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd pool get .mgr pg_num 2022-03-06T00:23:09.149 INFO:teuthology.orchestra.run.smithi123.stdout:pg_num: 1 2022-03-06T00:23:09.166 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2022-03-06T00:23:09.167 INFO:tasks.rook.ceph_manager.ceph:waiting for mgr available 2022-03-06T00:23:09.168 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph mgr dump --format=json 2022-03-06T00:23:09.732 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:23:09.750 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":15,"active_gid":4184,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.13:6800","nonce":4177021360},{"type":"v1","addr":"10.251.208.13:6801","nonce":4177021360}]},"active_addr":"10.251.208.13:6801/4177021360","active_change":"2022-03-06T00:21:17.809311+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.251.208.13:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":5,"active_clients":[{"addrvec":[{"type":"v2","addr":"10.251.208.13:0","nonce":737986631}]},{"addrvec":[{"type":"v2","addr":"10.251.208.13:0","nonce":3240509594}]},{"addrvec":[{"type":"v2","addr":"10.251.208.13:0","nonce":1840201176}]},{"addrvec":[{"type":"v2","addr":"10.251.208.13:0","nonce":2487105983}]}]}} 2022-03-06T00:23:09.755 INFO:tasks.rook.ceph_manager.ceph:mgr available! 2022-03-06T00:23:09.755 INFO:tasks.rook.ceph_manager.ceph:waiting for all up 2022-03-06T00:23:09.756 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd dump --format=json 2022-03-06T00:23:10.276 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:23:10.276 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":20,"fsid":"1b49a032-255d-4b98-bc09-282fd9315974","created":"2022-03-06T00:20:44.756330+0000","modified":"2022-03-06T00:23:03.216058+0000","last_up_change":"2022-03-06T00:23:01.991194+0000","last_in_change":"2022-03-06T00:22:24.905346+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":7,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":4,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2022-03-06T00:23:00.938973+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"on","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"20","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"41eb7d8b-1571-414b-98a7-3dd87f689815","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.23:6800","nonce":2782769406},{"type":"v1","addr":"10.251.208.23:6801","nonce":2782769406}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.23:6802","nonce":2782769406},{"type":"v1","addr":"10.251.208.23:6803","nonce":2782769406}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.23:6806","nonce":2782769406},{"type":"v1","addr":"10.251.208.23:6807","nonce":2782769406}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.23:6804","nonce":2782769406},{"type":"v1","addr":"10.251.208.23:6805","nonce":2782769406}]},"public_addr":"10.251.208.23:6801/2782769406","cluster_addr":"10.251.208.23:6803/2782769406","heartbeat_back_addr":"10.251.208.23:6807/2782769406","heartbeat_front_addr":"10.251.208.23:6805/2782769406","state":["exists","up"]},{"osd":1,"uuid":"8c7e0fdf-33f8-4098-b85d-8d364618d666","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.24:6800","nonce":3719278335},{"type":"v1","addr":"10.251.208.24:6801","nonce":3719278335}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.24:6802","nonce":3719278335},{"type":"v1","addr":"10.251.208.24:6803","nonce":3719278335}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.24:6806","nonce":3719278335},{"type":"v1","addr":"10.251.208.24:6807","nonce":3719278335}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.24:6804","nonce":3719278335},{"type":"v1","addr":"10.251.208.24:6805","nonce":3719278335}]},"public_addr":"10.251.208.24:6801/3719278335","cluster_addr":"10.251.208.24:6803/3719278335","heartbeat_back_addr":"10.251.208.24:6807/3719278335","heartbeat_front_addr":"10.251.208.24:6805/3719278335","state":["exists","up"]},{"osd":2,"uuid":"5d80eb64-354f-493a-8489-c685364a8f1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.25:6800","nonce":725537748},{"type":"v1","addr":"10.251.208.25:6801","nonce":725537748}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.25:6802","nonce":725537748},{"type":"v1","addr":"10.251.208.25:6803","nonce":725537748}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.25:6806","nonce":725537748},{"type":"v1","addr":"10.251.208.25:6807","nonce":725537748}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.25:6804","nonce":725537748},{"type":"v1","addr":"10.251.208.25:6805","nonce":725537748}]},"public_addr":"10.251.208.25:6801/725537748","cluster_addr":"10.251.208.25:6803/725537748","heartbeat_back_addr":"10.251.208.25:6807/725537748","heartbeat_front_addr":"10.251.208.25:6805/725537748","state":["exists","up"]},{"osd":3,"uuid":"3bb3b092-c315-4497-a545-4e5355157141","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.251.208.26:6800","nonce":1909947247},{"type":"v1","addr":"10.251.208.26:6801","nonce":1909947247}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.26:6802","nonce":1909947247},{"type":"v1","addr":"10.251.208.26:6803","nonce":1909947247}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.26:6806","nonce":1909947247},{"type":"v1","addr":"10.251.208.26:6807","nonce":1909947247}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.26:6804","nonce":1909947247},{"type":"v1","addr":"10.251.208.26:6805","nonce":1909947247}]},"public_addr":"10.251.208.26:6801/1909947247","cluster_addr":"10.251.208.26:6803/1909947247","heartbeat_back_addr":"10.251.208.26:6807/1909947247","heartbeat_front_addr":"10.251.208.26:6805/1909947247","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-06T00:22:52.809298+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-06T00:22:56.426796+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-06T00:22:56.406569+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-06T00:22:59.549241+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-06T00:23:10.300 INFO:tasks.rook.ceph_manager.ceph:all up! 2022-03-06T00:23:10.300 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd dump --format=json 2022-03-06T00:23:10.850 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:23:10.851 INFO:teuthology.orchestra.run.smithi123.stdout:{"epoch":20,"fsid":"1b49a032-255d-4b98-bc09-282fd9315974","created":"2022-03-06T00:20:44.756330+0000","modified":"2022-03-06T00:23:03.216058+0000","last_up_change":"2022-03-06T00:23:01.991194+0000","last_in_change":"2022-03-06T00:22:24.905346+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":7,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":4,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2022-03-06T00:23:00.938973+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"on","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"20","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"41eb7d8b-1571-414b-98a7-3dd87f689815","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.23:6800","nonce":2782769406},{"type":"v1","addr":"10.251.208.23:6801","nonce":2782769406}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.23:6802","nonce":2782769406},{"type":"v1","addr":"10.251.208.23:6803","nonce":2782769406}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.23:6806","nonce":2782769406},{"type":"v1","addr":"10.251.208.23:6807","nonce":2782769406}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.23:6804","nonce":2782769406},{"type":"v1","addr":"10.251.208.23:6805","nonce":2782769406}]},"public_addr":"10.251.208.23:6801/2782769406","cluster_addr":"10.251.208.23:6803/2782769406","heartbeat_back_addr":"10.251.208.23:6807/2782769406","heartbeat_front_addr":"10.251.208.23:6805/2782769406","state":["exists","up"]},{"osd":1,"uuid":"8c7e0fdf-33f8-4098-b85d-8d364618d666","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.24:6800","nonce":3719278335},{"type":"v1","addr":"10.251.208.24:6801","nonce":3719278335}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.24:6802","nonce":3719278335},{"type":"v1","addr":"10.251.208.24:6803","nonce":3719278335}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.24:6806","nonce":3719278335},{"type":"v1","addr":"10.251.208.24:6807","nonce":3719278335}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.24:6804","nonce":3719278335},{"type":"v1","addr":"10.251.208.24:6805","nonce":3719278335}]},"public_addr":"10.251.208.24:6801/3719278335","cluster_addr":"10.251.208.24:6803/3719278335","heartbeat_back_addr":"10.251.208.24:6807/3719278335","heartbeat_front_addr":"10.251.208.24:6805/3719278335","state":["exists","up"]},{"osd":2,"uuid":"5d80eb64-354f-493a-8489-c685364a8f1e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.25:6800","nonce":725537748},{"type":"v1","addr":"10.251.208.25:6801","nonce":725537748}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.25:6802","nonce":725537748},{"type":"v1","addr":"10.251.208.25:6803","nonce":725537748}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.25:6806","nonce":725537748},{"type":"v1","addr":"10.251.208.25:6807","nonce":725537748}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.25:6804","nonce":725537748},{"type":"v1","addr":"10.251.208.25:6805","nonce":725537748}]},"public_addr":"10.251.208.25:6801/725537748","cluster_addr":"10.251.208.25:6803/725537748","heartbeat_back_addr":"10.251.208.25:6807/725537748","heartbeat_front_addr":"10.251.208.25:6805/725537748","state":["exists","up"]},{"osd":3,"uuid":"3bb3b092-c315-4497-a545-4e5355157141","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.251.208.26:6800","nonce":1909947247},{"type":"v1","addr":"10.251.208.26:6801","nonce":1909947247}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.26:6802","nonce":1909947247},{"type":"v1","addr":"10.251.208.26:6803","nonce":1909947247}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.26:6806","nonce":1909947247},{"type":"v1","addr":"10.251.208.26:6807","nonce":1909947247}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.251.208.26:6804","nonce":1909947247},{"type":"v1","addr":"10.251.208.26:6805","nonce":1909947247}]},"public_addr":"10.251.208.26:6801/1909947247","cluster_addr":"10.251.208.26:6803/1909947247","heartbeat_back_addr":"10.251.208.26:6807/1909947247","heartbeat_front_addr":"10.251.208.26:6805/1909947247","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-06T00:22:52.809298+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-06T00:22:56.426796+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-06T00:22:56.406569+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-06T00:22:59.549241+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-06T00:23:10.869 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph tell osd.0 flush_pg_stats 2022-03-06T00:23:10.870 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph tell osd.1 flush_pg_stats 2022-03-06T00:23:10.871 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph tell osd.2 flush_pg_stats 2022-03-06T00:23:10.871 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph tell osd.3 flush_pg_stats 2022-03-06T00:23:11.216 INFO:teuthology.orchestra.run.smithi123.stdout:55834574854 2022-03-06T00:23:11.217 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd last-stat-seq osd.0 2022-03-06T00:23:11.268 INFO:teuthology.orchestra.run.smithi123.stdout:68719476741 2022-03-06T00:23:11.269 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd last-stat-seq osd.1 2022-03-06T00:23:11.299 INFO:teuthology.orchestra.run.smithi123.stdout:81604378628 2022-03-06T00:23:11.300 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd last-stat-seq osd.3 2022-03-06T00:23:11.363 INFO:teuthology.orchestra.run.smithi123.stdout:68719476741 2022-03-06T00:23:11.363 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd last-stat-seq osd.2 2022-03-06T00:23:11.761 INFO:teuthology.orchestra.run.smithi123.stdout:55834574853 2022-03-06T00:23:11.783 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574854 got 55834574853 for osd.0 2022-03-06T00:23:11.823 INFO:teuthology.orchestra.run.smithi123.stdout:68719476740 2022-03-06T00:23:11.845 INFO:tasks.rook.ceph_manager.ceph:need seq 68719476741 got 68719476740 for osd.1 2022-03-06T00:23:11.922 INFO:teuthology.orchestra.run.smithi123.stdout:81604378627 2022-03-06T00:23:11.945 INFO:tasks.rook.ceph_manager.ceph:need seq 81604378628 got 81604378627 for osd.3 2022-03-06T00:23:12.008 INFO:teuthology.orchestra.run.smithi123.stdout:68719476740 2022-03-06T00:23:12.027 INFO:tasks.rook.ceph_manager.ceph:need seq 68719476741 got 68719476740 for osd.2 2022-03-06T00:23:12.784 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd last-stat-seq osd.0 2022-03-06T00:23:12.847 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd last-stat-seq osd.1 2022-03-06T00:23:12.947 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd last-stat-seq osd.3 2022-03-06T00:23:13.029 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd last-stat-seq osd.2 2022-03-06T00:23:13.355 INFO:teuthology.orchestra.run.smithi123.stdout:55834574855 2022-03-06T00:23:13.373 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574854 got 55834574855 for osd.0 2022-03-06T00:23:13.373 DEBUG:teuthology.parallel:result is None 2022-03-06T00:23:13.447 INFO:teuthology.orchestra.run.smithi123.stdout:81604378628 2022-03-06T00:23:13.467 INFO:tasks.rook.ceph_manager.ceph:need seq 81604378628 got 81604378628 for osd.3 2022-03-06T00:23:13.468 DEBUG:teuthology.parallel:result is None 2022-03-06T00:23:13.551 INFO:teuthology.orchestra.run.smithi123.stdout:68719476741 2022-03-06T00:23:13.570 INFO:tasks.rook.ceph_manager.ceph:need seq 68719476741 got 68719476741 for osd.1 2022-03-06T00:23:13.571 DEBUG:teuthology.parallel:result is None 2022-03-06T00:23:13.631 INFO:teuthology.orchestra.run.smithi123.stdout:68719476741 2022-03-06T00:23:13.647 INFO:tasks.rook.ceph_manager.ceph:need seq 68719476741 got 68719476741 for osd.2 2022-03-06T00:23:13.647 DEBUG:teuthology.parallel:result is None 2022-03-06T00:23:13.648 INFO:tasks.rook.ceph_manager.ceph:waiting for clean 2022-03-06T00:23:13.648 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph pg dump --format=json 2022-03-06T00:23:14.145 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:23:14.149 INFO:teuthology.orchestra.run.smithi123.stderr:dumped all 2022-03-06T00:23:14.167 INFO:teuthology.orchestra.run.smithi123.stdout:{"pg_ready":true,"pg_map":{"version":65,"stamp":"2022-03-06T00:23:12.440461+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":22948,"kb_used_data":2052,"kb_used_omap":0,"kb_used_meta":20352,"kb_avail":374957660,"statfs":{"total":383980142592,"available":383956643840,"internally_reserved":0,"allocated":2101248,"data_stored":1563452,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20840448},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":10,"num_read_kb":9,"num_write":14,"num_write_kb":262,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"6.001674"},"pg_stats":[{"pgid":"1.0","version":"20'97","reported_seq":137,"reported_epoch":20,"state":"active+clean","last_fresh":"2022-03-06T00:23:06.353969+0000","last_change":"2022-03-06T00:23:02.409124+0000","last_active":"2022-03-06T00:23:06.353969+0000","last_peered":"2022-03-06T00:23:06.353969+0000","last_clean":"2022-03-06T00:23:06.353969+0000","last_became_active":"2022-03-06T00:23:02.408735+0000","last_became_peered":"2022-03-06T00:23:02.408735+0000","last_unstale":"2022-03-06T00:23:06.353969+0000","last_undegraded":"2022-03-06T00:23:06.353969+0000","last_fullsized":"2022-03-06T00:23:06.353969+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-03-06T00:23:00.939082+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-03-06T00:23:00.939082+0000","last_clean_scrub_stamp":"2022-03-06T00:23:00.939082+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-07T04:35:21.499513+0000","stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":137,"num_write_kb":1894,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,2],"acting":[1,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":137,"num_write_kb":1894,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1413120,"data_stored":1400868,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":97,"ondisk_log_size":97,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":3,"up_from":19,"seq":81604378628,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":4976,"kb_used_data":168,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740176,"statfs":{"total":95995035648,"available":95989940224,"internally_reserved":0,"allocated":172032,"data_stored":40646,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71399999999999997}]},{"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.88700000000000001}]},{"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.74199999999999999}]}]},{"osd":2,"up_from":16,"seq":68719476741,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5820,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739332,"statfs":{"total":95995035648,"available":95989075968,"internally_reserved":0,"allocated":643072,"data_stored":507602,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.83899999999999997}]},{"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.55600000000000005}]},{"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.60399999999999998}]}]},{"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":5948,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739204,"statfs":{"total":95995035648,"available":95988944896,"internally_reserved":0,"allocated":643072,"data_stored":507602,"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.52400000000000002}]},{"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.56499999999999995}]},{"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.65400000000000003}]}]},{"osd":1,"up_from":16,"seq":68719476741,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6204,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93738948,"statfs":{"total":95995035648,"available":95988682752,"internally_reserved":0,"allocated":643072,"data_stored":507602,"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.57599999999999996}]},{"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.77000000000000002}]},{"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.54200000000000004}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2022-03-06T00:23:14.168 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph pg dump --format=json 2022-03-06T00:23:14.674 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:23:14.676 INFO:teuthology.orchestra.run.smithi123.stderr:dumped all 2022-03-06T00:23:14.691 INFO:teuthology.orchestra.run.smithi123.stdout:{"pg_ready":true,"pg_map":{"version":66,"stamp":"2022-03-06T00:23:14.440866+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":22948,"kb_used_data":2052,"kb_used_omap":0,"kb_used_meta":20352,"kb_avail":374957660,"statfs":{"total":383980142592,"available":383956643840,"internally_reserved":0,"allocated":2101248,"data_stored":1563452,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20840448},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":10,"num_read_kb":9,"num_write":14,"num_write_kb":262,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"8.002078"},"pg_stats":[{"pgid":"1.0","version":"20'97","reported_seq":137,"reported_epoch":20,"state":"active+clean","last_fresh":"2022-03-06T00:23:06.353969+0000","last_change":"2022-03-06T00:23:02.409124+0000","last_active":"2022-03-06T00:23:06.353969+0000","last_peered":"2022-03-06T00:23:06.353969+0000","last_clean":"2022-03-06T00:23:06.353969+0000","last_became_active":"2022-03-06T00:23:02.408735+0000","last_became_peered":"2022-03-06T00:23:02.408735+0000","last_unstale":"2022-03-06T00:23:06.353969+0000","last_undegraded":"2022-03-06T00:23:06.353969+0000","last_fullsized":"2022-03-06T00:23:06.353969+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-03-06T00:23:00.939082+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-03-06T00:23:00.939082+0000","last_clean_scrub_stamp":"2022-03-06T00:23:00.939082+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-07T04:35:21.499513+0000","stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":137,"num_write_kb":1894,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,2],"acting":[1,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":137,"num_write_kb":1894,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1413120,"data_stored":1400868,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":97,"ondisk_log_size":97,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":3,"up_from":19,"seq":81604378629,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":4976,"kb_used_data":168,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740176,"statfs":{"total":95995035648,"available":95989940224,"internally_reserved":0,"allocated":172032,"data_stored":40646,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56100000000000005}]},{"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.44}]},{"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.70399999999999996}]}]},{"osd":2,"up_from":16,"seq":68719476741,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5820,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739332,"statfs":{"total":95995035648,"available":95989075968,"internally_reserved":0,"allocated":643072,"data_stored":507602,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.83899999999999997}]},{"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.55600000000000005}]},{"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.60399999999999998}]}]},{"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":5948,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739204,"statfs":{"total":95995035648,"available":95988944896,"internally_reserved":0,"allocated":643072,"data_stored":507602,"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.52400000000000002}]},{"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.56499999999999995}]},{"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.65400000000000003}]}]},{"osd":1,"up_from":16,"seq":68719476741,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6204,"kb_used_data":628,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93738948,"statfs":{"total":95995035648,"available":95988682752,"internally_reserved":0,"allocated":643072,"data_stored":507602,"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.57599999999999996}]},{"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.77000000000000002}]},{"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.54200000000000004}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2022-03-06T00:23:14.693 INFO:tasks.rook.ceph_manager.ceph:clean! 2022-03-06T00:23:14.693 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2022-03-06T00:23:14.694 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy 2022-03-06T00:23:14.694 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph health --format=json 2022-03-06T00:23:15.209 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:23:15.210 INFO:teuthology.orchestra.run.smithi123.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2022-03-06T00:23:15.230 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy done 2022-03-06T00:23:15.230 INFO:tasks.rook:Rook complete, yielding 2022-03-06T00:23:15.231 INFO:teuthology.run_tasks:Running task rook.shell... 2022-03-06T00:23:15.249 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph -s 2022-03-06T00:23:15.817 INFO:teuthology.orchestra.run.smithi123.stdout: cluster: 2022-03-06T00:23:15.818 INFO:teuthology.orchestra.run.smithi123.stdout: id: 1b49a032-255d-4b98-bc09-282fd9315974 2022-03-06T00:23:15.818 INFO:teuthology.orchestra.run.smithi123.stdout: health: HEALTH_OK 2022-03-06T00:23:15.818 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:23:15.819 INFO:teuthology.orchestra.run.smithi123.stdout: services: 2022-03-06T00:23:15.819 INFO:teuthology.orchestra.run.smithi123.stdout: mon: 1 daemons, quorum a (age 2m) 2022-03-06T00:23:15.819 INFO:teuthology.orchestra.run.smithi123.stdout: mgr: a(active, since 118s) 2022-03-06T00:23:15.819 INFO:teuthology.orchestra.run.smithi123.stdout: osd: 4 osds: 4 up (since 13s), 4 in (since 50s) 2022-03-06T00:23:15.820 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:23:15.820 INFO:teuthology.orchestra.run.smithi123.stdout: data: 2022-03-06T00:23:15.820 INFO:teuthology.orchestra.run.smithi123.stdout: pools: 1 pools, 1 pgs 2022-03-06T00:23:15.820 INFO:teuthology.orchestra.run.smithi123.stdout: objects: 2 objects, 577 KiB 2022-03-06T00:23:15.820 INFO:teuthology.orchestra.run.smithi123.stdout: usage: 22 MiB used, 358 GiB / 358 GiB avail 2022-03-06T00:23:15.821 INFO:teuthology.orchestra.run.smithi123.stdout: pgs: 1 active+clean 2022-03-06T00:23:15.821 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:23:15.821 INFO:teuthology.orchestra.run.smithi123.stdout: io: 2022-03-06T00:23:15.821 INFO:teuthology.orchestra.run.smithi123.stdout: client: 1.1 KiB/s rd, 33 KiB/s wr, 1 op/s rd, 1 op/s wr 2022-03-06T00:23:15.822 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:23:15.838 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch status 2022-03-06T00:23:16.484 INFO:teuthology.orchestra.run.smithi123.stdout:Backend: rook 2022-03-06T00:23:16.484 INFO:teuthology.orchestra.run.smithi123.stdout:Available: Yes 2022-03-06T00:23:16.505 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ps 2022-03-06T00:23:17.016 INFO:teuthology.orchestra.run.smithi123.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-03-06T00:23:17.016 INFO:teuthology.orchestra.run.smithi123.stdout:crashcollector.crash smithi123 running (58s) 0s ago 59s - - 02136b44099a 2022-03-06T00:23:17.017 INFO:teuthology.orchestra.run.smithi123.stdout:mgr.a smithi123 running (2m) 0s ago 2m - - 02136b44099a 2022-03-06T00:23:17.017 INFO:teuthology.orchestra.run.smithi123.stdout:mon.a smithi123 running (2m) 0s ago 2m - - 02136b44099a 2022-03-06T00:23:17.018 INFO:teuthology.orchestra.run.smithi123.stdout:osd.0 smithi123 running (59s) 0s ago 60s - - 02136b44099a 2022-03-06T00:23:17.018 INFO:teuthology.orchestra.run.smithi123.stdout:osd.1 smithi123 running (55s) 0s ago 55s - - 02136b44099a 2022-03-06T00:23:17.019 INFO:teuthology.orchestra.run.smithi123.stdout:osd.2 smithi123 running (55s) 0s ago 55s - - 02136b44099a 2022-03-06T00:23:17.019 INFO:teuthology.orchestra.run.smithi123.stdout:osd.3 smithi123 running (46s) 0s ago 46s - - 02136b44099a 2022-03-06T00:23:17.039 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls 2022-03-06T00:23:17.633 INFO:teuthology.orchestra.run.smithi123.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-03-06T00:23:17.633 INFO:teuthology.orchestra.run.smithi123.stdout:crash 1/1 0s ago 59s * 2022-03-06T00:23:17.633 INFO:teuthology.orchestra.run.smithi123.stdout:mgr 1/1 0s ago 2m count:1 2022-03-06T00:23:17.633 INFO:teuthology.orchestra.run.smithi123.stdout:mon 1/1 0s ago 2m count:1 2022-03-06T00:23:17.634 INFO:teuthology.orchestra.run.smithi123.stdout:osd 8 0s ago 60s 2022-03-06T00:23:17.634 INFO:teuthology.orchestra.run.smithi123.stdout:osd.all-available-devices 0 0s ago - * 2022-03-06T00:23:17.658 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch device ls 2022-03-06T00:23:18.178 INFO:teuthology.orchestra.run.smithi123.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2022-03-06T00:23:18.178 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/vg_nvme/lv_1 unknown None 107G 0s ago 2022-03-06T00:23:18.178 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/vg_nvme/lv_2 unknown None 107G 0s ago 2022-03-06T00:23:18.179 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/vg_nvme/lv_3 unknown None 107G 0s ago 2022-03-06T00:23:18.179 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/vg_nvme/lv_4 unknown None 107G 0s ago 2022-03-06T00:23:18.202 INFO:teuthology.run_tasks:Running task install... 2022-03-06T00:23:18.212 DEBUG:teuthology.task.install:project ceph 2022-03-06T00:23:18.213 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'sha1': 'd0dc2fbbf3f64a2d513e2355b245d0ea9728ff97'}} 2022-03-06T00:23:18.213 DEBUG:teuthology.task.install:config {'host.a': None, 'sha1': 'd0dc2fbbf3f64a2d513e2355b245d0ea9728ff97'} 2022-03-06T00:23:18.213 INFO:teuthology.task.install:Using flavor: default 2022-03-06T00:23:18.221 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-06T00:23:18.222 INFO:teuthology.task.install:extra packages: [] 2022-03-06T00:23:18.222 DEBUG:teuthology.orchestra.run.smithi123:> sudo lsb_release -is 2022-03-06T00:23:18.267 INFO:teuthology.orchestra.run.smithi123.stdout:Ubuntu 2022-03-06T00:23:18.273 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-06T00:23:18.273 DEBUG:teuthology.orchestra.run.smithi123:> sudo apt-key list | grep Ceph 2022-03-06T00:23:18.370 INFO:teuthology.orchestra.run.smithi123.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2022-03-06T00:23:18.427 INFO:teuthology.orchestra.run.smithi123.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2022-03-06T00:23:18.428 INFO:teuthology.orchestra.run.smithi123.stdout:uid [ unknown] Ceph.com (release key) 2022-03-06T00:23:18.429 DEBUG:teuthology.orchestra.run.smithi123:> sudo lsb_release -is 2022-03-06T00:23:18.476 INFO:teuthology.orchestra.run.smithi123.stdout:Ubuntu 2022-03-06T00:23:18.482 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-06T00:23:18.482 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-06T00:23:18.483 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-06T00:23:18.651 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-06T00:23:18.652 INFO:teuthology.task.install.deb:Package version is 17.0.0-10974-gd0dc2fbb-1focal 2022-03-06T00:23:18.766 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:23:18.766 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2022-03-06T00:23:18.782 DEBUG:teuthology.orchestra.run.smithi123:> sudo apt-get update 2022-03-06T00:23:18.936 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-06T00:23:18.990 INFO:teuthology.orchestra.run.smithi123.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal InRelease 2022-03-06T00:23:19.013 INFO:teuthology.orchestra.run.smithi123.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal Release [7,662 B] 2022-03-06T00:23:19.040 INFO:teuthology.orchestra.run.smithi123.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-omri-tracing-compiled/d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97/ubuntu/focal/flavors/default focal Release.gpg 2022-03-06T00:23:19.051 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:6 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-06T00:23:19.065 INFO:teuthology.orchestra.run.smithi123.stdout:Get:7 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-06T00:23:19.096 INFO:teuthology.orchestra.run.smithi123.stdout:Get:8 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-06T00:23:19.131 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:9 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-06T00:23:19.153 INFO:teuthology.orchestra.run.smithi123.stdout:Get:4 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9,383 B] 2022-03-06T00:23:19.213 INFO:teuthology.orchestra.run.smithi123.stdout:Hit:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-06T00:23:19.638 INFO:teuthology.orchestra.run.smithi123.stdout:Fetched 37.7 kB in 1s (57.1 kB/s) 2022-03-06T00:23:20.579 INFO:teuthology.orchestra.run.smithi123.stdout:Reading package lists... 2022-03-06T00:23:20.601 DEBUG:teuthology.orchestra.run.smithi123:> 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-06T00:23:20.673 INFO:teuthology.orchestra.run.smithi123.stdout:Reading package lists... 2022-03-06T00:23:20.860 INFO:teuthology.orchestra.run.smithi123.stdout:Building dependency tree... 2022-03-06T00:23:20.861 INFO:teuthology.orchestra.run.smithi123.stdout:Reading state information... 2022-03-06T00:23:21.026 INFO:teuthology.orchestra.run.smithi123.stdout:The following packages were automatically installed and are no longer required: 2022-03-06T00:23:21.027 INFO:teuthology.orchestra.run.smithi123.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2022-03-06T00:23:21.027 INFO:teuthology.orchestra.run.smithi123.stdout:Use 'sudo apt autoremove' to remove them. 2022-03-06T00:23:21.028 INFO:teuthology.orchestra.run.smithi123.stdout:The following additional packages will be installed: 2022-03-06T00:23:21.028 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-base ceph-mgr-dashboard ceph-mgr-diskprediction-local 2022-03-06T00:23:21.028 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2022-03-06T00:23:21.028 INFO:teuthology.orchestra.run.smithi123.stdout: libdouble-conversion3 libjq1 libjs-sphinxdoc libjs-underscore liblbfgsb0 2022-03-06T00:23:21.029 INFO:teuthology.orchestra.run.smithi123.stdout: liblttng-ust0 liblua5.3-0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2022-03-06T00:23:21.029 INFO:teuthology.orchestra.run.smithi123.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-03-06T00:23:21.030 INFO:teuthology.orchestra.run.smithi123.stdout: libsqlite3-mod-ceph libthrift-0.13.0 libxslt1.1 nvme-cli 2022-03-06T00:23:21.030 INFO:teuthology.orchestra.run.smithi123.stdout: python-pastedeploy-tpl python3-atomicwrites python3-attr python3-bcrypt 2022-03-06T00:23:21.030 INFO:teuthology.orchestra.run.smithi123.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2022-03-06T00:23:21.031 INFO:teuthology.orchestra.run.smithi123.stdout: python3-ceph-common python3-cherrypy3 python3-cryptography python3-decorator 2022-03-06T00:23:21.031 INFO:teuthology.orchestra.run.smithi123.stdout: python3-google-auth python3-html5lib python3-joblib python3-jwt 2022-03-06T00:23:21.031 INFO:teuthology.orchestra.run.smithi123.stdout: python3-kubernetes python3-logutils python3-lxml python3-mako 2022-03-06T00:23:21.031 INFO:teuthology.orchestra.run.smithi123.stdout: python3-markupsafe python3-oauthlib python3-openssl python3-packaging 2022-03-06T00:23:21.031 INFO:teuthology.orchestra.run.smithi123.stdout: python3-paste python3-pastedeploy python3-pastescript python3-pecan 2022-03-06T00:23:21.032 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pluggy python3-prettytable python3-psutil python3-py python3-pyasn1 2022-03-06T00:23:21.032 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2022-03-06T00:23:21.032 INFO:teuthology.orchestra.run.smithi123.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2022-03-06T00:23:21.032 INFO:teuthology.orchestra.run.smithi123.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2022-03-06T00:23:21.033 INFO:teuthology.orchestra.run.smithi123.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2022-03-06T00:23:21.033 INFO:teuthology.orchestra.run.smithi123.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2022-03-06T00:23:21.033 INFO:teuthology.orchestra.run.smithi123.stdout: python3-websocket python3-webtest python3-werkzeug qttranslations5-l10n 2022-03-06T00:23:21.033 INFO:teuthology.orchestra.run.smithi123.stdout: xmlstarlet 2022-03-06T00:23:21.034 INFO:teuthology.orchestra.run.smithi123.stdout:Suggested packages: 2022-03-06T00:23:21.034 INFO:teuthology.orchestra.run.smithi123.stdout: python3-influxdb python-attr-doc python-blinker-doc python-cryptography-doc 2022-03-06T00:23:21.034 INFO:teuthology.orchestra.run.smithi123.stdout: python3-cryptography-vectors python3-genshi python3-crypto python3-lxml-dbg 2022-03-06T00:23:21.034 INFO:teuthology.orchestra.run.smithi123.stdout: python-lxml-doc python3-beaker python-mako-doc python-openssl-doc 2022-03-06T00:23:21.034 INFO:teuthology.orchestra.run.smithi123.stdout: python3-openssl-dbg httpd-wsgi libapache2-mod-python libapache2-mod-scgi 2022-03-06T00:23:21.035 INFO:teuthology.orchestra.run.smithi123.stdout: libjs-mochikit python-pecan-doc python-psutil-doc subversion 2022-03-06T00:23:21.035 INFO:teuthology.orchestra.run.smithi123.stdout: python-pyinotify-doc python-scipy-doc python3-dap python-sklearn-doc 2022-03-06T00:23:21.035 INFO:teuthology.orchestra.run.smithi123.stdout: ipython3 python-waitress-doc python-webob-doc python-webtest-doc 2022-03-06T00:23:21.035 INFO:teuthology.orchestra.run.smithi123.stdout: python-werkzeug-doc python3-termcolor python3-watchdog 2022-03-06T00:23:21.036 INFO:teuthology.orchestra.run.smithi123.stdout:Recommended packages: 2022-03-06T00:23:21.036 INFO:teuthology.orchestra.run.smithi123.stdout: btrfs-tools ceph-mgr-cephadm 2022-03-06T00:23:21.153 INFO:teuthology.orchestra.run.smithi123.stdout:The following NEW packages will be installed: 2022-03-06T00:23:21.153 INFO:teuthology.orchestra.run.smithi123.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-dashboard 2022-03-06T00:23:21.153 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2022-03-06T00:23:21.154 INFO:teuthology.orchestra.run.smithi123.stdout: ceph-mon ceph-osd ceph-test ceph-volume cephadm jq libcephfs-dev libcephfs2 2022-03-06T00:23:21.154 INFO:teuthology.orchestra.run.smithi123.stdout: libdouble-conversion3 libjq1 libjs-sphinxdoc libjs-underscore liblbfgsb0 2022-03-06T00:23:21.154 INFO:teuthology.orchestra.run.smithi123.stdout: liblttng-ust0 liblua5.3-0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2022-03-06T00:23:21.154 INFO:teuthology.orchestra.run.smithi123.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-03-06T00:23:21.155 INFO:teuthology.orchestra.run.smithi123.stdout: libsqlite3-mod-ceph libthrift-0.13.0 libxslt1.1 nvme-cli 2022-03-06T00:23:21.155 INFO:teuthology.orchestra.run.smithi123.stdout: python-pastedeploy-tpl python3-atomicwrites python3-attr python3-bcrypt 2022-03-06T00:23:21.155 INFO:teuthology.orchestra.run.smithi123.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2022-03-06T00:23:21.155 INFO:teuthology.orchestra.run.smithi123.stdout: python3-ceph-common python3-cephfs python3-cherrypy3 python3-cryptography 2022-03-06T00:23:21.156 INFO:teuthology.orchestra.run.smithi123.stdout: python3-decorator python3-google-auth python3-html5lib python3-joblib 2022-03-06T00:23:21.156 INFO:teuthology.orchestra.run.smithi123.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2022-03-06T00:23:21.156 INFO:teuthology.orchestra.run.smithi123.stdout: python3-markupsafe python3-oauthlib python3-openssl python3-packaging 2022-03-06T00:23:21.157 INFO:teuthology.orchestra.run.smithi123.stdout: python3-paste python3-pastedeploy python3-pastescript python3-pecan 2022-03-06T00:23:21.157 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pluggy python3-prettytable python3-psutil python3-py python3-pyasn1 2022-03-06T00:23:21.157 INFO:teuthology.orchestra.run.smithi123.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-rados 2022-03-06T00:23:21.157 INFO:teuthology.orchestra.run.smithi123.stdout: python3-rbd python3-repoze.lru python3-requests-oauthlib python3-rgw 2022-03-06T00:23:21.157 INFO:teuthology.orchestra.run.smithi123.stdout: python3-routes python3-rsa python3-scipy python3-simplegeneric 2022-03-06T00:23:21.158 INFO:teuthology.orchestra.run.smithi123.stdout: python3-simplejson python3-singledispatch python3-sklearn 2022-03-06T00:23:21.158 INFO:teuthology.orchestra.run.smithi123.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2022-03-06T00:23:21.158 INFO:teuthology.orchestra.run.smithi123.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2022-03-06T00:23:21.158 INFO:teuthology.orchestra.run.smithi123.stdout: python3-webtest python3-werkzeug qttranslations5-l10n radosgw rbd-fuse 2022-03-06T00:23:21.159 INFO:teuthology.orchestra.run.smithi123.stdout: xmlstarlet 2022-03-06T00:23:21.159 INFO:teuthology.orchestra.run.smithi123.stdout:The following packages will be upgraded: 2022-03-06T00:23:21.160 INFO:teuthology.orchestra.run.smithi123.stdout: librados2 librbd1 2022-03-06T00:23:21.369 INFO:teuthology.orchestra.run.smithi123.stdout:2 upgraded, 102 newly installed, 0 to remove and 66 not upgraded. 2022-03-06T00:23:21.369 INFO:teuthology.orchestra.run.smithi123.stdout:Need to get 186 MB of archives. 2022-03-06T00:23:21.369 INFO:teuthology.orchestra.run.smithi123.stdout:After this operation, 869 MB of additional disk space will be used. 2022-03-06T00:23:21.370 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:21.376 INFO:teuthology.orchestra.run.smithi123.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2022-03-06T00:23:21.734 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:21.752 INFO:teuthology.orchestra.run.smithi123.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2022-03-06T00:23:21.763 INFO:teuthology.orchestra.run.smithi123.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-16-0 amd64 10.34-7 [181 kB] 2022-03-06T00:23:21.848 INFO:teuthology.orchestra.run.smithi123.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2,006 kB] 2022-03-06T00:23:21.919 INFO:teuthology.orchestra.run.smithi123.stdout:Get:7 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-06T00:23:21.945 INFO:teuthology.orchestra.run.smithi123.stdout:Get:8 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-06T00:23:21.965 INFO:teuthology.orchestra.run.smithi123.stdout:Get:9 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-06T00:23:21.966 INFO:teuthology.orchestra.run.smithi123.stdout:Get:10 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-06T00:23:21.981 INFO:teuthology.orchestra.run.smithi123.stdout:Get:11 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-06T00:23:21.983 INFO:teuthology.orchestra.run.smithi123.stdout:Get:12 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-06T00:23:21.991 INFO:teuthology.orchestra.run.smithi123.stdout:Get:13 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-06T00:23:22.089 INFO:teuthology.orchestra.run.smithi123.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2022-03-06T00:23:22.093 INFO:teuthology.orchestra.run.smithi123.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2022-03-06T00:23:22.121 INFO:teuthology.orchestra.run.smithi123.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2022-03-06T00:23:22.128 INFO:teuthology.orchestra.run.smithi123.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2022-03-06T00:23:22.129 INFO:teuthology.orchestra.run.smithi123.stdout:Get:18 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-06T00:23:22.130 INFO:teuthology.orchestra.run.smithi123.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-03-06T00:23:22.134 INFO:teuthology.orchestra.run.smithi123.stdout:Get:20 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-06T00:23:22.135 INFO:teuthology.orchestra.run.smithi123.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2022-03-06T00:23:22.136 INFO:teuthology.orchestra.run.smithi123.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2022-03-06T00:23:22.148 INFO:teuthology.orchestra.run.smithi123.stdout:Get:23 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-06T00:23:22.151 INFO:teuthology.orchestra.run.smithi123.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2022-03-06T00:23:22.153 INFO:teuthology.orchestra.run.smithi123.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2022-03-06T00:23:22.171 INFO:teuthology.orchestra.run.smithi123.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2022-03-06T00:23:22.245 INFO:teuthology.orchestra.run.smithi123.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2022-03-06T00:23:22.246 INFO:teuthology.orchestra.run.smithi123.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2022-03-06T00:23:22.250 INFO:teuthology.orchestra.run.smithi123.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jwt all 1.7.1-2ubuntu2 [17.4 kB] 2022-03-06T00:23:22.250 INFO:teuthology.orchestra.run.smithi123.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2022-03-06T00:23:22.251 INFO:teuthology.orchestra.run.smithi123.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2022-03-06T00:23:22.251 INFO:teuthology.orchestra.run.smithi123.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2 [59.1 kB] 2022-03-06T00:23:22.251 INFO:teuthology.orchestra.run.smithi123.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2022-03-06T00:23:22.252 INFO:teuthology.orchestra.run.smithi123.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2022-03-06T00:23:22.260 INFO:teuthology.orchestra.run.smithi123.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2022-03-06T00:23:22.336 INFO:teuthology.orchestra.run.smithi123.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2022-03-06T00:23:22.363 INFO:teuthology.orchestra.run.smithi123.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2022-03-06T00:23:22.394 INFO:teuthology.orchestra.run.smithi123.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-waitress all 1.4.1-1 [80.6 kB] 2022-03-06T00:23:22.397 INFO:teuthology.orchestra.run.smithi123.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2022-03-06T00:23:22.398 INFO:teuthology.orchestra.run.smithi123.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2022-03-06T00:23:22.404 INFO:teuthology.orchestra.run.smithi123.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2022-03-06T00:23:22.405 INFO:teuthology.orchestra.run.smithi123.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2022-03-06T00:23:22.405 INFO:teuthology.orchestra.run.smithi123.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2022-03-06T00:23:22.405 INFO:teuthology.orchestra.run.smithi123.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2022-03-06T00:23:22.433 INFO:teuthology.orchestra.run.smithi123.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-werkzeug all 0.16.1+dfsg1-2 [183 kB] 2022-03-06T00:23:22.489 INFO:teuthology.orchestra.run.smithi123.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2022-03-06T00:23:22.489 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:22.491 INFO:teuthology.orchestra.run.smithi123.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2022-03-06T00:23:22.493 INFO:teuthology.orchestra.run.smithi123.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2022-03-06T00:23:22.494 INFO:teuthology.orchestra.run.smithi123.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2022-03-06T00:23:22.495 INFO:teuthology.orchestra.run.smithi123.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2022-03-06T00:23:22.496 INFO:teuthology.orchestra.run.smithi123.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2022-03-06T00:23:22.839 INFO:teuthology.orchestra.run.smithi123.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2022-03-06T00:23:22.913 INFO:teuthology.orchestra.run.smithi123.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2022-03-06T00:23:22.915 INFO:teuthology.orchestra.run.smithi123.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2022-03-06T00:23:23.015 INFO:teuthology.orchestra.run.smithi123.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2022-03-06T00:23:23.016 INFO:teuthology.orchestra.run.smithi123.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2022-03-06T00:23:23.016 INFO:teuthology.orchestra.run.smithi123.stdout:Get:58 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-06T00:23:23.097 INFO:teuthology.orchestra.run.smithi123.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2022-03-06T00:23:23.097 INFO:teuthology.orchestra.run.smithi123.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2022-03-06T00:23:23.098 INFO:teuthology.orchestra.run.smithi123.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2022-03-06T00:23:23.098 INFO:teuthology.orchestra.run.smithi123.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2022-03-06T00:23:23.099 INFO:teuthology.orchestra.run.smithi123.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2022-03-06T00:23:23.099 INFO:teuthology.orchestra.run.smithi123.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2022-03-06T00:23:23.100 INFO:teuthology.orchestra.run.smithi123.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2022-03-06T00:23:23.100 INFO:teuthology.orchestra.run.smithi123.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2022-03-06T00:23:23.103 INFO:teuthology.orchestra.run.smithi123.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2022-03-06T00:23:23.160 INFO:teuthology.orchestra.run.smithi123.stdout:Get:68 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-06T00:23:23.166 INFO:teuthology.orchestra.run.smithi123.stdout:Get:69 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-06T00:23:23.173 INFO:teuthology.orchestra.run.smithi123.stdout:Get:70 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-06T00:23:23.180 INFO:teuthology.orchestra.run.smithi123.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2022-03-06T00:23:23.182 INFO:teuthology.orchestra.run.smithi123.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2022-03-06T00:23:23.240 INFO:teuthology.orchestra.run.smithi123.stdout:Get:73 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-06T00:23:23.289 INFO:teuthology.orchestra.run.smithi123.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 libxslt1.1 amd64 1.1.34-4 [152 kB] 2022-03-06T00:23:23.292 INFO:teuthology.orchestra.run.smithi123.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2022-03-06T00:23:23.296 INFO:teuthology.orchestra.run.smithi123.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2022-03-06T00:23:23.301 INFO:teuthology.orchestra.run.smithi123.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2022-03-06T00:23:23.302 INFO:teuthology.orchestra.run.smithi123.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2022-03-06T00:23:23.302 INFO:teuthology.orchestra.run.smithi123.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2022-03-06T00:23:23.303 INFO:teuthology.orchestra.run.smithi123.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2022-03-06T00:23:23.305 INFO:teuthology.orchestra.run.smithi123.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2022-03-06T00:23:23.493 INFO:teuthology.orchestra.run.smithi123.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2022-03-06T00:23:23.494 INFO:teuthology.orchestra.run.smithi123.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2022-03-06T00:23:23.495 INFO:teuthology.orchestra.run.smithi123.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2022-03-06T00:23:23.495 INFO:teuthology.orchestra.run.smithi123.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2022-03-06T00:23:23.527 INFO:teuthology.orchestra.run.smithi123.stdout:Get:86 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-06T00:23:23.556 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:23.558 INFO:teuthology.orchestra.run.smithi123.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2022-03-06T00:23:23.559 INFO:teuthology.orchestra.run.smithi123.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2022-03-06T00:23:23.591 INFO:teuthology.orchestra.run.smithi123.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2022-03-06T00:23:23.594 INFO:teuthology.orchestra.run.smithi123.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2022-03-06T00:23:23.596 INFO:teuthology.orchestra.run.smithi123.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2022-03-06T00:23:24.557 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:24.625 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:24.633 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:24.654 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:24.667 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:24.924 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:24.924 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:26.952 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:27.228 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:27.228 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:27.228 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:27.265 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:27.891 INFO:teuthology.orchestra.run.smithi123.stdout:Fetched 186 MB in 6s (30.5 MB/s) 2022-03-06T00:23:28.072 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2022-03-06T00:23:28.122 INFO:teuthology.orchestra.run.smithi123.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-06T00:23:28.125 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2022-03-06T00:23:28.221 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2022-03-06T00:23:28.567 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2022-03-06T00:23:28.581 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2022-03-06T00:23:28.616 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2022-03-06T00:23:29.121 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2022-03-06T00:23:29.134 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../002-libpcre2-16-0_10.34-7_amd64.deb ... 2022-03-06T00:23:29.163 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7) ... 2022-03-06T00:23:29.666 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libqt5core5a:amd64. 2022-03-06T00:23:29.680 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../003-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2022-03-06T00:23:29.735 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-03-06T00:23:30.269 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2022-03-06T00:23:30.282 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../004-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2022-03-06T00:23:30.328 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-03-06T00:23:30.716 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libqt5network5:amd64. 2022-03-06T00:23:30.730 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../005-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2022-03-06T00:23:30.775 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-03-06T00:23:31.159 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libthrift-0.13.0. 2022-03-06T00:23:31.173 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../006-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2022-03-06T00:23:31.217 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2022-03-06T00:23:31.658 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../007-librbd1_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:31.880 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking librbd1 (17.0.0-10974-gd0dc2fbb-1focal) over (15.2.14-0ubuntu0.20.04.2) ... 2022-03-06T00:23:32.598 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../008-librados2_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:32.727 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking librados2 (17.0.0-10974-gd0dc2fbb-1focal) over (15.2.14-0ubuntu0.20.04.2) ... 2022-03-06T00:23:33.532 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libcephfs2. 2022-03-06T00:23:33.545 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../009-libcephfs2_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:33.594 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libcephfs2 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:33.918 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-rados. 2022-03-06T00:23:33.931 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../010-python3-rados_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:33.968 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-rados (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:34.321 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-ceph-argparse. 2022-03-06T00:23:34.330 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../011-python3-ceph-argparse_17.0.0-10974-gd0dc2fbb-1focal_all.deb ... 2022-03-06T00:23:34.370 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-ceph-argparse (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:34.699 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-cephfs. 2022-03-06T00:23:34.712 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../012-python3-cephfs_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:34.757 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-cephfs (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:35.119 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-ceph-common. 2022-03-06T00:23:35.131 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../013-python3-ceph-common_17.0.0-10974-gd0dc2fbb-1focal_all.deb ... 2022-03-06T00:23:35.168 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-ceph-common (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:35.505 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-prettytable. 2022-03-06T00:23:35.518 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../014-python3-prettytable_0.7.2-5_all.deb ... 2022-03-06T00:23:35.571 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2022-03-06T00:23:35.934 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-rbd. 2022-03-06T00:23:35.946 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../015-python3-rbd_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:35.983 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-rbd (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:36.312 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2022-03-06T00:23:36.325 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-03-06T00:23:36.369 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-03-06T00:23:36.924 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package librabbitmq4:amd64. 2022-03-06T00:23:36.937 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../017-librabbitmq4_0.10.0-1_amd64.deb ... 2022-03-06T00:23:36.982 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2022-03-06T00:23:37.302 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package librdkafka1:amd64. 2022-03-06T00:23:37.315 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../018-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2022-03-06T00:23:37.385 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-03-06T00:23:37.856 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package librgw2. 2022-03-06T00:23:37.871 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../019-librgw2_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:37.930 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking librgw2 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:38.550 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-rgw. 2022-03-06T00:23:38.563 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../020-python3-rgw_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:38.592 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-rgw (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:39.079 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package liboath0. 2022-03-06T00:23:39.093 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../021-liboath0_2.6.1-1.3_amd64.deb ... 2022-03-06T00:23:39.137 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2022-03-06T00:23:39.482 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libradosstriper1. 2022-03-06T00:23:39.495 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../022-libradosstriper1_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:39.532 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libradosstriper1 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:40.103 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ceph-common. 2022-03-06T00:23:40.115 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../023-ceph-common_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:40.152 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ceph-common (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:42.787 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ceph-base. 2022-03-06T00:23:42.801 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../024-ceph-base_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:42.898 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ceph-base (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:44.034 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-cryptography. 2022-03-06T00:23:44.050 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../025-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2022-03-06T00:23:44.083 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2022-03-06T00:23:44.471 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-openssl. 2022-03-06T00:23:44.485 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../026-python3-openssl_19.0.0-1build1_all.deb ... 2022-03-06T00:23:44.563 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2022-03-06T00:23:44.912 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2022-03-06T00:23:44.922 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../027-ceph-mgr-modules-core_17.0.0-10974-gd0dc2fbb-1focal_all.deb ... 2022-03-06T00:23:44.973 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ceph-mgr-modules-core (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:45.354 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-bcrypt. 2022-03-06T00:23:45.363 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../028-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2022-03-06T00:23:45.432 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2022-03-06T00:23:45.833 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-cherrypy3. 2022-03-06T00:23:45.848 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../029-python3-cherrypy3_8.9.1-6_all.deb ... 2022-03-06T00:23:45.891 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2022-03-06T00:23:46.262 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-jwt. 2022-03-06T00:23:46.276 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../030-python3-jwt_1.7.1-2ubuntu2_all.deb ... 2022-03-06T00:23:46.320 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2) ... 2022-03-06T00:23:46.766 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-logutils. 2022-03-06T00:23:46.779 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../031-python3-logutils_0.3.3-7_all.deb ... 2022-03-06T00:23:46.879 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-logutils (0.3.3-7) ... 2022-03-06T00:23:47.262 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-markupsafe. 2022-03-06T00:23:47.274 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../032-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2022-03-06T00:23:47.311 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2022-03-06T00:23:47.657 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-mako. 2022-03-06T00:23:47.665 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../033-python3-mako_1.1.0+ds1-1ubuntu2_all.deb ... 2022-03-06T00:23:47.706 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-03-06T00:23:48.001 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-simplegeneric. 2022-03-06T00:23:48.009 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../034-python3-simplegeneric_0.8.1-3_all.deb ... 2022-03-06T00:23:48.042 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2022-03-06T00:23:48.379 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-singledispatch. 2022-03-06T00:23:48.393 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../035-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2022-03-06T00:23:48.437 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2022-03-06T00:23:48.808 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-webob. 2022-03-06T00:23:48.822 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../036-python3-webob_1%3a1.8.5-2_all.deb ... 2022-03-06T00:23:48.891 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2022-03-06T00:23:49.219 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-soupsieve. 2022-03-06T00:23:49.233 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../037-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2022-03-06T00:23:49.277 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2022-03-06T00:23:49.615 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-bs4. 2022-03-06T00:23:49.627 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../038-python3-bs4_4.8.2-1_all.deb ... 2022-03-06T00:23:49.714 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2022-03-06T00:23:50.143 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-waitress. 2022-03-06T00:23:50.155 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../039-python3-waitress_1.4.1-1_all.deb ... 2022-03-06T00:23:50.195 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-waitress (1.4.1-1) ... 2022-03-06T00:23:50.521 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-tempita. 2022-03-06T00:23:50.534 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../040-python3-tempita_0.5.2-6_all.deb ... 2022-03-06T00:23:50.571 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-tempita (0.5.2-6) ... 2022-03-06T00:23:51.718 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-paste. 2022-03-06T00:23:51.731 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../041-python3-paste_3.4.0+dfsg1-1_all.deb ... 2022-03-06T00:23:51.801 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2022-03-06T00:23:52.138 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2022-03-06T00:23:52.146 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../042-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2022-03-06T00:23:52.203 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2022-03-06T00:23:52.508 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-pastedeploy. 2022-03-06T00:23:52.520 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../043-python3-pastedeploy_2.1.0-1_all.deb ... 2022-03-06T00:23:52.558 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2022-03-06T00:23:52.979 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-webtest. 2022-03-06T00:23:52.990 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../044-python3-webtest_2.0.32-2_all.deb ... 2022-03-06T00:23:53.053 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-webtest (2.0.32-2) ... 2022-03-06T00:23:53.383 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-pecan. 2022-03-06T00:23:53.395 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../045-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2022-03-06T00:23:53.448 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2022-03-06T00:23:53.881 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-werkzeug. 2022-03-06T00:23:53.896 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../046-python3-werkzeug_0.16.1+dfsg1-2_all.deb ... 2022-03-06T00:23:53.938 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2) ... 2022-03-06T00:23:54.317 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2022-03-06T00:23:54.332 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../047-libsqlite3-mod-ceph_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:54.375 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libsqlite3-mod-ceph (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:54.837 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ceph-mgr. 2022-03-06T00:23:54.852 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../048-ceph-mgr_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:54.895 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ceph-mgr (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:55.408 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ceph-mon. 2022-03-06T00:23:55.420 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../049-ceph-mon_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:55.474 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ceph-mon (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:23:57.623 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ceph-osd. 2022-03-06T00:23:58.227 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../050-ceph-osd_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:23:58.228 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ceph-osd (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:00.653 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ceph. 2022-03-06T00:24:00.667 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../051-ceph_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:24:00.711 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ceph (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:01.165 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ceph-fuse. 2022-03-06T00:24:01.178 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../052-ceph-fuse_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:24:01.214 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ceph-fuse (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:01.702 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ceph-mds. 2022-03-06T00:24:01.718 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../053-ceph-mds_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:24:01.777 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ceph-mds (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:02.599 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-repoze.lru. 2022-03-06T00:24:02.614 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../054-python3-repoze.lru_0.7-2_all.deb ... 2022-03-06T00:24:02.666 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2022-03-06T00:24:02.952 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libjs-underscore. 2022-03-06T00:24:02.965 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../055-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2022-03-06T00:24:03.003 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-03-06T00:24:03.298 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libjs-sphinxdoc. 2022-03-06T00:24:03.305 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../056-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2022-03-06T00:24:03.352 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-03-06T00:24:03.853 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-routes. 2022-03-06T00:24:03.864 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../057-python3-routes_2.4.1-2_all.deb ... 2022-03-06T00:24:03.944 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-routes (2.4.1-2) ... 2022-03-06T00:24:04.289 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2022-03-06T00:24:04.304 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../058-ceph-mgr-dashboard_17.0.0-10974-gd0dc2fbb-1focal_all.deb ... 2022-03-06T00:24:04.339 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ceph-mgr-dashboard (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:05.003 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-decorator. 2022-03-06T00:24:05.017 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../059-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2022-03-06T00:24:05.078 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2022-03-06T00:24:05.373 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2022-03-06T00:24:05.388 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../060-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2022-03-06T00:24:05.431 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-03-06T00:24:05.895 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-scipy. 2022-03-06T00:24:05.909 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../061-python3-scipy_1.3.3-3build1_amd64.deb ... 2022-03-06T00:24:05.953 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2022-03-06T00:24:07.729 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-sklearn-lib. 2022-03-06T00:24:07.740 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../062-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2022-03-06T00:24:07.785 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-03-06T00:24:08.381 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-joblib. 2022-03-06T00:24:08.396 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../063-python3-joblib_0.14.0-3_all.deb ... 2022-03-06T00:24:08.439 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-joblib (0.14.0-3) ... 2022-03-06T00:24:08.911 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-sklearn. 2022-03-06T00:24:08.924 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../064-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2022-03-06T00:24:08.968 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-03-06T00:24:09.887 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2022-03-06T00:24:09.899 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../065-ceph-mgr-diskprediction-local_17.0.0-10974-gd0dc2fbb-1focal_all.deb ... 2022-03-06T00:24:09.944 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ceph-mgr-diskprediction-local (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:11.433 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-cachetools. 2022-03-06T00:24:11.450 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../066-python3-cachetools_4.0.0-1_all.deb ... 2022-03-06T00:24:11.491 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2022-03-06T00:24:11.845 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-pyasn1. 2022-03-06T00:24:11.858 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../067-python3-pyasn1_0.4.2-3build1_all.deb ... 2022-03-06T00:24:11.903 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2022-03-06T00:24:12.344 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-pyasn1-modules. 2022-03-06T00:24:12.353 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../068-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2022-03-06T00:24:12.440 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-03-06T00:24:12.777 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-rsa. 2022-03-06T00:24:12.792 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../069-python3-rsa_4.0-3_all.deb ... 2022-03-06T00:24:12.835 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-rsa (4.0-3) ... 2022-03-06T00:24:13.180 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-google-auth. 2022-03-06T00:24:13.192 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../070-python3-google-auth_1.5.1-2_all.deb ... 2022-03-06T00:24:13.263 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2022-03-06T00:24:13.760 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-blinker. 2022-03-06T00:24:13.772 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../071-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2022-03-06T00:24:13.826 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-03-06T00:24:14.138 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-oauthlib. 2022-03-06T00:24:14.152 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../072-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2022-03-06T00:24:14.196 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2022-03-06T00:24:14.608 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-requests-oauthlib. 2022-03-06T00:24:14.622 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../073-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2022-03-06T00:24:14.666 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-03-06T00:24:15.094 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-websocket. 2022-03-06T00:24:15.107 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../074-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2022-03-06T00:24:15.153 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2022-03-06T00:24:15.494 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-kubernetes. 2022-03-06T00:24:15.507 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../075-python3-kubernetes_7.0.0~a1-2_all.deb ... 2022-03-06T00:24:15.563 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2022-03-06T00:24:16.281 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2022-03-06T00:24:16.295 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../076-ceph-mgr-k8sevents_17.0.0-10974-gd0dc2fbb-1focal_all.deb ... 2022-03-06T00:24:16.347 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ceph-mgr-k8sevents (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:16.742 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libonig5:amd64. 2022-03-06T00:24:16.753 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../077-libonig5_6.9.4-1_amd64.deb ... 2022-03-06T00:24:16.802 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2022-03-06T00:24:17.412 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libjq1:amd64. 2022-03-06T00:24:17.430 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../078-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-03-06T00:24:17.470 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-03-06T00:24:17.768 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package jq. 2022-03-06T00:24:17.783 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../079-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-03-06T00:24:17.826 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2022-03-06T00:24:18.174 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libxslt1.1:amd64. 2022-03-06T00:24:18.190 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../080-libxslt1.1_1.1.34-4_amd64.deb ... 2022-03-06T00:24:18.233 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libxslt1.1:amd64 (1.1.34-4) ... 2022-03-06T00:24:18.704 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package xmlstarlet. 2022-03-06T00:24:18.712 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../081-xmlstarlet_1.6.1-2build1_amd64.deb ... 2022-03-06T00:24:18.788 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2022-03-06T00:24:19.164 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ceph-test. 2022-03-06T00:24:19.174 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../082-ceph-test_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:24:19.222 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ceph-test (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:24.270 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package ceph-volume. 2022-03-06T00:24:24.284 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../083-ceph-volume_17.0.0-10974-gd0dc2fbb-1focal_all.deb ... 2022-03-06T00:24:24.327 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking ceph-volume (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:24.757 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package cephadm. 2022-03-06T00:24:24.770 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../084-cephadm_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:24:24.815 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking cephadm (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:25.223 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package libcephfs-dev. 2022-03-06T00:24:25.238 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../085-libcephfs-dev_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:24:25.290 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking libcephfs-dev (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:25.790 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package nvme-cli. 2022-03-06T00:24:25.802 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../086-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2022-03-06T00:24:25.851 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2022-03-06T00:24:26.295 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-atomicwrites. 2022-03-06T00:24:26.308 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../087-python3-atomicwrites_1.1.5-2build1_all.deb ... 2022-03-06T00:24:26.355 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2022-03-06T00:24:26.736 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-attr. 2022-03-06T00:24:26.750 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../088-python3-attr_19.3.0-2_all.deb ... 2022-03-06T00:24:26.794 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-attr (19.3.0-2) ... 2022-03-06T00:24:27.137 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-webencodings. 2022-03-06T00:24:27.150 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../089-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2022-03-06T00:24:27.201 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2022-03-06T00:24:27.605 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-html5lib. 2022-03-06T00:24:27.615 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../090-python3-html5lib_1.0.1-2_all.deb ... 2022-03-06T00:24:27.708 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2022-03-06T00:24:28.735 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-lxml:amd64. 2022-03-06T00:24:28.748 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../091-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2022-03-06T00:24:28.842 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2022-03-06T00:24:29.336 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-packaging. 2022-03-06T00:24:29.349 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../092-python3-packaging_20.3-1_all.deb ... 2022-03-06T00:24:29.394 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-packaging (20.3-1) ... 2022-03-06T00:24:29.763 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-pastescript. 2022-03-06T00:24:29.777 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../093-python3-pastescript_2.0.2-4_all.deb ... 2022-03-06T00:24:29.821 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2022-03-06T00:24:30.268 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-pluggy. 2022-03-06T00:24:30.281 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../094-python3-pluggy_0.13.0-2_all.deb ... 2022-03-06T00:24:30.351 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2022-03-06T00:24:30.750 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-psutil. 2022-03-06T00:24:30.764 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../095-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2022-03-06T00:24:30.811 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2022-03-06T00:24:31.168 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-py. 2022-03-06T00:24:31.182 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../096-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2022-03-06T00:24:31.226 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2022-03-06T00:24:31.580 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-pyinotify. 2022-03-06T00:24:31.593 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../097-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2022-03-06T00:24:31.677 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-03-06T00:24:32.062 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-wcwidth. 2022-03-06T00:24:32.074 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../098-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2022-03-06T00:24:32.119 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2022-03-06T00:24:32.539 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-pytest. 2022-03-06T00:24:32.552 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../099-python3-pytest_4.6.9-1_all.deb ... 2022-03-06T00:24:32.599 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-pytest (4.6.9-1) ... 2022-03-06T00:24:33.173 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package python3-simplejson. 2022-03-06T00:24:33.186 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../100-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2022-03-06T00:24:33.218 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2022-03-06T00:24:33.509 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package qttranslations5-l10n. 2022-03-06T00:24:33.522 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../101-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2022-03-06T00:24:33.561 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2022-03-06T00:24:34.355 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package radosgw. 2022-03-06T00:24:34.368 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../102-radosgw_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:24:34.399 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking radosgw (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:35.975 INFO:teuthology.orchestra.run.smithi123.stdout:Selecting previously unselected package rbd-fuse. 2022-03-06T00:24:35.989 INFO:teuthology.orchestra.run.smithi123.stdout:Preparing to unpack .../103-rbd-fuse_17.0.0-10974-gd0dc2fbb-1focal_amd64.deb ... 2022-03-06T00:24:36.034 INFO:teuthology.orchestra.run.smithi123.stdout:Unpacking rbd-fuse (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:36.339 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-attr (19.3.0-2) ... 2022-03-06T00:24:36.687 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2022-03-06T00:24:36.943 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2022-03-06T00:24:37.083 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2022-03-06T00:24:37.285 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up cephadm (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:38.007 INFO:teuthology.orchestra.run.smithi123.stdout:Adding system user cephadm....done 2022-03-06T00:24:38.185 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-waitress (1.4.1-1) ... 2022-03-06T00:24:38.575 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-repoze.lru (0.7-2) ... 2022-03-06T00:24:38.893 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up liboath0 (2.6.1-1.3) ... 2022-03-06T00:24:39.035 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2022-03-06T00:24:39.366 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-joblib (0.14.0-3) ... 2022-03-06T00:24:39.856 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-jwt (1.7.1-2ubuntu2) ... 2022-03-06T00:24:40.178 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-cachetools (4.0.0-1) ... 2022-03-06T00:24:40.482 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2022-03-06T00:24:40.811 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-03-06T00:24:41.188 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-ceph-argparse (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:41.478 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-03-06T00:24:41.616 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2022-03-06T00:24:41.956 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2022-03-06T00:24:42.238 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libpcre2-16-0:amd64 (10.34-7) ... 2022-03-06T00:24:42.383 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2022-03-06T00:24:42.810 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2022-03-06T00:24:43.154 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2022-03-06T00:24:43.491 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2022-03-06T00:24:43.794 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-tempita (0.5.2-6) ... 2022-03-06T00:24:44.158 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-packaging (20.3-1) ... 2022-03-06T00:24:44.452 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2022-03-06T00:24:44.597 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2022-03-06T00:24:44.838 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2022-03-06T00:24:45.197 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2022-03-06T00:24:45.595 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2) ... 2022-03-06T00:24:45.950 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2022-03-06T00:24:46.323 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-ceph-common (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:24:46.645 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-03-06T00:24:46.808 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-html5lib (1.0.1-2) ... 2022-03-06T00:24:47.154 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-03-06T00:24:47.306 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-pluggy (0.13.0-2) ... 2022-03-06T00:24:47.637 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-03-06T00:24:47.898 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-03-06T00:24:48.030 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libxslt1.1:amd64 (1.1.34-4) ... 2022-03-06T00:24:48.161 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2022-03-06T00:24:48.505 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2022-03-06T00:24:48.804 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-logutils (0.3.3-7) ... 2022-03-06T00:24:49.197 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2022-03-06T00:24:49.311 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2022-03-06T00:24:49.583 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-prettytable (0.7.2-5) ... 2022-03-06T00:24:49.879 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2022-03-06T00:24:50.201 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2022-03-06T00:24:50.297 INFO:teuthology.orchestra.run.smithi123.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2022-03-06T00:24:50.543 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2022-03-06T00:24:50.731 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-03-06T00:24:51.045 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2022-03-06T00:24:51.400 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-03-06T00:24:51.539 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-03-06T00:24:51.779 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-webob (1:1.8.5-2) ... 2022-03-06T00:24:52.108 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-03-06T00:24:52.414 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2022-03-06T00:24:54.046 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-03-06T00:24:54.172 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-pytest (4.6.9-1) ... 2022-03-06T00:24:54.553 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2022-03-06T00:24:54.891 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2022-03-06T00:24:55.339 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2022-03-06T00:24:55.493 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-bs4 (4.8.2-1) ... 2022-03-06T00:24:55.823 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2022-03-06T00:24:56.151 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-03-06T00:24:56.531 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-03-06T00:24:57.761 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-03-06T00:24:57.943 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2022-03-06T00:24:58.094 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2022-03-06T00:24:58.436 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2022-03-06T00:24:58.562 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-rsa (4.0-3) ... 2022-03-06T00:24:58.843 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2022-03-06T00:24:59.887 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-webtest (2.0.32-2) ... 2022-03-06T00:25:00.236 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ceph-mgr-modules-core (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:00.395 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-03-06T00:25:00.722 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-pastescript (2.0.2-4) ... 2022-03-06T00:25:01.045 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2022-03-06T00:25:01.398 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up librados2 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:01.524 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up librgw2 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:01.771 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libsqlite3-mod-ceph (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:01.906 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libcephfs2 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:02.036 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-routes (2.4.1-2) ... 2022-03-06T00:25:02.374 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libradosstriper1 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:02.570 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-google-auth (1.5.1-2) ... 2022-03-06T00:25:02.882 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up librbd1 (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:03.008 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ceph-fuse (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:03.308 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-03-06T00:25:03.309 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-03-06T00:25:04.252 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up libcephfs-dev (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:04.387 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-rados (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:04.504 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2022-03-06T00:25:05.486 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-rbd (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:05.612 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up rbd-fuse (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:05.738 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-rgw (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:05.881 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up python3-cephfs (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:06.047 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ceph-common (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:06.688 INFO:teuthology.orchestra.run.smithi123.stdout:Adding group ceph....done 2022-03-06T00:25:07.091 INFO:teuthology.orchestra.run.smithi123.stdout:Adding system user ceph....done 2022-03-06T00:25:07.319 INFO:teuthology.orchestra.run.smithi123.stdout:Setting system user ceph properties....done 2022-03-06T00:25:07.337 INFO:teuthology.orchestra.run.smithi123.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2022-03-06T00:25:07.488 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2022-03-06T00:25:08.063 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2022-03-06T00:25:09.014 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ceph-test (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:09.156 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up radosgw (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:09.424 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-03-06T00:25:09.425 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-03-06T00:25:10.734 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ceph-base (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:11.154 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2022-03-06T00:25:12.107 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ceph-mds (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:12.325 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-03-06T00:25:12.326 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-03-06T00:25:13.236 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ceph-mgr (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:13.463 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-03-06T00:25:13.464 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-03-06T00:25:14.388 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ceph-osd (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:15.149 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-03-06T00:25:15.149 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-03-06T00:25:16.029 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ceph-mgr-k8sevents (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:16.188 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ceph-mgr-diskprediction-local (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:16.331 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ceph-mon (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:16.575 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-03-06T00:25:16.575 INFO:teuthology.orchestra.run.smithi123.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-03-06T00:25:17.549 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ceph (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:17.767 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ceph-mgr-dashboard (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:17.927 INFO:teuthology.orchestra.run.smithi123.stdout:Setting up ceph-volume (17.0.0-10974-gd0dc2fbb-1focal) ... 2022-03-06T00:25:18.071 INFO:teuthology.orchestra.run.smithi123.stdout:Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-03-06T00:25:18.642 INFO:teuthology.orchestra.run.smithi123.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-03-06T00:25:21.316 INFO:teuthology.orchestra.run.smithi123.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-03-06T00:25:21.750 INFO:teuthology.orchestra.run.smithi123.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2022-03-06T00:25:21.755 DEBUG:teuthology.parallel:result is None 2022-03-06T00:25:21.756 DEBUG:teuthology.orchestra.run.smithi123:> sudo lsb_release -is 2022-03-06T00:25:21.803 INFO:teuthology.orchestra.run.smithi123.stdout:Ubuntu 2022-03-06T00:25:21.809 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-06T00:25:21.810 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-06T00:25:21.987 DEBUG:teuthology.orchestra.run.smithi123:> dpkg-query -W -f '${Version}' ceph 2022-03-06T00:25:22.007 INFO:teuthology.orchestra.run.smithi123.stdout:17.0.0-10974-gd0dc2fbb-1focal 2022-03-06T00:25:22.008 INFO:teuthology.packaging:The installed version of ceph is 17.0.0-10974-gd0dc2fbb-1focal 2022-03-06T00:25:22.008 INFO:teuthology.task.install:The correct ceph version 17.0.0-10974-gd0dc2fbb-1focal is installed. 2022-03-06T00:25:22.009 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2022-03-06T00:25:22.009 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:25:22.010 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2022-03-06T00:25:22.068 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2022-03-06T00:25:22.069 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:25:22.069 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/usr/bin/daemon-helper 2022-03-06T00:25:22.080 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod a=rx -- /usr/bin/daemon-helper 2022-03-06T00:25:22.090 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2022-03-06T00:25:22.091 DEBUG:teuthology.orchestra.run.smithi123:> set -ex 2022-03-06T00:25:22.092 DEBUG:teuthology.orchestra.run.smithi123:> sudo dd of=/usr/bin/adjust-ulimits 2022-03-06T00:25:22.101 DEBUG:teuthology.orchestra.run.smithi123:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2022-03-06T00:25:22.114 INFO:teuthology.run_tasks:Running task radosbench... 2022-03-06T00:25:22.128 INFO:tasks.radosbench:Beginning radosbench... 2022-03-06T00:25:22.128 INFO:tasks.rook.ceph_manager.ceph:creating pool_name unique_pool_0 2022-03-06T00:25:22.129 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd pool create unique_pool_0 16 2022-03-06T00:25:23.623 INFO:teuthology.orchestra.run.smithi123.stderr:pool 'unique_pool_0' created 2022-03-06T00:25:23.641 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd pool application enable unique_pool_0 rados --yes-i-really-mean-it || true 2022-03-06T00:25:24.698 INFO:teuthology.orchestra.run.smithi123.stderr:enabled application 'rados' on pool 'unique_pool_0' 2022-03-06T00:25:25.706 DEBUG:teuthology.orchestra.run.smithi123:> /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-06T00:25:25.714 INFO:teuthology.run_tasks:Running task rook.shell... 2022-03-06T00:25:25.726 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch host label add '`hostname`' 'foo 2022-03-06T00:25:25.726 DEBUG:teuthology.orchestra.run.smithi123:> ceph' orch host ls '|' grep 'foo 2022-03-06T00:25:25.726 DEBUG:teuthology.orchestra.run.smithi123:> ceph' orch host label rm '`hostname`' 'foo 2022-03-06T00:25:25.727 DEBUG:teuthology.orchestra.run.smithi123:> ceph' orch host ls '|' grep -v 'foo 2022-03-06T00:25:25.727 DEBUG:teuthology.orchestra.run.smithi123:> ' 2022-03-06T00:25:25.808 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:hints = 1 2022-03-06T00:25:25.809 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 360 seconds or 0 objects 2022-03-06T00:25:25.809 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Object prefix: benchmark_data_smithi123_42556 2022-03-06T00:25:25.810 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:25:25.810 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 0 0 0 0 0 0 - 0 2022-03-06T00:25:26.074 INFO:teuthology.orchestra.run.smithi123.stdout:ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2022-03-06T00:25:26.121 INFO:teuthology.run_tasks:Running task exec... 2022-03-06T00:25:26.133 INFO:teuthology.task.exec:Executing custom commands... 2022-03-06T00:25:26.134 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi123.front.sepia.ceph.com 2022-03-06T00:25:26.134 DEBUG:teuthology.orchestra.run.smithi123:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2022-03-06T00:25:26.134 DEBUG:teuthology.orchestra.run.smithi123:> toolbox() { 2022-03-06T00:25:26.136 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- "$@" 2022-03-06T00:25:26.136 DEBUG:teuthology.orchestra.run.smithi123:> } 2022-03-06T00:25:26.137 DEBUG:teuthology.orchestra.run.smithi123:> orig_num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-03-06T00:25:26.137 DEBUG:teuthology.orchestra.run.smithi123:> toolbox ceph orch osd rm 0 --force 2022-03-06T00:25:26.138 DEBUG:teuthology.orchestra.run.smithi123:> removed_pv="" 2022-03-06T00:25:26.139 DEBUG:teuthology.orchestra.run.smithi123:> while [ "$removed_pv" = "" ] 2022-03-06T00:25:26.139 DEBUG:teuthology.orchestra.run.smithi123:> do 2022-03-06T00:25:26.139 DEBUG:teuthology.orchestra.run.smithi123:> removed_pv=`kubectl get pv | grep Released | cut -f1 -d " "` 2022-03-06T00:25:26.139 DEBUG:teuthology.orchestra.run.smithi123:> sleep 3s 2022-03-06T00:25:26.140 DEBUG:teuthology.orchestra.run.smithi123:> done 2022-03-06T00:25:26.140 DEBUG:teuthology.orchestra.run.smithi123:> target_path=`kubectl get pv $removed_pv -o jsonpath='"'"'{.spec.local.path}'"'"'` 2022-03-06T00:25:26.140 DEBUG:teuthology.orchestra.run.smithi123:> host=`echo $removed_pv | cut -f1 -d "-"` 2022-03-06T00:25:26.141 DEBUG:teuthology.orchestra.run.smithi123:> toolbox ceph orch device zap $host $target_path --force 2022-03-06T00:25:26.141 DEBUG:teuthology.orchestra.run.smithi123:> zap_completion="0" 2022-03-06T00:25:26.141 DEBUG:teuthology.orchestra.run.smithi123:> while [ "$zap_completion" = "0" ] 2022-03-06T00:25:26.141 DEBUG:teuthology.orchestra.run.smithi123:> do 2022-03-06T00:25:26.142 DEBUG:teuthology.orchestra.run.smithi123:> zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap -o jsonpath='"'"'{.status.succeeded.path}'"'"'` 2022-03-06T00:25:26.142 DEBUG:teuthology.orchestra.run.smithi123:> sleep 3s 2022-03-06T00:25:26.143 DEBUG:teuthology.orchestra.run.smithi123:> done 2022-03-06T00:25:26.143 DEBUG:teuthology.orchestra.run.smithi123:> kubectl patch pv $removed_pv -p '"'"'{"spec":{"claimRef": null}}'"'"' 2022-03-06T00:25:26.143 DEBUG:teuthology.orchestra.run.smithi123:> toolbox ceph orch apply osd --all-available-devices 2022-03-06T00:25:26.144 DEBUG:teuthology.orchestra.run.smithi123:> kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-03-06T00:25:26.144 DEBUG:teuthology.orchestra.run.smithi123:> num_osd="0" 2022-03-06T00:25:26.144 DEBUG:teuthology.orchestra.run.smithi123:> while [ "$num_osd" != "$orig_num_osd" ] 2022-03-06T00:25:26.145 DEBUG:teuthology.orchestra.run.smithi123:> do 2022-03-06T00:25:26.145 DEBUG:teuthology.orchestra.run.smithi123:> echo "waiting for osd to come back up" 2022-03-06T00:25:26.145 DEBUG:teuthology.orchestra.run.smithi123:> num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-03-06T00:25:26.146 DEBUG:teuthology.orchestra.run.smithi123:> sleep 30s 2022-03-06T00:25:26.146 DEBUG:teuthology.orchestra.run.smithi123:> done 2022-03-06T00:25:26.146 DEBUG:teuthology.orchestra.run.smithi123:> ' 2022-03-06T00:25:26.159 INFO:teuthology.orchestra.run.smithi123.stderr:++ toolbox ceph osd stat 2022-03-06T00:25:26.159 INFO:teuthology.orchestra.run.smithi123.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-06T00:25:26.159 INFO:teuthology.orchestra.run.smithi123.stderr:++ cut -f3 -d ' ' 2022-03-06T00:25:26.809 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 1 16 1308 1292 80.7456 80.75 0.0158179 0.0122111 2022-03-06T00:25:27.809 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 2 16 2865 2849 89.0254 97.3125 0.0112758 0.0111879 2022-03-06T00:25:28.512 INFO:teuthology.orchestra.run.smithi123.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-06T00:25:28.809 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 3 16 4234 4218 87.8684 85.5625 0.019338 0.0113535 2022-03-06T00:25:29.278 INFO:teuthology.orchestra.run.smithi123.stderr:+ orig_num_osd=4 2022-03-06T00:25:29.279 INFO:teuthology.orchestra.run.smithi123.stderr:+ toolbox ceph orch osd rm 0 --force 2022-03-06T00:25:29.279 INFO:teuthology.orchestra.run.smithi123.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch osd rm 0 --force 2022-03-06T00:25:29.365 INFO:teuthology.orchestra.run.smithi123.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-06T00:25:29.810 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 4 16 5479 5463 85.3423 77.8125 0.00853671 0.0116943 2022-03-06T00:25:30.414 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:25:30.191077 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-06T00:25:30.414 INFO:tasks.rook.operator.smithi123.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", AllowUnsupported: true}, 2022-03-06T00:25:30.414 INFO:tasks.rook.operator.smithi123.stdout:   Storage: v1.StorageScopeSpec{ 2022-03-06T00:25:30.415 INFO:tasks.rook.operator.smithi123.stdout:   ... // 3 identical fields 2022-03-06T00:25:30.415 INFO:tasks.rook.operator.smithi123.stdout:   Config: nil, 2022-03-06T00:25:30.415 INFO:tasks.rook.operator.smithi123.stdout:   Selection: {}, 2022-03-06T00:25:30.415 INFO:tasks.rook.operator.smithi123.stdout:   StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-03-06T00:25:30.416 INFO:tasks.rook.operator.smithi123.stdout:-  { 2022-03-06T00:25:30.416 INFO:tasks.rook.operator.smithi123.stdout:-  Name: "smithi123-lv-1", 2022-03-06T00:25:30.416 INFO:tasks.rook.operator.smithi123.stdout:-  Count: 1, 2022-03-06T00:25:30.417 INFO:tasks.rook.operator.smithi123.stdout:-  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-03-06T00:25:30.417 INFO:tasks.rook.operator.smithi123.stdout:-  }, 2022-03-06T00:25:30.417 INFO:tasks.rook.operator.smithi123.stdout:   {Name: "smithi123-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi123-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-03-06T00:25:30.417 INFO:tasks.rook.operator.smithi123.stdout:   {Name: "smithi123-lv-3", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi123-lv-3", StorageClassName: &"scratch", ...}}}}, 2022-03-06T00:25:30.417 INFO:tasks.rook.operator.smithi123.stdout:   {Name: "smithi123-lv-4", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi123-lv-4", StorageClassName: &"scratch", ...}}}}, 2022-03-06T00:25:30.418 INFO:tasks.rook.operator.smithi123.stdout:   }, 2022-03-06T00:25:30.418 INFO:tasks.rook.operator.smithi123.stdout:   }, 2022-03-06T00:25:30.418 INFO:tasks.rook.operator.smithi123.stdout:   Annotations: nil, 2022-03-06T00:25:30.418 INFO:tasks.rook.operator.smithi123.stdout:   Labels: nil, 2022-03-06T00:25:30.419 INFO:tasks.rook.operator.smithi123.stdout:   ... // 20 identical fields 2022-03-06T00:25:30.419 INFO:tasks.rook.operator.smithi123.stdout:  } 2022-03-06T00:25:30.419 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:25:30.191145 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-06T00:25:30.419 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:25:30.274484 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:25:30.420 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:25:30.324595 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-06T00:25:30.810 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 5 16 6435 6419 80.223 59.75 0.00227246 0.0119226 2022-03-06T00:25:31.810 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 6 16 6435 6419 66.8533 0 - 0.0119226 2022-03-06T00:25:32.811 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 7 16 6435 6419 57.3034 0 - 0.0119226 2022-03-06T00:25:33.810 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 8 16 6435 6419 50.1407 0 - 0.0119226 2022-03-06T00:25:34.810 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 9 16 6435 6419 44.5697 0 - 0.0119226 2022-03-06T00:25:35.670 INFO:teuthology.orchestra.run.smithi123.stdout:Success 2022-03-06T00:25:35.701 INFO:teuthology.orchestra.run.smithi123.stderr:+ removed_pv= 2022-03-06T00:25:35.701 INFO:teuthology.orchestra.run.smithi123.stderr:+ '[' '' = '' ']' 2022-03-06T00:25:35.702 INFO:teuthology.orchestra.run.smithi123.stderr:++ kubectl get pv 2022-03-06T00:25:35.702 INFO:teuthology.orchestra.run.smithi123.stderr:++ grep Released 2022-03-06T00:25:35.702 INFO:teuthology.orchestra.run.smithi123.stderr:++ cut -f1 -d ' ' 2022-03-06T00:25:35.810 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 10 16 6435 6419 40.1129 0 - 0.0119226 2022-03-06T00:25:35.827 INFO:teuthology.orchestra.run.smithi123.stderr:+ removed_pv= 2022-03-06T00:25:35.827 INFO:teuthology.orchestra.run.smithi123.stderr:+ sleep 3s 2022-03-06T00:25:36.811 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 11 16 6435 6419 36.4664 0 - 0.0119226 2022-03-06T00:25:37.810 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 12 16 6435 6419 33.4277 0 - 0.0119226 2022-03-06T00:25:38.811 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 13 16 6435 6419 30.8565 0 - 0.0119226 2022-03-06T00:25:38.825 INFO:teuthology.orchestra.run.smithi123.stderr:+ '[' '' = '' ']' 2022-03-06T00:25:38.826 INFO:teuthology.orchestra.run.smithi123.stderr:++ kubectl get pv 2022-03-06T00:25:38.826 INFO:teuthology.orchestra.run.smithi123.stderr:++ cut -f1 -d ' ' 2022-03-06T00:25:38.827 INFO:teuthology.orchestra.run.smithi123.stderr:++ grep Released 2022-03-06T00:25:38.880 INFO:teuthology.orchestra.run.smithi123.stderr:+ removed_pv= 2022-03-06T00:25:38.880 INFO:teuthology.orchestra.run.smithi123.stderr:+ sleep 3s 2022-03-06T00:25:39.811 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 14 16 6435 6419 28.6526 0 - 0.0119226 2022-03-06T00:25:40.812 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 15 16 6559 6543 27.259 0.775 0.0196099 0.0366676 2022-03-06T00:25:41.811 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 16 16 7557 7541 29.4534 62.375 0.0142186 0.0339204 2022-03-06T00:25:41.882 INFO:teuthology.orchestra.run.smithi123.stderr:+ '[' '' = '' ']' 2022-03-06T00:25:41.882 INFO:teuthology.orchestra.run.smithi123.stderr:++ kubectl get pv 2022-03-06T00:25:41.882 INFO:teuthology.orchestra.run.smithi123.stderr:++ grep Released 2022-03-06T00:25:41.883 INFO:teuthology.orchestra.run.smithi123.stderr:++ cut -f1 -d ' ' 2022-03-06T00:25:41.971 INFO:teuthology.orchestra.run.smithi123.stderr:+ removed_pv= 2022-03-06T00:25:41.971 INFO:teuthology.orchestra.run.smithi123.stderr:+ sleep 3s 2022-03-06T00:25:42.812 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 17 16 8329 8313 30.5587 48.25 0.00713517 0.0327002 2022-03-06T00:25:43.294 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:25:43.298816 I | ceph-spec: object "rook-ceph-osd-0" matched on delete, reconciling 2022-03-06T00:25:43.812 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 18 16 9242 9226 32.0308 57.0625 0.0240442 0.0311965 2022-03-06T00:25:44.812 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 19 16 10075 10059 33.0849 52.0625 0.00965558 0.0302053 2022-03-06T00:25:44.972 INFO:teuthology.orchestra.run.smithi123.stderr:+ '[' '' = '' ']' 2022-03-06T00:25:44.973 INFO:teuthology.orchestra.run.smithi123.stderr:++ kubectl get pv 2022-03-06T00:25:44.974 INFO:teuthology.orchestra.run.smithi123.stderr:++ grep Released 2022-03-06T00:25:44.974 INFO:teuthology.orchestra.run.smithi123.stderr:++ cut -f1 -d ' ' 2022-03-06T00:25:45.084 INFO:teuthology.orchestra.run.smithi123.stderr:+ removed_pv=smithi123-lv-1 2022-03-06T00:25:45.085 INFO:teuthology.orchestra.run.smithi123.stderr:+ sleep 3s 2022-03-06T00:25:45.814 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:25:45.817953+0000 min lat: 0.00191481 max lat: 10.1588 avg lat: 0.0289821 2022-03-06T00:25:45.814 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:25:45.814 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 20 16 11053 11037 34.4865 61.125 0.00597355 0.0289821 2022-03-06T00:25:46.813 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 21 16 11956 11940 35.5315 56.4375 0.0129054 0.0281336 2022-03-06T00:25:47.813 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 22 16 12937 12921 36.7031 61.3125 0.015523 0.0272296 2022-03-06T00:25:48.086 INFO:teuthology.orchestra.run.smithi123.stderr:+ '[' smithi123-lv-1 = '' ']' 2022-03-06T00:25:48.086 INFO:teuthology.orchestra.run.smithi123.stderr:++ kubectl get pv smithi123-lv-1 -o 'jsonpath={.spec.local.path}' 2022-03-06T00:25:48.136 INFO:teuthology.orchestra.run.smithi123.stderr:+ target_path=/dev/vg_nvme/lv_1 2022-03-06T00:25:48.136 INFO:teuthology.orchestra.run.smithi123.stderr:++ echo smithi123-lv-1 2022-03-06T00:25:48.137 INFO:teuthology.orchestra.run.smithi123.stderr:++ cut -f1 -d - 2022-03-06T00:25:48.138 INFO:teuthology.orchestra.run.smithi123.stderr:+ host=smithi123 2022-03-06T00:25:48.138 INFO:teuthology.orchestra.run.smithi123.stderr:+ toolbox ceph orch device zap smithi123 /dev/vg_nvme/lv_1 --force 2022-03-06T00:25:48.138 INFO:teuthology.orchestra.run.smithi123.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch device zap smithi123 /dev/vg_nvme/lv_1 --force 2022-03-06T00:25:48.185 INFO:teuthology.orchestra.run.smithi123.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-06T00:25:48.814 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 23 16 13724 13708 37.2457 49.1875 0.0154682 0.0268342 2022-03-06T00:25:49.814 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 24 16 14469 14453 37.6337 46.5625 0.0140754 0.0265607 2022-03-06T00:25:50.107 INFO:teuthology.orchestra.run.smithi123.stdout:/dev/vg_nvme/lv_1 on smithi123 zapped 2022-03-06T00:25:50.144 INFO:teuthology.orchestra.run.smithi123.stderr:+ zap_completion=0 2022-03-06T00:25:50.145 INFO:teuthology.orchestra.run.smithi123.stderr:+ '[' 0 = 0 ']' 2022-03-06T00:25:50.146 INFO:teuthology.orchestra.run.smithi123.stderr:++ kubectl get job -n rook-ceph rook-ceph-device-zap -o 'jsonpath={.status.succeeded.path}' 2022-03-06T00:25:50.814 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 25 16 15173 15157 37.8882 44 0.0116948 0.0263792 2022-03-06T00:25:50.863 INFO:teuthology.orchestra.run.smithi123.stderr:+ zap_completion= 2022-03-06T00:25:50.863 INFO:teuthology.orchestra.run.smithi123.stderr:+ sleep 3s 2022-03-06T00:25:51.814 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 26 16 16008 15992 38.4379 52.1875 0.013212 0.0259745 2022-03-06T00:25:52.815 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 27 16 16671 16655 38.5477 41.4375 0.00923138 0.0259327 2022-03-06T00:25:53.816 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 28 16 17555 17539 39.144 55.25 0.0140378 0.0255339 2022-03-06T00:25:53.865 INFO:teuthology.orchestra.run.smithi123.stderr:+ '[' '' = 0 ']' 2022-03-06T00:25:53.865 INFO:teuthology.orchestra.run.smithi123.stderr:+ kubectl patch pv smithi123-lv-1 -p '{"spec":{"claimRef": null}}' 2022-03-06T00:25:53.958 INFO:teuthology.orchestra.run.smithi123.stdout:persistentvolume/smithi123-lv-1 patched 2022-03-06T00:25:53.960 INFO:teuthology.orchestra.run.smithi123.stderr:+ toolbox ceph orch apply osd --all-available-devices 2022-03-06T00:25:53.960 INFO:teuthology.orchestra.run.smithi123.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch apply osd --all-available-devices 2022-03-06T00:25:54.816 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 29 16 18331 18315 39.4664 48.5 0.0169931 0.0253272 2022-03-06T00:25:55.131 INFO:teuthology.orchestra.run.smithi123.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-06T00:25:55.820 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 30 16 19065 19049 39.6799 45.875 0.0183013 0.0251923 2022-03-06T00:25:56.816 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 31 16 19762 19746 39.805 43.5625 0.0183227 0.0251088 2022-03-06T00:25:57.410 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:25:57.412704 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-06T00:25:57.410 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:25:57.412785 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-06T00:25:57.410 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:25:57.412799 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-06T00:25:57.818 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 32 16 20645 20629 40.2855 55.1875 0.0271556 0.0248098 2022-03-06T00:25:57.897 INFO:teuthology.orchestra.run.smithi123.stdout:['Success'] 2022-03-06T00:25:57.913 INFO:teuthology.orchestra.run.smithi123.stderr:+ kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-03-06T00:25:57.918 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:25:57.898951 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-06T00:25:57.918 INFO:tasks.rook.operator.smithi123.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97", AllowUnsupported: true}, 2022-03-06T00:25:57.919 INFO:tasks.rook.operator.smithi123.stdout:   Storage: v1.StorageScopeSpec{ 2022-03-06T00:25:57.919 INFO:tasks.rook.operator.smithi123.stdout:   ... // 3 identical fields 2022-03-06T00:25:57.920 INFO:tasks.rook.operator.smithi123.stdout:   Config: nil, 2022-03-06T00:25:57.920 INFO:tasks.rook.operator.smithi123.stdout:   Selection: {}, 2022-03-06T00:25:57.921 INFO:tasks.rook.operator.smithi123.stdout:   StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-03-06T00:25:57.922 INFO:tasks.rook.operator.smithi123.stdout:   {Name: "smithi123-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi123-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-03-06T00:25:57.922 INFO:tasks.rook.operator.smithi123.stdout:   {Name: "smithi123-lv-3", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi123-lv-3", StorageClassName: &"scratch", ...}}}}, 2022-03-06T00:25:57.923 INFO:tasks.rook.operator.smithi123.stdout:   {Name: "smithi123-lv-4", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi123-lv-4", StorageClassName: &"scratch", ...}}}}, 2022-03-06T00:25:57.924 INFO:tasks.rook.operator.smithi123.stdout:+  { 2022-03-06T00:25:57.925 INFO:tasks.rook.operator.smithi123.stdout:+  Name: "smithi123-lv-1", 2022-03-06T00:25:57.925 INFO:tasks.rook.operator.smithi123.stdout:+  Count: 1, 2022-03-06T00:25:57.926 INFO:tasks.rook.operator.smithi123.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-03-06T00:25:57.926 INFO:tasks.rook.operator.smithi123.stdout:+  }, 2022-03-06T00:25:57.927 INFO:tasks.rook.operator.smithi123.stdout:   }, 2022-03-06T00:25:57.934 INFO:tasks.rook.operator.smithi123.stdout:   }, 2022-03-06T00:25:57.935 INFO:tasks.rook.operator.smithi123.stdout:   Annotations: nil, 2022-03-06T00:25:57.935 INFO:tasks.rook.operator.smithi123.stdout:   Labels: nil, 2022-03-06T00:25:57.936 INFO:tasks.rook.operator.smithi123.stdout:   ... // 20 identical fields 2022-03-06T00:25:57.936 INFO:tasks.rook.operator.smithi123.stdout:  } 2022-03-06T00:25:58.678 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:25:58.679357 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:25:58.819 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 33 16 21448 21432 40.5854 50.1875 0.0137027 0.02463 2022-03-06T00:25:59.503 INFO:teuthology.orchestra.run.smithi123.stdout:job.batch "rook-ceph-device-zap" deleted 2022-03-06T00:25:59.507 INFO:teuthology.orchestra.run.smithi123.stderr:+ num_osd=0 2022-03-06T00:25:59.507 INFO:teuthology.orchestra.run.smithi123.stderr:+ '[' 0 '!=' 4 ']' 2022-03-06T00:25:59.507 INFO:teuthology.orchestra.run.smithi123.stderr:+ echo 'waiting for osd to come back up' 2022-03-06T00:25:59.508 INFO:teuthology.orchestra.run.smithi123.stdout:waiting for osd to come back up 2022-03-06T00:25:59.508 INFO:teuthology.orchestra.run.smithi123.stderr:++ toolbox ceph osd stat 2022-03-06T00:25:59.508 INFO:teuthology.orchestra.run.smithi123.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-06T00:25:59.509 INFO:teuthology.orchestra.run.smithi123.stderr:++ cut -f3 -d ' ' 2022-03-06T00:25:59.514 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:25:59.515466 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:25:59.611 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:25:59.609758 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:25:59.817 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 34 16 22201 22185 40.7758 47.0625 0.0214711 0.0244763 2022-03-06T00:26:00.010 INFO:teuthology.orchestra.run.smithi123.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-06T00:26:00.571 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:00.568439 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-06T00:26:01.350 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:00.761427 I | op-mon: start running mons 2022-03-06T00:26:01.351 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:00.769484 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:26:01.351 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 35 16 22894 22878 40.8481 43.3125 0.0214719 0.0244674 2022-03-06T00:26:01.352 INFO:teuthology.orchestra.run.smithi123.stderr:+ num_osd=3 2022-03-06T00:26:01.352 INFO:teuthology.orchestra.run.smithi123.stderr:+ sleep 30s 2022-03-06T00:26:01.353 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:00.984021 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.101.239.187:6789"]}] data:a=10.101.239.187:6789 mapping:{"node":{"a":{"Name":"smithi123","Hostname":"smithi123","Address":"172.21.15.123"}}} maxMonId:0] 2022-03-06T00:26:01.353 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:01.017318 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:26:01.353 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:01.017486 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:26:01.817 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 36 16 23491 23475 40.7498 37.3125 0.0115733 0.0245268 2022-03-06T00:26:02.184 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:02.182429 I | op-mon: targeting the mon count 1 2022-03-06T00:26:02.771 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:02.769561 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-03-06T00:26:02.772 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:02.769740 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-06T00:26:02.817 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 37 16 24034 24018 40.5656 33.9375 0.0276482 0.0246353 2022-03-06T00:26:03.402 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:03.398682 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:26:03.422 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:03.423819 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-06T00:26:03.818 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 38 16 24457 24441 40.1938 26.4375 0.11471 0.0248596 2022-03-06T00:26:04.450 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:04.448981 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-03-06T00:26:04.818 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 39 16 24892 24876 39.8602 27.1875 0.0173629 0.0250786 2022-03-06T00:26:05.089 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:05.090618 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-03-06T00:26:05.818 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:26:05.820741+0000 min lat: 0.00191481 max lat: 10.1588 avg lat: 0.0250422 2022-03-06T00:26:05.818 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:26:05.818 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 40 16 25566 25550 39.9167 42.125 0.00925286 0.0250422 2022-03-06T00:26:06.818 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 41 16 26041 26025 39.6672 29.6875 0.0235884 0.0250368 2022-03-06T00:26:07.260 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:07.262605 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-03-06T00:26:07.822 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 42 16 26367 26351 39.2047 20.375 0.021056 0.0254935 2022-03-06T00:26:08.822 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 43 15 27098 27083 39.3568 45.75 0.0147274 0.0253978 2022-03-06T00:26:09.267 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:09.265140 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-03-06T00:26:09.822 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 44 16 27904 27888 39.6057 50.3125 0.0172266 0.0252366 2022-03-06T00:26:10.822 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 45 16 28658 28642 39.7726 47.125 0.0218845 0.0251318 2022-03-06T00:26:11.279 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:11.278848 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-03-06T00:26:11.822 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 46 16 29298 29282 39.7775 40 0.0159636 0.0251306 2022-03-06T00:26:12.823 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 47 16 29907 29891 39.7409 38.0625 0.0206794 0.0251533 2022-03-06T00:26:13.823 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 48 16 30478 30462 39.6564 35.6875 0.0165284 0.0251855 2022-03-06T00:26:14.823 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 49 16 31117 31101 39.6621 39.9375 0.066457 0.0251484 2022-03-06T00:26:15.823 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 50 16 31117 31101 38.8689 0 - 0.0251484 2022-03-06T00:26:16.823 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 51 16 31502 31486 38.5786 12.0312 0.0174281 0.0259092 2022-03-06T00:26:17.823 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 52 16 32168 32152 38.6371 41.625 0.0126649 0.0258718 2022-03-06T00:26:18.823 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 53 16 32730 32714 38.5707 35.125 0.0285401 0.0259174 2022-03-06T00:26:19.823 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 54 16 33016 33000 38.1875 17.875 0.00273509 0.0259071 2022-03-06T00:26:20.824 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 55 16 33016 33000 37.4932 0 - 0.0259071 2022-03-06T00:26:21.824 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 56 16 33016 33000 36.8238 0 - 0.0259071 2022-03-06T00:26:22.824 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 57 16 33016 33000 36.1778 0 - 0.0259071 2022-03-06T00:26:23.824 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 58 16 33016 33000 35.5541 0 - 0.0259071 2022-03-06T00:26:24.824 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 59 16 33016 33000 34.9515 0 - 0.0259071 2022-03-06T00:26:25.824 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:26:25.825954+0000 min lat: 0.00191481 max lat: 10.1588 avg lat: 0.0259071 2022-03-06T00:26:25.825 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:26:25.825 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 60 16 33016 33000 34.3691 0 - 0.0259071 2022-03-06T00:26:26.824 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 61 16 33016 33000 33.8057 0 - 0.0259071 2022-03-06T00:26:27.825 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 62 16 33016 33000 33.2605 0 - 0.0259071 2022-03-06T00:26:28.825 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 63 16 33016 33000 32.7326 0 - 0.0259071 2022-03-06T00:26:29.825 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 64 16 33016 33000 32.2211 0 - 0.0259071 2022-03-06T00:26:30.823 INFO:teuthology.orchestra.run.smithi123.stdout:waiting for osd to come back up 2022-03-06T00:26:30.824 INFO:teuthology.orchestra.run.smithi123.stderr:+ '[' 3 '!=' 4 ']' 2022-03-06T00:26:30.824 INFO:teuthology.orchestra.run.smithi123.stderr:+ echo 'waiting for osd to come back up' 2022-03-06T00:26:30.825 INFO:teuthology.orchestra.run.smithi123.stderr:++ toolbox ceph osd stat 2022-03-06T00:26:30.825 INFO:teuthology.orchestra.run.smithi123.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-06T00:26:30.825 INFO:teuthology.orchestra.run.smithi123.stderr:++ cut -f3 -d ' ' 2022-03-06T00:26:30.826 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 65 16 33016 33000 31.7255 0 - 0.0259071 2022-03-06T00:26:30.978 INFO:teuthology.orchestra.run.smithi123.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-06T00:26:31.825 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 66 16 33016 33000 31.2448 0 - 0.0259071 2022-03-06T00:26:32.557 INFO:teuthology.orchestra.run.smithi123.stderr:+ num_osd=3 2022-03-06T00:26:32.557 INFO:teuthology.orchestra.run.smithi123.stderr:+ sleep 30s 2022-03-06T00:26:32.825 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 67 16 33016 33000 30.7785 0 - 0.0259071 2022-03-06T00:26:33.826 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 68 16 33212 33196 30.506 0.875 0.0161811 0.0327704 2022-03-06T00:26:34.825 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 69 16 33685 33669 30.4923 29.5625 0.0158225 0.0327796 2022-03-06T00:26:35.826 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 70 16 34355 34339 30.6549 41.875 0.0157041 0.0326101 2022-03-06T00:26:36.826 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 71 16 34943 34927 30.7407 36.75 0.019458 0.0325205 2022-03-06T00:26:37.826 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 72 16 35508 35492 30.8041 35.3125 0.0199626 0.0324523 2022-03-06T00:26:38.826 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 73 16 36200 36184 30.9746 43.25 0.0224959 0.0322537 2022-03-06T00:26:39.826 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 74 16 36753 36737 31.023 34.5625 0.0278145 0.0322241 2022-03-06T00:26:40.826 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 75 16 37408 37392 31.1551 40.9375 0.010368 0.0320882 2022-03-06T00:26:41.826 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 76 16 38121 38105 31.3315 44.5625 0.0228632 0.0319073 2022-03-06T00:26:42.827 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 77 16 38724 38708 31.414 37.6875 0.022626 0.0318248 2022-03-06T00:26:43.827 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 78 16 39392 39376 31.5464 41.75 0.0170886 0.0316896 2022-03-06T00:26:44.827 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 79 16 40066 40050 31.6803 42.125 0.0214568 0.0315572 2022-03-06T00:26:45.827 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:26:45.827796+0000 min lat: 0.00191481 max lat: 14.4019 avg lat: 0.0314593 2022-03-06T00:26:45.827 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:26:45.828 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 80 16 40699 40683 31.7787 39.5625 0.02972 0.0314593 2022-03-06T00:26:46.827 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 81 16 41368 41352 31.9026 41.8125 0.0443633 0.0313324 2022-03-06T00:26:47.827 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 82 16 41939 41923 31.9487 35.6875 0.0168312 0.0312907 2022-03-06T00:26:48.828 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 83 16 42617 42601 32.0742 42.375 0.0236214 0.0311693 2022-03-06T00:26:49.828 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 84 16 43260 43244 32.1708 40.1875 0.0134283 0.031075 2022-03-06T00:26:50.828 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 85 15 43838 43823 32.218 36.1875 0.114314 0.0309981 2022-03-06T00:26:51.829 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 86 16 44336 44320 32.2045 31.0625 0.0255337 0.0310217 2022-03-06T00:26:52.828 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 87 16 44503 44487 31.9543 10.4375 0.00425806 0.0309623 2022-03-06T00:26:53.828 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 88 16 44503 44487 31.5912 0 - 0.0309623 2022-03-06T00:26:53.891 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:53.890607 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-06T00:26:53.892 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:53.890643 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-06T00:26:53.892 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:53.890666 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-06T00:26:53.935 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:53.930824 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:26:54.494 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:54.493100 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:26:54.497 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:54.493517 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:26:54.829 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 89 16 44503 44487 31.2363 0 - 0.0309623 2022-03-06T00:26:54.959 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:54.958612 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-06T00:26:55.570 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:55.569712 I | op-mon: start running mons 2022-03-06T00:26:55.761 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:55.760256 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:26:55.813 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:55.812641 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.101.239.187:6789"]}] data:a=10.101.239.187:6789 mapping:{"node":{"a":{"Name":"smithi123","Hostname":"smithi123","Address":"172.21.15.123"}}} maxMonId:0] 2022-03-06T00:26:55.818 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:55.818146 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:26:55.821 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:55.818328 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:26:55.828 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 90 16 44503 44487 30.8892 0 - 0.0309623 2022-03-06T00:26:56.374 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:56.373528 I | op-mon: targeting the mon count 1 2022-03-06T00:26:56.377 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:56.377279 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-06T00:26:56.732 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:56.731207 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-06T00:26:56.732 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:56.731246 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-06T00:26:56.829 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 91 16 44503 44487 30.5498 0 - 0.0309623 2022-03-06T00:26:57.077 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:57.076511 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-06T00:26:57.078 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:57.076541 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-06T00:26:57.406 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:57.405612 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-06T00:26:57.407 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:57.405640 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-06T00:26:57.775 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:57.773815 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-06T00:26:57.775 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:57.773846 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-06T00:26:57.829 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 92 16 44503 44487 30.2178 0 - 0.0309623 2022-03-06T00:26:58.124 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:58.122756 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-06T00:26:58.124 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:58.122780 I | op-config: deleting "log file" option from the mon configuration database 2022-03-06T00:26:58.467 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:58.466084 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-06T00:26:58.468 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:58.466114 I | op-mon: checking for basic quorum with existing mons 2022-03-06T00:26:58.693 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:58.692147 I | op-mon: mon "a" endpoint is [v2:10.101.239.187:3300,v1:10.101.239.187:6789] 2022-03-06T00:26:58.717 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:58.715998 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.101.239.187:6789"]}] data:a=10.101.239.187:6789 mapping:{"node":{"a":{"Name":"smithi123","Hostname":"smithi123","Address":"172.21.15.123"}}} maxMonId:0] 2022-03-06T00:26:58.723 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:58.723171 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:26:58.726 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:58.723594 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:26:58.829 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 93 16 44503 44487 29.8928 0 - 0.0309623 2022-03-06T00:26:58.921 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:58.920236 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-06T00:26:58.928 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:58.928158 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-06T00:26:58.929 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:58.928182 I | op-mon: waiting for mon quorum with [a] 2022-03-06T00:26:59.073 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:59.072398 I | op-mon: mons running: [a] 2022-03-06T00:26:59.530 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:59.528085 I | op-mon: Monitors in quorum: [a] 2022-03-06T00:26:59.530 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:59.528112 I | op-mon: mons created: 1 2022-03-06T00:26:59.829 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 94 16 44503 44487 29.5748 0 - 0.0309623 2022-03-06T00:26:59.971 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:59.970606 I | op-mon: waiting for mon quorum with [a] 2022-03-06T00:26:59.981 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:26:59.979984 I | op-mon: mons running: [a] 2022-03-06T00:27:00.388 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:00.386700 I | op-mon: Monitors in quorum: [a] 2022-03-06T00:27:00.388 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:00.386743 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-06T00:27:00.818 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:00.817365 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-06T00:27:00.829 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 95 16 44503 44487 29.2635 0 - 0.0309623 2022-03-06T00:27:01.236 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:01.235345 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-06T00:27:01.667 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:01.666126 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-06T00:27:01.830 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 96 16 44503 44487 28.9587 0 - 0.0309623 2022-03-06T00:27:02.111 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:02.110529 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-06T00:27:02.420 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:02.110551 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-06T00:27:02.421 INFO:teuthology.orchestra.run.smithi123.stderr:+ '[' 3 '!=' 4 ']' 2022-03-06T00:27:02.421 INFO:teuthology.orchestra.run.smithi123.stderr:+ echo 'waiting for osd to come back up' 2022-03-06T00:27:02.421 INFO:teuthology.orchestra.run.smithi123.stdout:waiting for osd to come back up 2022-03-06T00:27:02.422 INFO:teuthology.orchestra.run.smithi123.stderr:++ toolbox ceph osd stat 2022-03-06T00:27:02.422 INFO:teuthology.orchestra.run.smithi123.stderr:++ cut -f3 -d ' ' 2022-03-06T00:27:02.423 INFO:teuthology.orchestra.run.smithi123.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-06T00:27:02.423 INFO:teuthology.orchestra.run.smithi123.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-06T00:27:02.553 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:02.552080 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-06T00:27:02.830 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 97 16 44503 44487 28.6602 0 - 0.0309623 2022-03-06T00:27:02.836 INFO:teuthology.orchestra.run.smithi123.stderr:+ num_osd=3 2022-03-06T00:27:02.837 INFO:teuthology.orchestra.run.smithi123.stderr:+ sleep 30s 2022-03-06T00:27:03.042 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:03.040642 I | cephclient: successfully enabled msgr2 protocol 2022-03-06T00:27:03.042 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:03.040668 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-06T00:27:03.042 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:03.040673 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-06T00:27:03.454 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:03.453099 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-06T00:27:03.480 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:03.479115 I | op-mgr: start running mgr 2022-03-06T00:27:03.480 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:03.479152 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-06T00:27:03.830 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 98 16 44503 44487 28.3678 0 - 0.0309623 2022-03-06T00:27:03.967 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:03.966658 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-06T00:27:03.976 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:03.975760 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-06T00:27:03.979 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:03.977959 I | op-mgr: setting services to point to mgr "a" 2022-03-06T00:27:04.064 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.061899 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-06T00:27:04.064 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.061925 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-06T00:27:04.136 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.135455 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-06T00:27:04.140 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.139046 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi123-lv-2" 2022-03-06T00:27:04.140 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.139081 I | op-osd: OSD PVC "smithi123-lv-2-data-082j9r" already exists 2022-03-06T00:27:04.140 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.139094 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi123-lv-3" 2022-03-06T00:27:04.141 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.139107 I | op-osd: OSD PVC "smithi123-lv-3-data-0z7ltc" already exists 2022-03-06T00:27:04.141 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.139114 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi123-lv-4" 2022-03-06T00:27:04.141 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.139124 I | op-osd: OSD PVC "smithi123-lv-4-data-0t7swh" already exists 2022-03-06T00:27:04.141 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.139130 I | op-osd: creating 1 new PVCs for device set "smithi123-lv-1" 2022-03-06T00:27:04.303 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.301804 I | op-osd: successfully provisioned PVC "smithi123-lv-1-data-0z9cks" 2022-03-06T00:27:04.336 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.334485 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-2-data-082j9r" 2022-03-06T00:27:04.336 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.334551 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-3-data-0z7ltc" 2022-03-06T00:27:04.336 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.334577 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-4-data-0t7swh" 2022-03-06T00:27:04.337 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.334597 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-1-data-0z9cks" 2022-03-06T00:27:04.734 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.732470 I | op-osd: started OSD provisioning job for PVC "smithi123-lv-1-data-0z9cks" 2022-03-06T00:27:04.734 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.732488 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-06T00:27:04.734 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.732491 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-06T00:27:04.830 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 99 16 44503 44487 28.0812 0 - 0.0309623 2022-03-06T00:27:04.909 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:04.908325 I | op-osd: OSD orchestration status for PVC smithi123-lv-1-data-0z9cks is "starting" 2022-03-06T00:27:05.378 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:05.376471 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-06T00:27:05.381 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:05.380449 I | op-mgr: successful modules: dashboard 2022-03-06T00:27:05.395 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:05.393907 I | op-mgr: successful modules: prometheus 2022-03-06T00:27:05.830 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:27:05.829772+0000 min lat: 0.00191481 max lat: 14.4019 avg lat: 0.0358911 2022-03-06T00:27:05.831 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:27:05.831 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 100 16 44583 44567 27.8504 0.384615 0.0533701 0.0358911 2022-03-06T00:27:06.056 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:06.055239 I | op-mgr: successful modules: balancer 2022-03-06T00:27:06.830 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 101 16 45077 45061 27.8803 30.875 0.0296627 0.0358572 2022-03-06T00:27:06.955 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:06.952283 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-06T00:27:06.981 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:06.980171 I | op-osd: updating OSD 1 on PVC "smithi123-lv-3-data-0z7ltc" 2022-03-06T00:27:06.982 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:06.980198 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-3-data-0z7ltc" 2022-03-06T00:27:07.578 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:07.576099 I | op-mgr: successful modules: orchestrator modules 2022-03-06T00:27:07.830 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 102 16 45610 45594 27.9336 33.3125 0.0392455 0.0357852 2022-03-06T00:27:08.831 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 103 16 46114 46098 27.9682 31.5 0.0450702 0.0357429 2022-03-06T00:27:09.831 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 104 16 46593 46577 27.9871 29.9375 0.0298644 0.0356787 2022-03-06T00:27:09.854 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:09.853271 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-06T00:27:09.882 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:09.881399 I | op-osd: updating OSD 2 on PVC "smithi123-lv-2-data-082j9r" 2022-03-06T00:27:09.883 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:09.881422 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-2-data-082j9r" 2022-03-06T00:27:10.628 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:10.625986 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-06 00:27:10.450438962 +0000 UTC m=+478.158771736 LastTransitionTime:2022-03-06 00:21:00 +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-06T00:27:10.831 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 105 16 47064 47048 28.0009 29.4375 0.0392745 0.035694 2022-03-06T00:27:11.831 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 106 16 47496 47480 27.9914 27 0.0282587 0.0357163 2022-03-06T00:27:12.546 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:12.543636 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-06T00:27:12.551 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:12.549532 I | op-osd: updating OSD 3 on PVC "smithi123-lv-4-data-0t7swh" 2022-03-06T00:27:12.551 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:12.549557 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-4-data-0t7swh" 2022-03-06T00:27:12.831 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 107 16 47999 47983 28.0236 31.4375 0.0269516 0.035674 2022-03-06T00:27:13.832 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 108 16 48583 48567 28.102 36.5 0.0576966 0.0355681 2022-03-06T00:27:14.832 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 109 16 49108 49092 28.1452 32.8125 0.0299008 0.0355168 2022-03-06T00:27:15.832 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 110 16 49676 49660 28.212 35.5 0.0304902 0.0354366 2022-03-06T00:27:16.832 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 111 16 50274 50258 28.2946 37.375 0.0205447 0.0353328 2022-03-06T00:27:17.832 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 112 16 50830 50814 28.3522 34.75 0.0170163 0.0352476 2022-03-06T00:27:18.838 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 113 16 51338 51322 28.3822 31.75 0.042803 0.0352124 2022-03-06T00:27:19.832 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 114 16 51898 51882 28.4402 35 0.0200261 0.0351405 2022-03-06T00:27:20.832 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 115 16 52455 52439 28.4956 34.8125 0.0208207 0.0350822 2022-03-06T00:27:21.832 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 116 16 53074 53058 28.5834 38.6875 0.0556659 0.0349677 2022-03-06T00:27:22.387 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:22.385477 I | op-osd: OSD orchestration status for node smithi123-lv-1-data-0z9cks is "orchestrating" 2022-03-06T00:27:22.832 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 117 16 53547 53531 28.5918 29.5625 0.0268048 0.034965 2022-03-06T00:27:22.953 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:22.951083 I | op-osd: OSD orchestration status for PVC smithi123-lv-1-data-0z9cks is "orchestrating" 2022-03-06T00:27:23.833 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 118 16 54067 54051 28.6249 32.5 0.0302449 0.0349254 2022-03-06T00:27:24.833 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 119 16 54643 54627 28.6868 36 0.0542347 0.0348499 2022-03-06T00:27:25.833 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:27:25.831596+0000 min lat: 0.00191481 max lat: 14.4019 avg lat: 0.0347826 2022-03-06T00:27:25.833 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:27:25.833 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 120 16 54935 54919 28.5998 18.25 0.00694732 0.0347826 2022-03-06T00:27:26.833 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 121 16 54935 54919 28.3635 0 - 0.0347826 2022-03-06T00:27:27.835 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 122 16 54935 54919 28.131 0 - 0.0347826 2022-03-06T00:27:28.835 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 123 16 54935 54919 27.9023 0 - 0.0347826 2022-03-06T00:27:29.833 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 124 16 54935 54919 27.6773 0 - 0.0347826 2022-03-06T00:27:30.191 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:30.188773 I | op-osd: OSD orchestration status for PVC smithi123-lv-1-data-0z9cks is "completed" 2022-03-06T00:27:30.191 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:30.188805 I | op-osd: creating OSD 0 on PVC "smithi123-lv-1-data-0z9cks" 2022-03-06T00:27:30.191 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:30.188821 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-1-data-0z9cks" 2022-03-06T00:27:30.833 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 125 16 54935 54919 27.4559 0 - 0.0347826 2022-03-06T00:27:31.833 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 126 16 54935 54919 27.238 0 - 0.0347826 2022-03-06T00:27:32.834 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 127 16 54935 54919 27.0235 0 - 0.0347826 2022-03-06T00:27:32.839 INFO:teuthology.orchestra.run.smithi123.stderr:+ '[' 3 '!=' 4 ']' 2022-03-06T00:27:32.839 INFO:teuthology.orchestra.run.smithi123.stdout:waiting for osd to come back up 2022-03-06T00:27:32.840 INFO:teuthology.orchestra.run.smithi123.stderr:+ echo 'waiting for osd to come back up' 2022-03-06T00:27:32.841 INFO:teuthology.orchestra.run.smithi123.stderr:++ toolbox ceph osd stat 2022-03-06T00:27:32.841 INFO:teuthology.orchestra.run.smithi123.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-06T00:27:32.841 INFO:teuthology.orchestra.run.smithi123.stderr:++ cut -f3 -d ' ' 2022-03-06T00:27:33.043 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:33.033438 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-06T00:27:33.327 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:33.033468 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-06T00:27:33.328 INFO:teuthology.orchestra.run.smithi123.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-06T00:27:33.328 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:33.292719 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-06T00:27:33.615 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:33.613178 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:27:33.834 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 128 16 54935 54919 26.8124 0 - 0.0347826 2022-03-06T00:27:34.023 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:34.019312 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:d0dc2fbbf3f64a2d513e2355b245d0ea9728ff97... 2022-03-06T00:27:34.453 INFO:teuthology.orchestra.run.smithi123.stderr:+ num_osd=3 2022-03-06T00:27:34.453 INFO:teuthology.orchestra.run.smithi123.stderr:+ sleep 30s 2022-03-06T00:27:34.834 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 129 16 54935 54919 26.6045 0 - 0.0347826 2022-03-06T00:27:35.834 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 130 16 54935 54919 26.3999 0 - 0.0347826 2022-03-06T00:27:36.834 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 131 16 54935 54919 26.1984 0 - 0.0347826 2022-03-06T00:27:37.835 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 132 16 55017 55001 26.0387 0.427083 0.00357353 0.0383596 2022-03-06T00:27:38.834 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 133 16 55017 55001 25.843 0 - 0.0383596 2022-03-06T00:27:39.834 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 134 16 55017 55001 25.6501 0 - 0.0383596 2022-03-06T00:27:40.834 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 135 16 55017 55001 25.4601 0 - 0.0383596 2022-03-06T00:27:41.835 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 136 16 55017 55001 25.2729 0 - 0.0383596 2022-03-06T00:27:42.835 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 137 16 55017 55001 25.0884 0 - 0.0383596 2022-03-06T00:27:43.835 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 138 16 55017 55001 24.9067 0 - 0.0383596 2022-03-06T00:27:44.835 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 139 16 55017 55001 24.7275 0 - 0.0383596 2022-03-06T00:27:45.835 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:27:45.833622+0000 min lat: 0.00191481 max lat: 14.4019 avg lat: 0.040634 2022-03-06T00:27:45.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:27:45.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 140 15 55133 55118 24.6031 0.914062 0.0386103 0.040634 2022-03-06T00:27:46.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 141 16 55657 55641 24.6604 32.6875 0.0406257 0.0405429 2022-03-06T00:27:47.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 142 16 56200 56184 24.7257 33.9375 0.0251416 0.0404333 2022-03-06T00:27:48.106 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:48.096744 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10974 quincy" 2022-03-06T00:27:48.106 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:48.096764 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-06T00:27:48.107 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:48.096772 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10974 quincy", pursuing 2022-03-06T00:27:48.150 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:48.142937 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:27:48.251 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:48.238047 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:27:48.252 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:48.238224 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:27:48.835 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 143 16 56677 56661 24.7612 29.8125 0.0311321 0.0403778 2022-03-06T00:27:48.969 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:48.965241 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-06T00:27:49.835 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 144 16 57091 57075 24.769 25.875 0.048036 0.0403641 2022-03-06T00:27:50.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 145 16 57650 57634 24.8391 34.9375 0.0267906 0.0402501 2022-03-06T00:27:51.122 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:51.118134 I | op-mon: start running mons 2022-03-06T00:27:51.794 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:51.789499 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:27:51.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 146 16 58275 58259 24.9365 39.0625 0.0244893 0.0400931 2022-03-06T00:27:51.986 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:51.983068 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.101.239.187:6789"]}] data:a=10.101.239.187:6789 mapping:{"node":{"a":{"Name":"smithi123","Hostname":"smithi123","Address":"172.21.15.123"}}} maxMonId:0] 2022-03-06T00:27:51.991 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:51.989451 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:27:52.006 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:51.989593 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:27:52.200 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:52.194325 I | op-mon: targeting the mon count 1 2022-03-06T00:27:52.204 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:52.198656 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-06T00:27:52.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 147 16 58757 58741 24.9717 30.125 0.00985288 0.0400345 2022-03-06T00:27:52.958 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:52.956001 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-06T00:27:52.959 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:52.956031 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-06T00:27:53.541 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:53.538063 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-06T00:27:53.541 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:53.538088 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-06T00:27:53.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 148 16 59256 59240 25.0137 31.1875 0.0299968 0.0399696 2022-03-06T00:27:54.008 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:54.006343 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-06T00:27:54.009 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:54.006364 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-06T00:27:54.591 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:54.587699 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-06T00:27:54.591 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:54.587726 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-06T00:27:54.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 149 16 59714 59698 25.0379 28.625 0.0325331 0.0399305 2022-03-06T00:27:55.339 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:55.337251 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-06T00:27:55.340 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:55.337276 I | op-config: deleting "log file" option from the mon configuration database 2022-03-06T00:27:55.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 150 16 60271 60255 25.1031 34.8125 0.033471 0.0398259 2022-03-06T00:27:55.994 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:55.988094 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-06T00:27:55.995 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:55.988117 I | op-mon: checking for basic quorum with existing mons 2022-03-06T00:27:56.112 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:56.109234 I | op-mon: mon "a" endpoint is [v2:10.101.239.187:3300,v1:10.101.239.187:6789] 2022-03-06T00:27:56.130 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:56.126742 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.101.239.187:6789"]}] data:a=10.101.239.187:6789 mapping:{"node":{"a":{"Name":"smithi123","Hostname":"smithi123","Address":"172.21.15.123"}}} maxMonId:0] 2022-03-06T00:27:56.137 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:56.135172 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-06T00:27:56.139 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:56.135660 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-06T00:27:56.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 151 16 60827 60811 25.1669 34.75 0.0182331 0.039726 2022-03-06T00:27:57.129 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:57.125860 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-06T00:27:57.270 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:57.210564 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-06T00:27:57.270 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:57.210594 I | op-mon: waiting for mon quorum with [a] 2022-03-06T00:27:57.627 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:57.625107 I | op-mon: mons running: [a] 2022-03-06T00:27:57.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 152 16 61315 61299 25.202 30.5 0.0303338 0.039668 2022-03-06T00:27:58.243 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:58.240435 I | op-mon: Monitors in quorum: [a] 2022-03-06T00:27:58.243 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:58.240512 I | op-mon: mons created: 1 2022-03-06T00:27:58.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 153 16 61809 61793 25.2391 30.875 0.0360322 0.0396113 2022-03-06T00:27:59.039 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:59.033839 I | op-mon: waiting for mon quorum with [a] 2022-03-06T00:27:59.046 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:59.043692 I | op-mon: mons running: [a] 2022-03-06T00:27:59.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 154 16 62338 62322 25.2898 33.0625 0.0190064 0.0395347 2022-03-06T00:27:59.948 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:59.944135 I | op-mon: Monitors in quorum: [a] 2022-03-06T00:27:59.948 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:27:59.944174 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-06T00:28:00.836 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 155 16 62787 62771 25.3077 28.0625 0.0158935 0.0395044 2022-03-06T00:28:00.978 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:00.967613 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-06T00:28:01.762 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:01.759720 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-06T00:28:01.837 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 156 16 63332 63316 25.3638 34.0625 0.0192017 0.0394155 2022-03-06T00:28:02.566 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:02.564437 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-06T00:28:02.837 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 157 16 63774 63758 25.3782 27.625 0.0344361 0.0393962 2022-03-06T00:28:03.837 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 158 16 64204 64188 25.3877 26.875 0.0122142 0.0393812 2022-03-06T00:28:04.266 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:04.262147 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-06T00:28:04.717 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:04.262198 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-06T00:28:04.718 INFO:teuthology.orchestra.run.smithi123.stderr:+ '[' 3 '!=' 4 ']' 2022-03-06T00:28:04.718 INFO:teuthology.orchestra.run.smithi123.stdout:waiting for osd to come back up 2022-03-06T00:28:04.719 INFO:teuthology.orchestra.run.smithi123.stderr:+ echo 'waiting for osd to come back up' 2022-03-06T00:28:04.720 INFO:teuthology.orchestra.run.smithi123.stderr:++ toolbox ceph osd stat 2022-03-06T00:28:04.720 INFO:teuthology.orchestra.run.smithi123.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-06T00:28:04.720 INFO:teuthology.orchestra.run.smithi123.stderr:++ cut -f3 -d ' ' 2022-03-06T00:28:04.720 INFO:teuthology.orchestra.run.smithi123.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-06T00:28:04.837 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 159 16 64677 64661 25.4139 29.5625 0.017302 0.0393396 2022-03-06T00:28:05.182 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:05.174285 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-06T00:28:05.400 INFO:teuthology.orchestra.run.smithi123.stderr:+ num_osd=3 2022-03-06T00:28:05.400 INFO:teuthology.orchestra.run.smithi123.stderr:+ sleep 30s 2022-03-06T00:28:05.837 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:28:05.835507+0000 min lat: 0.00191481 max lat: 14.4019 avg lat: 0.0392944 2022-03-06T00:28:05.837 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:28:05.837 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 160 16 65158 65142 25.4429 30.0625 0.0391132 0.0392944 2022-03-06T00:28:05.974 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:05.971937 I | cephclient: successfully enabled msgr2 protocol 2022-03-06T00:28:05.977 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:05.972032 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-06T00:28:05.977 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:05.972038 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-06T00:28:06.748 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:06.741268 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-06T00:28:06.784 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:06.782018 I | op-mgr: start running mgr 2022-03-06T00:28:06.784 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:06.782107 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-06T00:28:06.837 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 161 16 65650 65634 25.4759 30.75 0.0277889 0.0392442 2022-03-06T00:28:07.711 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.706924 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-06T00:28:07.720 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.717738 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-06T00:28:07.722 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.719779 I | op-mgr: setting services to point to mgr "a" 2022-03-06T00:28:07.837 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 162 16 66116 66100 25.4984 29.125 0.031451 0.0392076 2022-03-06T00:28:07.875 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.872609 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-06T00:28:07.878 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.872635 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-06T00:28:07.901 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.899018 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-06T00:28:07.905 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.901444 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi123-lv-2" 2022-03-06T00:28:07.908 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.901472 I | op-osd: OSD PVC "smithi123-lv-2-data-082j9r" already exists 2022-03-06T00:28:07.908 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.901483 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi123-lv-3" 2022-03-06T00:28:07.908 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.901492 I | op-osd: OSD PVC "smithi123-lv-3-data-0z7ltc" already exists 2022-03-06T00:28:07.909 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.901502 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi123-lv-4" 2022-03-06T00:28:07.909 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.901508 I | op-osd: OSD PVC "smithi123-lv-4-data-0t7swh" already exists 2022-03-06T00:28:07.909 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.901511 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi123-lv-1" 2022-03-06T00:28:07.910 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.901515 I | op-osd: OSD PVC "smithi123-lv-1-data-0z9cks" already exists 2022-03-06T00:28:07.918 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.915310 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-2-data-082j9r" 2022-03-06T00:28:07.918 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.915377 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-3-data-0z7ltc" 2022-03-06T00:28:07.918 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.915400 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-4-data-0t7swh" 2022-03-06T00:28:07.918 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.915410 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-1-data-0z9cks" 2022-03-06T00:28:07.919 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.915415 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-06T00:28:07.919 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:07.915420 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-06T00:28:08.837 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 163 16 66411 66395 25.455 18.4375 0.0281297 0.0392782 2022-03-06T00:28:09.657 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:09.655507 I | op-mgr: successful modules: balancer 2022-03-06T00:28:09.696 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:09.694443 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-06T00:28:09.709 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:09.704184 I | op-osd: updating OSD 0 on PVC "smithi123-lv-1-data-0z9cks" 2022-03-06T00:28:09.710 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:09.704218 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-1-data-0z9cks" 2022-03-06T00:28:09.838 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 164 16 66638 66622 25.3863 14.1875 0.0364749 0.0392508 2022-03-06T00:28:09.885 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:09.883588 I | op-mgr: successful modules: dashboard 2022-03-06T00:28:09.888 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:09.884934 I | op-mgr: successful modules: prometheus 2022-03-06T00:28:09.888 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:09.885057 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-06T00:28:10.837 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 165 16 66638 66622 25.2325 0 - 0.0392508 2022-03-06T00:28:10.931 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:10.929351 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-06T00:28:10.940 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:10.938103 I | op-osd: updating OSD 1 on PVC "smithi123-lv-3-data-0z7ltc" 2022-03-06T00:28:10.940 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:10.938130 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-3-data-0z7ltc" 2022-03-06T00:28:11.327 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:11.325228 I | op-mgr: successful modules: orchestrator modules 2022-03-06T00:28:11.838 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 166 16 66638 66622 25.0805 0 - 0.0392508 2022-03-06T00:28:12.179 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:12.171251 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-06T00:28:12.224 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:12.222584 I | op-osd: updating OSD 2 on PVC "smithi123-lv-2-data-082j9r" 2022-03-06T00:28:12.225 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:12.222605 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-2-data-082j9r" 2022-03-06T00:28:12.838 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 167 16 66638 66622 24.9303 0 - 0.0392508 2022-03-06T00:28:13.838 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 168 16 66638 66622 24.7819 0 - 0.0392508 2022-03-06T00:28:14.007 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:14.004285 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-06T00:28:14.016 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:14.010969 I | op-osd: updating OSD 3 on PVC "smithi123-lv-4-data-0t7swh" 2022-03-06T00:28:14.016 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:14.011065 I | op-osd: OSD will have its main bluestore block on "smithi123-lv-4-data-0t7swh" 2022-03-06T00:28:14.837 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:14.830293 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-06T00:28:14.838 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:28:14.830322 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-06T00:28:14.838 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 169 16 66829 66813 24.7059 2.3875 0.0610731 0.0404659 2022-03-06T00:28:15.839 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 170 16 67204 67188 24.6984 23.4375 0.0558565 0.0404782 2022-03-06T00:28:16.839 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 171 16 67548 67532 24.6795 21.5 0.0475904 0.04051 2022-03-06T00:28:17.839 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 172 16 67889 67873 24.6599 21.3125 0.0618789 0.0405417 2022-03-06T00:28:18.839 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 173 16 68084 68068 24.5878 12.1875 0.522062 0.0406004 2022-03-06T00:28:19.843 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 174 16 68458 68442 24.5809 23.375 0.0683975 0.04067 2022-03-06T00:28:20.840 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 175 16 68750 68734 24.5447 18.25 0.0121977 0.0406824 2022-03-06T00:28:21.840 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 176 16 69067 69051 24.5178 19.8125 0.0775302 0.0407743 2022-03-06T00:28:22.840 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 177 16 69363 69347 24.4838 18.5 0.0147114 0.0408309 2022-03-06T00:28:23.840 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 178 16 69716 69700 24.4702 22.0625 0.0174722 0.0408547 2022-03-06T00:28:24.840 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 179 16 69890 69874 24.3942 10.875 0.00818285 0.0408613 2022-03-06T00:28:25.840 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:28:25.838721+0000 min lat: 0.00191481 max lat: 14.4019 avg lat: 0.0410028 2022-03-06T00:28:25.841 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:28:25.841 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 180 16 70248 70232 24.383 22.375 0.0749508 0.0410028 2022-03-06T00:28:26.840 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 181 16 70625 70609 24.3784 23.5625 0.0262738 0.0410086 2022-03-06T00:28:27.840 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 182 16 70993 70977 24.3708 23 0.0572648 0.0410241 2022-03-06T00:28:28.840 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 183 16 71361 71345 24.3633 23 0.0192383 0.0410343 2022-03-06T00:28:29.840 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 184 16 71748 71732 24.3624 24.1875 0.0254071 0.0410371 2022-03-06T00:28:30.841 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 185 16 72106 72090 24.3516 22.375 0.0360348 0.041054 2022-03-06T00:28:31.851 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 186 16 72319 72303 24.2923 13.3125 0.0599422 0.0411542 2022-03-06T00:28:32.841 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 187 16 72644 72628 24.271 20.3125 0.0463894 0.041188 2022-03-06T00:28:33.841 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 188 16 72973 72957 24.2512 20.5625 0.0360704 0.0412263 2022-03-06T00:28:34.841 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 189 16 73282 73266 24.2251 19.3125 0.077406 0.0412692 2022-03-06T00:28:35.401 INFO:teuthology.orchestra.run.smithi123.stderr:+ '[' 3 '!=' 4 ']' 2022-03-06T00:28:36.067 INFO:teuthology.orchestra.run.smithi123.stdout:waiting for osd to come back up 2022-03-06T00:28:36.068 INFO:teuthology.orchestra.run.smithi123.stderr:+ echo 'waiting for osd to come back up' 2022-03-06T00:28:36.068 INFO:teuthology.orchestra.run.smithi123.stderr:++ toolbox ceph osd stat 2022-03-06T00:28:36.068 INFO:teuthology.orchestra.run.smithi123.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-06T00:28:36.068 INFO:teuthology.orchestra.run.smithi123.stderr:++ cut -f3 -d ' ' 2022-03-06T00:28:36.069 INFO:teuthology.orchestra.run.smithi123.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-06T00:28:36.069 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 190 16 73635 73619 24.2137 22.0625 0.0281149 0.0412862 2022-03-06T00:28:36.386 INFO:teuthology.orchestra.run.smithi123.stderr:+ num_osd=4 2022-03-06T00:28:36.386 INFO:teuthology.orchestra.run.smithi123.stderr:+ sleep 30s 2022-03-06T00:28:36.841 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 191 16 73822 73806 24.1481 11.6875 0.0114541 0.0413044 2022-03-06T00:28:37.843 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 192 16 73835 73819 24.0266 0.8125 0.0173243 0.041489 2022-03-06T00:28:38.842 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 193 16 73835 73819 23.9021 0 - 0.041489 2022-03-06T00:28:39.842 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 194 16 74141 74125 23.8774 9.5625 0.0137132 0.041869 2022-03-06T00:28:40.842 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 195 16 74454 74438 23.8553 19.5625 0.0550887 0.0419025 2022-03-06T00:28:41.842 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 196 16 74785 74769 23.8391 20.6875 0.0255024 0.0419366 2022-03-06T00:28:42.849 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 197 16 75064 75048 23.8066 17.4375 0.026786 0.0419904 2022-03-06T00:28:43.844 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 198 16 75337 75321 23.7726 17.0625 0.0612652 0.0420517 2022-03-06T00:28:44.842 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 199 16 75614 75598 23.7401 17.3125 0.0324795 0.0421069 2022-03-06T00:28:45.843 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:28:45.840742+0000 min lat: 0.00191481 max lat: 14.4019 avg lat: 0.042122 2022-03-06T00:28:45.843 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:28:45.843 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 200 16 75868 75852 23.7008 15.875 0.00573135 0.042122 2022-03-06T00:28:46.842 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 201 16 76069 76053 23.6454 12.5625 0.0252927 0.0422754 2022-03-06T00:28:47.842 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 202 16 76424 76408 23.6381 22.1875 0.0392526 0.0422945 2022-03-06T00:28:48.842 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 203 16 76789 76773 23.634 22.8125 0.0348822 0.0423013 2022-03-06T00:28:49.842 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 204 16 77160 77144 23.6318 23.1875 0.0133614 0.0422999 2022-03-06T00:28:50.843 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 205 16 77517 77501 23.6254 22.3125 0.0629076 0.0423167 2022-03-06T00:28:51.843 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 206 16 77869 77853 23.6175 22 0.0648473 0.0423317 2022-03-06T00:28:52.843 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 207 16 78104 78088 23.5744 14.6875 0.0121002 0.0423573 2022-03-06T00:28:53.843 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 208 16 78375 78359 23.5424 16.9375 0.0117852 0.0424643 2022-03-06T00:28:54.843 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 209 16 78729 78713 23.5356 22.125 0.036904 0.042478 2022-03-06T00:28:55.844 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 210 16 78966 78950 23.494 14.8125 0.0500521 0.0425533 2022-03-06T00:28:56.844 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 211 16 79329 79313 23.4902 22.6875 0.0162044 0.042562 2022-03-06T00:28:57.844 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 212 16 79680 79664 23.4829 21.9375 0.0427758 0.0425746 2022-03-06T00:28:58.844 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 213 16 79922 79906 23.4436 15.125 0.0151106 0.0425807 2022-03-06T00:28:59.844 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 214 16 80163 80147 23.4044 15.0625 0.0141541 0.042717 2022-03-06T00:29:00.844 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 215 16 80495 80479 23.3921 20.75 0.0600591 0.0427378 2022-03-06T00:29:01.845 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 216 16 80831 80815 23.381 21 0.0533236 0.0427568 2022-03-06T00:29:02.844 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 217 16 81142 81126 23.3628 19.4375 0.0297824 0.0427932 2022-03-06T00:29:03.844 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 218 16 81472 81456 23.3503 20.625 0.0327801 0.0428145 2022-03-06T00:29:04.845 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 219 16 81823 81807 23.3438 21.9375 0.0390382 0.0428279 2022-03-06T00:29:05.845 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:29:05.843345+0000 min lat: 0.00191481 max lat: 14.4019 avg lat: 0.0429189 2022-03-06T00:29:05.845 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:29:05.846 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 220 16 82022 82006 23.2942 12.4375 0.0533317 0.0429189 2022-03-06T00:29:06.389 INFO:teuthology.orchestra.run.smithi123.stderr:+ '[' 4 '!=' 4 ']' 2022-03-06T00:29:06.883 INFO:teuthology.run_tasks:Running task rook.shell... 2022-03-06T00:29:06.897 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch status 2022-03-06T00:29:06.898 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 221 16 82373 82357 23.2881 21.9375 0.037076 0.0429294 2022-03-06T00:29:07.845 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 222 16 82678 82662 23.269 19.0625 0.0589483 0.0429653 2022-03-06T00:29:07.909 INFO:teuthology.orchestra.run.smithi123.stdout:Backend: rook 2022-03-06T00:29:07.909 INFO:teuthology.orchestra.run.smithi123.stdout:Available: Yes 2022-03-06T00:29:07.938 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ps 2022-03-06T00:29:08.845 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 223 16 82945 82929 23.2395 16.6875 0.0442979 0.04302 2022-03-06T00:29:08.878 INFO:teuthology.orchestra.run.smithi123.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-03-06T00:29:08.879 INFO:teuthology.orchestra.run.smithi123.stdout:crashcollector.crash smithi123 running (6m) 0s ago 6m - - 02136b44099a 2022-03-06T00:29:08.879 INFO:teuthology.orchestra.run.smithi123.stdout:mgr.a smithi123 running (8m) 0s ago 8m - - 02136b44099a 2022-03-06T00:29:08.879 INFO:teuthology.orchestra.run.smithi123.stdout:mon.a smithi123 running (8m) 0s ago 8m - - 02136b44099a 2022-03-06T00:29:08.880 INFO:teuthology.orchestra.run.smithi123.stdout:osd.0 smithi123 running (97s) 0s ago 98s - - 02136b44099a 2022-03-06T00:29:08.880 INFO:teuthology.orchestra.run.smithi123.stdout:osd.1 smithi123 running (6m) 0s ago 6m - - 02136b44099a 2022-03-06T00:29:08.880 INFO:teuthology.orchestra.run.smithi123.stdout:osd.2 smithi123 running (6m) 0s ago 6m - - 02136b44099a 2022-03-06T00:29:08.880 INFO:teuthology.orchestra.run.smithi123.stdout:osd.3 smithi123 running (6m) 0s ago 6m - - 02136b44099a 2022-03-06T00:29:08.913 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls 2022-03-06T00:29:09.845 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 224 16 83208 83192 23.2091 16.4375 0.081658 0.0430759 2022-03-06T00:29:09.886 INFO:teuthology.orchestra.run.smithi123.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-03-06T00:29:09.886 INFO:teuthology.orchestra.run.smithi123.stdout:crash 1/1 0s ago 6m * 2022-03-06T00:29:09.886 INFO:teuthology.orchestra.run.smithi123.stdout:mgr 1/1 0s ago 8m count:1 2022-03-06T00:29:09.887 INFO:teuthology.orchestra.run.smithi123.stdout:mon 1/1 0s ago 8m count:1 2022-03-06T00:29:09.887 INFO:teuthology.orchestra.run.smithi123.stdout:osd 8 0s ago 6m 2022-03-06T00:29:09.887 INFO:teuthology.orchestra.run.smithi123.stdout:osd.all-available-devices 0 0s ago - * 2022-03-06T00:29:09.927 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch host ls 2022-03-06T00:29:10.846 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 225 16 83500 83484 23.1871 18.25 0.0645576 0.0431151 2022-03-06T00:29:10.862 INFO:teuthology.orchestra.run.smithi123.stdout:HOST ADDR LABELS STATUS 2022-03-06T00:29:10.862 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 172.21.15.123/smithi123 2022-03-06T00:29:10.862 INFO:teuthology.orchestra.run.smithi123.stdout:1 hosts in cluster 2022-03-06T00:29:10.903 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch device ls 2022-03-06T00:29:11.845 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 226 16 83797 83781 23.1666 18.5625 0.0728514 0.043154 2022-03-06T00:29:11.888 INFO:teuthology.orchestra.run.smithi123.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2022-03-06T00:29:11.888 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/vg_nvme/lv_1 unknown None 107G 0s ago 2022-03-06T00:29:11.889 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/vg_nvme/lv_2 unknown None 107G 0s ago 2022-03-06T00:29:11.889 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/vg_nvme/lv_3 unknown None 107G 0s ago 2022-03-06T00:29:11.889 INFO:teuthology.orchestra.run.smithi123.stdout:smithi123 /dev/vg_nvme/lv_4 unknown None 107G 0s ago 2022-03-06T00:29:11.923 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch apply rgw foo 2022-03-06T00:29:12.845 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 227 16 83850 83834 23.0792 3.3125 0.0191786 0.0432079 2022-03-06T00:29:12.970 INFO:teuthology.orchestra.run.smithi123.stdout:Created 2022-03-06T00:29:12.975 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:12.969388 I | ceph-spec: adding finalizer "cephobjectstore.ceph.rook.io" on "foo" 2022-03-06T00:29:13.048 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch apply mds foo 2022-03-06T00:29:13.149 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:13.146553 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:29:13.845 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 228 16 84061 84045 23.0358 13.1875 0.0646378 0.0433996 2022-03-06T00:29:14.089 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:14.087167 I | ceph-spec: adding finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-03-06T00:29:14.090 INFO:teuthology.orchestra.run.smithi123.stdout:Created 2022-03-06T00:29:14.108 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:14.105970 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-06T00:29:14.117 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:14.112462 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:29:14.155 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch apply rbd-mirror 2022-03-06T00:29:14.846 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 229 16 84294 84278 22.9988 14.5625 0.0928225 0.043469 2022-03-06T00:29:15.141 INFO:teuthology.orchestra.run.smithi123.stdout:Success 2022-03-06T00:29:15.170 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:15.166952 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:29:15.189 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch apply nfs foo --port 12777 2022-03-06T00:29:15.845 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 230 16 84518 84502 22.9596 14 0.0512907 0.0435417 2022-03-06T00:29:16.125 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:16.122787 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-06T00:29:16.126 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:16.122910 I | ceph-rbd-mirror-controller: configure rbd-mirroring with 1 workers 2022-03-06T00:29:16.126 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:16.122962 I | cephclient: getting or creating ceph auth key "client.rbd-mirror.a" 2022-03-06T00:29:16.148 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:16.145977 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:29:16.785 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:16.781900 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:29:16.786 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:16.781924 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:29:16.846 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 231 16 84732 84716 22.9181 13.375 0.0412791 0.0436215 2022-03-06T00:29:17.846 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 232 16 84989 84973 22.8886 16.0625 0.0327646 0.043665 2022-03-06T00:29:18.093 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:18.091594 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-06T00:29:18.846 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 233 16 85188 85172 22.8437 12.4375 0.0350001 0.0437594 2022-03-06T00:29:19.847 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 234 16 85382 85366 22.7979 12.125 0.0302178 0.043854 2022-03-06T00:29:20.846 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 235 16 85579 85563 22.7533 12.3125 0.12524 0.0439323 2022-03-06T00:29:21.103 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:21.100288 I | ceph-rbd-mirror-controller: "rook-ceph-rbd-mirror-a" deployment started 2022-03-06T00:29:21.846 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 236 16 85835 85819 22.7247 16 0.0435562 0.0439918 2022-03-06T00:29:22.354 INFO:teuthology.orchestra.run.smithi123.stdout:Unable to create NFS daemon, check logs for more traceback 2022-03-06T00:29:22.354 INFO:teuthology.orchestra.run.smithi123.stdout:'RookOrchestrator' object has no attribute 'open_ioctx' 2022-03-06T00:29:22.391 DEBUG:teuthology.run_tasks:Unwinding manager radosbench 2022-03-06T00:29:22.404 INFO:tasks.radosbench:joining radosbench (timing out after 11100s) 2022-03-06T00:29:22.404 INFO:teuthology.orchestra.run:waiting for 11100 2022-03-06T00:29:22.846 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 237 16 86016 86000 22.6765 11.3125 0.0172519 0.0440471 2022-03-06T00:29:22.890 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:22.888352 I | ceph-file-controller: creating filesystem "foo" 2022-03-06T00:29:23.612 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:23.609082 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi123": the object has been modified; please apply your changes to the latest version and try again 2022-03-06T00:29:23.846 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 238 16 86104 86088 22.6043 5.5 0.14273 0.0442287 2022-03-06T00:29:24.846 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 239 16 86352 86336 22.5746 15.5 0.0464929 0.0442801 2022-03-06T00:29:25.847 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:29:25.845350+0000 min lat: 0.00191481 max lat: 14.4019 avg lat: 0.0443594 2022-03-06T00:29:25.847 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:29:25.848 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 240 16 86564 86548 22.5357 13.25 0.0363686 0.0443594 2022-03-06T00:29:26.847 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 241 16 86860 86844 22.519 18.5 0.0119874 0.0443933 2022-03-06T00:29:27.847 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 242 16 87129 87113 22.4954 16.8125 0.0140874 0.0444402 2022-03-06T00:29:28.847 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 243 16 87408 87392 22.4746 17.4375 0.0143204 0.0444803 2022-03-06T00:29:29.847 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 244 16 87615 87599 22.4355 12.9375 0.0735095 0.0445582 2022-03-06T00:29:30.847 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 245 16 87828 87812 22.3983 13.3125 0.0310447 0.0446346 2022-03-06T00:29:31.847 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 246 16 88107 88091 22.3781 17.4375 0.10202 0.0446735 2022-03-06T00:29:32.848 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 247 16 88347 88331 22.3482 15 0.0651317 0.0447321 2022-03-06T00:29:33.847 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 248 16 88614 88598 22.3254 16.6875 0.0607575 0.0447823 2022-03-06T00:29:34.239 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:34.229755 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.log" 2022-03-06T00:29:34.254 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:34.249556 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.index" 2022-03-06T00:29:34.260 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:34.253580 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.non-ec" 2022-03-06T00:29:34.271 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:34.268908 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.meta" 2022-03-06T00:29:34.278 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:34.275693 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.control" 2022-03-06T00:29:34.847 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 249 16 88852 88836 22.2954 14.875 0.0781953 0.0448393 2022-03-06T00:29:35.322 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:35.316036 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-metadata" 2022-03-06T00:29:35.847 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 250 16 89091 89075 22.266 14.9375 0.0490535 0.0449017 2022-03-06T00:29:36.847 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 251 16 89399 89383 22.254 19.25 0.13134 0.0449212 2022-03-06T00:29:37.686 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:37.684054 I | cephclient: creating replicated pool foo-metadata succeeded 2022-03-06T00:29:37.848 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 252 16 89684 89668 22.2364 17.8125 0.0198816 0.0449581 2022-03-06T00:29:38.848 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 253 16 89873 89857 22.1952 11.8125 0.0710035 0.0450418 2022-03-06T00:29:39.848 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 254 16 90149 90133 22.1757 17.25 0.0580148 0.0450849 2022-03-06T00:29:40.503 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:40.501409 I | cephclient: creating replicated pool foo.rgw.buckets.non-ec succeeded 2022-03-06T00:29:40.520 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:40.512203 I | cephclient: creating replicated pool foo.rgw.buckets.index succeeded 2022-03-06T00:29:40.521 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:40.518246 I | cephclient: creating replicated pool foo.rgw.meta succeeded 2022-03-06T00:29:40.531 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:40.526151 I | cephclient: creating replicated pool foo.rgw.control succeeded 2022-03-06T00:29:40.848 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 255 16 90414 90398 22.1537 16.5625 0.0413193 0.045129 2022-03-06T00:29:41.848 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 256 16 90725 90709 22.143 19.4375 0.0481568 0.0451464 2022-03-06T00:29:42.261 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:42.255650 I | cephclient: creating replicated pool foo.rgw.log succeeded 2022-03-06T00:29:42.707 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:42.703603 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-06T00:29:42.708 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:42.703629 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-06T00:29:42.737 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:42.728981 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:29:42.848 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 257 16 90964 90948 22.115 14.9375 0.0779198 0.0452078 2022-03-06T00:29:43.848 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 258 16 91201 91185 22.0867 14.8125 0.0607176 0.0452643 2022-03-06T00:29:44.848 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 259 16 91490 91474 22.0711 18.0625 0.0435062 0.0452991 2022-03-06T00:29:45.195 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:45.192682 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-data0" 2022-03-06T00:29:45.586 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:45.580232 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:29:45.707 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:45.705324 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:29:45.707 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:45.705370 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:29:45.850 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:29:45.847294+0000 min lat: 0.00191481 max lat: 14.4019 avg lat: 0.0453345 2022-03-06T00:29:45.850 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:29:45.850 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 260 16 91768 91752 22.0531 17.375 0.0479077 0.0453345 2022-03-06T00:29:46.428 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:46.426444 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-06T00:29:46.849 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 261 16 91984 91968 22.0203 13.5 0.228392 0.0453949 2022-03-06T00:29:47.185 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:47.183367 I | cephclient: creating replicated pool foo-data0 succeeded 2022-03-06T00:29:47.186 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:47.183393 I | cephclient: creating filesystem "foo" with metadata pool "foo-metadata" and data pools [foo-data0] 2022-03-06T00:29:47.849 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 262 16 92178 92162 21.9825 12.125 0.258852 0.0454626 2022-03-06T00:29:48.850 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 263 16 92456 92440 21.9649 17.375 0.0320975 0.045517 2022-03-06T00:29:49.575 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:49.572719 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-06T00:29:49.593 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:49.589102 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:29:49.693 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:49.691516 I | ceph-file-controller: created filesystem "foo" on 1 data pool(s) and metadata pool "foo-metadata" 2022-03-06T00:29:49.850 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 264 16 92715 92699 21.943 16.1875 0.124099 0.0455605 2022-03-06T00:29:50.442 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:50.437206 I | cephclient: setting allow_standby_replay for filesystem "foo" 2022-03-06T00:29:50.851 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 265 16 92962 92946 21.9184 15.4375 0.142981 0.0456115 2022-03-06T00:29:51.851 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 266 16 93206 93190 21.8934 15.25 0.0492949 0.045665 2022-03-06T00:29:52.288 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:52.285100 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:29:52.744 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:52.732055 I | ceph-file-controller: start running mdses for filesystem "foo" 2022-03-06T00:29:53.850 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 267 16 93502 93486 21.8806 18.5 0.137739 0.0456913 2022-03-06T00:29:53.851 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:53.038936 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:29:53.851 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:53.038984 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:29:53.851 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 268 16 93754 93738 21.8578 15.75 0.042147 0.0457398 2022-03-06T00:29:53.926 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:53.922376 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-06T00:29:53.951 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:53.949763 I | cephclient: getting or creating ceph auth key "mds.foo-a" 2022-03-06T00:29:54.851 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 269 16 93957 93941 21.8237 12.6875 0.153095 0.0458058 2022-03-06T00:29:55.294 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:55.281025 I | op-mds: setting mds config flags 2022-03-06T00:29:55.294 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:55.281054 I | op-config: setting "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-03-06T00:29:55.851 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 270 16 94187 94171 21.7961 14.375 0.0371753 0.0458665 2022-03-06T00:29:55.931 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:55.929507 I | op-config: successfully set "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-03-06T00:29:55.939 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:55.937804 I | cephclient: getting or creating ceph auth key "mds.foo-b" 2022-03-06T00:29:56.851 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 271 16 94427 94411 21.771 15 0.0298814 0.0459234 2022-03-06T00:29:57.385 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:57.382998 I | op-mds: setting mds config flags 2022-03-06T00:29:57.389 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:57.383463 I | op-config: setting "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-03-06T00:29:57.851 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 272 16 94674 94658 21.7477 15.4375 0.0782317 0.0459666 2022-03-06T00:29:58.444 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:58.442136 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-06T00:29:58.475 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:58.471100 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:29:58.851 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 273 16 94950 94934 21.7312 17.25 0.0464754 0.0460054 2022-03-06T00:29:59.464 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:29:59.462263 I | op-config: successfully set "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-03-06T00:29:59.851 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 274 16 95227 95211 21.7151 17.3125 0.0788683 0.0460381 2022-03-06T00:30:00.851 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 275 16 95483 95467 21.6943 16 0.0517352 0.0460851 2022-03-06T00:30:01.830 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:01.828040 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:30:01.852 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 276 16 95773 95757 21.6814 18.125 0.0568812 0.0461122 2022-03-06T00:30:02.851 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 277 16 96009 95993 21.6563 14.75 0.133293 0.0461646 2022-03-06T00:30:03.426 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:03.421350 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:30:03.427 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:03.421372 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:30:03.855 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 278 16 96317 96301 21.6477 19.25 0.0589173 0.0461851 2022-03-06T00:30:04.130 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:04.128455 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-06T00:30:04.852 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 279 16 96535 96519 21.6189 13.625 0.0845283 0.0462453 2022-03-06T00:30:05.852 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:30:05.850801+0000 min lat: 0.00191481 max lat: 14.4019 avg lat: 0.0463075 2022-03-06T00:30:05.853 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:30:05.853 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 280 16 96748 96732 21.5892 13.3125 0.0382737 0.0463075 2022-03-06T00:30:06.852 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 281 16 97004 96988 21.5694 16 0.0174752 0.046339 2022-03-06T00:30:07.852 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 282 16 97271 97255 21.552 16.6875 0.0484921 0.046386 2022-03-06T00:30:08.852 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 283 16 97537 97521 21.5346 16.625 0.0258015 0.0464261 2022-03-06T00:30:09.133 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:09.131435 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-06T00:30:09.581 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:09.579141 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:30:09.852 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 284 16 97843 97827 21.5261 19.125 0.0500091 0.0464447 2022-03-06T00:30:10.852 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 285 16 98121 98105 21.5116 17.375 0.0345494 0.0464747 2022-03-06T00:30:11.853 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 286 16 98354 98338 21.4873 14.5625 0.0733762 0.0465282 2022-03-06T00:30:12.303 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:12.300439 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:30:12.853 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 287 16 98625 98609 21.4714 16.9375 0.0430452 0.0465597 2022-03-06T00:30:13.251 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:13.248806 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:30:13.251 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:13.248825 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:30:13.853 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 288 16 98905 98889 21.4576 17.5 0.0232232 0.0465919 2022-03-06T00:30:13.910 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:13.908066 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-06T00:30:14.853 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 289 16 99084 99068 21.4221 11.1875 0.10893 0.0466602 2022-03-06T00:30:15.853 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 290 16 99304 99288 21.3956 13.75 0.187666 0.046717 2022-03-06T00:30:16.853 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 291 16 99554 99538 21.3758 15.625 0.0288792 0.0467687 2022-03-06T00:30:17.385 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:17.380675 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-06T00:30:17.515 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:17.511736 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:30:17.853 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 292 16 99835 99819 21.3627 17.5625 0.0759367 0.0467997 2022-03-06T00:30:18.855 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 293 16 100105 100089 21.3474 16.875 0.0530967 0.046833 2022-03-06T00:30:19.854 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 294 16 100367 100351 21.3304 16.375 0.0605689 0.0468697 2022-03-06T00:30:19.967 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:19.963844 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:30:20.039 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:20.036988 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:30:20.039 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:20.037009 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:30:20.718 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:20.702155 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-06T00:30:20.854 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 295 16 100639 100623 21.3158 17 0.0898422 0.0468992 2022-03-06T00:30:21.854 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 296 16 100819 100803 21.2817 11.25 0.0429139 0.0469665 2022-03-06T00:30:22.854 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 297 16 100976 100960 21.2431 9.8125 0.125364 0.0470572 2022-03-06T00:30:23.843 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:23.840238 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-06T00:30:24.306 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 298 16 101249 101233 21.2291 17.0625 0.0671324 0.0470898 2022-03-06T00:30:24.307 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:24.005564 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:30:24.854 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 299 16 101482 101466 21.2068 14.5625 0.095447 0.0471456 2022-03-06T00:30:25.608 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:25.606709 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:30:25.806 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:25.804624 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:30:25.806 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:25.804642 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:30:25.854 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:30:25.853059+0000 min lat: 0.00191481 max lat: 14.4019 avg lat: 0.0472638 2022-03-06T00:30:25.855 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:30:25.855 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 300 16 101535 101519 21.1471 3.3125 0.147383 0.0472638 2022-03-06T00:30:26.607 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:26.605099 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-06T00:30:26.854 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 301 16 101789 101773 21.1296 15.875 0.0230672 0.0473136 2022-03-06T00:30:27.854 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 302 16 101945 101929 21.0919 9.75 0.0645187 0.047395 2022-03-06T00:30:28.855 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 303 16 102274 102258 21.0902 20.5625 0.0362702 0.0474066 2022-03-06T00:30:29.758 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:29.754599 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-06T00:30:29.855 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 304 16 102653 102637 21.0987 23.6875 0.010051 0.0473817 2022-03-06T00:30:30.087 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:30.082482 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:30:30.855 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 305 16 103024 103008 21.1056 23.1875 0.116183 0.0473639 2022-03-06T00:30:31.738 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:31.736905 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:30:31.855 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 306 16 103274 103258 21.0877 15.625 0.0173666 0.0474116 2022-03-06T00:30:31.973 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:31.971216 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:30:31.973 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:31.971240 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:30:32.669 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:32.665949 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-06T00:30:32.855 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 307 16 103614 103598 21.0882 21.25 0.0989127 0.0474022 2022-03-06T00:30:33.855 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 308 16 103887 103871 21.0751 17.0625 0.0764341 0.0474399 2022-03-06T00:30:34.855 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 309 16 104295 104279 21.0894 25.5 0.0165974 0.0474079 2022-03-06T00:30:35.678 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:35.674663 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-06T00:30:35.855 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 310 16 104730 104714 21.1091 27.1875 0.0195596 0.0473639 2022-03-06T00:30:36.323 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:36.321417 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:30:36.855 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 311 16 105109 105093 21.1174 23.6875 0.00856317 0.0473307 2022-03-06T00:30:37.859 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 312 16 105430 105414 21.114 20.0625 0.0151555 0.0473525 2022-03-06T00:30:38.171 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:38.163548 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:30:38.856 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 313 16 105648 105632 21.09 13.625 0.0543195 0.0474063 2022-03-06T00:30:38.895 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:38.892423 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:30:38.896 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:38.892450 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:30:39.530 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:39.527017 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-06T00:30:39.855 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 314 16 105996 105980 21.0921 21.75 0.0639922 0.0473994 2022-03-06T00:30:40.857 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 315 16 106249 106233 21.0754 15.8125 0.0561003 0.0474402 2022-03-06T00:30:41.857 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 316 16 106678 106662 21.0935 26.8125 0.0704483 0.0473994 2022-03-06T00:30:42.473 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:42.471272 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-06T00:30:42.856 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 317 16 107054 107038 21.1011 23.5 0.0277306 0.0473816 2022-03-06T00:30:43.762 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:43.759816 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:30:43.856 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 318 16 107511 107495 21.1246 28.5625 0.0281454 0.0473295 2022-03-06T00:30:44.857 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 319 16 107907 107891 21.1359 24.75 0.073034 0.0473046 2022-03-06T00:30:45.775 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:45.765475 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:30:45.856 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:30:45.854888+0000 min lat: 0.00191481 max lat: 14.4019 avg lat: 0.0473022 2022-03-06T00:30:45.856 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:30:45.857 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 320 16 108237 108221 21.1343 20.625 0.00986703 0.0473022 2022-03-06T00:30:46.442 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:46.440646 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:30:46.445 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:46.440670 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:30:46.856 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 321 16 108406 108390 21.1014 10.5625 0.00872943 0.047378 2022-03-06T00:30:47.041 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:47.037692 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-06T00:30:47.856 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 322 16 108697 108681 21.0923 18.1875 0.0355586 0.0473988 2022-03-06T00:30:48.856 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 323 16 109031 109015 21.0916 20.875 0.0150462 0.0474043 2022-03-06T00:30:49.856 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 324 16 109368 109352 21.0916 21.0625 0.0275752 0.047403 2022-03-06T00:30:50.857 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 325 16 109754 109738 21.1009 24.125 0.0204648 0.0473828 2022-03-06T00:30:51.538 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:51.536288 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-06T00:30:51.856 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 326 16 110098 110082 21.1021 21.5 0.0606963 0.0473799 2022-03-06T00:30:52.857 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 327 16 110462 110446 21.1071 22.75 0.0452363 0.0473683 2022-03-06T00:30:53.863 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 328 16 110711 110695 21.0902 15.5625 0.0283475 0.047369 2022-03-06T00:30:54.401 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:54.398850 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:30:54.860 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 329 16 110711 110695 21.0261 0 - 0.047369 2022-03-06T00:30:55.862 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 330 16 110721 110705 20.9643 0.3125 0.0133234 0.0475263 2022-03-06T00:30:56.857 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 331 16 110975 110959 20.9489 15.875 0.0241665 0.0477243 2022-03-06T00:30:57.355 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:57.349946 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:30:57.462 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:57.457861 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:30:57.462 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:57.457881 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:30:57.860 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 332 16 111398 111382 20.9654 26.4375 0.0336818 0.0476891 2022-03-06T00:30:58.115 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:30:58.112726 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-06T00:30:58.857 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 333 16 111735 111719 20.9657 21.0625 0.0587961 0.0476875 2022-03-06T00:30:59.859 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 334 16 112084 112068 20.9683 21.8125 0.0443811 0.0476821 2022-03-06T00:31:00.857 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 335 16 112487 112471 20.9808 25.1875 0.100854 0.0476533 2022-03-06T00:31:01.322 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:01.320729 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-06T00:31:01.858 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 336 16 112911 112895 20.9973 26.5 0.0236033 0.0476165 2022-03-06T00:31:02.858 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 337 16 113334 113318 21.0134 26.4375 0.015312 0.0475788 2022-03-06T00:31:03.858 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 338 16 113691 113675 21.0172 22.3125 0.00573872 0.0475489 2022-03-06T00:31:04.858 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 339 16 113963 113947 21.0054 17 0.0117709 0.0475969 2022-03-06T00:31:05.858 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:2022-03-06T00:31:05.856796+0000 min lat: 0.00191481 max lat: 14.4019 avg lat: 0.04755 2022-03-06T00:31:05.858 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-06T00:31:05.859 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 340 16 114413 114397 21.0263 28.125 0.0194562 0.04755 2022-03-06T00:31:06.458 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:06.455210 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:31:06.858 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 341 16 114832 114816 21.0414 26.1875 0.0327181 0.0475166 2022-03-06T00:31:07.858 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 342 16 115263 115247 21.0587 26.9375 0.0823004 0.047476 2022-03-06T00:31:08.473 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:08.469028 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:31:08.748 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:08.746466 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:31:08.748 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:08.746494 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:31:08.858 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 343 16 115512 115496 21.0426 15.5625 0.0028223 0.0475128 2022-03-06T00:31:09.343 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:09.337926 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-06T00:31:09.858 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 344 16 115876 115860 21.0476 22.75 0.121448 0.0475015 2022-03-06T00:31:10.859 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 345 16 116197 116181 21.0447 20.0625 0.0210923 0.047507 2022-03-06T00:31:11.859 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 346 16 116599 116583 21.0565 25.125 0.0801777 0.0474813 2022-03-06T00:31:12.200 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:12.198439 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-06T00:31:12.861 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 347 16 116831 116815 21.0376 14.5 0.0461518 0.0475252 2022-03-06T00:31:13.861 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 348 16 117278 117262 21.0573 27.9375 0.022379 0.0474806 2022-03-06T00:31:14.861 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 349 16 117752 117736 21.0818 29.625 0.0390077 0.0474252 2022-03-06T00:31:15.861 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 350 16 118176 118160 21.0973 26.5 0.0126968 0.0473749 2022-03-06T00:31:16.861 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 351 16 118506 118490 21.096 20.625 0.0488481 0.0473939 2022-03-06T00:31:17.861 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 352 16 118868 118852 21.1003 22.625 0.0907245 0.0473769 2022-03-06T00:31:18.861 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 353 16 119042 119026 21.0713 10.875 0.0650559 0.0474474 2022-03-06T00:31:19.862 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 354 16 119474 119458 21.0881 27 0.0154601 0.0474103 2022-03-06T00:31:20.862 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 355 16 119902 119886 21.104 26.75 0.0671085 0.0473756 2022-03-06T00:31:21.862 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 356 16 120111 120095 21.0814 13.0625 0.0193728 0.047426 2022-03-06T00:31:22.451 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:22.448672 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:31:22.863 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 357 16 120440 120424 21.08 20.5625 0.0518888 0.0474128 2022-03-06T00:31:23.862 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 358 16 120790 120774 21.0822 21.875 0.00869388 0.0474232 2022-03-06T00:31:24.377 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:24.341312 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:31:24.862 INFO:tasks.radosbench.radosbench.a.smithi123.stdout: 359 16 121136 121120 21.0837 21.625 0.00501368 0.0474145 2022-03-06T00:31:25.657 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:25.654246 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:31:25.657 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:25.654444 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:31:25.863 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Total time run: 360.027 2022-03-06T00:31:25.863 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Total writes made: 121536 2022-03-06T00:31:25.863 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Write size: 65536 2022-03-06T00:31:25.863 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Object size: 65536 2022-03-06T00:31:25.864 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Bandwidth (MB/sec): 21.0984 2022-03-06T00:31:25.864 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Stddev Bandwidth: 15.7482 2022-03-06T00:31:25.864 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Max bandwidth (MB/sec): 97.3125 2022-03-06T00:31:25.865 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Min bandwidth (MB/sec): 0 2022-03-06T00:31:25.865 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Average IOPS: 337 2022-03-06T00:31:25.865 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Stddev IOPS: 251.979 2022-03-06T00:31:25.865 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Max IOPS: 1557 2022-03-06T00:31:25.866 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Min IOPS: 0 2022-03-06T00:31:25.866 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Average Latency(s): 0.0473891 2022-03-06T00:31:25.866 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Stddev Latency(s): 0.315612 2022-03-06T00:31:25.866 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Max latency(s): 14.4019 2022-03-06T00:31:25.867 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Min latency(s): 0.00191481 2022-03-06T00:31:25.870 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Cleaning up (deleting benchmark objects) 2022-03-06T00:31:26.331 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:26.320609 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-06T00:31:29.103 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:29.101029 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-06T00:31:49.594 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:49.592178 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:31:51.379 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:51.377877 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:31:52.354 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:52.348883 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:31:52.355 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:52.348909 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:31:53.145 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:53.143141 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-06T00:31:56.093 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:31:56.089613 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-06T00:32:37.063 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:32:37.058600 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:32:39.102 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:32:39.100200 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:32:39.210 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:32:39.208203 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:32:39.211 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:32:39.208227 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:32:39.813 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:32:39.809022 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-06T00:32:43.036 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:32:43.034569 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-06T00:34:05.014 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:34:05.010209 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:34:07.298 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:34:07.296257 I | ceph-object-controller: reconciling object store deployments 2022-03-06T00:34:07.480 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:34:07.478948 I | ceph-object-controller: ceph object store gateway service running at 10.97.105.218 2022-03-06T00:34:07.481 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:34:07.478974 I | ceph-object-controller: reconciling object store pools 2022-03-06T00:34:08.221 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:34:08.219184 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-06T00:34:10.972 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:34:10.970555 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-06T00:36:41.032 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Removed 121536 objects 2022-03-06T00:36:41.033 INFO:tasks.radosbench.radosbench.a.smithi123.stdout:Clean up completed and total clean up time :315.161 2022-03-06T00:36:42.671 INFO:tasks.rook.ceph_manager.ceph:removing pool_name unique_pool_0 2022-03-06T00:36:42.672 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph osd pool rm unique_pool_0 unique_pool_0 --yes-i-really-really-mean-it 2022-03-06T00:36:46.390 INFO:teuthology.orchestra.run.smithi123.stderr:pool 'unique_pool_0' removed 2022-03-06T00:36:46.410 DEBUG:teuthology.run_tasks:Unwinding manager install 2022-03-06T00:36:46.426 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits... 2022-03-06T00:36:46.427 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits 2022-03-06T00:36:46.438 DEBUG:teuthology.run_tasks:Unwinding manager rook 2022-03-06T00:36:46.469 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:36:47.083 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:36:47.083 INFO:teuthology.orchestra.run.smithi123.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-06T00:29:23.000000Z", "last_refresh": "2022-03-06T00:36:46.989451Z", "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-06T00:36:46.989451Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:36:46.989451Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:36:46.989451Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:36:46.989451Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:36:46.989451Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_name": "rbd-mirror", "service_type": "rbd-mirror", "status": {"last_refresh": "2022-03-06T00:36:46.989451Z", "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-06T00:36:46.989451Z", "running": 0, "size": 1}}] 2022-03-06T00:36:47.097 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch rm mds.foo 2022-03-06T00:36:47.611 INFO:teuthology.orchestra.run.smithi123.stdout:Removed cephfilesystems/foo 2022-03-06T00:36:47.628 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch rm rbd-mirror 2022-03-06T00:36:47.782 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:47.781297 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:36:48.714 INFO:teuthology.orchestra.run.smithi123.stdout:Removed cephrbdmirrors/default-rbd-mirror 2022-03-06T00:36:48.734 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch rm rgw.foo 2022-03-06T00:36:49.053 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:49.051698 I | ceph-spec: object "rook-ceph-rbd-mirror-a" matched on delete, reconciling 2022-03-06T00:36:49.759 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:49.758140 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-03-06T00:36:49.818 INFO:teuthology.orchestra.run.smithi123.stdout:Removed cephobjectstores/foo 2022-03-06T00:36:49.839 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:49.837846 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:36:49.864 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:36:50.302 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:50.300799 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-03-06T00:36:50.302 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:50.300823 I | op-mds: successfully deleted mds config for "mds.foo-a" in mon configuration database 2022-03-06T00:36:50.303 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:50.300829 I | cephclient: deleting ceph auth "mds.foo-a" 2022-03-06T00:36:50.413 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:36:50.413 INFO:teuthology.orchestra.run.smithi123.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-06T00:29:23.000000Z", "last_refresh": "2022-03-06T00:36:50.333113Z", "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-06T00:36:50.333113Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:36:50.333113Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:36:50.333113Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:36:50.333113Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:36:50.333113Z", "running": 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-06T00:36:50.333113Z", "running": 0, "size": 1}}] 2022-03-06T00:36:51.431 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:51.430291 I | op-mds: successfully deleted mds CephX key for "mds.foo-a" 2022-03-06T00:36:51.902 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:51.901066 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-03-06T00:36:53.324 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:53.322014 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-03-06T00:36:53.325 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:53.322042 I | op-mds: successfully deleted mds config for "mds.foo-b" in mon configuration database 2022-03-06T00:36:53.325 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:53.322048 I | cephclient: deleting ceph auth "mds.foo-b" 2022-03-06T00:36:54.642 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:54.640536 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-06T00:36:54.632+0000 7f5d1b965340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T00:36:54.645 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T00:36:54.632+0000 7f5d1b965340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T00:36:54.647 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T00:36:54.632+0000 7f5d1b965340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T00:36:54.647 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T00:36:54.647 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:54.640557 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-06T00:36:54.632+0000 7f5d1b965340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T00:36:54.648 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T00:36:54.632+0000 7f5d1b965340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T00:36:54.648 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T00:36:54.632+0000 7f5d1b965340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T00:36:54.648 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T00:36:54.971 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:54.970475 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:36:55.845 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:55.839215 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-06T00:36:55.828+0000 7faf60d3a340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T00:36:55.845 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T00:36:55.828+0000 7faf60d3a340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T00:36:55.845 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T00:36:55.828+0000 7faf60d3a340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T00:36:55.845 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T00:36:55.847 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:55.839242 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-06T00:36:55.828+0000 7faf60d3a340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T00:36:55.847 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T00:36:55.828+0000 7faf60d3a340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T00:36:55.847 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T00:36:55.828+0000 7faf60d3a340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T00:36:55.848 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T00:36:56.139 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:56.137022 I | op-mds: successfully deleted mds CephX key for "mds.foo-b" 2022-03-06T00:36:56.139 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:56.137053 I | ceph-file-controller: downing filesystem "foo" 2022-03-06T00:36:58.349 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:36:58.347585 I | ceph-file-controller: downed filesystem "foo" 2022-03-06T00:37:00.433 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:37:02.144 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:02.142950 I | cephclient: no images/snapshosts present in pool "foo-metadata" 2022-03-06T00:37:02.145 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:02.142967 I | cephclient: purging pool "foo-metadata" (id=9) 2022-03-06T00:37:02.573 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:37:02.573 INFO:teuthology.orchestra.run.smithi123.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-06T00:29:23.000000Z", "last_refresh": "2022-03-06T00:37:01.487074Z", "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-06T00:37:01.487074Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:37:01.487074Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:37:01.487074Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:37:01.487074Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:37:01.487074Z", "running": 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-06T00:37:01.487074Z", "running": 0, "size": 1}}] 2022-03-06T00:37:05.345 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:05.343431 I | cephclient: purge completed for pool "foo-metadata" 2022-03-06T00:37:05.791 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:05.790277 I | cephclient: no images/snapshosts present in pool "foo-data0" 2022-03-06T00:37:05.792 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:05.790307 I | cephclient: purging pool "foo-data0" (id=10) 2022-03-06T00:37:07.679 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:07.677606 I | cephclient: purge completed for pool "foo-data0" 2022-03-06T00:37:07.679 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:07.677639 I | ceph-spec: removing finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-03-06T00:37:07.683 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:07.682291 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-06T00:37:07.693 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:07.691622 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:37:08.490 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:08.484264 I | ceph-spec: removing finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-03-06T00:37:08.531 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:08.528285 I | ceph-spec: object "rook-ceph-mds-foo-b" matched on delete, reconciling 2022-03-06T00:37:08.539 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:08.537875 I | ceph-spec: object "rook-ceph-mds-foo-a-keyring" matched on delete, reconciling 2022-03-06T00:37:08.540 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:08.538038 I | ceph-spec: object "rook-ceph-mds-foo-a" matched on delete, reconciling 2022-03-06T00:37:08.540 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:08.538123 I | ceph-spec: object "rook-ceph-mds-foo-b-keyring" matched on delete, reconciling 2022-03-06T00:37:12.009 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:12.007423 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi123": the object has been modified; please apply your changes to the latest version and try again 2022-03-06T00:37:12.492 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:37:12.159338 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi123": the object has been modified; please apply your changes to the latest version and try again 2022-03-06T00:37:12.600 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:37:13.113 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:37:13.114 INFO:teuthology.orchestra.run.smithi123.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-06T00:29:23.000000Z", "last_refresh": "2022-03-06T00:37:13.035915Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:37:13.035915Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:37:13.035915Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:37:13.035915Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:37:13.035915Z", "running": 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-06T00:37:13.035915Z", "running": 0, "size": 1}}] 2022-03-06T00:37:23.136 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:37:24.216 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:37:24.217 INFO:teuthology.orchestra.run.smithi123.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-06T00:29:23.000000Z", "last_refresh": "2022-03-06T00:37:24.121274Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:37:24.121274Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:37:24.121274Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:37:24.121274Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:37:24.121274Z", "running": 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-06T00:37:24.121274Z", "running": 0, "size": 1}}] 2022-03-06T00:37:34.238 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:37:34.837 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:37:34.838 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:37:34.743310Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:37:34.743310Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:37:34.743310Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:37:34.743310Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:37:34.743310Z", "running": 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-06T00:37:34.743310Z", "running": 0, "size": 1}}] 2022-03-06T00:37:44.862 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:37:45.562 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:37:45.563 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:37:45.469097Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:37:45.469097Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:37:45.469097Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:37:45.469097Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:37:45.469097Z", "running": 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-06T00:37:45.469097Z", "running": 0, "size": 1}}] 2022-03-06T00:37:55.588 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:37:56.921 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:37:56.922 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:37:56.819075Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:37:56.819075Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:37:56.819075Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:37:56.819075Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:37:56.819075Z", "running": 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-06T00:37:56.819075Z", "running": 0, "size": 1}}] 2022-03-06T00:38:06.945 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:38:07.619 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:38:07.620 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:38:07.483226Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:38:07.483226Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:38:07.483226Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:38:07.483226Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:38:07.483226Z", "running": 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-06T00:38:07.483226Z", "running": 0, "size": 1}}] 2022-03-06T00:38:17.642 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:38:18.262 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:38:18.262 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:38:18.142703Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:38:18.142703Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:38:18.142703Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:38:18.142703Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:38:18.142703Z", "running": 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-06T00:38:18.142703Z", "running": 0, "size": 1}}] 2022-03-06T00:38:28.288 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:38:28.919 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:38:28.919 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:38:28.827070Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:38:28.827070Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:38:28.827070Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:38:28.827070Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:38:28.827070Z", "running": 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-06T00:38:28.827070Z", "running": 0, "size": 1}}] 2022-03-06T00:38:38.940 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:38:39.554 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:38:39.555 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:38:39.458286Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:38:39.458286Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:38:39.458286Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:38:39.458286Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:38:39.458286Z", "running": 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-06T00:38:39.458286Z", "running": 0, "size": 1}}] 2022-03-06T00:38:49.568 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:38:50.160 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:38:50.160 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:38:50.076431Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:38:50.076431Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:38:50.076431Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:38:50.076431Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:38:50.076431Z", "running": 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-06T00:38:50.076431Z", "running": 0, "size": 1}}] 2022-03-06T00:39:00.178 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:39:00.788 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:39:00.789 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:39:00.696602Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:39:00.696602Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:39:00.696602Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:39:00.696602Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:39:00.696602Z", "running": 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-06T00:39:00.696602Z", "running": 0, "size": 1}}] 2022-03-06T00:39:10.809 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:39:11.438 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:39:11.438 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:39:11.326920Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:39:11.326920Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:39:11.326920Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:39:11.326920Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:39:11.326920Z", "running": 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-06T00:39:11.326920Z", "running": 0, "size": 1}}] 2022-03-06T00:39:21.462 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:39:22.059 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:39:22.060 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:39:21.973806Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:39:21.973806Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:39:21.973806Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:39:21.973806Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:39:21.973806Z", "running": 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-06T00:39:21.973806Z", "running": 0, "size": 1}}] 2022-03-06T00:39:32.083 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:39:32.712 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:39:32.712 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:39:32.597451Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:39:32.597451Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:39:32.597451Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:39:32.597451Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:39:32.597451Z", "running": 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-06T00:39:32.597451Z", "running": 0, "size": 1}}] 2022-03-06T00:39:42.736 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:39:43.385 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:39:43.385 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:39:43.228047Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:39:43.228047Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:39:43.228047Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:39:43.228047Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:39:43.228047Z", "running": 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-06T00:39:43.228047Z", "running": 0, "size": 1}}] 2022-03-06T00:39:53.409 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:39:53.970 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:39:53.970 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:39:53.880907Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:39:53.880907Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:39:53.880907Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:39:53.880907Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:39:53.880907Z", "running": 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-06T00:39:53.880907Z", "running": 0, "size": 1}}] 2022-03-06T00:40:03.994 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:40:04.662 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:40:04.663 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:40:04.536686Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:40:04.536686Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:40:04.536686Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:40:04.536686Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:40:04.536686Z", "running": 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-06T00:40:04.536686Z", "running": 0, "size": 1}}] 2022-03-06T00:40:14.688 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:40:15.287 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:40:15.288 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:40:15.190732Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:40:15.190732Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:40:15.190732Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:40:15.190732Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:40:15.190732Z", "running": 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-06T00:40:15.190732Z", "running": 0, "size": 1}}] 2022-03-06T00:40:25.311 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:40:26.444 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:40:26.445 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:40:26.347897Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:40:26.347897Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:40:26.347897Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:40:26.347897Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:40:26.347897Z", "running": 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-06T00:40:26.347897Z", "running": 0, "size": 1}}] 2022-03-06T00:40:36.471 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:40:37.090 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:40:37.091 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:40:37.009155Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:40:37.009155Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:40:37.009155Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:40:37.009155Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:40:37.009155Z", "running": 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-06T00:40:37.009155Z", "running": 0, "size": 1}}] 2022-03-06T00:40:47.116 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:40:47.843 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:40:47.844 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:40:47.708429Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:40:47.708429Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:40:47.708429Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:40:47.708429Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:40:47.708429Z", "running": 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-06T00:40:47.708429Z", "running": 0, "size": 1}}] 2022-03-06T00:40:57.869 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:40:58.500 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:40:58.501 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:40:58.404656Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:40:58.404656Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:40:58.404656Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:40:58.404656Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:40:58.404656Z", "running": 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-06T00:40:58.404656Z", "running": 0, "size": 1}}] 2022-03-06T00:41:08.525 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:41:09.152 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:41:09.152 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:41:09.049213Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:41:09.049213Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:41:09.049213Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:41:09.049213Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:41:09.049213Z", "running": 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-06T00:41:09.049213Z", "running": 0, "size": 1}}] 2022-03-06T00:41:19.172 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:41:19.797 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:41:19.797 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:41:19.692162Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:41:19.692162Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:41:19.692162Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:41:19.692162Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:41:19.692162Z", "running": 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-06T00:41:19.692162Z", "running": 0, "size": 1}}] 2022-03-06T00:41:29.825 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:41:30.454 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:41:30.454 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:41:30.315557Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:41:30.315557Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:41:30.315557Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:41:30.315557Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:41:30.315557Z", "running": 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-06T00:41:30.315557Z", "running": 0, "size": 1}}] 2022-03-06T00:41:40.478 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:41:41.104 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:41:41.105 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:41:41.004475Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:41:41.004475Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:41:41.004475Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:41:41.004475Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:41:41.004475Z", "running": 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-06T00:41:41.004475Z", "running": 0, "size": 1}}] 2022-03-06T00:41:51.132 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:41:51.788 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:41:51.789 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:41:51.680779Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:41:51.680779Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:41:51.680779Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:41:51.680779Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:41:51.680779Z", "running": 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-06T00:41:51.680779Z", "running": 0, "size": 1}}] 2022-03-06T00:42:01.808 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:42:02.446 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:42:02.447 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:42:02.314333Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:42:02.314333Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:42:02.314333Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:42:02.314333Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:42:02.314333Z", "running": 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-06T00:42:02.314333Z", "running": 0, "size": 1}}] 2022-03-06T00:42:12.468 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:42:13.122 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:42:13.123 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:42:13.026024Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:42:13.026024Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:42:13.026024Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:42:13.026024Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:42:13.026024Z", "running": 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-06T00:42:13.026024Z", "running": 0, "size": 1}}] 2022-03-06T00:42:23.146 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:42:23.738 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:42:23.739 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:42:23.646725Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:42:23.646725Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:42:23.646725Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:42:23.646725Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:42:23.646725Z", "running": 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-06T00:42:23.646725Z", "running": 0, "size": 1}}] 2022-03-06T00:42:33.762 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:42:34.361 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:42:34.362 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:42:34.285382Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:42:34.285382Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:42:34.285382Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:42:34.285382Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:42:34.285382Z", "running": 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-06T00:42:34.285382Z", "running": 0, "size": 1}}] 2022-03-06T00:42:44.379 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:42:45.015 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:42:45.016 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:42:44.874914Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:42:44.874914Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:42:44.874914Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:42:44.874914Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:42:44.874914Z", "running": 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-06T00:42:44.874914Z", "running": 0, "size": 1}}] 2022-03-06T00:42:55.041 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:42:55.656 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:42:55.657 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:42:55.562486Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:42:55.562486Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:42:55.562486Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:42:55.562486Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:42:55.562486Z", "running": 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-06T00:42:55.562486Z", "running": 0, "size": 1}}] 2022-03-06T00:43:05.680 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:43:06.293 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:43:06.293 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:43:06.202613Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:43:06.202613Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:43:06.202613Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:43:06.202613Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:43:06.202613Z", "running": 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-06T00:43:06.202613Z", "running": 0, "size": 1}}] 2022-03-06T00:43:16.317 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:43:16.924 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:43:16.925 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:43:16.830697Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:43:16.830697Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:43:16.830697Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:43:16.830697Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:43:16.830697Z", "running": 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-06T00:43:16.830697Z", "running": 0, "size": 1}}] 2022-03-06T00:43:26.954 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:43:27.800 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:43:27.800 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:43:27.678877Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:43:27.678877Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:43:27.678877Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:43:27.678877Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:43:27.678877Z", "running": 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-06T00:43:27.678877Z", "running": 0, "size": 1}}] 2022-03-06T00:43:37.824 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:43:38.429 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:43:38.429 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:43:38.345632Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:43:38.345632Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:43:38.345632Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:43:38.345632Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:43:38.345632Z", "running": 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-06T00:43:38.345632Z", "running": 0, "size": 1}}] 2022-03-06T00:43:48.453 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:43:49.060 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:43:49.061 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:43:48.971889Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:43:48.971889Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:43:48.971889Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:43:48.971889Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:43:48.971889Z", "running": 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-06T00:43:48.971889Z", "running": 0, "size": 1}}] 2022-03-06T00:43:59.081 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:43:59.640 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:43:59.640 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:43:59.558403Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:43:59.558403Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:43:59.558403Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:43:59.558403Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:43:59.558403Z", "running": 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-06T00:43:59.558403Z", "running": 0, "size": 1}}] 2022-03-06T00:44:09.659 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:44:10.284 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:44:10.284 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:44:10.187555Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:44:10.187555Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:44:10.187555Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:44:10.187555Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:44:10.187555Z", "running": 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-06T00:44:10.187555Z", "running": 0, "size": 1}}] 2022-03-06T00:44:20.309 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:44:20.942 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:44:20.943 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:44:20.854105Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:44:20.854105Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:44:20.854105Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:44:20.854105Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:44:20.854105Z", "running": 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-06T00:44:20.854105Z", "running": 0, "size": 1}}] 2022-03-06T00:44:30.963 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:44:31.578 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:44:31.578 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:44:31.478862Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:44:31.478862Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:44:31.478862Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:44:31.478862Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:44:31.478862Z", "running": 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-06T00:44:31.478862Z", "running": 0, "size": 1}}] 2022-03-06T00:44:41.642 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:44:42.217 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:44:42.217 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:44:42.121749Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:44:42.121749Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:44:42.121749Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:44:42.121749Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:44:42.121749Z", "running": 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-06T00:44:42.121749Z", "running": 0, "size": 1}}] 2022-03-06T00:44:52.239 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:44:52.846 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:44:52.847 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:44:52.740702Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:44:52.740702Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:44:52.740702Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:44:52.740702Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:44:52.740702Z", "running": 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-06T00:44:52.740702Z", "running": 0, "size": 1}}] 2022-03-06T00:45:02.866 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:45:03.479 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:45:03.479 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:45:03.389030Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:45:03.389030Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:45:03.389030Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:45:03.389030Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:45:03.389030Z", "running": 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-06T00:45:03.389030Z", "running": 0, "size": 1}}] 2022-03-06T00:45:13.502 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:45:14.151 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:45:14.151 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:45:14.004353Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:45:14.004353Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:45:14.004353Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:45:14.004353Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:45:14.004353Z", "running": 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-06T00:45:14.004353Z", "running": 0, "size": 1}}] 2022-03-06T00:45:24.176 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:45:24.778 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:45:24.778 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:45:24.680839Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:45:24.680839Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:45:24.680839Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:45:24.680839Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:45:24.680839Z", "running": 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-06T00:45:24.680839Z", "running": 0, "size": 1}}] 2022-03-06T00:45:34.804 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:45:35.444 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:45:35.444 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:45:35.349291Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:45:35.349291Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:45:35.349291Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:45:35.349291Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:45:35.349291Z", "running": 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-06T00:45:35.349291Z", "running": 0, "size": 1}}] 2022-03-06T00:45:45.463 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:45:46.047 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:45:46.048 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:45:45.951507Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:45:45.951507Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:45:45.951507Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:45:45.951507Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:45:45.951507Z", "running": 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-06T00:45:45.951507Z", "running": 0, "size": 1}}] 2022-03-06T00:45:56.073 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:45:56.698 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:45:56.699 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:45:56.594047Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:45:56.594047Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:45:56.594047Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:45:56.594047Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:45:56.594047Z", "running": 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-06T00:45:56.594047Z", "running": 0, "size": 1}}] 2022-03-06T00:46:06.721 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:46:07.358 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:46:07.359 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:46:07.264233Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:46:07.264233Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:46:07.264233Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:46:07.264233Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:46:07.264233Z", "running": 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-06T00:46:07.264233Z", "running": 0, "size": 1}}] 2022-03-06T00:46:17.382 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:46:17.967 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:46:17.967 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:46:17.875986Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:46:17.875986Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:46:17.875986Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:46:17.875986Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:46:17.875986Z", "running": 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-06T00:46:17.875986Z", "running": 0, "size": 1}}] 2022-03-06T00:46:27.986 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:46:28.568 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:46:28.569 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:46:28.484151Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:46:28.484151Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:46:28.484151Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:46:28.484151Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:46:28.484151Z", "running": 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-06T00:46:28.484151Z", "running": 0, "size": 1}}] 2022-03-06T00:46:38.591 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:46:39.322 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:46:39.323 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:46:39.227788Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:46:39.227788Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:46:39.227788Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:46:39.227788Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:46:39.227788Z", "running": 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-06T00:46:39.227788Z", "running": 0, "size": 1}}] 2022-03-06T00:46:49.344 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:46:52.559 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:46:52.559 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:46:52.453291Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:46:52.453291Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:46:52.453291Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:46:52.453291Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:46:52.453291Z", "running": 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-06T00:46:52.453291Z", "running": 0, "size": 1}}] 2022-03-06T00:47:02.580 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:47:03.211 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:47:03.212 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:47:03.101833Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:47:03.101833Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:47:03.101833Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:47:03.101833Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:47:03.101833Z", "running": 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-06T00:47:03.101833Z", "running": 0, "size": 1}}] 2022-03-06T00:47:13.230 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:47:13.825 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:47:13.825 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:47:13.733738Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:47:13.733738Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:47:13.733738Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:47:13.733738Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:47:13.733738Z", "running": 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-06T00:47:13.733738Z", "running": 0, "size": 1}}] 2022-03-06T00:47:23.848 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:47:24.427 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:47:24.427 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:47:24.331418Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:47:24.331418Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:47:24.331418Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:47:24.331418Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:47:24.331418Z", "running": 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-06T00:47:24.331418Z", "running": 0, "size": 1}}] 2022-03-06T00:47:34.450 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:47:35.074 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:47:35.075 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:47:34.979705Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:47:34.979705Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:47:34.979705Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:47:34.979705Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:47:34.979705Z", "running": 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-06T00:47:34.979705Z", "running": 0, "size": 1}}] 2022-03-06T00:47:45.100 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:47:46.063 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:47:46.063 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:47:45.969102Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:47:45.969102Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:47:45.969102Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:47:45.969102Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:47:45.969102Z", "running": 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-06T00:47:45.969102Z", "running": 0, "size": 1}}] 2022-03-06T00:47:51.206 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:47:51.206910 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T00:47:51.829 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:47:51.829188 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-06T00:47:51.821+0000 7fc92ca21340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T00:47:51.829 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T00:47:51.821+0000 7fc92ca21340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T00:47:51.830 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T00:47:51.821+0000 7fc92ca21340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T00:47:51.830 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T00:47:51.830 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:47:51.829215 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-06T00:47:51.821+0000 7fc92ca21340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T00:47:51.831 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T00:47:51.821+0000 7fc92ca21340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T00:47:51.831 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T00:47:51.821+0000 7fc92ca21340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T00:47:51.831 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T00:47:56.083 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:47:56.716 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:47:56.716 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:47:56.599464Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:47:56.599464Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:47:56.599464Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:47:56.599464Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:47:56.599464Z", "running": 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-06T00:47:56.599464Z", "running": 0, "size": 1}}] 2022-03-06T00:48:06.740 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:48:07.349 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:48:07.349 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:48:07.258193Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:48:07.258193Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:48:07.258193Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:48:07.258193Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:48:07.258193Z", "running": 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-06T00:48:07.258193Z", "running": 0, "size": 1}}] 2022-03-06T00:48:17.373 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:48:17.999 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:48:17.999 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:48:17.906590Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:48:17.906590Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:48:17.906590Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:48:17.906590Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:48:17.906590Z", "running": 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-06T00:48:17.906590Z", "running": 0, "size": 1}}] 2022-03-06T00:48:28.024 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:48:28.658 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:48:28.659 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:48:28.557182Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:48:28.557182Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:48:28.557182Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:48:28.557182Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:48:28.557182Z", "running": 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-06T00:48:28.557182Z", "running": 0, "size": 1}}] 2022-03-06T00:48:38.687 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:48:39.372 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:48:39.372 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:48:39.284061Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:48:39.284061Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:48:39.284061Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:48:39.284061Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:48:39.284061Z", "running": 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-06T00:48:39.284061Z", "running": 0, "size": 1}}] 2022-03-06T00:48:49.396 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:48:50.053 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:48:50.053 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:48:49.938512Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:48:49.938512Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:48:49.938512Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:48:49.938512Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:48:49.938512Z", "running": 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-06T00:48:49.938512Z", "running": 0, "size": 1}}] 2022-03-06T00:49:00.075 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:49:00.717 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:49:00.718 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:49:00.629213Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:49:00.629213Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:49:00.629213Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:49:00.629213Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:49:00.629213Z", "running": 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-06T00:49:00.629213Z", "running": 0, "size": 1}}] 2022-03-06T00:49:10.742 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:49:11.365 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:49:11.366 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:49:11.271658Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:49:11.271658Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:49:11.271658Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:49:11.271658Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:49:11.271658Z", "running": 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-06T00:49:11.271658Z", "running": 0, "size": 1}}] 2022-03-06T00:49:21.389 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:49:22.006 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:49:22.006 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:49:21.901788Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:49:21.901788Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:49:21.901788Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:49:21.901788Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:49:21.901788Z", "running": 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-06T00:49:21.901788Z", "running": 0, "size": 1}}] 2022-03-06T00:49:32.034 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:49:32.657 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:49:32.657 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:49:32.564799Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:49:32.564799Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:49:32.564799Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:49:32.564799Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:49:32.564799Z", "running": 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-06T00:49:32.564799Z", "running": 0, "size": 1}}] 2022-03-06T00:49:42.683 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:49:43.375 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:49:43.376 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:49:43.274173Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:49:43.274173Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:49:43.274173Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:49:43.274173Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:49:43.274173Z", "running": 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-06T00:49:43.274173Z", "running": 0, "size": 1}}] 2022-03-06T00:49:53.403 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:49:54.061 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:49:54.062 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:49:53.915366Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:49:53.915366Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:49:53.915366Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:49:53.915366Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:49:53.915366Z", "running": 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-06T00:49:53.915366Z", "running": 0, "size": 1}}] 2022-03-06T00:50:04.081 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:50:04.710 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:50:04.711 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:50:04.609652Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:50:04.609652Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:50:04.609652Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:50:04.609652Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:50:04.609652Z", "running": 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-06T00:50:04.609652Z", "running": 0, "size": 1}}] 2022-03-06T00:50:14.728 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:50:15.390 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:50:15.391 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:50:15.291344Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:50:15.291344Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:50:15.291344Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:50:15.291344Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:50:15.291344Z", "running": 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-06T00:50:15.291344Z", "running": 0, "size": 1}}] 2022-03-06T00:50:25.416 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:50:26.018 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:50:26.019 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:50:25.922449Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:50:25.922449Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:50:25.922449Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:50:25.922449Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:50:25.922449Z", "running": 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-06T00:50:25.922449Z", "running": 0, "size": 1}}] 2022-03-06T00:50:36.040 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:50:36.681 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:50:36.681 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:50:36.564255Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:50:36.564255Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:50:36.564255Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:50:36.564255Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:50:36.564255Z", "running": 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-06T00:50:36.564255Z", "running": 0, "size": 1}}] 2022-03-06T00:50:46.706 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:50:47.346 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:50:47.347 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:50:47.225504Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:50:47.225504Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:50:47.225504Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:50:47.225504Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:50:47.225504Z", "running": 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-06T00:50:47.225504Z", "running": 0, "size": 1}}] 2022-03-06T00:50:57.372 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:50:57.971 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:50:57.971 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:50:57.882082Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:50:57.882082Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:50:57.882082Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:50:57.882082Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:50:57.882082Z", "running": 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-06T00:50:57.882082Z", "running": 0, "size": 1}}] 2022-03-06T00:51:07.993 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:51:08.624 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:51:08.624 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:51:08.525651Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:51:08.525651Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:51:08.525651Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:51:08.525651Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:51:08.525651Z", "running": 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-06T00:51:08.525651Z", "running": 0, "size": 1}}] 2022-03-06T00:51:18.647 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:51:19.257 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:51:19.258 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:51:19.165972Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:51:19.165972Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:51:19.165972Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:51:19.165972Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:51:19.165972Z", "running": 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-06T00:51:19.165972Z", "running": 0, "size": 1}}] 2022-03-06T00:51:29.282 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:51:29.888 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:51:29.888 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:51:29.803780Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:51:29.803780Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:51:29.803780Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:51:29.803780Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:51:29.803780Z", "running": 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-06T00:51:29.803780Z", "running": 0, "size": 1}}] 2022-03-06T00:51:39.911 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:51:40.541 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:51:40.542 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:51:40.445061Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:51:40.445061Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:51:40.445061Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:51:40.445061Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:51:40.445061Z", "running": 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-06T00:51:40.445061Z", "running": 0, "size": 1}}] 2022-03-06T00:51:50.571 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:51:51.208 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:51:51.208 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:51:51.083627Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:51:51.083627Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:51:51.083627Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:51:51.083627Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:51:51.083627Z", "running": 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-06T00:51:51.083627Z", "running": 0, "size": 1}}] 2022-03-06T00:52:01.225 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:52:01.991 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:52:01.991 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:52:01.824023Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:52:01.824023Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:52:01.824023Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:52:01.824023Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:52:01.824023Z", "running": 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-06T00:52:01.824023Z", "running": 0, "size": 1}}] 2022-03-06T00:52:12.017 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:52:12.629 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:52:12.630 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:52:12.544177Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:52:12.544177Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:52:12.544177Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:52:12.544177Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:52:12.544177Z", "running": 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-06T00:52:12.544177Z", "running": 0, "size": 1}}] 2022-03-06T00:52:22.650 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:52:23.221 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:52:23.221 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:52:23.124161Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:52:23.124161Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:52:23.124161Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:52:23.124161Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:52:23.124161Z", "running": 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-06T00:52:23.124161Z", "running": 0, "size": 1}}] 2022-03-06T00:52:33.246 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:52:33.863 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:52:33.863 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:52:33.771277Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:52:33.771277Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:52:33.771277Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:52:33.771277Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:52:33.771277Z", "running": 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-06T00:52:33.771277Z", "running": 0, "size": 1}}] 2022-03-06T00:52:43.886 DEBUG:teuthology.orchestra.run.smithi123:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-b8zfv -- ceph orch ls -f json 2022-03-06T00:52:44.450 INFO:teuthology.orchestra.run.smithi123.stdout: 2022-03-06T00:52:44.489 INFO:teuthology.orchestra.run.smithi123.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-06T00:37:11.000000Z", "last_refresh": "2022-03-06T00:52:44.357701Z", "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-06T00:20:50.000000Z", "last_refresh": "2022-03-06T00:52:44.357701Z", "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-06T00:20:32.000000Z", "last_refresh": "2022-03-06T00:52:44.357701Z", "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-06T00:22:22.000000Z", "last_refresh": "2022-03-06T00:52:44.357701Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-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-06T00:52:44.357701Z", "running": 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-06T00:52:44.357701Z", "running": 0, "size": 1}}] 2022-03-06T00:52:44.491 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-06T00:52:44.491 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-06T00:52:44.492 INFO:tasks.rook:Cleaning up config and client.admin keyring 2022-03-06T00:52:44.492 DEBUG:teuthology.orchestra.run.smithi123:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2022-03-06T00:52:44.511 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-06T00:52:44.511 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-06T00:52:44.529 DEBUG:teuthology.orchestra.remote:smithi123:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-06T00:52:44.544 DEBUG:teuthology.orchestra.run.smithi123:> kubectl delete -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-03-06T00:52:44.608 INFO:teuthology.orchestra.run.smithi123.stdout:deployment.apps "rook-ceph-tools" deleted 2022-03-06T00:52:44.618 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-06T00:52:44.618 DEBUG:teuthology.orchestra.run.smithi123:> kubectl delete -f cluster.yaml 2022-03-06T00:52:44.681 INFO:teuthology.orchestra.run.smithi123.stdout:cephcluster.ceph.rook.io "rook-ceph" deleted 2022-03-06T00:52:44.683 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:52:44.684313 I | ceph-cluster-controller: CR "rook-ceph" is going be deleted, cancelling any ongoing orchestration 2022-03-06T00:52:44.915 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:52:44.915931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:52:44.924 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:52:44.925026 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:52:44.924 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:52:44.925068 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-06T00:52:55.145 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:52:55.145178 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:52:55.155 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:52:55.156395 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:53:05.377 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:53:05.377512 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:53:05.392 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:53:05.392924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:53:15.612 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:53:15.612592 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:53:15.623 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:53:15.624202 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:53:25.847 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:53:25.847976 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:53:25.861 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:53:25.861659 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:53:36.082 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:53:36.082398 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:53:36.095 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:53:36.096181 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:53:46.356 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:53:46.356535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:53:46.367 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:53:46.367649 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:53:56.589 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:53:56.589071 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:53:56.601 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:53:56.601444 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:54:06.863 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:54:06.863645 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:54:06.877 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:54:06.876095 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:54:17.095 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:54:17.095601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:54:17.108 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:54:17.108571 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:54:27.334 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:54:27.334361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:54:27.345 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:54:27.346184 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:54:37.593 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:54:37.593224 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:54:37.604 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:54:37.604329 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:54:47.865 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:54:47.865855 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:54:47.877 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:54:47.878058 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:54:58.118 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:54:58.117648 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:54:58.129 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:54:58.129586 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:55:08.387 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:55:08.387206 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:55:08.400 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:55:08.400922 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:55:18.622 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:55:18.622431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:55:18.634 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:55:18.634751 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:55:28.856 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:55:28.856883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:55:28.868 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:55:28.868037 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:55:39.083 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:55:39.083478 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:55:39.096 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:55:39.096267 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:55:49.318 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:55:49.317956 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:55:49.331 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:55:49.331130 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:55:59.555 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:55:59.555175 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:55:59.569 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:55:59.569191 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:56:09.790 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:56:09.790859 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:56:09.825 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:56:09.825351 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:56:20.059 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:56:20.052472 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:56:20.085 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:56:20.077808 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:56:30.324 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:56:30.322754 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:56:30.335 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:56:30.331866 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:56:40.553 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:56:40.552920 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:56:40.566 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:56:40.565018 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:56:50.785 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:56:50.785279 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:56:50.821 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:56:50.821491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:57:01.047 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:57:01.042554 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:57:01.056 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:57:01.055870 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:57:11.279 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:57:11.277495 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:57:11.293 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:57:11.290891 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:57:21.513 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:57:21.512163 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:57:21.522 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:57:21.522301 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:57:31.775 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:57:31.772854 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:57:31.783 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:57:31.781907 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:57:42.003 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:57:42.002790 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:57:42.015 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:57:42.015294 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:57:52.239 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:57:52.239393 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:57:52.252 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:57:52.252513 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:58:02.510 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:58:02.510340 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:58:02.521 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:58:02.521246 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:58:12.785 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:58:12.780875 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:58:12.794 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:58:12.793368 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:58:23.014 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:58:23.014343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:58:23.026 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:58:23.026150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:58:33.284 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:58:33.284375 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:58:33.378 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:58:33.377186 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:58:43.595 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:58:43.595161 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:58:43.608 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:58:43.607817 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:58:53.828 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:58:53.827866 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:58:53.840 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:58:53.840180 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:59:04.060 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:59:04.059582 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:59:04.073 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:59:04.072084 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:59:14.295 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:59:14.294591 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:59:14.308 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:59:14.307785 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:59:24.535 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:59:24.534560 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:59:24.548 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:59:24.547512 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:59:34.771 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:59:34.769181 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:59:34.786 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:59:34.783071 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:59:45.004 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:59:45.003049 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:59:45.017 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:59:45.017041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:59:55.239 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:59:55.238395 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T00:59:55.251 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 00:59:55.251164 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:00:05.475 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:00:05.474852 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:00:05.487 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:00:05.487264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:00:15.712 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:00:15.710942 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:00:15.723 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:00:15.723096 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:00:25.968 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:00:25.967268 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:00:26.009 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:00:26.009314 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:00:36.264 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:00:36.263347 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:00:36.275 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:00:36.274568 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:00:46.495 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:00:46.493176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:00:46.507 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:00:46.506329 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:00:56.763 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:00:56.762649 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:00:56.772 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:00:56.772393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:01:06.997 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:01:06.996456 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:01:07.009 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:01:07.008605 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:01:17.232 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:01:17.231138 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:01:17.246 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:01:17.245980 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:01:27.468 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:01:27.466924 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:01:27.483 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:01:27.481689 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:01:37.703 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:01:37.702678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:01:37.715 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:01:37.714652 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:01:47.935 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:01:47.934661 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:01:47.947 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:01:47.947277 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:01:58.214 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:01:58.214057 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:01:58.225 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:01:58.225460 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:02:08.449 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:02:08.448102 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:02:08.462 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:02:08.461108 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:02:18.677 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:02:18.676389 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:02:18.687 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:02:18.686924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:02:28.904 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:02:28.903222 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:02:28.917 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:02:28.917434 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:02:39.144 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:02:39.144061 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:02:39.155 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:02:39.154536 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:02:49.377 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:02:49.376863 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:02:49.392 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:02:49.392478 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:02:59.610 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:02:59.608681 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:02:59.624 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:02:59.623307 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:03:09.898 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:03:09.897519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:03:09.912 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:03:09.912255 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:03:20.137 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:03:20.136316 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:03:20.148 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:03:20.148263 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:03:30.374 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:03:30.373632 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:03:30.400 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:03:30.391155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:03:40.618 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:03:40.617325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:03:40.630 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:03:40.629399 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:03:50.852 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:03:50.851445 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:03:50.863 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:03:50.862064 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:04:01.083 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:01.082456 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:04:01.096 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:01.095069 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:04:11.321 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:11.320090 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:04:11.332 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:11.331643 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:04:21.557 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:21.556067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:04:21.568 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:21.567641 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:04:31.786 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:31.785975 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:04:31.798 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:31.798086 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:04:31.839 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:31.838781 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T01:04:32.490 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:32.489192 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-06T01:04:32.468+0000 7fc70a45d340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T01:04:32.490 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:04:32.468+0000 7fc70a45d340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T01:04:32.491 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:04:32.468+0000 7fc70a45d340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T01:04:32.491 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T01:04:32.491 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:32.489222 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-06T01:04:32.468+0000 7fc70a45d340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T01:04:32.491 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:04:32.468+0000 7fc70a45d340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T01:04:32.492 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:04:32.468+0000 7fc70a45d340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T01:04:32.492 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T01:04:42.023 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:42.022626 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:04:42.036 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:42.035606 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:04:52.254 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:52.253621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:04:52.271 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:04:52.269809 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:05:02.489 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:05:02.487330 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:05:02.530 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:05:02.529506 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:05:12.749 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:05:12.748384 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:05:12.763 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:05:12.763410 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:05:22.987 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:05:22.986573 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:05:22.998 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:05:22.997372 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:05:33.215 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:05:33.215331 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:05:33.224 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:05:33.224947 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:05:43.441 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:05:43.441376 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:05:43.455 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:05:43.454901 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:05:53.677 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:05:53.678018 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:05:53.686 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:05:53.686737 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:06:03.908 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:06:03.908361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:06:03.921 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:06:03.921675 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:06:14.134 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:06:14.134576 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:06:14.148 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:06:14.149254 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:06:24.369 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:06:24.369720 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:06:24.381 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:06:24.381095 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:06:34.603 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:06:34.603395 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:06:34.613 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:06:34.614505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:06:44.837 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:06:44.838097 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:06:44.916 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:06:44.917864 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:06:55.132 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:06:55.133620 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:06:55.143 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:06:55.144667 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:07:05.364 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:07:05.364933 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:07:05.378 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:07:05.379945 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:07:15.599 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:07:15.600414 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:07:15.611 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:07:15.612785 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:07:25.836 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:07:25.836877 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:07:25.858 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:07:25.860136 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:07:36.087 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:07:36.089034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:07:36.101 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:07:36.103242 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:07:46.319 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:07:46.321084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:07:46.331 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:07:46.333831 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:07:56.547 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:07:56.549463 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:07:56.558 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:07:56.560551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:07:56.701 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:07:56.703466 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-06 01:07:56.695169958 +0000 UTC m=+2924.403502773 LastTransitionTime:2022-03-06 00:21:00 +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-06T01:08:06.790 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:08:06.792562 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:08:06.802 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:08:06.804635 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:08:17.026 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:08:17.028088 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:08:17.038 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:08:17.040414 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:08:27.260 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:08:27.263032 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:08:27.273 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:08:27.276488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:08:37.535 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:08:37.537843 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:08:37.545 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:08:37.548288 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:08:47.783 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:08:47.785442 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:08:47.799 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:08:47.801557 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:08:58.022 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:08:58.024802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:08:58.034 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:08:58.037584 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:09:08.254 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:09:08.256667 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:09:08.267 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:09:08.269841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:09:18.490 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:09:18.492945 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:09:18.503 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:09:18.506733 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:09:28.724 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:09:28.727591 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:09:28.734 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:09:28.737801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:09:38.966 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:09:38.969043 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:09:38.979 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:09:38.982702 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:09:49.200 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:09:49.203056 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:09:49.211 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:09:49.214858 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:09:59.434 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:09:59.437164 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:09:59.446 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:09:59.448531 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:10:09.668 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:10:09.670540 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:10:09.683 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:10:09.686337 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:10:19.896 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:10:19.899279 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:10:19.909 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:10:19.912086 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:10:30.126 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:10:30.129714 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:10:30.139 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:10:30.142755 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:10:40.363 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:10:40.366020 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:10:40.373 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:10:40.376729 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:10:50.593 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:10:50.596727 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:10:50.606 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:10:50.609807 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:11:00.825 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:11:00.828996 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:11:00.838 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:11:00.842568 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:11:11.060 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:11:11.063454 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:11:11.071 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:11:11.075458 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:11:21.290 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:11:21.294047 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:11:21.301 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:11:21.305660 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:11:31.523 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:11:31.527360 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:11:31.536 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:11:31.540010 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:11:41.767 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:11:41.770555 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:11:41.778 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:11:41.781857 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:11:51.996 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:11:52.000421 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:11:52.006 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:11:52.010299 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:12:02.250 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:12:02.253771 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:12:02.261 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:12:02.265185 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:12:12.477 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:12:12.481087 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:12:12.489 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:12:12.493633 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:12:22.711 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:12:22.715590 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:12:22.723 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:12:22.725585 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:12:32.943 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:12:32.946843 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:12:32.955 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:12:32.959458 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:12:43.174 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:12:43.178466 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:12:43.185 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:12:43.189566 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:12:53.416 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:12:53.420067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:12:53.426 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:12:53.431110 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:13:03.646 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:13:03.650686 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:13:03.659 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:13:03.663398 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:13:13.883 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:13:13.885429 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:13:13.894 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:13:13.898770 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:13:24.115 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:13:24.119689 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:13:24.127 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:13:24.131841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:13:34.348 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:13:34.353035 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:13:34.362 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:13:34.366621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:13:44.615 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:13:44.619370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:13:44.626 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:13:44.631039 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:13:54.846 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:13:54.850334 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:13:54.859 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:13:54.863410 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:14:05.104 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:14:05.108248 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:14:05.113 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:14:05.117857 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:14:15.336 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:14:15.340886 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:14:15.366 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:14:15.370443 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:14:25.583 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:14:25.588279 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:14:25.594 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:14:25.598980 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:14:35.859 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:14:35.863494 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:14:35.871 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:14:35.875891 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:14:46.090 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:14:46.094870 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:14:46.102 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:14:46.107255 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:14:56.320 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:14:56.325136 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:14:56.332 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:14:56.337153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:15:06.551 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:15:06.556311 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:15:06.564 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:15:06.568488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:15:16.782 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:15:16.786903 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:15:16.795 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:15:16.800265 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:15:27.015 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:15:27.020159 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:15:27.025 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:15:27.030825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:15:37.246 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:15:37.251747 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:15:37.259 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:15:37.264491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:15:47.483 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:15:47.487582 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:15:47.495 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:15:47.499121 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:15:57.716 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:15:57.721299 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:15:57.726 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:15:57.732197 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:16:07.955 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:16:07.955350 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:16:07.965 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:16:07.970117 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:16:18.241 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:16:18.236819 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:16:18.245 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:16:18.250510 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:16:28.473 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:16:28.476674 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:16:28.483 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:16:28.488584 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:16:38.703 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:16:38.708325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:16:38.712 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:16:38.717298 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:16:48.934 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:16:48.937799 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:16:49.003 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:16:49.007651 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:16:59.221 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:16:59.226361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:16:59.228 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:16:59.234730 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:17:09.452 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:17:09.457717 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:17:09.464 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:17:09.470133 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:17:19.688 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:17:19.693581 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:17:19.704 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:17:19.710024 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:17:29.920 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:17:29.926032 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:17:29.933 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:17:29.938636 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:17:40.156 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:17:40.161696 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:17:40.169 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:17:40.174370 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:17:50.399 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:17:50.404509 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:17:50.413 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:17:50.417898 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:18:00.638 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:18:00.643590 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:18:00.653 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:18:00.657012 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:18:10.873 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:18:10.878604 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:18:10.886 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:18:10.892233 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:18:21.114 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:18:21.119270 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:18:21.253 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:18:21.131569 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:18:31.367 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:18:31.373339 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:18:31.377 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:18:31.383689 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:18:41.623 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:18:41.629621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:18:41.632 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:18:41.638333 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:18:51.865 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:18:51.871684 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:18:51.874 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:18:51.880941 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:19:02.102 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:19:02.108265 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:19:02.112 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:19:02.119087 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:19:12.331 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:19:12.337504 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:19:12.343 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:19:12.350037 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:19:22.563 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:19:22.569182 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:19:22.575 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:19:22.581335 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:19:32.797 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:19:32.803543 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:19:32.809 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:19:32.815939 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:19:43.024 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:19:43.030535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:19:43.039 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:19:43.043396 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:19:53.268 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:19:53.274848 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:19:53.277 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:19:53.283725 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:20:03.503 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:20:03.509686 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:20:03.518 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:20:03.522366 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:20:13.737 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:20:13.743146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:20:13.750 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:20:13.756631 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:20:23.972 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:20:23.978734 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:20:23.984 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:20:23.990951 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:20:34.209 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:20:34.215110 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:20:34.221 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:20:34.228292 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:20:44.445 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:20:44.451359 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:20:44.466 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:20:44.472997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:20:54.701 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:20:54.708183 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:20:54.711 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:20:54.717663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:21:04.927 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:04.934112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:21:04.938 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:04.944862 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:21:12.489 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:12.495843 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T01:21:13.189 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:13.195376 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-06T01:21:13.186+0000 7fdd540a7340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T01:21:13.189 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:21:13.186+0000 7fdd540a7340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T01:21:13.189 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:21:13.186+0000 7fdd540a7340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T01:21:13.190 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T01:21:13.190 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:13.195403 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-06T01:21:13.186+0000 7fdd540a7340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T01:21:13.190 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:21:13.186+0000 7fdd540a7340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T01:21:13.191 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:21:13.186+0000 7fdd540a7340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T01:21:13.191 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T01:21:15.155 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:15.162427 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:21:15.167 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:15.173491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:21:25.395 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:25.401229 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:21:25.410 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:25.414562 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:21:35.628 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:35.634504 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:21:35.641 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:35.647238 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:21:45.862 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:45.868152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:21:45.874 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:45.880976 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:21:56.097 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:56.103076 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:21:56.109 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:21:56.116151 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:22:06.335 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:22:06.337563 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:22:06.344 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:22:06.351036 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:22:16.570 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:22:16.577310 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:22:16.583 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:22:16.589931 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:22:26.807 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:22:26.813826 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:22:26.821 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:22:26.828444 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:22:37.046 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:22:37.053164 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:22:37.058 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:22:37.065359 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:22:47.282 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:22:47.288990 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:22:47.293 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:22:47.300325 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:22:57.512 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:22:57.518101 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:22:57.531 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:22:57.533619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:23:07.746 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:23:07.753053 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:23:07.760 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:23:07.767173 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:23:18.010 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:23:18.017088 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:23:18.022 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:23:18.030072 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:23:28.241 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:23:28.247755 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:23:28.253 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:23:28.260475 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:23:38.473 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:23:38.480109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:23:38.484 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:23:38.491716 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:23:48.705 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:23:48.712705 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:23:48.718 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:23:48.724595 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:23:58.934 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:23:58.941366 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:23:58.944 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:23:58.951296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:24:09.162 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:24:09.169263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:24:09.175 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:24:09.182878 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:24:19.398 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:24:19.404077 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:24:19.408 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:24:19.415495 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:24:29.626 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:24:29.633710 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:24:29.638 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:24:29.645441 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:24:39.859 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:24:39.866605 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:24:39.875 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:24:39.879820 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:24:50.097 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:24:50.104186 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:24:50.105 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:24:50.113335 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:25:00.331 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:25:00.338284 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:25:00.369 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:25:00.376861 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:25:10.590 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:25:10.598017 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:25:10.608 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:25:10.616150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:25:20.838 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:25:20.845326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:25:20.850 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:25:20.858221 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:25:31.075 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:25:31.079045 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:25:31.085 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:25:31.091888 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:25:41.305 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:25:41.312700 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:25:41.316 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:25:41.324263 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:25:51.539 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:25:51.546575 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:25:51.553 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:25:51.560174 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:26:01.772 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:26:01.779472 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:26:01.786 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:26:01.792400 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:26:12.005 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:26:12.012827 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:26:12.019 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:26:12.023380 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:26:12.215 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:26:12.221360 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-06 01:26:12.215503924 +0000 UTC m=+4019.923836703 LastTransitionTime:2022-03-06 00:21:00 +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-06T01:26:22.238 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:26:22.245095 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:26:22.250 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:26:22.257673 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:26:32.479 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:26:32.485447 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:26:32.490 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:26:32.497455 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:26:42.704 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:26:42.711563 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:26:42.716 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:26:42.724125 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:26:52.945 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:26:52.953241 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:26:52.960 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:26:52.968007 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:27:03.183 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:27:03.188884 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:27:03.250 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:27:03.256481 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:27:13.505 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:27:13.513203 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:27:13.521 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:27:13.529021 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:27:23.762 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:27:23.769716 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:27:23.778 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:27:23.785804 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:27:33.997 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:27:34.005096 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:27:34.008 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:27:34.016533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:27:44.229 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:27:44.237069 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:27:44.243 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:27:44.248791 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:27:54.462 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:27:54.470190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:27:54.474 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:27:54.481765 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:28:04.701 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:28:04.702630 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:28:04.707 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:28:04.715828 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:28:14.932 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:28:14.939586 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:28:14.942 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:28:14.950640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:28:25.171 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:28:25.177217 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:28:25.326 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:28:25.189041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:28:35.404 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:28:35.412512 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:28:35.415 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:28:35.423760 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:28:45.637 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:28:45.644702 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:28:45.651 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:28:45.657094 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:28:55.876 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:28:55.884192 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:28:55.888 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:28:55.896336 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:29:06.111 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:29:06.119682 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:29:06.125 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:29:06.131907 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:29:16.377 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:29:16.384935 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:29:16.389 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:29:16.397009 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:29:26.610 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:29:26.617770 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:29:26.623 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:29:26.631153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:29:36.865 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:29:36.873692 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:29:36.894 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:29:36.902716 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:29:47.147 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:29:47.154801 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:29:47.160 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:29:47.166464 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:29:57.379 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:29:57.387544 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:29:57.393 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:29:57.402083 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:30:07.616 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:30:07.624293 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:30:07.628 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:30:07.636487 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:30:17.856 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:30:17.863717 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:30:17.867 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:30:17.874832 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:30:28.089 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:30:28.097160 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:30:28.101 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:30:28.109951 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:30:38.324 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:30:38.331614 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:30:38.335 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:30:38.343213 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:30:48.557 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:30:48.565719 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:30:48.570 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:30:48.576720 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:30:58.790 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:30:58.797918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:30:58.803 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:30:58.811068 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:31:09.050 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:31:09.058331 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:31:09.064 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:31:09.072505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:31:19.290 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:31:19.298861 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:31:19.304 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:31:19.312924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:31:29.526 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:31:29.533868 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:31:29.543 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:31:29.551148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:31:39.790 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:31:39.798866 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:31:39.801 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:31:39.809594 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:31:50.019 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:31:50.027634 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:31:50.062 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:31:50.069415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:32:00.277 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:32:00.285616 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:32:00.291 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:32:00.299997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:32:10.546 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:32:10.554572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:32:10.555 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:32:10.564198 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:32:20.776 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:32:20.784821 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:32:20.790 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:32:20.798831 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:32:31.010 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:32:31.018732 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:32:31.022 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:32:31.030691 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:32:41.241 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:32:41.249833 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:32:41.252 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:32:41.261359 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:32:51.473 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:32:51.482173 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:32:51.484 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:32:51.493321 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:33:01.731 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:33:01.739878 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:33:01.743 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:33:01.752289 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:33:11.962 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:33:11.970999 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:33:11.972 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:33:11.981282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:33:22.203 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:33:22.211995 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:33:22.215 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:33:22.224375 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:33:32.436 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:33:32.444172 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:33:32.472 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:33:32.481549 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:33:42.693 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:33:42.702634 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:33:42.704 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:33:42.713799 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:33:52.924 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:33:52.933189 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:33:52.938 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:33:52.945377 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:34:03.157 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:34:03.166258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:34:03.165 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:34:03.174603 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:34:13.410 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:34:13.419147 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:34:13.423 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:34:13.431189 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:34:23.680 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:34:23.689156 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:34:23.692 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:34:23.701798 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:34:33.916 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:34:33.924814 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:34:33.930 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:34:33.937298 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:34:44.149 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:34:44.157736 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:34:44.164 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:34:44.171758 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:34:54.386 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:34:54.394738 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:34:54.398 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:34:54.407407 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:35:04.626 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:35:04.633832 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:35:04.638 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:35:04.647628 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:35:14.892 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:35:14.901258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:35:14.906 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:35:14.915528 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:35:25.151 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:35:25.158195 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:35:25.157 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:35:25.166609 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:35:35.377 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:35:35.386273 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:35:35.389 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:35:35.398652 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:35:45.608 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:35:45.617123 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:35:45.620 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:35:45.630017 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:35:55.841 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:35:55.850043 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:35:55.851 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:35:55.860845 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:36:06.071 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:36:06.080939 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:36:06.084 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:36:06.093819 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:36:16.316 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:36:16.325049 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:36:16.328 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:36:16.334219 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:36:26.563 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:36:26.572170 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:36:26.576 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:36:26.585372 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:36:36.798 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:36:36.806909 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:36:36.809 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:36:36.818573 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:36:47.029 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:36:47.037677 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:36:47.040 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:36:47.050242 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:36:57.262 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:36:57.271467 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:36:57.273 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:36:57.282689 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:37:07.499 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:07.508320 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:37:07.510 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:07.520220 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:37:17.775 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:17.782121 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:37:17.781 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:17.790889 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:37:28.002 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:28.011332 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:37:28.013 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:28.022455 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:37:38.235 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:38.244227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:37:38.244 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:38.254077 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:37:48.466 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:48.474419 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:37:48.478 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:48.486584 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:37:53.192 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:53.202174 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T01:37:53.834 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:53.844331 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-06T01:37:53.834+0000 7fad118cf340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T01:37:53.835 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:37:53.834+0000 7fad118cf340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T01:37:53.835 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:37:53.834+0000 7fad118cf340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T01:37:53.840 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T01:37:53.840 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:53.844357 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-06T01:37:53.834+0000 7fad118cf340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T01:37:53.841 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:37:53.834+0000 7fad118cf340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T01:37:53.841 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:37:53.834+0000 7fad118cf340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T01:37:53.841 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T01:37:58.697 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:58.707275 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:37:58.708 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:37:58.717458 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:38:08.932 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:38:08.941582 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:38:08.946 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:38:08.953048 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:38:19.165 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:38:19.174020 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:38:19.175 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:38:19.185133 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:38:29.402 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:38:29.412065 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:38:29.411 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:38:29.420835 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:38:39.665 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:38:39.674371 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:38:39.676 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:38:39.685713 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:38:49.895 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:38:49.904015 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:38:49.905 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:38:49.914626 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:39:00.126 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:39:00.134321 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:39:00.137 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:39:00.146705 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:39:10.364 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:39:10.373584 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:39:10.378 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:39:10.387029 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:39:20.603 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:39:20.612785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:39:20.617 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:39:20.626740 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:39:30.836 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:39:30.845153 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:39:30.846 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:39:30.855106 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:39:41.072 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:39:41.080637 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:39:41.084 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:39:41.092921 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:39:51.311 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:39:51.318239 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:39:51.325 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:39:51.333118 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:40:01.544 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:40:01.552083 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:40:01.558 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:40:01.564787 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:40:11.774 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:40:11.782779 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:40:11.787 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:40:11.795486 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:40:22.044 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:40:22.052019 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:40:22.058 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:40:22.065925 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:40:32.293 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:40:32.300967 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:40:32.304 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:40:32.311633 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:40:42.527 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:40:42.534707 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:40:42.541 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:40:42.548382 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:40:52.763 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:40:52.770196 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:40:52.775 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:40:52.783153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:41:03.029 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:41:03.035876 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:41:03.043 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:41:03.050421 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:41:13.286 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:41:13.293379 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:41:13.296 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:41:13.303076 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:41:23.517 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:41:23.523502 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:41:23.530 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:41:23.536690 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:41:33.749 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:41:33.755153 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:41:33.758 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:41:33.763748 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:41:43.976 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:41:43.982639 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:41:43.987 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:41:43.994298 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:41:54.212 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:41:54.217115 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:41:54.223 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:41:54.229537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:42:04.442 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:42:04.447644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:42:04.454 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:42:04.460126 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:42:14.677 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:42:14.682631 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:42:14.693 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:42:14.699627 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:42:24.911 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:42:24.917107 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:42:24.944 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:42:24.944721 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:42:35.162 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:42:35.166880 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:42:35.175 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:42:35.179995 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:42:45.405 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:42:45.410513 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:42:45.418 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:42:45.423648 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:42:55.639 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:42:55.643703 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:42:55.694 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:42:55.699236 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:43:05.945 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:43:05.950385 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:43:05.956 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:43:05.961012 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:43:16.176 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:43:16.180128 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:43:16.185 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:43:16.189281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:43:26.425 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:43:26.430259 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:43:26.533 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:43:26.464572 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:43:36.675 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:43:36.679973 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:43:36.688 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:43:36.692584 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:43:46.907 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:43:46.911009 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:43:46.921 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:43:46.925117 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:43:57.140 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:43:57.144333 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:43:57.202 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:43:57.157307 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:44:07.372 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:44:07.376265 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:44:07.380 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:44:07.384699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:44:17.600 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:44:17.604431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:44:17.614 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:44:17.617900 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:44:27.831 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:44:27.835208 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:44:27.844 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:44:27.847668 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:44:27.976 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:44:27.980370 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-06 01:44:27.969030344 +0000 UTC m=+5115.677363168 LastTransitionTime:2022-03-06 00:21:00 +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-06T01:44:38.066 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:44:38.069533 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:44:38.078 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:44:38.082247 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:44:48.306 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:44:48.309704 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:44:48.319 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:44:48.322492 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:44:58.549 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:44:58.552384 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:44:58.636 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:44:58.638382 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:45:08.852 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:45:08.854570 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:45:08.864 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:45:08.867172 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:45:19.117 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:45:19.120258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:45:19.130 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:45:19.133696 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:45:29.382 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:45:29.385358 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:45:29.393 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:45:29.396035 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:45:39.611 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:45:39.614111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:45:39.623 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:45:39.626609 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:45:49.845 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:45:49.847375 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:45:49.857 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:45:49.859843 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:46:00.077 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:46:00.079664 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:46:00.092 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:46:00.093325 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:46:10.314 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:46:10.316760 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:46:10.329 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:46:10.326591 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:46:20.544 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:46:20.546161 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:46:20.559 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:46:20.561609 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:46:30.781 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:46:30.783119 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:46:30.795 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:46:30.797238 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:46:41.025 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:46:41.025388 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:46:41.035 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:46:41.036869 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:46:51.263 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:46:51.264350 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:46:51.274 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:46:51.276057 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:47:01.499 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:47:01.501240 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:47:01.514 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:47:01.515784 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:47:11.741 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:47:11.741978 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:47:11.757 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:47:11.758882 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:47:21.997 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:47:21.994033 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:47:22.040 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:47:22.041964 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:47:32.260 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:47:32.262115 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:47:32.272 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:47:32.273428 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:47:42.495 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:47:42.496648 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:47:42.502 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:47:42.504198 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:47:52.727 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:47:52.728780 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:47:52.741 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:47:52.742327 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:48:02.960 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:48:02.961017 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:48:02.974 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:48:02.974169 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:48:13.194 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:48:13.195042 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:48:13.207 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:48:13.207980 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:48:23.428 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:48:23.429570 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:48:23.442 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:48:23.442833 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:48:33.664 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:48:33.664830 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:48:33.676 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:48:33.677484 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:48:43.898 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:48:43.899126 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:48:43.910 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:48:43.911307 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:48:54.135 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:48:54.135995 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:48:54.147 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:48:54.148007 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:49:04.367 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:49:04.367681 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:49:04.381 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:49:04.381765 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:49:14.605 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:49:14.605906 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:49:14.616 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:49:14.617548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:49:24.837 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:49:24.837322 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:49:24.848 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:49:24.848903 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:49:35.097 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:49:35.097519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:49:35.108 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:49:35.109341 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:49:45.326 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:49:45.326293 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:49:45.339 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:49:45.339586 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:49:55.562 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:49:55.562772 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:49:55.573 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:49:55.573271 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:50:05.794 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:50:05.793683 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:50:05.805 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:50:05.805708 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:50:16.029 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:50:16.028693 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:50:16.042 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:50:16.042213 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:50:26.264 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:50:26.264012 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:50:26.276 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:50:26.276091 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:50:36.503 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:50:36.502622 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:50:36.514 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:50:36.514452 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:50:46.740 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:50:46.740176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:50:46.752 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:50:46.752260 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:50:56.973 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:50:56.973287 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:50:56.987 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:50:56.985995 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:51:07.208 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:51:07.207722 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:51:07.220 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:51:07.220390 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:51:17.446 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:51:17.445645 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:51:17.458 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:51:17.458495 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:51:27.683 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:51:27.682618 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:51:27.697 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:51:27.696663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:51:37.922 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:51:37.921988 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:51:37.935 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:51:37.935427 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:51:48.167 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:51:48.167030 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:51:48.196 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:51:48.195872 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:51:58.414 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:51:58.413942 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:51:58.424 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:51:58.424471 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:52:08.645 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:52:08.644024 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:52:08.657 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:52:08.657397 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:52:18.879 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:52:18.878688 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:52:18.891 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:52:18.890778 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:52:29.111 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:52:29.110573 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:52:29.123 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:52:29.123417 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:52:39.343 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:52:39.342535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:52:39.357 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:52:39.355078 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:52:49.575 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:52:49.574426 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:52:49.588 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:52:49.587558 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:52:49.588 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:52:49.587603 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-06T01:52:59.810 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:52:59.809577 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:52:59.821 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:52:59.820827 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:53:10.045 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:53:10.044788 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:53:10.060 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:53:10.059440 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:53:20.277 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:53:20.276212 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:53:20.289 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:53:20.288579 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:53:30.515 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:53:30.513609 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:53:30.526 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:53:30.525432 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:53:40.782 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:53:40.781001 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:53:40.812 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:53:40.811851 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:53:51.074 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:53:51.072898 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:53:51.087 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:53:51.086834 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:54:01.310 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:01.308627 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:54:01.322 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:01.321023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:54:11.588 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:11.586754 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:54:11.602 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:11.599148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:54:21.818 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:21.816621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:54:21.832 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:21.831519 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:54:32.051 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:32.050082 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:54:32.061 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:32.060693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:54:33.876 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:33.874991 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T01:54:34.502 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:34.500208 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-06T01:54:34.490+0000 7f6c5604e340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T01:54:34.502 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:54:34.490+0000 7f6c5604e340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T01:54:34.502 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:54:34.490+0000 7f6c5604e340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T01:54:34.503 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T01:54:34.503 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:34.500239 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-06T01:54:34.490+0000 7f6c5604e340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T01:54:34.503 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:54:34.490+0000 7f6c5604e340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T01:54:34.504 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T01:54:34.490+0000 7f6c5604e340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T01:54:34.504 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T01:54:42.281 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:42.278171 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:54:42.292 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:42.289522 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:54:52.511 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:52.509545 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:54:52.529 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:54:52.523894 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:55:02.749 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:55:02.747484 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:55:02.761 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:55:02.759851 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:55:12.984 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:55:12.982355 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:55:12.997 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:55:12.996247 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:55:23.215 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:55:23.214136 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:55:23.223 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:55:23.222612 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:55:33.443 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:55:33.441410 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:55:33.455 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:55:33.453827 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:55:43.679 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:55:43.677405 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:55:43.694 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:55:43.690327 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:55:53.910 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:55:53.908731 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:55:53.923 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:55:53.922402 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:56:04.143 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:56:04.141997 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:56:04.188 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:56:04.187208 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:56:14.479 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:56:14.477231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:56:14.492 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:56:14.490395 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:56:24.710 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:56:24.708837 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:56:24.721 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:56:24.719479 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:56:34.939 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:56:34.936974 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:56:34.949 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:56:34.948267 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:56:45.171 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:56:45.168984 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:56:45.183 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:56:45.181697 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:56:55.407 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:56:55.405028 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:56:55.417 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:56:55.415642 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:57:05.637 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:57:05.635727 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:57:05.645 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:57:05.643368 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:57:15.868 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:57:15.866587 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:57:15.879 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:57:15.877489 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:57:26.100 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:57:26.098602 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:57:26.116 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:57:26.114311 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:57:36.338 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:57:36.336337 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:57:36.352 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:57:36.350654 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:57:46.580 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:57:46.577833 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:57:46.591 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:57:46.589820 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:57:56.821 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:57:56.818778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:57:56.836 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:57:56.834369 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:58:07.065 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:58:07.063259 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:58:07.078 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:58:07.076609 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:58:17.298 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:58:17.295627 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:58:17.309 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:58:17.307115 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:58:27.528 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:58:27.526405 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:58:27.541 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:58:27.539206 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:58:37.776 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:58:37.774678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:58:37.790 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:58:37.788856 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:58:48.014 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:58:48.012683 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:58:48.025 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:58:48.023545 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:58:58.249 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:58:58.246848 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:58:58.262 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:58:58.260141 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:59:08.483 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:59:08.481025 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:59:08.550 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:59:08.548163 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:59:18.796 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:59:18.793217 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:59:18.806 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:59:18.804742 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:59:29.031 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:59:29.028614 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:59:29.044 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:59:29.041786 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:59:39.277 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:59:39.275250 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:59:39.289 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:59:39.286726 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:59:49.583 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:59:49.580975 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:59:49.596 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:59:49.592982 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:59:59.808 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:59:59.805479 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T01:59:59.868 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 01:59:59.866414 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:00:10.091 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:00:10.088655 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:00:10.101 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:00:10.099615 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:00:20.319 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:00:20.317025 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:00:20.329 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:00:20.327458 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:00:30.549 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:00:30.546584 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:00:30.557 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:00:30.555564 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:00:40.775 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:00:40.772580 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:00:40.787 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:00:40.784865 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:00:51.010 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:00:51.007984 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:00:51.041 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:00:51.038709 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:01:01.267 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:01:01.264155 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:01:01.279 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:01:01.276838 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:01:11.502 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:01:11.499390 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:01:11.513 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:01:11.511528 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:01:21.737 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:01:21.734399 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:01:21.753 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:01:21.751378 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:01:31.978 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:01:31.976035 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:01:31.991 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:01:31.987833 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:01:42.213 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:01:42.210829 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:01:42.242 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:01:42.240286 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:01:52.487 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:01:52.484917 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:01:52.501 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:01:52.496229 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:02:02.736 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:02:02.733305 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:02:02.747 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:02:02.744702 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:02:12.968 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:02:12.965158 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:02:12.982 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:02:12.980248 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:02:23.203 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:02:23.200372 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:02:23.213 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:02:23.211240 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:02:33.434 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:02:33.432219 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:02:33.443 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:02:33.440918 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:02:43.662 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:02:43.659478 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:02:43.734 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:02:43.731625 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:02:43.742 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:02:43.739846 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-06 02:02:43.734436001 +0000 UTC m=+6211.442768772 LastTransitionTime:2022-03-06 00:21:00 +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-06T02:02:53.954 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:02:53.951711 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:02:53.965 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:02:53.963134 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:03:04.186 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:03:04.183889 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:03:04.199 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:03:04.197115 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:03:14.423 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:03:14.420409 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:03:14.435 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:03:14.432779 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:03:24.654 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:03:24.651048 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:03:24.665 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:03:24.662992 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:03:34.886 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:03:34.883363 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:03:34.899 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:03:34.896467 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:03:45.119 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:03:45.116824 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:03:45.133 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:03:45.130841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:03:55.368 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:03:55.365217 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:03:55.380 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:03:55.377704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:04:05.630 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:04:05.627277 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:04:05.641 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:04:05.638685 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:04:15.868 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:04:15.865510 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:04:15.881 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:04:15.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-06T02:04:26.102 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:04:26.099870 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:04:26.114 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:04:26.111790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:04:36.338 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:04:36.335343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:04:36.350 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:04:36.346603 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:04:46.618 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:04:46.615553 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:04:46.661 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:04:46.659049 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:04:56.905 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:04:56.902305 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:04:56.917 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:04:56.914674 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:05:07.141 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:05:07.138457 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:05:07.154 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:05:07.151597 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:05:17.376 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:05:17.373249 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:05:17.389 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:05:17.386624 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:05:27.617 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:05:27.613838 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:05:27.631 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:05:27.628446 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:05:37.858 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:05:37.853525 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:05:37.864 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:05:37.862143 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:05:48.089 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:05:48.086558 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:05:48.100 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:05:48.098006 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:05:58.378 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:05:58.375630 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:05:58.417 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:05:58.414197 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:06:08.641 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:06:08.638201 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:06:08.653 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:06:08.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-06T02:06:18.876 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:06:18.873800 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:06:18.890 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:06:18.888186 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:06:29.112 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:06:29.109747 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:06:29.125 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:06:29.122472 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:06:39.346 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:06:39.343713 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:06:39.358 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:06:39.355934 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:06:49.607 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:06:49.604284 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:06:49.616 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:06:49.613801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:06:59.891 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:06:59.887873 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:06:59.901 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:06:59.899297 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:07:10.120 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:07:10.117688 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:07:10.135 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:07:10.132324 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:07:20.358 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:07:20.355304 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:07:20.372 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:07:20.369420 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:07:30.600 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:07:30.597326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:07:30.613 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:07:30.610819 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:07:40.846 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:07:40.841280 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:07:40.854 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:07:40.851450 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:07:51.115 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:07:51.112629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:07:51.133 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:07:51.131237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:08:01.431 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:08:01.428770 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:08:01.443 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:08:01.440692 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:08:11.666 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:08:11.662840 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:08:11.677 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:08:11.674508 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:08:21.917 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:08:21.913890 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:08:21.931 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:08:21.928995 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:08:32.151 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:08:32.148782 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:08:32.161 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:08:32.158469 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:08:42.384 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:08:42.381389 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:08:42.416 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:08:42.413670 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:08:52.661 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:08:52.658780 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:08:52.670 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:08:52.666991 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:09:02.890 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:09:02.887066 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:09:02.900 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:09:02.896888 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:09:13.123 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:09:13.119717 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:09:13.135 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:09:13.132702 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:09:23.359 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:09:23.355750 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:09:23.373 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:09:23.369794 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:09:33.594 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:09:33.591242 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:09:33.606 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:09:33.603519 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:09:43.828 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:09:43.824886 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:09:43.891 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:09:43.888003 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:09:54.117 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:09:54.114396 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:09:54.130 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:09:54.127278 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:10:04.350 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:10:04.347211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:10:04.363 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:10:04.360085 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:10:14.583 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:10:14.580472 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:10:14.596 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:10:14.593583 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:10:24.818 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:10:24.814803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:10:24.834 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:10:24.830846 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:10:35.061 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:10:35.057627 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:10:35.074 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:10:35.070641 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:10:45.300 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:10:45.296633 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:10:45.315 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:10:45.311739 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:10:55.543 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:10:55.540040 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:10:55.554 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:10:55.551426 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:11:05.812 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:05.809185 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:11:05.825 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:05.822012 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:11:14.510 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:14.506512 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T02:11:15.115 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:15.111491 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-06T02:11:15.102+0000 7fd578fde340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T02:11:15.116 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T02:11:15.102+0000 7fd578fde340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T02:11:15.116 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T02:11:15.102+0000 7fd578fde340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T02:11:15.116 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T02:11:15.116 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:15.111519 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-06T02:11:15.102+0000 7fd578fde340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T02:11:15.117 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T02:11:15.102+0000 7fd578fde340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T02:11:15.117 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T02:11:15.102+0000 7fd578fde340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T02:11:15.117 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T02:11:16.048 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:16.044891 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:11:16.170 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:16.058634 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:11:26.285 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:26.282334 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:11:26.296 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:26.293560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:11:36.515 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:36.511521 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:11:36.527 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:36.523103 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:11:46.747 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:46.743785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:11:46.761 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:46.756892 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:11:56.982 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:56.978949 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:11:56.994 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:11:56.990222 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:12:07.208 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:12:07.204397 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:12:07.220 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:12:07.216491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:12:17.439 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:12:17.435558 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:12:17.453 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:12:17.449409 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:12:27.673 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:12:27.669686 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:12:27.686 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:12:27.682205 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:12:37.906 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:12:37.902788 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:12:37.921 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:12:37.917852 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:12:48.144 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:12:48.140903 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:12:48.156 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:12:48.152689 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:12:58.389 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:12:58.385288 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:12:58.401 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:12:58.398361 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:13:08.629 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:13:08.625462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:13:08.642 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:13:08.639341 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:13:18.862 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:13:18.858758 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:13:18.875 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:13:18.871853 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:13:29.107 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:13:29.104151 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:13:29.120 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:13:29.117702 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:13:39.346 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:13:39.342799 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:13:39.360 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:13:39.357705 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:13:49.585 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:13:49.582020 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:13:49.597 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:13:49.594448 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:13:59.819 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:13:59.816076 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:13:59.881 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:13:59.877982 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:14:10.133 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:14:10.130146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:14:10.152 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:14:10.141819 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:14:20.366 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:14:20.363909 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:14:20.379 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:14:20.377336 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:14:30.597 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:14:30.595051 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:14:30.608 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:14:30.606181 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:14:40.826 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:14:40.823944 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:14:40.839 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:14:40.836848 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:14:51.060 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:14:51.058270 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:14:51.074 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:14:51.071739 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:15:01.296 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:15:01.294214 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:15:01.308 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:15:01.307074 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:15:11.532 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:15:11.530853 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:15:11.547 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:15:11.544483 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:15:21.773 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:15:21.771646 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:15:21.787 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:15:21.785256 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:15:32.004 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:15:32.002968 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:15:32.061 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:15:32.059405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:15:42.295 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:15:42.293664 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:15:42.303 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:15:42.302468 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:15:52.539 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:15:52.538425 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:15:52.549 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:15:52.548741 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:16:02.765 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:16:02.764414 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:16:02.777 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:16:02.776564 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:16:13.083 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:16:13.082112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:16:13.094 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:16:13.094013 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:16:23.321 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:16:23.320719 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:16:23.382 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:16:23.382175 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:16:33.601 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:16:33.600590 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:16:33.616 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:16:33.612636 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:16:43.839 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:16:43.838344 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:16:43.852 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:16:43.852048 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:16:54.072 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:16:54.072217 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:16:54.085 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:16:54.084867 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:17:04.308 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:17:04.308259 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:17:04.321 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:17:04.321735 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:17:14.543 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:17:14.543233 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:17:14.555 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:17:14.555640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:17:24.777 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:17:24.777473 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:17:24.788 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:17:24.788493 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:17:35.016 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:17:35.016597 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:17:35.029 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:17:35.030118 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:17:45.308 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:17:45.308574 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:17:45.327 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:17:45.327858 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:17:55.573 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:17:55.573716 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:17:55.586 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:17:55.586496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:18:05.805 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:18:05.806162 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:18:05.822 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:18:05.823121 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:18:16.040 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:18:16.040520 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:18:16.052 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:18:16.052727 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:18:26.274 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:18:26.274505 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:18:26.286 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:18:26.286798 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:18:36.508 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:18:36.508730 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:18:36.521 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:18:36.522903 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:18:46.739 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:18:46.740412 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:18:46.752 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:18:46.753264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:18:56.978 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:18:56.978428 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:18:56.986 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:18:56.987612 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:19:07.209 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:19:07.210890 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:19:07.219 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:19:07.221045 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:19:17.448 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:19:17.449318 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:19:17.459 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:19:17.461066 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:19:27.679 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:19:27.680988 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:19:27.725 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:19:27.726554 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:19:37.948 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:19:37.949766 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:19:37.958 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:19:37.960388 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:19:48.185 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:19:48.186035 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:19:48.194 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:19:48.196755 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:19:58.424 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:19:58.425613 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:19:58.434 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:19:58.436152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:19:58.753 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:19:58.754721 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-06 02:19:58.749084407 +0000 UTC m=+7246.457417237 LastTransitionTime:2022-03-06 00:21:00 +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-06T02:20:08.655 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:20:08.657052 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:20:08.712 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:20:08.714910 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:20:18.928 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:20:18.930469 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:20:18.945 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:20:18.947090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:20:29.163 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:20:29.165330 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:20:29.174 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:20:29.176944 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:20:39.394 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:20:39.396091 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:20:39.410 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:20:39.409832 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:20:49.627 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:20:49.629033 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:20:49.646 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:20:49.647132 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:20:59.872 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:20:59.874096 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:20:59.883 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:20:59.886232 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:21:10.107 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:21:10.109235 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:21:10.118 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:21:10.120754 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:21:20.339 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:21:20.341380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:21:20.352 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:21:20.354669 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:21:30.571 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:21:30.573173 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:21:30.581 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:21:30.584395 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:21:40.803 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:21:40.805446 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:21:40.814 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:21:40.817337 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:21:51.083 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:21:51.085933 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:21:51.097 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:21:51.099738 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:22:01.353 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:22:01.356313 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:22:01.366 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:22:01.369415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:22:11.699 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:22:11.701457 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:22:11.712 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:22:11.714918 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:22:21.928 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:22:21.930859 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:22:21.939 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:22:21.943014 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:22:32.158 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:22:32.161147 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:22:32.170 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:22:32.173182 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:22:42.393 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:22:42.396123 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:22:42.407 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:22:42.409728 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:22:52.633 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:22:52.636176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:22:52.643 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:22:52.647202 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:23:02.892 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:23:02.895912 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:23:02.904 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:23:02.907940 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:23:13.128 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:23:13.131671 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:23:13.140 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:23:13.143644 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:23:23.370 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:23:23.373018 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:23:23.380 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:23:23.383801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:23:33.602 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:23:33.605316 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:23:33.618 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:23:33.621472 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:23:43.844 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:23:43.847516 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:23:43.854 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:23:43.858188 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:23:54.099 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:23:54.102893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:23:54.112 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:23:54.115589 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:24:04.401 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:24:04.404273 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:24:04.413 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:24:04.417500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:24:14.709 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:24:14.712367 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:24:14.722 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:24:14.725751 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:24:24.974 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:24:24.977655 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:24:24.986 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:24:24.990255 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:24:35.203 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:24:35.206922 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:24:35.213 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:24:35.217262 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:24:45.450 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:24:45.453676 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:24:45.464 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:24:45.468090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:24:55.681 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:24:55.685535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:24:55.693 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:24:55.697708 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:25:05.909 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:25:05.913936 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:25:05.918 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:25:05.922307 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:25:16.142 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:25:16.145885 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:25:16.154 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:25:16.158000 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:25:26.429 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:25:26.433058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:25:26.442 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:25:26.446426 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:25:36.673 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:25:36.677023 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:25:36.685 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:25:36.689396 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:25:46.931 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:25:46.935873 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:25:46.942 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:25:46.946500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:25:57.171 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:25:57.175842 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:25:57.186 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:25:57.190573 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:26:07.406 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:26:07.410067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:26:07.418 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:26:07.422994 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:26:17.638 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:26:17.642600 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:26:17.655 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:26:17.660094 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:26:27.875 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:26:27.879708 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:26:27.888 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:26:27.892365 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:26:38.113 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:26:38.117992 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:26:38.159 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:26:38.163140 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:26:48.380 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:26:48.385009 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:26:48.391 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:26:48.396089 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:26:58.609 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:26:58.614187 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:26:58.624 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:26:58.626836 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:27:08.847 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:27:08.851748 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:27:08.859 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:27:08.864134 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:27:19.085 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:27:19.090086 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:27:19.097 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:27:19.102089 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:27:29.318 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:27:29.323399 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:27:29.330 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:27:29.334242 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:27:39.555 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:27:39.559764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:27:39.572 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:27:39.573544 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:27:49.793 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:27:49.798247 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:27:49.804 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:27:49.809237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:27:55.173 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:27:55.178655 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T02:27:55.786 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:27:55.790280 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-06T02:27:55.781+0000 7f2684c48340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T02:27:55.786 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T02:27:55.781+0000 7f2684c48340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T02:27:55.786 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T02:27:55.781+0000 7f2684c48340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T02:27:55.786 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T02:27:55.787 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:27:55.790318 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-06T02:27:55.781+0000 7f2684c48340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T02:27:55.787 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T02:27:55.781+0000 7f2684c48340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T02:27:55.787 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T02:27:55.781+0000 7f2684c48340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T02:27:55.787 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T02:28:00.193 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:28:00.198509 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:28:00.236 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:28:00.240894 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:28:10.524 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:28:10.528048 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:28:10.539 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:28:10.544591 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:28:20.810 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:28:20.813979 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:28:20.820 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:28:20.825278 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:28:31.113 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:28:31.118139 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:28:31.125 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:28:31.130559 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:28:41.349 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:28:41.353863 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:28:41.360 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:28:41.365034 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:28:51.585 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:28:51.590323 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:28:51.598 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:28:51.603329 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:29:01.818 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:29:01.823595 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:29:01.831 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:29:01.836509 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:29:12.058 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:29:12.063003 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:29:12.116 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:29:12.121168 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:29:22.334 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:29:22.339070 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:29:22.347 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:29:22.352087 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:29:32.599 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:29:32.604437 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:29:32.607 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:29:32.613380 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:29:42.826 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:29:42.831102 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:29:42.865 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:29:42.870772 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:29:53.091 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:29:53.094453 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:29:53.101 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:29:53.106700 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:30:03.353 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:30:03.358581 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:30:03.365 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:30:03.369965 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:30:13.691 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:30:13.696532 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:30:13.703 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:30:13.708485 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:30:23.923 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:30:23.929301 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:30:23.936 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:30:23.941699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:30:34.156 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:30:34.161170 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:30:34.168 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:30:34.174176 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:30:44.390 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:30:44.395552 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:30:44.403 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:30:44.409042 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:30:54.626 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:30:54.631679 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:30:54.637 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:30:54.643362 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:31:04.860 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:31:04.866255 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:31:04.872 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:31:04.877686 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:31:15.094 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:31:15.099417 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:31:15.105 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:31:15.111538 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:31:25.331 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:31:25.337039 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:31:25.342 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:31:25.348225 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:31:35.562 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:31:35.567673 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:31:35.573 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:31:35.578955 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:31:45.796 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:31:45.802008 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:31:45.807 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:31:45.813503 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:31:56.062 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:31:56.067738 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:31:56.107 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:31:56.112390 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:32:06.453 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:32:06.459383 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:32:06.463 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:32:06.469394 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:32:16.681 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:32:16.687668 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:32:16.692 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:32:16.698507 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:32:26.915 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:32:26.919507 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:32:26.927 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:32:26.933711 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:32:37.161 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:32:37.167291 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:32:37.171 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:32:37.177583 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:32:47.394 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:32:47.400363 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:32:47.407 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:32:47.413575 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:32:57.628 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:32:57.634683 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:32:57.639 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:32:57.645801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:33:07.884 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:33:07.890729 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:33:07.897 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:33:07.903614 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:33:18.281 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:33:18.286735 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:33:18.292 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:33:18.298741 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:33:28.512 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:33:28.518069 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:33:28.523 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:33:28.530224 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:33:38.747 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:33:38.753297 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:33:38.758 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:33:38.765102 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:33:48.979 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:33:48.985156 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:33:48.993 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:33:48.999632 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:33:59.214 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:33:59.220909 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:33:59.226 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:33:59.232682 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:34:09.490 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:34:09.496201 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:34:09.505 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:34:09.511792 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:34:19.764 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:34:19.770610 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:34:19.776 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:34:19.783472 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:34:30.000 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:34:30.006298 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:34:30.012 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:34:30.018577 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:34:40.241 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:34:40.241417 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:34:40.247 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:34:40.254269 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:34:50.466 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:34:50.472814 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:34:50.478 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:34:50.484645 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:35:00.700 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:35:00.706302 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:35:00.711 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:35:00.718256 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:35:10.964 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:35:10.970529 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:35:10.975 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:35:10.982163 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:35:21.201 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:35:21.208079 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:35:21.215 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:35:21.222246 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:35:31.449 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:35:31.456317 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:35:31.462 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:35:31.469155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:35:41.692 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:35:41.699500 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:35:41.704 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:35:41.711586 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:35:51.939 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:35:51.946260 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:35:51.955 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:35:51.960946 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:36:02.253 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:36:02.260383 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:36:02.268 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:36:02.275070 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:36:12.482 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:36:12.489378 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:36:12.495 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:36:12.502470 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:36:12.584 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:36:12.590949 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-06 02:36:12.557969806 +0000 UTC m=+8220.266302633 LastTransitionTime:2022-03-06 00:21:00 +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-06T02:36:22.766 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:36:22.773545 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:36:22.778 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:36:22.785032 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:36:32.996 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:36:33.003405 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:36:33.009 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:36:33.016889 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:36:43.255 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:36:43.262701 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:36:43.269 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:36:43.276940 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:36:53.491 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:36:53.497218 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:36:53.501 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:36:53.507619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:37:03.759 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:37:03.766580 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:37:03.800 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:37:03.808069 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:37:14.020 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:37:14.027539 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:37:14.032 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:37:14.039862 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:37:24.254 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:37:24.260992 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:37:24.262 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:37:24.270292 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:37:34.485 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:37:34.492453 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:37:34.497 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:37:34.504280 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:37:44.715 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:37:44.722733 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:37:44.725 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:37:44.732799 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:37:54.945 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:37:54.952030 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:37:54.956 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:37:54.963831 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:38:05.201 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:38:05.208193 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:38:05.217 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:38:05.225308 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:38:15.448 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:38:15.456154 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:38:15.459 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:38:15.466652 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:38:25.724 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:38:25.730208 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:38:25.738 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:38:25.746228 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:38:35.959 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:38:35.966136 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:38:35.968 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:38:35.975227 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:38:46.192 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:38:46.199360 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:38:46.204 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:38:46.211578 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:38:56.427 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:38:56.435085 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:38:56.442 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:38:56.449451 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:39:06.669 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:39:06.676241 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:39:06.681 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:39:06.688794 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:39:16.903 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:39:16.910221 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:39:16.914 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:39:16.922005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:39:27.145 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:39:27.147349 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:39:27.151 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:39:27.159330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:39:37.373 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:39:37.380094 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:39:37.385 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:39:37.393307 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:39:47.625 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:39:47.632914 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:39:47.635 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:39:47.642385 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:39:57.890 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:39:57.897846 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:39:57.899 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:39:57.907331 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:40:08.149 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:40:08.157180 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:40:08.160 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:40:08.168699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:40:18.393 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:40:18.400676 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:40:18.403 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:40:18.411241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:40:28.621 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:40:28.628483 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:40:28.632 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:40:28.640552 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:40:38.884 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:40:38.892191 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:40:38.910 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:40:38.918345 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:40:49.128 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:40:49.135692 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:40:49.140 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:40:49.147990 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:40:59.359 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:40:59.366891 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:40:59.371 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:40:59.379212 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:41:09.591 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:41:09.598556 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:41:09.602 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:41:09.610668 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:41:19.822 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:41:19.830402 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:41:19.833 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:41:19.841285 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:41:30.054 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:41:30.062270 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:41:30.068 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:41:30.076574 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:41:40.292 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:41:40.300354 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:41:40.303 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:41:40.311549 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:41:50.525 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:41:50.533205 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:41:50.537 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:41:50.545176 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:42:00.761 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:42:00.768842 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:42:00.769 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:42:00.777878 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:42:10.993 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:42:11.001617 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:42:11.038 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:42:11.046021 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:42:21.267 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:42:21.275576 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:42:21.281 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:42:21.289872 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:42:31.519 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:42:31.527042 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:42:31.536 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:42:31.544451 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:42:41.755 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:42:41.763934 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:42:41.763 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:42:41.771615 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:42:51.983 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:42:51.991050 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:42:51.995 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:42:52.002529 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:43:02.214 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:43:02.222611 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:43:02.227 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:43:02.235808 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:43:12.458 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:43:12.466365 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:43:12.470 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:43:12.479199 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:43:22.700 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:43:22.709048 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:43:22.709 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:43:22.717638 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:43:32.972 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:43:32.980784 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:43:32.983 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:43:32.991836 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:43:43.196 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:43:43.204468 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:43:43.256 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:43:43.264752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:43:53.498 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:43:53.506573 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:43:53.551 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:43:53.559995 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:44:03.766 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:03.774188 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:44:03.777 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:03.786157 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:44:14.003 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:14.011296 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:44:14.017 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:14.026343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:44:24.239 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:24.247514 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:44:24.250 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:24.259433 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:44:34.503 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:34.511767 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:44:34.532 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:34.540577 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:44:35.795 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:35.803405 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T02:44:36.421 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:36.429434 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-06T02:44:36.417+0000 7f2b610b5340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T02:44:36.422 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T02:44:36.417+0000 7f2b610b5340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T02:44:36.422 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T02:44:36.417+0000 7f2b610b5340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T02:44:36.422 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T02:44:36.422 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:36.429462 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-06T02:44:36.417+0000 7f2b610b5340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T02:44:36.423 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T02:44:36.417+0000 7f2b610b5340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T02:44:36.423 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T02:44:36.417+0000 7f2b610b5340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T02:44:36.423 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T02:44:44.757 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:44.766017 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:44:44.768 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:44.777328 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:44:54.987 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:54.995915 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:44:54.997 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:44:55.006462 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:45:05.219 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:45:05.227414 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:45:05.231 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:45:05.240116 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:45:15.453 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:45:15.461344 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:45:15.463 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:45:15.471945 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:45:25.713 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:45:25.721619 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:45:25.725 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:45:25.733361 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:45:35.951 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:45:35.959433 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:45:35.961 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:45:35.970419 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:45:46.178 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:45:46.186925 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:45:46.193 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:45:46.201726 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:45:56.418 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:45:56.426262 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:45:56.431 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:45:56.440216 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:46:06.655 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:46:06.663678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:46:06.667 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:46:06.676281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:46:16.895 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:46:16.903879 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:46:16.909 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:46:16.918136 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:46:27.131 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:46:27.140470 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:46:27.144 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:46:27.153212 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:46:37.369 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:46:37.378087 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:46:37.383 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:46:37.392133 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:46:47.610 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:46:47.619216 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:46:47.622 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:46:47.631824 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:46:57.847 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:46:57.855655 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:46:57.939 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:46:57.948314 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:47:08.226 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:47:08.235610 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:47:08.240 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:47:08.249200 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:47:18.461 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:47:18.470058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:47:18.473 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:47:18.482416 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:47:28.694 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:47:28.703191 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:47:28.703 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:47:28.712551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:47:38.931 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:47:38.940261 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:47:38.941 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:47:38.950075 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:47:49.187 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:47:49.196528 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:47:49.197 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:47:49.206152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:47:59.416 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:47:59.425088 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:47:59.429 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:47:59.437623 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:48:09.648 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:48:09.657146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:48:09.663 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:48:09.670542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:48:19.891 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:48:19.900012 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:48:19.902 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:48:19.910846 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:48:30.306 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:48:30.313886 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:48:30.318 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:48:30.326519 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:48:40.537 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:48:40.545687 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:48:40.552 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:48:40.560075 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:48:50.771 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:48:50.779104 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:48:50.784 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:48:50.792496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:49:01.007 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:49:01.015127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:49:01.021 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:49:01.028419 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:49:11.239 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:49:11.246830 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:49:11.250 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:49:11.258882 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:49:21.472 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:49:21.479938 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:49:21.484 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:49:21.492565 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:49:31.705 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:49:31.713054 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:49:31.720 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:49:31.727844 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:49:41.939 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:49:41.946154 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:49:41.949 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:49:41.957435 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:49:52.172 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:49:52.179520 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:49:52.179 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:49:52.187049 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:50:02.463 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:50:02.470467 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:50:02.473 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:50:02.480856 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:50:12.699 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:50:12.706704 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:50:12.707 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:50:12.714749 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:50:22.937 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:50:22.944774 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:50:22.947 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:50:22.954041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:50:33.248 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:50:33.255150 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:50:33.259 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:50:33.266621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:50:43.484 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:50:43.491082 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:50:43.496 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:50:43.503604 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:50:53.726 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:50:53.732788 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:50:53.737 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:50:53.744153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:51:03.991 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:51:03.971930 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:51:03.992 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:51:03.985351 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:51:14.199 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:51:14.206076 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:51:14.213 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:51:14.220812 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:51:24.525 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:51:24.532058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:51:24.572 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:51:24.578933 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:51:34.925 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:51:34.931899 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:51:34.934 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:51:34.940779 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:51:45.153 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:51:45.159412 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:51:45.165 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:51:45.172570 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:51:55.524 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:51:55.531130 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:51:55.537 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:51:55.544352 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:52:05.757 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:52:05.763921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:52:05.772 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:52:05.779262 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:52:15.995 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:52:16.001631 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:52:16.006 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:52:16.013277 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:52:26.255 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:52:26.261109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:52:26.266 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:52:26.273000 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:52:26.462 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:52:26.468309 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-06 02:52:26.458587818 +0000 UTC m=+9194.166920628 LastTransitionTime:2022-03-06 00:21:00 +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-06T02:52:36.515 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:52:36.521160 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:52:36.526 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:52:36.533151 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:52:46.748 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:52:46.754034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:52:46.759 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:52:46.766090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:52:57.016 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:52:57.022449 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:52:57.032 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:52:57.038716 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:52:57.033 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:52:57.038764 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-06T02:53:07.272 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:53:07.278794 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:53:07.291 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:53:07.297531 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:53:17.513 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:53:17.519719 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:53:17.525 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:53:17.531779 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:53:27.796 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:53:27.802514 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:53:27.809 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:53:27.815063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:53:38.031 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:53:38.037359 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:53:38.045 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:53:38.050282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:53:48.261 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:53:48.267722 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:53:48.274 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:53:48.280433 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:53:58.494 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:53:58.500459 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:53:58.507 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:53:58.513496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:54:08.730 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:54:08.735636 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:54:08.742 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:54:08.748402 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:54:18.970 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:54:18.976176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:54:18.982 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:54:18.988217 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:54:29.205 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:54:29.210814 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:54:29.216 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:54:29.222136 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:54:39.486 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:54:39.492221 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:54:39.495 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:54:39.501418 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:54:49.759 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:54:49.764657 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:54:49.774 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:54:49.779068 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:55:00.069 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:55:00.075014 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:55:00.081 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:55:00.086981 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:55:10.332 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:55:10.337936 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:55:10.346 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:55:10.351436 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:55:20.584 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:55:20.590215 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:55:20.593 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:55:20.598792 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:55:30.866 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:55:30.871230 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:55:30.875 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:55:30.880954 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:55:41.123 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:55:41.128577 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:55:41.134 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:55:41.138495 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:55:51.355 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:55:51.360284 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:55:51.431 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:55:51.368907 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:56:01.578 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:56:01.583583 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:56:01.599 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:56:01.601549 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:56:11.812 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:56:11.817133 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:56:11.824 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:56:11.829795 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:56:22.047 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:56:22.052702 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:56:22.177 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:56:22.063863 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:56:32.279 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:56:32.284231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:56:32.290 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:56:32.295775 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:56:42.511 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:56:42.516105 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:56:42.523 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:56:42.528243 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:56:52.744 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:56:52.749553 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:56:52.756 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:56:52.762056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:57:02.980 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:57:02.985124 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:57:02.992 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:57:02.997075 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:57:13.211 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:57:13.216745 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:57:13.225 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:57:13.230260 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:57:23.448 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:57:23.453458 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:57:23.462 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:57:23.467322 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:57:33.690 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:57:33.694505 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:57:33.701 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:57:33.706575 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:57:43.979 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:57:43.984405 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:57:43.992 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:57:43.997551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:57:54.211 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:57:54.215592 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:57:54.222 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:57:54.227168 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:58:04.442 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:58:04.447441 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:58:04.454 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:58:04.459620 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:58:14.677 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:58:14.682234 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:58:14.690 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:58:14.694813 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:58:24.907 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:58:24.911990 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:58:24.918 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:58:24.923251 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:58:35.242 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:58:35.246828 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:58:35.252 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:58:35.257034 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:58:45.473 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:58:45.477590 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:58:45.484 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:58:45.489323 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:58:55.707 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:58:55.711851 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:58:55.721 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:58:55.725484 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:59:05.947 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:59:05.951852 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:59:05.958 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:59:05.963386 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:59:16.180 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:59:16.184655 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:59:16.191 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:59:16.196429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:59:26.417 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:59:26.421415 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:59:26.430 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:59:26.434612 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:59:36.654 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:59:36.658255 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:59:36.666 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:59:36.670693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:59:46.892 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:59:46.897026 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:59:46.907 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:59:46.911934 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:59:57.172 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:59:57.176474 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T02:59:57.184 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 02:59:57.189265 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:00:07.404 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:00:07.408415 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:00:07.415 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:00:07.420125 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:00:17.634 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:00:17.638009 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:00:17.646 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:00:17.650944 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:00:27.865 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:00:27.869424 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:00:27.879 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:00:27.884234 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:00:38.097 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:00:38.101235 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:00:38.110 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:00:38.114385 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:00:48.330 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:00:48.334172 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:00:48.341 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:00:48.345299 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:00:58.563 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:00:58.567754 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:00:58.576 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:00:58.579766 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:01:08.800 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:01:08.803635 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:01:08.810 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:01:08.814863 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:01:16.438 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:01:16.442081 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T03:01:17.028 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:01:17.030344 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-06T03:01:17.021+0000 7fe18bbce340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T03:01:17.028 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:01:17.021+0000 7fe18bbce340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T03:01:17.029 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:01:17.021+0000 7fe18bbce340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T03:01:17.029 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T03:01:17.030 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:01:17.030375 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-06T03:01:17.021+0000 7fe18bbce340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T03:01:17.030 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:01:17.021+0000 7fe18bbce340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T03:01:17.031 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:01:17.021+0000 7fe18bbce340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T03:01:17.031 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T03:01:19.033 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:01:19.037042 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:01:19.045 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:01:19.049489 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:01:29.268 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:01:29.272146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:01:29.280 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:01:29.284959 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:01:39.502 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:01:39.506320 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:01:39.517 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:01:39.521572 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:01:49.745 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:01:49.749413 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:01:49.757 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:01:49.761378 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:01:59.985 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:01:59.989048 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:01:59.996 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:02:00.000965 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:02:10.222 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:02:10.225650 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:02:10.233 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:02:10.237361 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:02:20.460 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:02:20.464151 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:02:20.473 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:02:20.477458 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:02:30.693 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:02:30.697475 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:02:30.701 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:02:30.705704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:02:40.923 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:02:40.927373 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:02:40.934 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:02:40.938755 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:02:51.160 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:02:51.163629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:02:51.172 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:02:51.176257 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:03:01.399 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:03:01.403038 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:03:01.413 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:03:01.417743 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:03:11.639 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:03:11.642910 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:03:11.652 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:03:11.655671 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:03:21.882 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:03:21.878635 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:03:21.883 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:03:21.886845 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:03:32.096 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:03:32.099996 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:03:32.106 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:03:32.110313 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:03:42.338 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:03:42.341806 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:03:42.357 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:03:42.360989 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:03:52.612 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:03:52.615892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:03:52.622 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:03:52.626272 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:04:02.843 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:04:02.847568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:04:02.857 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:04:02.861355 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:04:13.090 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:04:13.094362 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:04:13.099 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:04:13.103357 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:04:23.340 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:04:23.343768 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:04:23.352 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:04:23.355928 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:04:33.621 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:04:33.625028 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:04:33.632 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:04:33.636597 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:04:43.850 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:04:43.854014 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:04:43.861 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:04:43.865746 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:04:54.082 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:04:54.085627 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:04:54.095 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:04:54.098668 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:05:04.314 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:05:04.317907 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:05:04.329 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:05:04.333010 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:05:14.551 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:05:14.554601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:05:14.561 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:05:14.565198 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:05:24.785 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:05:24.789139 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:05:24.797 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:05:24.801604 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:05:35.024 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:05:35.027320 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:05:35.037 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:05:35.040772 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:05:45.259 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:05:45.263005 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:05:45.302 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:05:45.305852 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:05:55.525 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:05:55.528439 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:05:55.534 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:05:55.538213 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:06:05.765 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:06:05.768958 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:06:05.778 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:06:05.781983 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:06:16.014 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:06:16.017359 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:06:16.027 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:06:16.030834 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:06:26.246 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:06:26.249147 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:06:26.259 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:06:26.263239 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:06:36.486 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:06:36.489981 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:06:36.498 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:06:36.502368 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:06:46.724 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:06:46.727456 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:06:46.736 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:06:46.739492 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:06:56.960 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:06:56.964169 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:06:56.972 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:06:56.976381 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:07:07.193 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:07:07.197120 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:07:07.202 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:07:07.206244 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:07:17.423 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:07:17.427002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:07:17.435 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:07:17.437843 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:07:27.656 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:07:27.659612 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:07:27.668 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:07:27.672158 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:07:37.894 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:07:37.897586 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:07:37.905 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:07:37.908635 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:07:48.127 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:07:48.130625 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:07:48.140 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:07:48.143904 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:07:58.363 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:07:58.366012 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:07:58.375 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:07:58.378180 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:08:08.598 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:08:08.601641 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:08:08.611 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:08:08.613837 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:08:18.837 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:08:18.840995 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:08:18.884 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:08:18.887923 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:08:29.098 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:08:29.101885 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:08:29.136 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:08:29.139445 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:08:39.352 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:08:39.355310 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:08:39.364 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:08:39.367726 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:08:49.584 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:08:49.586591 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:08:49.596 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:08:49.599557 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:08:59.819 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:08:59.822412 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:08:59.865 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:08:59.868439 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:09:10.079 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:09:10.082595 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:09:10.088 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:09:10.092343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:09:20.312 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:09:20.315745 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:09:20.324 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:09:20.327426 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:09:30.548 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:09:30.551310 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:09:30.564 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:09:30.567426 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:09:40.785 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:09:40.788384 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:09:40.794 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:09:40.798071 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:09:41.206 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:09:41.209822 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-06 03:09:41.203033515 +0000 UTC m=+10228.911366318 LastTransitionTime:2022-03-06 00:21:00 +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-06T03:09:51.018 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:09:51.021408 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:09:51.029 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:09:51.032392 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:10:01.251 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:10:01.254674 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:10:01.264 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:10:01.267221 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:10:11.487 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:10:11.490974 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:10:11.499 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:10:11.503072 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:10:21.721 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:10:21.724312 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:10:21.732 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:10:21.735468 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:10:31.961 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:10:31.963639 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:10:32.046 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:10:31.975613 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:10:42.121 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:10:42.124346 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-06 03:10:42.118422827 +0000 UTC m=+10289.826755620 LastTransitionTime:2022-03-06 00:21:00 +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-06T03:10:42.192 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:10:42.195820 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:10:42.277 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:10:42.280576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:10:52.496 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:10:52.499610 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:10:52.505 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:10:52.508873 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:11:02.722 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:11:02.725581 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:11:02.732 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:11:02.735816 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:11:12.954 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:11:12.957217 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:11:12.967 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:11:12.970002 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:11:23.189 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:11:23.192430 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:11:23.200 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:11:23.203854 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:11:33.423 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:11:33.426086 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:11:33.435 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:11:33.438612 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:11:43.654 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:11:43.657156 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:11:43.713 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:11:43.666998 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:11:53.893 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:11:53.896361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:11:53.905 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:11:53.908694 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:12:04.132 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:12:04.135767 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:12:04.145 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:12:04.148287 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:12:14.397 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:12:14.400750 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:12:14.409 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:12:14.413293 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:12:24.628 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:12:24.631200 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:12:24.638 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:12:24.640909 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:12:34.859 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:12:34.862667 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:12:34.873 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:12:34.876086 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:12:45.117 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:12:45.120068 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:12:45.129 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:12:45.132699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:12:55.401 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:12:55.404492 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:12:55.411 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:12:55.413993 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:13:05.647 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:13:05.650477 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:13:05.659 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:13:05.662865 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:13:15.888 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:13:15.891691 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:13:15.900 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:13:15.903681 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:13:26.121 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:13:26.124218 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:13:26.135 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:13:26.138328 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:13:36.358 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:13:36.361730 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:13:36.370 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:13:36.373935 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:13:46.594 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:13:46.597170 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:13:46.605 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:13:46.608803 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:13:56.831 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:13:56.834569 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:13:56.842 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:13:56.846029 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:14:07.068 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:14:07.071510 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:14:07.098 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:14:07.095448 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:14:17.318 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:14:17.321084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:14:17.326 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:14:17.330194 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:14:27.553 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:14:27.556651 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:14:27.566 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:14:27.569530 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:14:37.783 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:14:37.786530 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:14:37.795 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:14:37.798704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:14:48.017 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:14:48.020556 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:14:48.030 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:14:48.033389 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:14:58.250 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:14:58.253257 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:14:58.261 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:14:58.264284 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:15:08.489 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:15:08.491998 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:15:08.500 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:15:08.503933 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:15:18.730 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:15:18.733209 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:15:18.741 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:15:18.744710 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:15:28.962 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:15:28.965370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:15:29.008 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:15:29.011924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:15:39.250 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:15:39.252883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:15:39.262 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:15:39.265794 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:15:49.488 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:15:49.490705 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:15:49.502 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:15:49.505941 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:15:59.730 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:15:59.733503 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:15:59.741 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:15:59.745117 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:16:09.967 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:16:09.970014 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:16:09.976 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:16:09.979564 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:16:20.199 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:16:20.202070 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:16:20.211 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:16:20.214428 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:16:30.433 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:16:30.436180 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:16:30.446 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:16:30.449611 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:16:40.679 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:16:40.682034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:16:40.694 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:16:40.697153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:16:50.913 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:16:50.916197 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:16:50.925 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:16:50.928673 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:17:01.153 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:01.156470 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:17:01.161 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:01.165014 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:17:11.380 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:11.383066 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:17:11.390 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:11.393312 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:17:21.610 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:21.612912 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:17:21.641 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:21.642927 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:17:31.871 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:31.873803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:17:31.881 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:31.884416 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:17:42.101 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:42.104335 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:17:42.111 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:42.115029 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:17:52.337 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:52.333729 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:17:52.345 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:52.346951 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:17:57.033 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:57.036787 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T03:17:57.649 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:57.651515 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-06T03:17:57.640+0000 7f79d9c83340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T03:17:57.650 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:17:57.640+0000 7f79d9c83340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T03:17:57.650 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:17:57.640+0000 7f79d9c83340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T03:17:57.651 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T03:17:57.651 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:17:57.651542 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-06T03:17:57.640+0000 7f79d9c83340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T03:17:57.651 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:17:57.640+0000 7f79d9c83340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T03:17:57.652 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:17:57.640+0000 7f79d9c83340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T03:17:57.652 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T03:18:02.566 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:18:02.568676 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:18:02.577 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:18:02.580746 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:18:12.797 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:18:12.800645 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:18:12.809 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:18:12.811551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:18:23.030 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:18:23.033051 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:18:23.041 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:18:23.043757 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:18:33.265 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:18:33.268285 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:18:33.283 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:18:33.284274 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:18:43.507 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:18:43.509843 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:18:43.521 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:18:43.524220 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:18:53.752 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:18:53.755218 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:18:53.767 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:18:53.768941 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:19:03.986 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:19:03.989495 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:19:04.001 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:19:04.004539 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:19:14.224 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:19:14.226573 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:19:14.237 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:19:14.239617 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:19:24.464 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:19:24.466608 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:19:24.475 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:19:24.478419 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:19:34.701 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:19:34.704075 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:19:34.712 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:19:34.712587 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:19:44.934 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:19:44.937299 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:19:44.947 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:19:44.950101 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:19:55.178 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:19:55.181484 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:19:55.189 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:19:55.192836 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:20:05.411 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:20:05.414377 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:20:05.424 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:20:05.427053 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:20:15.648 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:20:15.650774 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:20:15.671 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:20:15.674085 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:20:25.903 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:20:25.906133 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:20:25.915 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:20:25.918684 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:20:36.157 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:20:36.160387 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:20:36.166 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:20:36.170102 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:20:46.408 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:20:46.410764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:20:46.420 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:20:46.423242 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:20:56.639 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:20:56.641692 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:20:56.692 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:20:56.694559 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:21:06.961 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:21:06.964729 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:21:06.982 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:21:06.985413 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:21:17.245 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:21:17.248005 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:21:17.254 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:21:17.257619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:21:27.472 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:21:27.475373 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:21:27.482 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:21:27.485911 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:21:37.703 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:21:37.706319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:21:37.716 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:21:37.719010 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:21:47.937 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:21:47.939837 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:21:48.006 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:21:48.009182 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:21:58.238 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:21:58.240715 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:21:58.249 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:21:58.252402 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:22:08.471 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:22:08.472920 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:22:08.483 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:22:08.486257 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:22:18.717 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:22:18.712276 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:22:18.719 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:22:18.722235 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:22:28.943 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:22:28.945415 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:22:28.955 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:22:28.958301 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:22:39.179 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:22:39.180822 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:22:39.191 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:22:39.193203 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:22:49.413 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:22:49.415447 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:22:49.425 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:22:49.428253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:22:59.649 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:22:59.650854 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:22:59.662 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:22:59.664012 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:23:09.889 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:23:09.891628 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:23:09.902 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:23:09.904294 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:23:20.125 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:23:20.127249 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:23:20.136 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:23:20.138836 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:23:30.356 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:23:30.358613 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:23:30.370 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:23:30.372549 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:23:40.597 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:23:40.598516 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:23:40.608 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:23:40.610418 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:23:50.835 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:23:50.836626 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:23:50.846 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:23:50.848449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:24:01.081 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:24:01.083053 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:24:01.091 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:24:01.092829 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:24:11.324 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:24:11.325681 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:24:11.333 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:24:11.335519 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:24:21.562 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:24:21.563481 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:24:21.575 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:24:21.576264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:24:31.800 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:24:31.801654 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:24:31.812 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:24:31.813602 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:24:42.049 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:24:42.051128 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:24:42.061 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:24:42.062486 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:24:52.299 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:24:52.300245 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:24:52.312 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:24:52.314026 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:25:02.586 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:25:02.587453 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:25:02.597 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:25:02.598745 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:25:12.820 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:25:12.821876 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:25:12.833 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:25:12.834415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:25:23.047 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:25:23.048654 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:25:23.064 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:25:23.065993 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:25:33.281 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:25:33.281924 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:25:33.293 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:25:33.294738 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:25:43.515 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:25:43.515502 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:25:43.527 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:25:43.528682 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:25:53.750 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:25:53.750982 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:25:53.759 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:25:53.760341 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:26:03.979 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:26:03.979303 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:26:03.989 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:26:03.990344 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:26:14.209 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:26:14.209685 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:26:14.221 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:26:14.222585 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:26:24.477 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:26:24.478060 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:26:24.489 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:26:24.490253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:26:34.712 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:26:34.713153 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:26:34.721 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:26:34.722616 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:26:44.937 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:26:44.937436 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:26:44.949 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:26:44.950142 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:26:55.165 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:26:55.165965 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:26:55.178 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:26:55.179449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:27:05.414 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:27:05.414957 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:27:05.425 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:27:05.426330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:27:15.650 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:27:15.650406 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:27:15.663 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:27:15.663407 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:27:25.887 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:27:25.887228 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:27:25.896 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:27:25.897238 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:27:36.281 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:27:36.281112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:27:36.291 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:27:36.291752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:27:46.517 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:27:46.517548 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:27:46.531 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:27:46.531388 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:27:56.749 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:27:56.749311 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:27:56.759 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:27:56.759581 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:27:57.028 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:27:57.028286 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-06 03:27:57.015990471 +0000 UTC m=+11324.724323303 LastTransitionTime:2022-03-06 00:21:00 +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-06T03:28:07.300 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:28:07.300483 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:28:07.312 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:28:07.313013 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:28:17.552 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:28:17.552754 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:28:17.563 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:28:17.563423 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:28:27.808 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:28:27.808703 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:28:27.817 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:28:27.817929 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:28:38.290 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:28:38.290346 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:28:38.303 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:28:38.302923 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:28:48.565 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:28:48.565067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:28:48.575 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:28:48.575089 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:28:58.823 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:28:58.822524 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:28:58.834 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:28:58.834225 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:29:09.283 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:29:09.282423 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:29:09.295 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:29:09.295594 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:29:19.516 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:29:19.516047 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:29:19.532 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:29:19.531852 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:29:29.755 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:29:29.754949 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:29:29.767 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:29:29.767283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:29:40.077 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:29:40.076469 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:29:40.087 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:29:40.086732 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:29:50.326 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:29:50.325675 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:29:50.337 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:29:50.337578 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:30:00.558 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:30:00.557816 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:30:00.571 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:30:00.570840 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:30:10.976 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:30:10.975839 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:30:10.988 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:30:10.988119 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:30:21.253 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:30:21.252445 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:30:21.265 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:30:21.264612 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:30:31.483 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:30:31.482091 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:30:31.494 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:30:31.493138 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:30:41.716 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:30:41.715905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:30:41.727 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:30:41.727247 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:30:51.955 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:30:51.954369 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:30:51.967 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:30:51.967235 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:31:02.197 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:31:02.196586 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:31:02.209 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:31:02.208975 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:31:12.439 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:31:12.438381 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:31:12.450 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:31:12.449603 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:31:22.703 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:31:22.702724 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:31:22.718 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:31:22.718281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:31:32.944 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:31:32.943369 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:31:32.959 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:31:32.958308 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:31:43.219 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:31:43.218149 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:31:43.231 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:31:43.230575 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:31:53.461 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:31:53.460814 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:31:53.470 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:31:53.469873 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:32:03.689 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:32:03.687762 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:32:03.700 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:32:03.699209 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:32:13.969 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:32:13.968132 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:32:13.980 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:32:13.978855 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:32:24.256 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:32:24.254894 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:32:24.269 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:32:24.268019 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:32:34.519 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:32:34.515984 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:32:34.527 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:32:34.526529 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:32:44.769 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:32:44.767084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:32:44.782 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:32:44.780693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:32:55.004 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:32:55.003648 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:32:55.013 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:32:55.011448 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:33:05.235 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:33:05.233848 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:33:05.246 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:33:05.245461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:33:15.469 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:33:15.467758 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:33:15.482 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:33:15.480610 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:33:25.703 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:33:25.701330 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:33:25.713 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:33:25.712479 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:33:35.931 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:33:35.930068 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:33:35.943 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:33:35.942430 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:33:46.166 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:33:46.164325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:33:46.176 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:33:46.175499 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:33:56.399 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:33:56.397326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:33:56.446 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:33:56.442963 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:34:06.680 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:06.679092 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:34:06.691 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:06.689585 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:34:16.946 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:16.945181 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:34:16.957 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:16.956387 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:34:27.216 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:27.214752 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:34:27.225 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:27.223157 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:34:37.473 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:37.471269 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:34:37.486 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:37.484501 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:34:37.678 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:37.676262 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T03:34:38.271 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:38.268445 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-06T03:34:38.256+0000 7faa13553340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T03:34:38.272 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:34:38.256+0000 7faa13553340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T03:34:38.272 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:34:38.256+0000 7faa13553340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T03:34:38.273 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T03:34:38.273 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:38.268472 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-06T03:34:38.256+0000 7faa13553340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T03:34:38.273 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:34:38.256+0000 7faa13553340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T03:34:38.274 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:34:38.256+0000 7faa13553340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T03:34:38.274 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T03:34:47.714 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:47.711627 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:34:47.730 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:47.728270 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:34:57.972 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:57.971227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:34:58.002 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:34:58.000663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:35:08.220 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:35:08.219024 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:35:08.233 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:35:08.231731 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:35:18.458 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:35:18.456629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:35:18.468 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:35:18.466774 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:35:28.690 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:35:28.688561 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:35:28.700 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:35:28.699095 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:35:38.926 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:35:38.924991 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:35:38.940 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:35:38.938379 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:35:49.176 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:35:49.174462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:35:49.200 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:35:49.198252 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:35:59.423 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:35:59.419097 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:35:59.430 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:35:59.429146 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:36:09.667 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:36:09.665363 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:36:09.680 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:36:09.677429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:36:20.142 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:36:20.140545 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:36:20.154 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:36:20.152342 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:36:30.373 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:36:30.371504 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:36:30.388 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:36:30.385944 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:36:40.615 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:36:40.613041 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:36:40.629 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:36:40.626712 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:36:50.871 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:36:50.869450 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:36:50.934 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:36:50.882533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:37:01.144 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:37:01.142638 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:37:01.155 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:37:01.154024 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:37:11.372 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:37:11.369777 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:37:11.384 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:37:11.382071 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:37:21.604 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:37:21.602244 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:37:21.616 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:37:21.614431 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:37:31.839 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:37:31.836888 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:37:31.853 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:37:31.851152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:37:42.072 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:37:42.070542 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:37:42.083 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:37:42.081081 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:37:52.547 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:37:52.545446 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:37:52.558 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:37:52.556329 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:38:02.816 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:38:02.813943 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:38:02.829 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:38:02.827877 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:38:13.057 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:38:13.055137 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:38:13.071 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:38:13.069688 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:38:23.298 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:38:23.296319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:38:23.310 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:38:23.307989 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:38:33.535 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:38:33.532862 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:38:33.548 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:38:33.545303 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:38:43.770 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:38:43.768323 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:38:43.781 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:38:43.779076 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:38:54.004 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:38:54.002325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:38:54.015 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:38:54.012518 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:39:04.236 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:39:04.233798 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:39:04.248 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:39:04.246818 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:39:14.467 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:39:14.465523 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:39:14.480 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:39:14.478679 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:39:24.729 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:39:24.726982 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:39:24.739 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:39:24.737912 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:39:34.962 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:39:34.959935 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:39:34.977 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:39:34.974965 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:39:45.200 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:39:45.197883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:39:45.210 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:39:45.208460 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:39:55.445 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:39:55.443507 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:39:55.456 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:39:55.454000 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:40:05.689 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:40:05.686567 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:40:05.702 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:40:05.700256 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:40:15.955 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:40:15.953076 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:40:15.968 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:40:15.966390 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:40:26.326 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:40:26.324068 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:40:26.337 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:40:26.335313 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:40:36.559 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:40:36.557337 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:40:36.572 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:40:36.569506 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:40:46.793 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:40:46.790486 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:40:46.806 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:40:46.804068 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:40:57.027 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:40:57.025035 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:40:57.040 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:40:57.038353 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:41:07.280 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:41:07.277846 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:41:07.291 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:41:07.288749 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:41:17.515 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:41:17.512518 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:41:17.524 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:41:17.522358 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:41:27.745 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:41:27.743019 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:41:27.753 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:41:27.750736 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:41:37.976 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:41:37.973679 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:41:37.989 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:41:37.986847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:41:48.214 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:41:48.211664 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:41:48.225 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:41:48.222928 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:41:58.444 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:41:58.441643 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:41:58.456 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:41:58.454122 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:42:08.703 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:42:08.701192 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:42:08.714 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:42:08.711917 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:42:18.933 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:42:18.930418 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:42:18.943 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:42:18.941542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:42:29.230 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:42:29.227386 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:42:29.242 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:42:29.240279 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:42:39.464 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:42:39.461658 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:42:39.476 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:42:39.474119 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:42:49.703 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:42:49.700468 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:42:49.717 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:42:49.714519 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:42:59.945 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:42:59.942989 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:42:59.960 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:42:59.954378 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:43:10.046 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:43:10.043423 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-06 03:43:10.035333567 +0000 UTC m=+12237.743666401 LastTransitionTime:2022-03-06 00:21:00 +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-06T03:43:10.175 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:43:10.172780 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:43:10.189 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:43:10.186912 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:43:20.414 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:43:20.411909 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:43:20.428 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:43:20.425970 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:43:30.647 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:43:30.645074 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:43:30.658 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:43:30.656063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:43:40.889 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:43:40.885050 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:43:40.902 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:43:40.899654 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:43:51.129 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:43:51.126948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:43:51.143 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:43:51.140433 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:44:01.363 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:44:01.360281 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:44:01.375 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:44:01.372698 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:44:11.600 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:44:11.597330 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:44:11.612 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:44:11.609693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:44:21.833 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:44:21.830921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:44:21.853 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:44:21.851036 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:44:32.096 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:44:32.094123 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:44:32.108 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:44:32.106301 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:44:42.339 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:44:42.336608 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:44:42.351 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:44:42.348941 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:44:52.574 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:44:52.571296 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:44:52.586 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:44:52.582648 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:45:02.801 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:45:02.798660 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:45:02.815 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:45:02.812556 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:45:13.034 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:45:13.031392 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:45:13.046 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:45:13.043841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:45:23.268 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:45:23.265722 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:45:23.277 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:45:23.275247 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:45:33.499 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:45:33.496538 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:45:33.510 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:45:33.507686 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:45:43.725 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:45:43.722920 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:45:43.739 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:45:43.736698 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:45:53.965 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:45:53.962971 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:45:53.977 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:45:53.974291 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:46:04.199 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:46:04.197064 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:46:04.213 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:46:04.210429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:46:14.441 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:46:14.438193 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:46:14.455 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:46:14.452449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:46:24.681 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:46:24.678598 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:46:24.695 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:46:24.692583 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:46:35.039 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:46:35.036621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:46:35.049 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:46:35.046641 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:46:45.342 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:46:45.339671 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:46:45.352 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:46:45.349940 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:46:55.578 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:46:55.575260 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:46:55.592 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:46:55.589852 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:47:05.817 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:47:05.813764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:47:05.828 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:47:05.826021 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:47:16.050 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:47:16.047444 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:47:16.063 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:47:16.061292 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:47:26.280 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:47:26.276917 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:47:26.291 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:47:26.288965 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:47:36.522 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:47:36.519129 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:47:36.534 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:47:36.531704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:47:46.761 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:47:46.758181 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:47:46.775 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:47:46.771935 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:47:57.005 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:47:57.001975 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:47:57.018 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:47:57.014264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:48:07.448 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:48:07.445267 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:48:07.482 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:48:07.479824 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:48:17.730 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:48:17.727803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:48:17.747 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:48:17.744346 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:48:28.017 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:48:28.014748 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:48:28.035 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:48:28.032699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:48:38.382 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:48:38.379365 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:48:38.390 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:48:38.387517 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:48:48.638 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:48:48.635701 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:48:48.649 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:48:48.646558 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:48:58.869 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:48:58.866005 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:48:58.879 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:48:58.876616 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:49:09.105 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:49:09.102839 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:49:09.120 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:49:09.117328 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:49:19.346 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:49:19.343492 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:49:19.367 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:49:19.364586 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:49:29.586 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:49:29.582968 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:49:29.598 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:49:29.595049 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:49:39.819 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:49:39.816788 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:49:39.833 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:49:39.829773 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:49:50.052 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:49:50.049222 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:49:50.065 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:49:50.061092 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:50:00.291 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:50:00.287921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:50:00.304 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:50:00.301080 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:50:10.523 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:50:10.520709 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:50:10.538 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:50:10.535788 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:50:20.763 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:50:20.760605 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:50:20.771 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:50:20.768864 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:50:30.992 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:50:30.989500 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:50:31.005 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:50:31.002796 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:50:41.223 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:50:41.219049 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:50:41.235 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:50:41.232699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:50:51.461 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:50:51.458295 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:50:51.473 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:50:51.469504 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:51:01.692 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:01.688840 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:51:01.702 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:01.699592 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:51:11.949 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:11.946220 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:51:11.959 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:11.956762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:51:18.278 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:18.274822 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T03:51:18.934 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:18.929301 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-06T03:51:18.920+0000 7f565664c340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T03:51:18.934 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:51:18.920+0000 7f565664c340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T03:51:18.935 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:51:18.920+0000 7f565664c340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T03:51:18.935 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T03:51:18.936 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:18.929326 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-06T03:51:18.920+0000 7f565664c340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T03:51:18.936 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:51:18.920+0000 7f565664c340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T03:51:18.937 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T03:51:18.920+0000 7f565664c340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T03:51:18.937 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T03:51:22.182 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:22.175362 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:51:22.189 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:22.185673 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:51:32.411 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:32.408711 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:51:32.424 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:32.419782 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:51:42.655 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:42.652542 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:51:42.667 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:42.664477 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:51:52.890 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:52.886565 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:51:52.901 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:51:52.898075 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:52:03.130 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:52:03.126918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:52:03.142 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:52:03.139665 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:52:13.361 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:52:13.358552 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:52:13.375 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:52:13.372663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:52:23.613 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:52:23.610357 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:52:23.626 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:52:23.622934 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:52:33.886 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:52:33.882986 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:52:33.895 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:52:33.892334 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:52:44.116 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:52:44.113110 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:52:44.126 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:52:44.123511 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:52:54.345 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:52:54.341695 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:52:54.357 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:52:54.354180 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:53:04.578 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:53:04.574774 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:53:04.592 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:53:04.588993 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:53:04.593 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:53:04.589027 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-06T03:53:14.816 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:53:14.812905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:53:14.827 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:53:14.824677 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:53:25.061 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:53:25.058271 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:53:25.090 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:53:25.086534 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:53:35.316 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:53:35.312567 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:53:35.326 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:53:35.323707 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:53:45.547 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:53:45.543825 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:53:45.558 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:53:45.555589 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:53:55.780 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:53:55.776869 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:53:55.792 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:53:55.789455 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:54:06.014 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:54:06.011085 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:54:06.027 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:54:06.024136 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:54:16.249 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:54:16.245468 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:54:16.261 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:54:16.258506 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:54:26.484 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:54:26.481367 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:54:26.495 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:54:26.492320 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:54:36.722 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:54:36.718827 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:54:36.732 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:54:36.728758 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:54:46.958 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:54:46.955115 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:54:46.969 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:54:46.966579 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:54:57.195 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:54:57.192069 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:54:57.208 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:54:57.204789 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:55:07.434 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:55:07.431365 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:55:07.448 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:55:07.445625 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:55:17.675 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:55:17.671836 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:55:17.687 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:55:17.684193 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:55:27.912 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:55:27.908588 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:55:27.923 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:55:27.920374 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:55:38.152 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:55:38.149254 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:55:38.165 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:55:38.161773 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:55:48.393 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:55:48.389617 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:55:48.404 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:55:48.401595 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:55:58.637 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:55:58.634627 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:55:58.650 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:55:58.647832 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:56:08.911 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:56:08.909100 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:56:08.926 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:56:08.923722 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:56:19.146 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:56:19.143801 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:56:19.157 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:56:19.154866 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:56:29.379 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:56:29.377473 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:56:29.404 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:56:29.401857 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:56:39.635 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:56:39.634176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:56:39.658 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:56:39.656910 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:56:49.898 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:56:49.897025 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:56:49.910 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:56:49.909405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:57:00.130 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:57:00.129483 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:57:00.143 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:57:00.141705 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:57:10.362 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:57:10.361073 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:57:10.374 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:57:10.373323 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:57:20.597 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:57:20.596254 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:57:20.611 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:57:20.609875 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:57:30.832 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:57:30.831256 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:57:30.842 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:57:30.842255 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:57:41.063 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:57:41.062966 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:57:41.076 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:57:41.076280 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:57:51.298 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:57:51.297724 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:57:51.392 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:57:51.316093 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:58:01.535 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:58:01.535019 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:58:01.548 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:58:01.548573 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:58:11.771 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:58:11.772035 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:58:11.782 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:58:11.782918 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:58:22.007 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:58:22.007629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:58:22.020 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:58:22.021170 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:58:32.242 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:58:32.243520 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:58:32.284 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:58:32.285619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:58:42.508 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:58:42.509621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:58:42.522 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:58:42.522916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:58:52.739 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:58:52.740382 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:58:52.750 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:58:52.751443 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:59:02.977 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:59:02.978630 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:59:02.990 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:59:02.992491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:59:13.214 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:59:13.216367 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:59:13.225 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:59:13.227389 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:59:23.444 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:59:23.445235 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:59:23.741 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:59:23.460525 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:59:33.677 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:59:33.679614 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:59:33.691 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:59:33.693410 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:59:43.917 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:59:43.919335 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:59:43.929 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:59:43.931905 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:59:54.152 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:59:54.154988 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T03:59:54.163 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 03:59:54.165994 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:00:04.399 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:00:04.401478 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:00:04.411 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:00:04.413977 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:00:14.635 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:00:14.637568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:00:14.649 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:00:14.651911 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:00:24.813 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:00:24.816129 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-06 04:00:24.795983608 +0000 UTC m=+13272.504316373 LastTransitionTime:2022-03-06 00:21:00 +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-06T04:00:24.880 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:00:24.883666 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:00:24.891 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:00:24.894759 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:00:35.114 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:00:35.116793 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:00:35.123 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:00:35.126480 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:00:45.340 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:00:45.343163 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:00:45.351 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:00:45.354853 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:00:55.602 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:00:55.605764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:00:55.616 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:00:55.618772 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:01:05.831 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:01:05.834773 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:01:05.844 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:01:05.848950 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:01:16.070 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:01:16.074539 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:01:16.083 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:01:16.087090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:01:26.304 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:01:26.307818 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:01:26.316 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:01:26.320453 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:01:36.536 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:01:36.540558 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:01:36.549 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:01:36.553924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:01:46.771 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:01:46.775263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:01:46.784 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:01:46.788105 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:01:57.007 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:01:57.011619 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:01:57.019 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:01:57.024208 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:02:07.242 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:02:07.246335 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:02:07.258 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:02:07.263241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:02:17.484 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:02:17.489425 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:02:17.497 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:02:17.502143 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:02:27.721 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:02:27.726267 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:02:27.732 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:02:27.737169 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:02:37.958 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:02:37.963276 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:02:37.972 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:02:37.977533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:02:48.192 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:02:48.197335 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:02:48.242 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:02:48.247040 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:02:58.458 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:02:58.463283 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:02:58.474 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:02:58.480040 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:03:08.717 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:03:08.723284 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:03:08.732 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:03:08.738337 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:03:18.951 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:03:18.957139 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:03:18.965 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:03:18.970854 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:03:29.188 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:03:29.193850 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:03:29.202 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:03:29.208032 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:03:39.423 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:03:39.429417 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:03:39.468 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:03:39.458186 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:03:49.679 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:03:49.684889 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:03:49.690 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:03:49.696722 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:03:59.913 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:03:59.919796 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:03:59.925 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:03:59.932119 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:04:10.146 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:04:10.152452 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:04:10.154 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:04:10.160954 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:04:20.387 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:04:20.393503 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:04:20.398 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:04:20.405474 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:04:30.626 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:04:30.632826 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:04:30.637 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:04:30.644765 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:04:40.859 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:04:40.866323 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:04:40.870 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:04:40.877344 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:04:51.088 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:04:51.094932 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:04:51.100 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:04:51.107443 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:05:01.321 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:05:01.328128 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:05:01.331 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:05:01.338405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:05:11.575 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:05:11.582535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:05:11.589 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:05:11.596291 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:05:21.832 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:05:21.839812 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:05:21.841 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:05:21.848910 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:05:32.062 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:05:32.069676 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:05:32.074 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:05:32.082410 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:05:42.292 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:05:42.299716 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:05:42.302 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:05:42.309813 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:05:52.526 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:05:52.532857 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:05:52.536 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:05:52.543284 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:06:02.756 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:06:02.763710 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:06:02.766 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:06:02.774120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:06:12.987 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:06:12.994868 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:06:12.999 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:06:13.006995 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:06:23.224 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:06:23.231913 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:06:23.232 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:06:23.240801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:06:33.456 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:06:33.464539 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:06:33.467 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:06:33.475811 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:06:43.690 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:06:43.698286 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:06:43.698 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:06:43.707058 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:06:53.919 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:06:53.928007 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:06:53.931 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:06:53.939592 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:07:04.156 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:04.164906 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:07:04.169 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:04.178212 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:07:14.402 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:14.409842 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:07:14.412 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:14.421218 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:07:24.684 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:24.693063 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:07:24.693 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:24.702020 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:07:34.911 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:34.919640 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:07:34.922 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:34.931449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:07:45.147 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:45.156160 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:07:45.158 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:45.167522 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:07:55.384 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:55.393102 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:07:55.395 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:55.404102 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:07:58.986 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:58.994840 I | op-mon: parsing mon endpoints: a=10.101.239.187:6789 2022-03-06T04:07:59.574 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:59.582573 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-06T04:07:59.572+0000 7ff1b8009340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T04:07:59.574 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T04:07:59.572+0000 7ff1b8009340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T04:07:59.575 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T04:07:59.572+0000 7ff1b8009340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T04:07:59.575 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T04:07:59.575 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:07:59.582598 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-06T04:07:59.572+0000 7ff1b8009340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-06T04:07:59.575 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T04:07:59.572+0000 7ff1b8009340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-06T04:07:59.576 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06T04:07:59.572+0000 7ff1b8009340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-06T04:07:59.576 INFO:tasks.rook.operator.smithi123.stdout:couldn't init storage provider. : exit status 5 2022-03-06T04:08:05.617 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:08:05.626294 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:08:05.630 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:08:05.639156 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:08:15.849 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:08:15.858764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:08:15.861 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:08:15.870704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:08:26.086 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:08:26.094421 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:08:26.096 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:08:26.105733 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:08:36.334 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:08:36.343740 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:08:36.346 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:08:36.355436 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:08:46.590 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:08:46.599152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:08:46.601 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:08:46.610577 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:08:56.819 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:08:56.828702 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:08:56.832 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:08:56.841719 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:09:07.093 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:09:07.103190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:09:07.104 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:09:07.114252 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:09:17.327 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:09:17.336675 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:09:17.354 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:09:17.363772 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:09:27.575 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:09:27.584798 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:09:27.588 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:09:27.597847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:09:37.812 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:09:37.821498 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:09:37.822 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:09:37.832533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:09:48.042 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:09:48.052547 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:09:48.054 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:09:48.064281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:09:58.275 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:09:58.285805 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:09:58.289 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:09:58.299775 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:10:08.510 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:10:08.520551 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:10:08.525 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:10:08.534603 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:10:18.745 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:10:18.755127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:10:18.757 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:10:18.767467 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:10:28.979 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:10:28.988840 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:10:28.989 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:10:29.000278 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:10:39.213 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:10:39.222712 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:10:39.228 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:10:39.238248 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:10:49.448 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:10:49.458916 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:10:49.460 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:10:49.471418 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:10:59.685 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:10:59.695839 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:10:59.697 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:10:59.707618 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:11:09.923 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:11:09.934009 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:11:09.936 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:11:09.946985 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:11:20.160 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:11:20.171327 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:11:20.174 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:11:20.184046 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:11:30.393 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:11:30.403513 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:11:30.405 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:11:30.416272 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:11:40.637 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:11:40.647622 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:11:40.649 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:11:40.660264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:11:50.912 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:11:50.923181 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:11:50.921 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:11:50.933075 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:12:01.147 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:12:01.158387 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:12:01.155 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:12:01.166963 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:12:11.373 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:12:11.384412 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:12:11.389 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:12:11.400684 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:12:21.622 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:12:21.633091 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:12:21.638 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:12:21.649742 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:12:31.889 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:12:31.900261 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:12:31.897 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:12:31.909027 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:12:42.134 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:12:42.145450 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:12:42.151 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:12:42.163483 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:12:52.440 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:12:52.451875 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:12:52.453 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:12:52.465183 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:13:02.738 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:13:02.749480 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:13:02.749 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:13:02.760750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:13:12.967 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:13:12.979258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:13:12.976 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:13:12.987675 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:13:23.194 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:13:23.205710 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:13:23.208 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:13:23.220010 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:13:33.430 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:13:33.442234 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:13:33.442 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:13:33.453739 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:13:43.663 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:13:43.675414 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:13:43.676 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:13:43.688599 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:13:53.900 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:13:53.911739 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:13:53.915 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:13:53.926354 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:14:04.179 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:14:04.191015 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:14:04.192 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:14:04.204572 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:14:14.417 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:14:14.429663 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:14:14.427 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:14:14.439374 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:14:24.649 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:14:24.661797 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:14:24.665 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:14:24.674676 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:14:34.887 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:14:34.899454 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:14:34.900 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:14:34.912194 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:14:45.119 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:14:45.130706 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:14:45.130 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:14:45.143173 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:14:55.362 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:14:55.374212 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:14:55.376 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:14:55.388107 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:15:05.607 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:15:05.618998 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:15:05.619 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:15:05.631611 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:15:15.845 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:15:15.857389 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:15:15.859 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:15:15.871655 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:15:26.086 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:15:26.098502 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:15:26.098 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:15:26.111336 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:15:36.322 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:15:36.334850 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:15:36.335 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:15:36.347909 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:15:46.560 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:15:46.572907 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:15:46.573 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:15:46.585856 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:15:56.805 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:15:56.818064 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:15:56.821 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:15:56.832197 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:16:07.047 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:16:07.060251 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:16:07.059 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:16:07.072697 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:16:17.284 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:16:17.296724 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:16:17.295 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:16:17.308211 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:16:27.554 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:16:27.566725 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:16:27.563 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:16:27.575981 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:16:37.855 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:16:37.868038 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:16:37.868 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:16:37.881229 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:16:48.242 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:16:48.254984 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:16:48.251 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:16:48.264838 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:16:58.527 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:16:58.539813 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:16:58.538 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:16:58.551825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:17:08.838 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:17:08.851795 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:17:08.850 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:17:08.863729 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:17:19.074 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:17:19.086912 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:17:19.088 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:17:19.101412 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:17:29.307 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:17:29.320484 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:17:29.321 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:17:29.334335 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:17:39.535 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:17:39.548247 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:17:39.542 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:17:39.555882 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:17:39.893 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:17:39.906713 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-06 04:17:39.873026887 +0000 UTC m=+14307.581359675 LastTransitionTime:2022-03-06 00:21:00 +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-06T04:17:49.762 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:17:49.775393 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:17:49.780 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:17:49.794068 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:18:00.031 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:18:00.044780 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:18:00.045 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:18:00.059257 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:18:10.260 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:18:10.273166 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:18:10.268 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:18:10.281661 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:18:20.590 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:18:20.603346 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:18:20.602 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:18:20.616457 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:18:30.826 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:18:30.839582 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:18:30.839 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:18:30.852533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:18:41.177 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:18:41.191089 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:18:41.189 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:18:41.203046 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:18:51.416 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:18:51.429591 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:18:51.425 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:18:51.439094 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:19:01.671 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:19:01.684539 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:19:01.682 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:19:01.695785 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:19:11.919 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:19:11.932677 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T04:19:11.929 INFO:tasks.rook.operator.smithi123.stdout:2022-03-06 04:19:11.943099 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-06T06:41:09.358 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2022-03-06T06:41:09.384 DEBUG:teuthology.task.console_log:Killing console logger for smithi123 2022-03-06T06:41:09.385 DEBUG:teuthology.exit:Finished running handlers